I0716 23:19:59.136036 7 test_context.go:427] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready I0716 23:19:59.136820 7 e2e.go:129] Starting e2e run "272b9c51-4125-4aee-ba01-dc889f16af5e" on Ginkgo node 1 {"msg":"Test Suite starting","total":294,"completed":0,"skipped":0,"failed":0} Running Suite: Kubernetes e2e suite =================================== Random Seed: 1594941598 - Will randomize all specs Will run 294 of 5214 specs Jul 16 23:19:59.198: INFO: >>> kubeConfig: /root/.kube/config Jul 16 23:19:59.201: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable Jul 16 23:19:59.237: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jul 16 23:19:59.357: INFO: 12 / 12 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jul 16 23:19:59.357: INFO: expected 2 pod replicas in namespace 'kube-system', 2 are Running and Ready. Jul 16 23:19:59.357: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jul 16 23:19:59.364: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'kindnet' (0 seconds elapsed) Jul 16 23:19:59.364: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) Jul 16 23:19:59.364: INFO: e2e test version: v1.20.0-alpha.0.4+2d327ac4558d78 Jul 16 23:19:59.365: INFO: kube-apiserver version: v1.18.4 Jul 16 23:19:59.365: INFO: >>> kubeConfig: /root/.kube/config Jul 16 23:19:59.370: INFO: Cluster IP family: ipv4 SSSSSSSS ------------------------------ [sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:19:59.370: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename sched-preemption Jul 16 23:19:59.504: INFO: No PodSecurityPolicies found; assuming PodSecurityPolicy is disabled. STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:89 Jul 16 23:19:59.564: INFO: Waiting up to 1m0s for all nodes to be ready Jul 16 23:20:59.585: INFO: Waiting for terminating namespaces to be deleted... [It] validates lower priority pod preemption by critical pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Create pods that use 2/3 of node resources. Jul 16 23:20:59.689: INFO: Created pod: pod0-sched-preemption-low-priority Jul 16 23:20:59.715: INFO: Created pod: pod1-sched-preemption-medium-priority STEP: Wait for pods to be scheduled. STEP: Run a critical pod that use same resources as that of a lower priority pod [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:21:27.837: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-preemption-1367" for this suite. [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:77 • [SLOW TEST:88.529 seconds] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 validates lower priority pod preemption by critical pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod [Conformance]","total":294,"completed":1,"skipped":8,"failed":0} SSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] DNS should provide DNS for pods for Hostname [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:21:27.899: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-6599.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-6599.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-6599.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-6599.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-6599.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-6599.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 Jul 16 23:21:36.464: INFO: DNS probes using dns-6599/dns-test-5e241891-60e9-46ec-98c2-de8e79274a76 succeeded STEP: deleting the pod STEP: deleting the test headless service [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:21:37.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-6599" for this suite. • [SLOW TEST:9.498 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide DNS for pods for Hostname [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide DNS for pods for Hostname [LinuxOnly] [Conformance]","total":294,"completed":2,"skipped":28,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Proxy server should support proxy with --port 0 [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:21:37.398: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should support proxy with --port 0 [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: starting the proxy server Jul 16 23:21:37.630: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config proxy -p 0 --disable-filter' STEP: curling proxy /api/ output [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:21:37.708: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-5742" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support proxy with --port 0 [Conformance]","total":294,"completed":3,"skipped":86,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Namespaces [Serial] should ensure that all pods are removed when a namespace is deleted [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Namespaces [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:21:37.716: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:21:53.136: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "namespaces-4036" for this suite. STEP: Destroying namespace "nsdeletetest-58" for this suite. Jul 16 23:21:53.167: INFO: Namespace nsdeletetest-58 was already deleted STEP: Destroying namespace "nsdeletetest-9871" for this suite. • [SLOW TEST:15.455 seconds] [sig-api-machinery] Namespaces [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should ensure that all pods are removed when a namespace is deleted [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all pods are removed when a namespace is deleted [Conformance]","total":294,"completed":4,"skipped":128,"failed":0} S ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:21:53.171: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 16 23:21:53.819: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 16 23:21:55.854: 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:63730538513, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538513, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538513, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538513, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:21:57.859: 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:63730538513, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538513, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538513, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538513, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 16 23:22:00.956: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should mutate pod and apply defaults after mutation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:22:01.104: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-7809" for this suite. STEP: Destroying namespace "webhook-7809-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.495 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should mutate pod and apply defaults after mutation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]","total":294,"completed":5,"skipped":129,"failed":0} SSS ------------------------------ [sig-network] DNS should provide DNS for ExternalName services [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:22:01.667: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-5209.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-5209.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-5209.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-5209.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 Jul 16 23:22:08.358: INFO: DNS probes using dns-test-625140cb-75cd-4ef9-9ee2-482a5afd1fcd 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-5209.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-5209.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-5209.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-5209.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 Jul 16 23:22:17.265: INFO: File wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:17.269: INFO: File jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:17.269: INFO: Lookups using dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 failed for: [wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local] Jul 16 23:22:22.310: INFO: File wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:22.322: INFO: File jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:22.322: INFO: Lookups using dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 failed for: [wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local] Jul 16 23:22:27.275: INFO: File wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:27.279: INFO: File jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:27.279: INFO: Lookups using dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 failed for: [wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local] Jul 16 23:22:32.822: INFO: File wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:32.871: INFO: File jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:32.871: INFO: Lookups using dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 failed for: [wheezy_udp@dns-test-service-3.dns-5209.svc.cluster.local jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local] Jul 16 23:22:37.279: INFO: File jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local from pod dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 contains 'foo.example.com. ' instead of 'bar.example.com.' Jul 16 23:22:37.279: INFO: Lookups using dns-5209/dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 failed for: [jessie_udp@dns-test-service-3.dns-5209.svc.cluster.local] Jul 16 23:22:42.277: INFO: DNS probes using dns-test-fb27cfd9-f16d-43c1-aebc-5d1296866745 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-5209.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-5209.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-5209.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-5209.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 Jul 16 23:22:48.907: INFO: DNS probes using dns-test-4c8ba1c5-d9a9-4992-9e34-559e3f36fe5b succeeded STEP: deleting the pod STEP: deleting the test externalName service [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:22:49.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-5209" for this suite. • [SLOW TEST:47.365 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide DNS for ExternalName services [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide DNS for ExternalName services [Conformance]","total":294,"completed":6,"skipped":132,"failed":0} SSSSSSSSSSSSS ------------------------------ [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:22:49.032: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide podname only [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:22:49.452: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a" in namespace "downward-api-8924" to be "Succeeded or Failed" Jul 16 23:22:49.490: INFO: Pod "downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a": Phase="Pending", Reason="", readiness=false. Elapsed: 38.083489ms Jul 16 23:22:51.494: INFO: Pod "downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.042184869s Jul 16 23:22:53.713: INFO: Pod "downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.261055451s Jul 16 23:22:55.722: INFO: Pod "downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.270525082s STEP: Saw pod success Jul 16 23:22:55.723: INFO: Pod "downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a" satisfied condition "Succeeded or Failed" Jul 16 23:22:55.726: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a container client-container: STEP: delete the pod Jul 16 23:22:55.781: INFO: Waiting for pod downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a to disappear Jul 16 23:22:55.791: INFO: Pod downwardapi-volume-c0cebbe6-f74c-49e2-91a9-99a3df53926a no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:22:55.791: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-8924" for this suite. • [SLOW TEST:6.767 seconds] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:37 should provide podname only [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]","total":294,"completed":7,"skipped":145,"failed":0} SSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:22:55.799: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:126 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 Jul 16 23:22:56.436: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set Jul 16 23:22:58.644: 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:63730538576, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538576, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538576, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538576, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-869fb7d886\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:23:00.650: 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:63730538576, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538576, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538576, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538576, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-869fb7d886\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 16 23:23:03.862: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:23:03.865: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:23:05.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-webhook-3844" for this suite. [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:137 • [SLOW TEST:9.928 seconds] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should be able to convert a non homogeneous list of CRs [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance]","total":294,"completed":8,"skipped":155,"failed":0} SSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:23:05.728: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0666 on tmpfs Jul 16 23:23:05.808: INFO: Waiting up to 5m0s for pod "pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58" in namespace "emptydir-1341" to be "Succeeded or Failed" Jul 16 23:23:05.904: INFO: Pod "pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58": Phase="Pending", Reason="", readiness=false. Elapsed: 96.612158ms Jul 16 23:23:07.908: INFO: Pod "pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58": Phase="Pending", Reason="", readiness=false. Elapsed: 2.100640818s Jul 16 23:23:09.914: INFO: Pod "pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58": Phase="Running", Reason="", readiness=true. Elapsed: 4.106729854s Jul 16 23:23:11.927: INFO: Pod "pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.1190717s STEP: Saw pod success Jul 16 23:23:11.927: INFO: Pod "pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58" satisfied condition "Succeeded or Failed" Jul 16 23:23:11.932: INFO: Trying to get logs from node latest-worker2 pod pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58 container test-container: STEP: delete the pod Jul 16 23:23:12.018: INFO: Waiting for pod pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58 to disappear Jul 16 23:23:12.028: INFO: Pod pod-67ecb86b-bd74-4578-85e3-bbe0275d9a58 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:23:12.028: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-1341" for this suite. • [SLOW TEST:6.307 seconds] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:42 should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":9,"skipped":166,"failed":0} SSSS ------------------------------ [k8s.io] Variable Expansion should succeed in writing subpaths in container [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:23:12.036: 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 succeed in writing subpaths in container [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod STEP: waiting for pod running STEP: creating a file in subpath Jul 16 23:23:16.179: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-8592 PodName:var-expansion-0650687a-52c2-4f59-853f-b8d7cd349a60 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 16 23:23:16.179: INFO: >>> kubeConfig: /root/.kube/config I0716 23:23:16.267645 7 log.go:181] (0xc002dacdc0) (0xc002001cc0) Create stream I0716 23:23:16.267701 7 log.go:181] (0xc002dacdc0) (0xc002001cc0) Stream added, broadcasting: 1 I0716 23:23:16.270173 7 log.go:181] (0xc002dacdc0) Reply frame received for 1 I0716 23:23:16.270215 7 log.go:181] (0xc002dacdc0) (0xc002001d60) Create stream I0716 23:23:16.270230 7 log.go:181] (0xc002dacdc0) (0xc002001d60) Stream added, broadcasting: 3 I0716 23:23:16.271299 7 log.go:181] (0xc002dacdc0) Reply frame received for 3 I0716 23:23:16.271346 7 log.go:181] (0xc002dacdc0) (0xc00252b2c0) Create stream I0716 23:23:16.271363 7 log.go:181] (0xc002dacdc0) (0xc00252b2c0) Stream added, broadcasting: 5 I0716 23:23:16.272648 7 log.go:181] (0xc002dacdc0) Reply frame received for 5 I0716 23:23:16.363603 7 log.go:181] (0xc002dacdc0) Data frame received for 5 I0716 23:23:16.363641 7 log.go:181] (0xc00252b2c0) (5) Data frame handling I0716 23:23:16.363665 7 log.go:181] (0xc002dacdc0) Data frame received for 3 I0716 23:23:16.363679 7 log.go:181] (0xc002001d60) (3) Data frame handling I0716 23:23:16.365739 7 log.go:181] (0xc002dacdc0) Data frame received for 1 I0716 23:23:16.365763 7 log.go:181] (0xc002001cc0) (1) Data frame handling I0716 23:23:16.365785 7 log.go:181] (0xc002001cc0) (1) Data frame sent I0716 23:23:16.365801 7 log.go:181] (0xc002dacdc0) (0xc002001cc0) Stream removed, broadcasting: 1 I0716 23:23:16.365904 7 log.go:181] (0xc002dacdc0) Go away received I0716 23:23:16.366289 7 log.go:181] (0xc002dacdc0) (0xc002001cc0) Stream removed, broadcasting: 1 I0716 23:23:16.366358 7 log.go:181] (0xc002dacdc0) (0xc002001d60) Stream removed, broadcasting: 3 I0716 23:23:16.366374 7 log.go:181] (0xc002dacdc0) (0xc00252b2c0) Stream removed, broadcasting: 5 STEP: test for file in mounted path Jul 16 23:23:16.382: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-8592 PodName:var-expansion-0650687a-52c2-4f59-853f-b8d7cd349a60 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 16 23:23:16.382: INFO: >>> kubeConfig: /root/.kube/config I0716 23:23:16.414173 7 log.go:181] (0xc0032e0370) (0xc001f105a0) Create stream I0716 23:23:16.414216 7 log.go:181] (0xc0032e0370) (0xc001f105a0) Stream added, broadcasting: 1 I0716 23:23:16.416312 7 log.go:181] (0xc0032e0370) Reply frame received for 1 I0716 23:23:16.416350 7 log.go:181] (0xc0032e0370) (0xc001dc6000) Create stream I0716 23:23:16.416363 7 log.go:181] (0xc0032e0370) (0xc001dc6000) Stream added, broadcasting: 3 I0716 23:23:16.417219 7 log.go:181] (0xc0032e0370) Reply frame received for 3 I0716 23:23:16.417269 7 log.go:181] (0xc0032e0370) (0xc001dc60a0) Create stream I0716 23:23:16.417279 7 log.go:181] (0xc0032e0370) (0xc001dc60a0) Stream added, broadcasting: 5 I0716 23:23:16.418080 7 log.go:181] (0xc0032e0370) Reply frame received for 5 I0716 23:23:16.481070 7 log.go:181] (0xc0032e0370) Data frame received for 3 I0716 23:23:16.481116 7 log.go:181] (0xc001dc6000) (3) Data frame handling I0716 23:23:16.481229 7 log.go:181] (0xc0032e0370) Data frame received for 5 I0716 23:23:16.481258 7 log.go:181] (0xc001dc60a0) (5) Data frame handling I0716 23:23:16.485531 7 log.go:181] (0xc0032e0370) Data frame received for 1 I0716 23:23:16.485555 7 log.go:181] (0xc001f105a0) (1) Data frame handling I0716 23:23:16.485581 7 log.go:181] (0xc001f105a0) (1) Data frame sent I0716 23:23:16.485698 7 log.go:181] (0xc0032e0370) (0xc001f105a0) Stream removed, broadcasting: 1 I0716 23:23:16.485733 7 log.go:181] (0xc0032e0370) Go away received I0716 23:23:16.485803 7 log.go:181] (0xc0032e0370) (0xc001f105a0) Stream removed, broadcasting: 1 I0716 23:23:16.485822 7 log.go:181] (0xc0032e0370) (0xc001dc6000) Stream removed, broadcasting: 3 I0716 23:23:16.485832 7 log.go:181] (0xc0032e0370) (0xc001dc60a0) Stream removed, broadcasting: 5 STEP: updating the annotation value Jul 16 23:23:16.995: INFO: Successfully updated pod "var-expansion-0650687a-52c2-4f59-853f-b8d7cd349a60" STEP: waiting for annotated pod running STEP: deleting the pod gracefully Jul 16 23:23:17.003: INFO: Deleting pod "var-expansion-0650687a-52c2-4f59-853f-b8d7cd349a60" in namespace "var-expansion-8592" Jul 16 23:23:17.007: INFO: Wait up to 5m0s for pod "var-expansion-0650687a-52c2-4f59-853f-b8d7cd349a60" to be fully deleted [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:24:01.022: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-8592" for this suite. • [SLOW TEST:48.998 seconds] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should succeed in writing subpaths in container [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Variable Expansion should succeed in writing subpaths in container [sig-storage][Slow] [Conformance]","total":294,"completed":10,"skipped":170,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:24:01.034: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:38 [BeforeEach] when scheduling a busybox command that always fails in a pod /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:82 [It] should be possible to delete [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:24:01.210: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubelet-test-9992" 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":294,"completed":11,"skipped":212,"failed":0} SSSSSSSSS ------------------------------ [sig-network] DNS should provide DNS for pods for Subdomain [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:24:01.226: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-1885.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-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-1885.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-1885.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 Jul 16 23:24:07.369: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.372: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.375: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.378: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.387: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.391: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.394: INFO: Unable to read jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.397: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:07.403: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:12.407: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.410: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.413: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.415: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.584: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.587: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.590: INFO: Unable to read jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.593: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:12.599: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:17.409: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.414: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.418: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.421: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.431: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.435: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.438: INFO: Unable to read jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.442: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:17.464: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:22.419: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.422: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.425: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.427: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.436: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.438: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.441: INFO: Unable to read jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.443: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:22.448: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:27.409: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.414: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.417: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.420: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.427: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.429: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.431: INFO: Unable to read jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.433: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:27.438: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:32.409: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.413: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.416: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.420: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.432: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.435: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.439: INFO: Unable to read jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.441: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:32.448: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-1885.svc.cluster.local jessie_udp@dns-test-service-2.dns-1885.svc.cluster.local jessie_tcp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:37.437: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local from pod dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4: the server could not find the requested resource (get pods dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4) Jul 16 23:24:37.460: INFO: Lookups using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 failed for: [wheezy_udp@dns-test-service-2.dns-1885.svc.cluster.local] Jul 16 23:24:42.439: INFO: DNS probes using dns-1885/dns-test-0a138d36-ff48-478e-ab93-0a3e028bb8d4 succeeded STEP: deleting the pod STEP: deleting the test headless service [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:24:42.922: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-1885" for this suite. • [SLOW TEST:41.885 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide DNS for pods for Subdomain [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]","total":294,"completed":12,"skipped":221,"failed":0} SSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:24:43.111: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-24b97f64-c086-46f4-a944-80ef7e6bd8fd STEP: Creating a pod to test consume configMaps Jul 16 23:24:43.242: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f" in namespace "projected-8037" to be "Succeeded or Failed" Jul 16 23:24:43.260: INFO: Pod "pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f": Phase="Pending", Reason="", readiness=false. Elapsed: 18.506309ms Jul 16 23:24:45.370: INFO: Pod "pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.12768261s Jul 16 23:24:47.395: INFO: Pod "pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.153039797s STEP: Saw pod success Jul 16 23:24:47.395: INFO: Pod "pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f" satisfied condition "Succeeded or Failed" Jul 16 23:24:47.398: INFO: Trying to get logs from node latest-worker2 pod pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f container projected-configmap-volume-test: STEP: delete the pod Jul 16 23:24:47.453: INFO: Waiting for pod pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f to disappear Jul 16 23:24:47.462: INFO: Pod pod-projected-configmaps-6436b7d2-6f58-4ba9-acf0-966cbd11d17f no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:24:47.462: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-8037" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":13,"skipped":236,"failed":0} SSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:24:47.470: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0644 on node default medium Jul 16 23:24:47.553: INFO: Waiting up to 5m0s for pod "pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696" in namespace "emptydir-1179" to be "Succeeded or Failed" Jul 16 23:24:47.565: INFO: Pod "pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696": Phase="Pending", Reason="", readiness=false. Elapsed: 11.224028ms Jul 16 23:24:49.569: INFO: Pod "pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015020753s Jul 16 23:24:51.592: INFO: Pod "pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.038677652s STEP: Saw pod success Jul 16 23:24:51.592: INFO: Pod "pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696" satisfied condition "Succeeded or Failed" Jul 16 23:24:51.595: INFO: Trying to get logs from node latest-worker pod pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696 container test-container: STEP: delete the pod Jul 16 23:24:51.640: INFO: Waiting for pod pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696 to disappear Jul 16 23:24:51.658: INFO: Pod pod-4fcb6e8e-f4b5-46db-a5df-b72ff0eb6696 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:24:51.658: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-1179" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":14,"skipped":249,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:24:51.669: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:38 STEP: Setting up data [It] should support subpaths with downward pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod pod-subpath-test-downwardapi-btmp STEP: Creating a pod to test atomic-volume-subpath Jul 16 23:24:52.043: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-btmp" in namespace "subpath-2781" to be "Succeeded or Failed" Jul 16 23:24:52.060: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Pending", Reason="", readiness=false. Elapsed: 16.473625ms Jul 16 23:24:54.064: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Pending", Reason="", readiness=false. Elapsed: 2.021039347s Jul 16 23:24:56.068: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 4.02494804s Jul 16 23:24:58.073: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 6.029485514s Jul 16 23:25:00.077: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 8.03406337s Jul 16 23:25:02.081: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 10.037891745s Jul 16 23:25:04.085: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 12.041847915s Jul 16 23:25:06.089: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 14.04617753s Jul 16 23:25:08.094: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 16.050580455s Jul 16 23:25:10.098: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 18.054584423s Jul 16 23:25:12.102: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 20.059137325s Jul 16 23:25:14.107: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Running", Reason="", readiness=true. Elapsed: 22.063822301s Jul 16 23:25:16.111: INFO: Pod "pod-subpath-test-downwardapi-btmp": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.067574797s STEP: Saw pod success Jul 16 23:25:16.111: INFO: Pod "pod-subpath-test-downwardapi-btmp" satisfied condition "Succeeded or Failed" Jul 16 23:25:16.114: INFO: Trying to get logs from node latest-worker pod pod-subpath-test-downwardapi-btmp container test-container-subpath-downwardapi-btmp: STEP: delete the pod Jul 16 23:25:16.164: INFO: Waiting for pod pod-subpath-test-downwardapi-btmp to disappear Jul 16 23:25:16.167: INFO: Pod pod-subpath-test-downwardapi-btmp no longer exists STEP: Deleting pod pod-subpath-test-downwardapi-btmp Jul 16 23:25:16.167: INFO: Deleting pod "pod-subpath-test-downwardapi-btmp" in namespace "subpath-2781" [AfterEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:25:16.173: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "subpath-2781" for this suite. • [SLOW TEST:24.514 seconds] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Atomic writer volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:34 should support subpaths with downward pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [LinuxOnly] [Conformance]","total":294,"completed":15,"skipped":273,"failed":0} SSSSSSSSSSS ------------------------------ [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:25:16.183: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap that has name configmap-test-emptyKey-99ee0110-12a4-4cf6-8512-a41aa381cca4 [AfterEach] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:25:16.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-2671" for this suite. •{"msg":"PASSED [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]","total":294,"completed":16,"skipped":284,"failed":0} SSSSS ------------------------------ [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:25:16.261: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-6064ffec-c081-4670-9dcb-464b19937d3e STEP: Creating a pod to test consume secrets Jul 16 23:25:16.326: INFO: Waiting up to 5m0s for pod "pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4" in namespace "secrets-3063" to be "Succeeded or Failed" Jul 16 23:25:16.329: INFO: Pod "pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.848868ms Jul 16 23:25:18.333: INFO: Pod "pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006982857s Jul 16 23:25:20.389: INFO: Pod "pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.063356065s STEP: Saw pod success Jul 16 23:25:20.389: INFO: Pod "pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4" satisfied condition "Succeeded or Failed" Jul 16 23:25:20.392: INFO: Trying to get logs from node latest-worker2 pod pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4 container secret-volume-test: STEP: delete the pod Jul 16 23:25:20.582: INFO: Waiting for pod pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4 to disappear Jul 16 23:25:20.592: INFO: Pod pod-secrets-ca812af5-c1de-467f-b3d2-317cfa278aa4 no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:25:20.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-3063" for this suite. •{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]","total":294,"completed":17,"skipped":289,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:25:20.599: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name cm-test-opt-del-794a6208-7cb2-4f3a-a79e-d018b2160e51 STEP: Creating configMap with name cm-test-opt-upd-ff42a8b0-8612-4547-881e-7338b60720ad STEP: Creating the pod STEP: Deleting configmap cm-test-opt-del-794a6208-7cb2-4f3a-a79e-d018b2160e51 STEP: Updating configmap cm-test-opt-upd-ff42a8b0-8612-4547-881e-7338b60720ad STEP: Creating configMap with name cm-test-opt-create-7b6e7401-05ea-4623-be58-4bd88fe05520 STEP: waiting to observe update in volume [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:25:31.186: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-6493" for this suite. • [SLOW TEST:10.594 seconds] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:36 optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":18,"skipped":341,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:25:31.195: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward api env vars Jul 16 23:25:31.291: INFO: Waiting up to 5m0s for pod "downward-api-08591a3a-7072-4815-8692-873d0c17fe93" in namespace "downward-api-5794" to be "Succeeded or Failed" Jul 16 23:25:31.326: INFO: Pod "downward-api-08591a3a-7072-4815-8692-873d0c17fe93": Phase="Pending", Reason="", readiness=false. Elapsed: 35.781958ms Jul 16 23:25:33.330: INFO: Pod "downward-api-08591a3a-7072-4815-8692-873d0c17fe93": Phase="Pending", Reason="", readiness=false. Elapsed: 2.03918224s Jul 16 23:25:35.335: INFO: Pod "downward-api-08591a3a-7072-4815-8692-873d0c17fe93": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.043942483s STEP: Saw pod success Jul 16 23:25:35.335: INFO: Pod "downward-api-08591a3a-7072-4815-8692-873d0c17fe93" satisfied condition "Succeeded or Failed" Jul 16 23:25:35.338: INFO: Trying to get logs from node latest-worker2 pod downward-api-08591a3a-7072-4815-8692-873d0c17fe93 container dapi-container: STEP: delete the pod Jul 16 23:25:35.565: INFO: Waiting for pod downward-api-08591a3a-7072-4815-8692-873d0c17fe93 to disappear Jul 16 23:25:35.584: INFO: Pod downward-api-08591a3a-7072-4815-8692-873d0c17fe93 no longer exists [AfterEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:25:35.584: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-5794" for this suite. •{"msg":"PASSED [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]","total":294,"completed":19,"skipped":383,"failed":0} SSSSS ------------------------------ [sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:25:35.593: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service in namespace services-5041 Jul 16 23:25:39.710: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' Jul 16 23:25:42.678: INFO: stderr: "I0716 23:25:42.585869 45 log.go:181] (0xc000ed6840) (0xc000888aa0) Create stream\nI0716 23:25:42.585960 45 log.go:181] (0xc000ed6840) (0xc000888aa0) Stream added, broadcasting: 1\nI0716 23:25:42.587971 45 log.go:181] (0xc000ed6840) Reply frame received for 1\nI0716 23:25:42.588011 45 log.go:181] (0xc000ed6840) (0xc0007921e0) Create stream\nI0716 23:25:42.588037 45 log.go:181] (0xc000ed6840) (0xc0007921e0) Stream added, broadcasting: 3\nI0716 23:25:42.589229 45 log.go:181] (0xc000ed6840) Reply frame received for 3\nI0716 23:25:42.589270 45 log.go:181] (0xc000ed6840) (0xc000719220) Create stream\nI0716 23:25:42.589281 45 log.go:181] (0xc000ed6840) (0xc000719220) Stream added, broadcasting: 5\nI0716 23:25:42.590220 45 log.go:181] (0xc000ed6840) Reply frame received for 5\nI0716 23:25:42.668138 45 log.go:181] (0xc000ed6840) Data frame received for 5\nI0716 23:25:42.668159 45 log.go:181] (0xc000719220) (5) Data frame handling\nI0716 23:25:42.668170 45 log.go:181] (0xc000719220) (5) Data frame sent\n+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\nI0716 23:25:42.671508 45 log.go:181] (0xc000ed6840) Data frame received for 3\nI0716 23:25:42.671525 45 log.go:181] (0xc0007921e0) (3) Data frame handling\nI0716 23:25:42.671533 45 log.go:181] (0xc0007921e0) (3) Data frame sent\nI0716 23:25:42.672385 45 log.go:181] (0xc000ed6840) Data frame received for 5\nI0716 23:25:42.672462 45 log.go:181] (0xc000719220) (5) Data frame handling\nI0716 23:25:42.672482 45 log.go:181] (0xc000ed6840) Data frame received for 3\nI0716 23:25:42.672488 45 log.go:181] (0xc0007921e0) (3) Data frame handling\nI0716 23:25:42.674339 45 log.go:181] (0xc000ed6840) Data frame received for 1\nI0716 23:25:42.674363 45 log.go:181] (0xc000888aa0) (1) Data frame handling\nI0716 23:25:42.674380 45 log.go:181] (0xc000888aa0) (1) Data frame sent\nI0716 23:25:42.674396 45 log.go:181] (0xc000ed6840) (0xc000888aa0) Stream removed, broadcasting: 1\nI0716 23:25:42.674416 45 log.go:181] (0xc000ed6840) Go away received\nI0716 23:25:42.674702 45 log.go:181] (0xc000ed6840) (0xc000888aa0) Stream removed, broadcasting: 1\nI0716 23:25:42.674720 45 log.go:181] (0xc000ed6840) (0xc0007921e0) Stream removed, broadcasting: 3\nI0716 23:25:42.674726 45 log.go:181] (0xc000ed6840) (0xc000719220) Stream removed, broadcasting: 5\n" Jul 16 23:25:42.678: INFO: stdout: "iptables" Jul 16 23:25:42.678: INFO: proxyMode: iptables Jul 16 23:25:42.709: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 16 23:25:42.743: INFO: Pod kube-proxy-mode-detector still exists Jul 16 23:25:44.743: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 16 23:25:44.748: INFO: Pod kube-proxy-mode-detector still exists Jul 16 23:25:46.743: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 16 23:25:46.747: INFO: Pod kube-proxy-mode-detector still exists Jul 16 23:25:48.743: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 16 23:25:48.747: INFO: Pod kube-proxy-mode-detector still exists Jul 16 23:25:50.743: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 16 23:25:50.746: INFO: Pod kube-proxy-mode-detector no longer exists STEP: creating service affinity-nodeport-timeout in namespace services-5041 STEP: creating replication controller affinity-nodeport-timeout in namespace services-5041 I0716 23:25:50.830666 7 runners.go:190] Created replication controller with name: affinity-nodeport-timeout, namespace: services-5041, replica count: 3 I0716 23:25:53.881036 7 runners.go:190] affinity-nodeport-timeout Pods: 3 out of 3 created, 0 running, 3 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:25:56.881236 7 runners.go:190] affinity-nodeport-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 16 23:25:56.891: INFO: Creating new exec pod Jul 16 23:26:01.910: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c nc -zv -t -w 2 affinity-nodeport-timeout 80' Jul 16 23:26:02.133: INFO: stderr: "I0716 23:26:02.040316 63 log.go:181] (0xc000b3cdc0) (0xc000d1a460) Create stream\nI0716 23:26:02.040375 63 log.go:181] (0xc000b3cdc0) (0xc000d1a460) Stream added, broadcasting: 1\nI0716 23:26:02.045674 63 log.go:181] (0xc000b3cdc0) Reply frame received for 1\nI0716 23:26:02.045723 63 log.go:181] (0xc000b3cdc0) (0xc000710280) Create stream\nI0716 23:26:02.045737 63 log.go:181] (0xc000b3cdc0) (0xc000710280) Stream added, broadcasting: 3\nI0716 23:26:02.046656 63 log.go:181] (0xc000b3cdc0) Reply frame received for 3\nI0716 23:26:02.046695 63 log.go:181] (0xc000b3cdc0) (0xc0000e8280) Create stream\nI0716 23:26:02.046704 63 log.go:181] (0xc000b3cdc0) (0xc0000e8280) Stream added, broadcasting: 5\nI0716 23:26:02.047557 63 log.go:181] (0xc000b3cdc0) Reply frame received for 5\nI0716 23:26:02.125966 63 log.go:181] (0xc000b3cdc0) Data frame received for 5\nI0716 23:26:02.125991 63 log.go:181] (0xc0000e8280) (5) Data frame handling\nI0716 23:26:02.126001 63 log.go:181] (0xc0000e8280) (5) Data frame sent\n+ nc -zv -t -w 2 affinity-nodeport-timeout 80\nI0716 23:26:02.126198 63 log.go:181] (0xc000b3cdc0) Data frame received for 5\nI0716 23:26:02.126226 63 log.go:181] (0xc0000e8280) (5) Data frame handling\nI0716 23:26:02.126249 63 log.go:181] (0xc0000e8280) (5) Data frame sent\nConnection to affinity-nodeport-timeout 80 port [tcp/http] succeeded!\nI0716 23:26:02.126524 63 log.go:181] (0xc000b3cdc0) Data frame received for 5\nI0716 23:26:02.126542 63 log.go:181] (0xc0000e8280) (5) Data frame handling\nI0716 23:26:02.127185 63 log.go:181] (0xc000b3cdc0) Data frame received for 3\nI0716 23:26:02.127205 63 log.go:181] (0xc000710280) (3) Data frame handling\nI0716 23:26:02.128624 63 log.go:181] (0xc000b3cdc0) Data frame received for 1\nI0716 23:26:02.128642 63 log.go:181] (0xc000d1a460) (1) Data frame handling\nI0716 23:26:02.128650 63 log.go:181] (0xc000d1a460) (1) Data frame sent\nI0716 23:26:02.128660 63 log.go:181] (0xc000b3cdc0) (0xc000d1a460) Stream removed, broadcasting: 1\nI0716 23:26:02.128674 63 log.go:181] (0xc000b3cdc0) Go away received\nI0716 23:26:02.129153 63 log.go:181] (0xc000b3cdc0) (0xc000d1a460) Stream removed, broadcasting: 1\nI0716 23:26:02.129190 63 log.go:181] (0xc000b3cdc0) (0xc000710280) Stream removed, broadcasting: 3\nI0716 23:26:02.129203 63 log.go:181] (0xc000b3cdc0) (0xc0000e8280) Stream removed, broadcasting: 5\n" Jul 16 23:26:02.133: INFO: stdout: "" Jul 16 23:26:02.134: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c nc -zv -t -w 2 10.107.32.189 80' Jul 16 23:26:02.331: INFO: stderr: "I0716 23:26:02.268093 81 log.go:181] (0xc000e9b130) (0xc000997860) Create stream\nI0716 23:26:02.268136 81 log.go:181] (0xc000e9b130) (0xc000997860) Stream added, broadcasting: 1\nI0716 23:26:02.272634 81 log.go:181] (0xc000e9b130) Reply frame received for 1\nI0716 23:26:02.272693 81 log.go:181] (0xc000e9b130) (0xc0009490e0) Create stream\nI0716 23:26:02.272713 81 log.go:181] (0xc000e9b130) (0xc0009490e0) Stream added, broadcasting: 3\nI0716 23:26:02.273660 81 log.go:181] (0xc000e9b130) Reply frame received for 3\nI0716 23:26:02.273691 81 log.go:181] (0xc000e9b130) (0xc0005caaa0) Create stream\nI0716 23:26:02.273699 81 log.go:181] (0xc000e9b130) (0xc0005caaa0) Stream added, broadcasting: 5\nI0716 23:26:02.274470 81 log.go:181] (0xc000e9b130) Reply frame received for 5\nI0716 23:26:02.323650 81 log.go:181] (0xc000e9b130) Data frame received for 3\nI0716 23:26:02.323694 81 log.go:181] (0xc0009490e0) (3) Data frame handling\nI0716 23:26:02.323859 81 log.go:181] (0xc000e9b130) Data frame received for 5\nI0716 23:26:02.323896 81 log.go:181] (0xc0005caaa0) (5) Data frame handling\nI0716 23:26:02.323918 81 log.go:181] (0xc0005caaa0) (5) Data frame sent\nI0716 23:26:02.323937 81 log.go:181] (0xc000e9b130) Data frame received for 5\nI0716 23:26:02.323954 81 log.go:181] (0xc0005caaa0) (5) Data frame handling\n+ nc -zv -t -w 2 10.107.32.189 80\nConnection to 10.107.32.189 80 port [tcp/http] succeeded!\nI0716 23:26:02.325552 81 log.go:181] (0xc000e9b130) Data frame received for 1\nI0716 23:26:02.325592 81 log.go:181] (0xc000997860) (1) Data frame handling\nI0716 23:26:02.325630 81 log.go:181] (0xc000997860) (1) Data frame sent\nI0716 23:26:02.325667 81 log.go:181] (0xc000e9b130) (0xc000997860) Stream removed, broadcasting: 1\nI0716 23:26:02.325901 81 log.go:181] (0xc000e9b130) Go away received\nI0716 23:26:02.326192 81 log.go:181] (0xc000e9b130) (0xc000997860) Stream removed, broadcasting: 1\nI0716 23:26:02.326221 81 log.go:181] (0xc000e9b130) (0xc0009490e0) Stream removed, broadcasting: 3\nI0716 23:26:02.326233 81 log.go:181] (0xc000e9b130) (0xc0005caaa0) Stream removed, broadcasting: 5\n" Jul 16 23:26:02.331: INFO: stdout: "" Jul 16 23:26:02.331: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.14 32208' Jul 16 23:26:02.533: INFO: stderr: "I0716 23:26:02.461275 99 log.go:181] (0xc000844000) (0xc000668780) Create stream\nI0716 23:26:02.461334 99 log.go:181] (0xc000844000) (0xc000668780) Stream added, broadcasting: 1\nI0716 23:26:02.463973 99 log.go:181] (0xc000844000) Reply frame received for 1\nI0716 23:26:02.464023 99 log.go:181] (0xc000844000) (0xc000669a40) Create stream\nI0716 23:26:02.464035 99 log.go:181] (0xc000844000) (0xc000669a40) Stream added, broadcasting: 3\nI0716 23:26:02.465219 99 log.go:181] (0xc000844000) Reply frame received for 3\nI0716 23:26:02.465273 99 log.go:181] (0xc000844000) (0xc000660820) Create stream\nI0716 23:26:02.465288 99 log.go:181] (0xc000844000) (0xc000660820) Stream added, broadcasting: 5\nI0716 23:26:02.466167 99 log.go:181] (0xc000844000) Reply frame received for 5\nI0716 23:26:02.526628 99 log.go:181] (0xc000844000) Data frame received for 5\nI0716 23:26:02.526670 99 log.go:181] (0xc000660820) (5) Data frame handling\nI0716 23:26:02.526692 99 log.go:181] (0xc000660820) (5) Data frame sent\nI0716 23:26:02.526709 99 log.go:181] (0xc000844000) Data frame received for 5\nI0716 23:26:02.526727 99 log.go:181] (0xc000660820) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.14 32208\nConnection to 172.18.0.14 32208 port [tcp/32208] succeeded!\nI0716 23:26:02.526761 99 log.go:181] (0xc000660820) (5) Data frame sent\nI0716 23:26:02.526807 99 log.go:181] (0xc000844000) Data frame received for 5\nI0716 23:26:02.526843 99 log.go:181] (0xc000660820) (5) Data frame handling\nI0716 23:26:02.526864 99 log.go:181] (0xc000844000) Data frame received for 3\nI0716 23:26:02.526878 99 log.go:181] (0xc000669a40) (3) Data frame handling\nI0716 23:26:02.528081 99 log.go:181] (0xc000844000) Data frame received for 1\nI0716 23:26:02.528117 99 log.go:181] (0xc000668780) (1) Data frame handling\nI0716 23:26:02.528148 99 log.go:181] (0xc000668780) (1) Data frame sent\nI0716 23:26:02.528175 99 log.go:181] (0xc000844000) (0xc000668780) Stream removed, broadcasting: 1\nI0716 23:26:02.528204 99 log.go:181] (0xc000844000) Go away received\nI0716 23:26:02.528691 99 log.go:181] (0xc000844000) (0xc000668780) Stream removed, broadcasting: 1\nI0716 23:26:02.528713 99 log.go:181] (0xc000844000) (0xc000669a40) Stream removed, broadcasting: 3\nI0716 23:26:02.528823 99 log.go:181] (0xc000844000) (0xc000660820) Stream removed, broadcasting: 5\n" Jul 16 23:26:02.533: INFO: stdout: "" Jul 16 23:26:02.533: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.11 32208' Jul 16 23:26:02.737: INFO: stderr: "I0716 23:26:02.667410 117 log.go:181] (0xc000930fd0) (0xc000c292c0) Create stream\nI0716 23:26:02.667460 117 log.go:181] (0xc000930fd0) (0xc000c292c0) Stream added, broadcasting: 1\nI0716 23:26:02.672201 117 log.go:181] (0xc000930fd0) Reply frame received for 1\nI0716 23:26:02.672349 117 log.go:181] (0xc000930fd0) (0xc000880a00) Create stream\nI0716 23:26:02.672894 117 log.go:181] (0xc000930fd0) (0xc000880a00) Stream added, broadcasting: 3\nI0716 23:26:02.674989 117 log.go:181] (0xc000930fd0) Reply frame received for 3\nI0716 23:26:02.675030 117 log.go:181] (0xc000930fd0) (0xc0009a2280) Create stream\nI0716 23:26:02.675083 117 log.go:181] (0xc000930fd0) (0xc0009a2280) Stream added, broadcasting: 5\nI0716 23:26:02.676613 117 log.go:181] (0xc000930fd0) Reply frame received for 5\nI0716 23:26:02.731609 117 log.go:181] (0xc000930fd0) Data frame received for 3\nI0716 23:26:02.731645 117 log.go:181] (0xc000880a00) (3) Data frame handling\nI0716 23:26:02.731668 117 log.go:181] (0xc000930fd0) Data frame received for 5\nI0716 23:26:02.731677 117 log.go:181] (0xc0009a2280) (5) Data frame handling\nI0716 23:26:02.731686 117 log.go:181] (0xc0009a2280) (5) Data frame sent\nI0716 23:26:02.731694 117 log.go:181] (0xc000930fd0) Data frame received for 5\nI0716 23:26:02.731701 117 log.go:181] (0xc0009a2280) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.11 32208\nConnection to 172.18.0.11 32208 port [tcp/32208] succeeded!\nI0716 23:26:02.733206 117 log.go:181] (0xc000930fd0) Data frame received for 1\nI0716 23:26:02.733222 117 log.go:181] (0xc000c292c0) (1) Data frame handling\nI0716 23:26:02.733229 117 log.go:181] (0xc000c292c0) (1) Data frame sent\nI0716 23:26:02.733245 117 log.go:181] (0xc000930fd0) (0xc000c292c0) Stream removed, broadcasting: 1\nI0716 23:26:02.733375 117 log.go:181] (0xc000930fd0) Go away received\nI0716 23:26:02.733512 117 log.go:181] (0xc000930fd0) (0xc000c292c0) Stream removed, broadcasting: 1\nI0716 23:26:02.733524 117 log.go:181] (0xc000930fd0) (0xc000880a00) Stream removed, broadcasting: 3\nI0716 23:26:02.733531 117 log.go:181] (0xc000930fd0) (0xc0009a2280) Stream removed, broadcasting: 5\n" Jul 16 23:26:02.737: INFO: stdout: "" Jul 16 23:26:02.737: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.18.0.14:32208/ ; done' Jul 16 23:26:03.058: INFO: stderr: "I0716 23:26:02.869883 135 log.go:181] (0xc0008aee70) (0xc000714780) Create stream\nI0716 23:26:02.869952 135 log.go:181] (0xc0008aee70) (0xc000714780) Stream added, broadcasting: 1\nI0716 23:26:02.871676 135 log.go:181] (0xc0008aee70) Reply frame received for 1\nI0716 23:26:02.871733 135 log.go:181] (0xc0008aee70) (0xc000714c80) Create stream\nI0716 23:26:02.871749 135 log.go:181] (0xc0008aee70) (0xc000714c80) Stream added, broadcasting: 3\nI0716 23:26:02.872877 135 log.go:181] (0xc0008aee70) Reply frame received for 3\nI0716 23:26:02.872922 135 log.go:181] (0xc0008aee70) (0xc0006aa3c0) Create stream\nI0716 23:26:02.872950 135 log.go:181] (0xc0008aee70) (0xc0006aa3c0) Stream added, broadcasting: 5\nI0716 23:26:02.874984 135 log.go:181] (0xc0008aee70) Reply frame received for 5\nI0716 23:26:02.942084 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.942147 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.942181 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.942192 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.942232 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.942249 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.948186 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.948221 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.948244 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.949250 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.949274 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.949287 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.949302 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.949312 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.949332 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.954014 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.954040 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.954060 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.954867 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.954909 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.954931 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.954966 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.954988 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.955020 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.962304 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.962339 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.962361 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.963094 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.963120 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.963147 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.963158 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.963175 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.963185 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.967289 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.967314 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.967337 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.968169 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.968196 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.968213 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.968331 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.968384 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.968415 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.975773 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.975795 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.975813 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.976410 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.976434 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.976454 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.976482 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.976501 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.976533 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.981774 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.981794 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.981814 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.982752 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.982778 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.982804 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.982817 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.982830 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.982856 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.986326 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.986364 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.986404 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.987336 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.987359 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.987370 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.987418 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.987425 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.987430 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.994883 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.994899 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.994907 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:02.995568 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:02.995579 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:02.995585 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:02.995635 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:02.995642 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:02.995653 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.002829 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.002842 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.002850 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.003857 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.003868 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.003877 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.003922 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.003935 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.003950 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.010156 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.010178 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.010201 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.010888 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.010906 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.010919 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\nI0716 23:26:03.010931 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.010941 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.010963 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\nI0716 23:26:03.011035 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.011059 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.011085 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.017231 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.017254 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.017273 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.018080 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.018104 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.018116 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.018133 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.018144 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.018154 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.023783 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.023810 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.023823 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.025115 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.025145 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.025157 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.025175 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.025185 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.025195 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.029487 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.029524 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.029562 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.030045 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.030074 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.030087 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.030100 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.030110 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.030121 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.036425 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.036444 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.036471 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.037229 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.037254 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.037283 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.037295 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\nI0716 23:26:03.037311 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.037326 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.037350 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\nI0716 23:26:03.037362 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.037379 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.043334 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.043356 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.043381 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.044315 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.044332 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.044341 135 log.go:181] (0xc0006aa3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.044373 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.044394 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.044409 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.050403 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.050426 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.050443 135 log.go:181] (0xc000714c80) (3) Data frame sent\nI0716 23:26:03.051169 135 log.go:181] (0xc0008aee70) Data frame received for 5\nI0716 23:26:03.051190 135 log.go:181] (0xc0006aa3c0) (5) Data frame handling\nI0716 23:26:03.051206 135 log.go:181] (0xc0008aee70) Data frame received for 3\nI0716 23:26:03.051213 135 log.go:181] (0xc000714c80) (3) Data frame handling\nI0716 23:26:03.052882 135 log.go:181] (0xc0008aee70) Data frame received for 1\nI0716 23:26:03.052915 135 log.go:181] (0xc000714780) (1) Data frame handling\nI0716 23:26:03.052948 135 log.go:181] (0xc000714780) (1) Data frame sent\nI0716 23:26:03.052995 135 log.go:181] (0xc0008aee70) (0xc000714780) Stream removed, broadcasting: 1\nI0716 23:26:03.053154 135 log.go:181] (0xc0008aee70) Go away received\nI0716 23:26:03.053382 135 log.go:181] (0xc0008aee70) (0xc000714780) Stream removed, broadcasting: 1\nI0716 23:26:03.053399 135 log.go:181] (0xc0008aee70) (0xc000714c80) Stream removed, broadcasting: 3\nI0716 23:26:03.053407 135 log.go:181] (0xc0008aee70) (0xc0006aa3c0) Stream removed, broadcasting: 5\n" Jul 16 23:26:03.058: INFO: stdout: "\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x\naffinity-nodeport-timeout-7qp9x" Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.058: INFO: Received response from host: affinity-nodeport-timeout-7qp9x Jul 16 23:26:03.059: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.18.0.14:32208/' Jul 16 23:26:03.272: INFO: stderr: "I0716 23:26:03.188413 153 log.go:181] (0xc000e4ed10) (0xc000b017c0) Create stream\nI0716 23:26:03.188478 153 log.go:181] (0xc000e4ed10) (0xc000b017c0) Stream added, broadcasting: 1\nI0716 23:26:03.193085 153 log.go:181] (0xc000e4ed10) Reply frame received for 1\nI0716 23:26:03.193141 153 log.go:181] (0xc000e4ed10) (0xc0004ea1e0) Create stream\nI0716 23:26:03.193158 153 log.go:181] (0xc000e4ed10) (0xc0004ea1e0) Stream added, broadcasting: 3\nI0716 23:26:03.194103 153 log.go:181] (0xc000e4ed10) Reply frame received for 3\nI0716 23:26:03.194123 153 log.go:181] (0xc000e4ed10) (0xc0004eb720) Create stream\nI0716 23:26:03.194130 153 log.go:181] (0xc000e4ed10) (0xc0004eb720) Stream added, broadcasting: 5\nI0716 23:26:03.194957 153 log.go:181] (0xc000e4ed10) Reply frame received for 5\nI0716 23:26:03.258237 153 log.go:181] (0xc000e4ed10) Data frame received for 5\nI0716 23:26:03.258268 153 log.go:181] (0xc0004eb720) (5) Data frame handling\nI0716 23:26:03.258288 153 log.go:181] (0xc0004eb720) (5) Data frame sent\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:03.263942 153 log.go:181] (0xc000e4ed10) Data frame received for 3\nI0716 23:26:03.263969 153 log.go:181] (0xc0004ea1e0) (3) Data frame handling\nI0716 23:26:03.263997 153 log.go:181] (0xc0004ea1e0) (3) Data frame sent\nI0716 23:26:03.265011 153 log.go:181] (0xc000e4ed10) Data frame received for 3\nI0716 23:26:03.265031 153 log.go:181] (0xc0004ea1e0) (3) Data frame handling\nI0716 23:26:03.265063 153 log.go:181] (0xc000e4ed10) Data frame received for 5\nI0716 23:26:03.265098 153 log.go:181] (0xc0004eb720) (5) Data frame handling\nI0716 23:26:03.267072 153 log.go:181] (0xc000e4ed10) Data frame received for 1\nI0716 23:26:03.267099 153 log.go:181] (0xc000b017c0) (1) Data frame handling\nI0716 23:26:03.267129 153 log.go:181] (0xc000b017c0) (1) Data frame sent\nI0716 23:26:03.267150 153 log.go:181] (0xc000e4ed10) (0xc000b017c0) Stream removed, broadcasting: 1\nI0716 23:26:03.267358 153 log.go:181] (0xc000e4ed10) Go away received\nI0716 23:26:03.267577 153 log.go:181] (0xc000e4ed10) (0xc000b017c0) Stream removed, broadcasting: 1\nI0716 23:26:03.267598 153 log.go:181] (0xc000e4ed10) (0xc0004ea1e0) Stream removed, broadcasting: 3\nI0716 23:26:03.267608 153 log.go:181] (0xc000e4ed10) (0xc0004eb720) Stream removed, broadcasting: 5\n" Jul 16 23:26:03.272: INFO: stdout: "affinity-nodeport-timeout-7qp9x" Jul 16 23:26:18.272: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5041 execpod-affinitylclgj -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.18.0.14:32208/' Jul 16 23:26:18.472: INFO: stderr: "I0716 23:26:18.403166 171 log.go:181] (0xc00003a420) (0xc00092ee60) Create stream\nI0716 23:26:18.403240 171 log.go:181] (0xc00003a420) (0xc00092ee60) Stream added, broadcasting: 1\nI0716 23:26:18.404998 171 log.go:181] (0xc00003a420) Reply frame received for 1\nI0716 23:26:18.405031 171 log.go:181] (0xc00003a420) (0xc000206780) Create stream\nI0716 23:26:18.405041 171 log.go:181] (0xc00003a420) (0xc000206780) Stream added, broadcasting: 3\nI0716 23:26:18.405888 171 log.go:181] (0xc00003a420) Reply frame received for 3\nI0716 23:26:18.405940 171 log.go:181] (0xc00003a420) (0xc0004aa0a0) Create stream\nI0716 23:26:18.405957 171 log.go:181] (0xc00003a420) (0xc0004aa0a0) Stream added, broadcasting: 5\nI0716 23:26:18.406810 171 log.go:181] (0xc00003a420) Reply frame received for 5\nI0716 23:26:18.464962 171 log.go:181] (0xc00003a420) Data frame received for 5\nI0716 23:26:18.464994 171 log.go:181] (0xc0004aa0a0) (5) Data frame handling\nI0716 23:26:18.465015 171 log.go:181] (0xc0004aa0a0) (5) Data frame sent\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:32208/\nI0716 23:26:18.467399 171 log.go:181] (0xc00003a420) Data frame received for 3\nI0716 23:26:18.467417 171 log.go:181] (0xc000206780) (3) Data frame handling\nI0716 23:26:18.467434 171 log.go:181] (0xc000206780) (3) Data frame sent\nI0716 23:26:18.467754 171 log.go:181] (0xc00003a420) Data frame received for 3\nI0716 23:26:18.467765 171 log.go:181] (0xc000206780) (3) Data frame handling\nI0716 23:26:18.467852 171 log.go:181] (0xc00003a420) Data frame received for 5\nI0716 23:26:18.467872 171 log.go:181] (0xc0004aa0a0) (5) Data frame handling\nI0716 23:26:18.469263 171 log.go:181] (0xc00003a420) Data frame received for 1\nI0716 23:26:18.469323 171 log.go:181] (0xc00092ee60) (1) Data frame handling\nI0716 23:26:18.469340 171 log.go:181] (0xc00092ee60) (1) Data frame sent\nI0716 23:26:18.469350 171 log.go:181] (0xc00003a420) (0xc00092ee60) Stream removed, broadcasting: 1\nI0716 23:26:18.469455 171 log.go:181] (0xc00003a420) Go away received\nI0716 23:26:18.469630 171 log.go:181] (0xc00003a420) (0xc00092ee60) Stream removed, broadcasting: 1\nI0716 23:26:18.469641 171 log.go:181] (0xc00003a420) (0xc000206780) Stream removed, broadcasting: 3\nI0716 23:26:18.469646 171 log.go:181] (0xc00003a420) (0xc0004aa0a0) Stream removed, broadcasting: 5\n" Jul 16 23:26:18.472: INFO: stdout: "affinity-nodeport-timeout-2cd6m" Jul 16 23:26:18.472: INFO: Cleaning up the exec pod STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-5041, will wait for the garbage collector to delete the pods Jul 16 23:26:18.567: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 6.39603ms Jul 16 23:26:19.067: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 500.187294ms [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:26:29.206: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-5041" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:53.624 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance]","total":294,"completed":20,"skipped":388,"failed":0} SSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:26:29.217: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:26:29.300: INFO: >>> kubeConfig: /root/.kube/config STEP: client-side validation (kubectl create and apply) allows request with any unknown properties Jul 16 23:26:32.243: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2055 create -f -' Jul 16 23:26:36.458: INFO: stderr: "" Jul 16 23:26:36.458: INFO: stdout: "e2e-test-crd-publish-openapi-2460-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" Jul 16 23:26:36.458: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2055 delete e2e-test-crd-publish-openapi-2460-crds test-cr' Jul 16 23:26:36.573: INFO: stderr: "" Jul 16 23:26:36.573: INFO: stdout: "e2e-test-crd-publish-openapi-2460-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" Jul 16 23:26:36.573: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2055 apply -f -' Jul 16 23:26:36.966: INFO: stderr: "" Jul 16 23:26:36.966: INFO: stdout: "e2e-test-crd-publish-openapi-2460-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" Jul 16 23:26:36.966: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2055 delete e2e-test-crd-publish-openapi-2460-crds test-cr' Jul 16 23:26:37.191: INFO: stderr: "" Jul 16 23:26:37.191: INFO: stdout: "e2e-test-crd-publish-openapi-2460-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" STEP: kubectl explain works to explain CR without validation schema Jul 16 23:26:37.191: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2460-crds' Jul 16 23:26:38.172: INFO: stderr: "" Jul 16 23:26:38.172: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-2460-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:26:41.259: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-2055" for this suite. • [SLOW TEST:12.048 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for CRD without validation schema [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance]","total":294,"completed":21,"skipped":408,"failed":0} SSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:26:41.265: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [BeforeEach] Kubectl replace /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1576 [It] should update a single-container pod's image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: running the image docker.io/library/httpd:2.4.38-alpine Jul 16 23:26:41.314: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config run e2e-test-httpd-pod --image=docker.io/library/httpd:2.4.38-alpine --labels=run=e2e-test-httpd-pod --namespace=kubectl-2328' Jul 16 23:26:41.433: INFO: stderr: "" Jul 16 23:26:41.433: 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 Jul 16 23:26:46.483: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pod e2e-test-httpd-pod --namespace=kubectl-2328 -o json' Jul 16 23:26:46.583: INFO: stderr: "" Jul 16 23:26:46.583: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2020-07-16T23:26:41Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"managedFields\": [\n {\n \"apiVersion\": \"v1\",\n \"fieldsType\": \"FieldsV1\",\n \"fieldsV1\": {\n \"f:metadata\": {\n \"f:labels\": {\n \".\": {},\n \"f:run\": {}\n }\n },\n \"f:spec\": {\n \"f:containers\": {\n \"k:{\\\"name\\\":\\\"e2e-test-httpd-pod\\\"}\": {\n \".\": {},\n \"f:image\": {},\n \"f:imagePullPolicy\": {},\n \"f:name\": {},\n \"f:resources\": {},\n \"f:terminationMessagePath\": {},\n \"f:terminationMessagePolicy\": {}\n }\n },\n \"f:dnsPolicy\": {},\n \"f:enableServiceLinks\": {},\n \"f:restartPolicy\": {},\n \"f:schedulerName\": {},\n \"f:securityContext\": {},\n \"f:terminationGracePeriodSeconds\": {}\n }\n },\n \"manager\": \"kubectl-run\",\n \"operation\": \"Update\",\n \"time\": \"2020-07-16T23:26:41Z\"\n },\n {\n \"apiVersion\": \"v1\",\n \"fieldsType\": \"FieldsV1\",\n \"fieldsV1\": {\n \"f:status\": {\n \"f:conditions\": {\n \"k:{\\\"type\\\":\\\"ContainersReady\\\"}\": {\n \".\": {},\n \"f:lastProbeTime\": {},\n \"f:lastTransitionTime\": {},\n \"f:status\": {},\n \"f:type\": {}\n },\n \"k:{\\\"type\\\":\\\"Initialized\\\"}\": {\n \".\": {},\n \"f:lastProbeTime\": {},\n \"f:lastTransitionTime\": {},\n \"f:status\": {},\n \"f:type\": {}\n },\n \"k:{\\\"type\\\":\\\"Ready\\\"}\": {\n \".\": {},\n \"f:lastProbeTime\": {},\n \"f:lastTransitionTime\": {},\n \"f:status\": {},\n \"f:type\": {}\n }\n },\n \"f:containerStatuses\": {},\n \"f:hostIP\": {},\n \"f:phase\": {},\n \"f:podIP\": {},\n \"f:podIPs\": {\n \".\": {},\n \"k:{\\\"ip\\\":\\\"10.244.1.56\\\"}\": {\n \".\": {},\n \"f:ip\": {}\n }\n },\n \"f:startTime\": {}\n }\n },\n \"manager\": \"kubelet\",\n \"operation\": \"Update\",\n \"time\": \"2020-07-16T23:26:44Z\"\n }\n ],\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-2328\",\n \"resourceVersion\": \"1741039\",\n \"selfLink\": \"/api/v1/namespaces/kubectl-2328/pods/e2e-test-httpd-pod\",\n \"uid\": \"c5df3f99-cf85-47c3-8fba-88525e1d354f\"\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-582pp\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"latest-worker2\",\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-582pp\",\n \"secret\": {\n \"defaultMode\": 420,\n \"secretName\": \"default-token-582pp\"\n }\n }\n ]\n },\n \"status\": {\n \"conditions\": [\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2020-07-16T23:26:41Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2020-07-16T23:26:44Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2020-07-16T23:26:44Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2020-07-16T23:26:41Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://bb1e4a30ec5d588c51ccdde9023c3db5b7537e159b172d383da8b30b1601ef09\",\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\": \"2020-07-16T23:26:43Z\"\n }\n }\n }\n ],\n \"hostIP\": \"172.18.0.11\",\n \"phase\": \"Running\",\n \"podIP\": \"10.244.1.56\",\n \"podIPs\": [\n {\n \"ip\": \"10.244.1.56\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2020-07-16T23:26:41Z\"\n }\n}\n" STEP: replace the image in the pod Jul 16 23:26:46.584: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config replace -f - --namespace=kubectl-2328' Jul 16 23:26:46.911: INFO: stderr: "" Jul 16 23:26:46.911: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1581 Jul 16 23:26:46.943: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete pods e2e-test-httpd-pod --namespace=kubectl-2328' Jul 16 23:26:59.159: INFO: stderr: "" Jul 16 23:26:59.159: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:26:59.159: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-2328" for this suite. • [SLOW TEST:17.919 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Kubectl replace /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1572 should update a single-container pod's image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image [Conformance]","total":294,"completed":22,"skipped":428,"failed":0} SSSSSSS ------------------------------ [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:26:59.184: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to change the type from ExternalName to NodePort [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a service externalname-service with the type=ExternalName in namespace services-5202 STEP: changing the ExternalName service to type=NodePort STEP: creating replication controller externalname-service in namespace services-5202 I0716 23:26:59.342422 7 runners.go:190] Created replication controller with name: externalname-service, namespace: services-5202, replica count: 2 I0716 23:27:02.392928 7 runners.go:190] externalname-service Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:27:05.393240 7 runners.go:190] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 16 23:27:05.393: INFO: Creating new exec pod Jul 16 23:27:10.425: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5202 execpod7dnd9 -- /bin/sh -x -c nc -zv -t -w 2 externalname-service 80' Jul 16 23:27:10.656: INFO: stderr: "I0716 23:27:10.555304 352 log.go:181] (0xc00003a420) (0xc00085a960) Create stream\nI0716 23:27:10.555360 352 log.go:181] (0xc00003a420) (0xc00085a960) Stream added, broadcasting: 1\nI0716 23:27:10.557562 352 log.go:181] (0xc00003a420) Reply frame received for 1\nI0716 23:27:10.557607 352 log.go:181] (0xc00003a420) (0xc00085d4a0) Create stream\nI0716 23:27:10.557622 352 log.go:181] (0xc00003a420) (0xc00085d4a0) Stream added, broadcasting: 3\nI0716 23:27:10.558652 352 log.go:181] (0xc00003a420) Reply frame received for 3\nI0716 23:27:10.558689 352 log.go:181] (0xc00003a420) (0xc000207b80) Create stream\nI0716 23:27:10.558703 352 log.go:181] (0xc00003a420) (0xc000207b80) Stream added, broadcasting: 5\nI0716 23:27:10.559961 352 log.go:181] (0xc00003a420) Reply frame received for 5\nI0716 23:27:10.648961 352 log.go:181] (0xc00003a420) Data frame received for 5\nI0716 23:27:10.648995 352 log.go:181] (0xc000207b80) (5) Data frame handling\nI0716 23:27:10.649029 352 log.go:181] (0xc000207b80) (5) Data frame sent\n+ nc -zv -t -w 2 externalname-service 80\nI0716 23:27:10.649045 352 log.go:181] (0xc00003a420) Data frame received for 5\nI0716 23:27:10.649056 352 log.go:181] (0xc000207b80) (5) Data frame handling\nI0716 23:27:10.649066 352 log.go:181] (0xc000207b80) (5) Data frame sent\nI0716 23:27:10.649076 352 log.go:181] (0xc00003a420) Data frame received for 5\nI0716 23:27:10.649085 352 log.go:181] (0xc000207b80) (5) Data frame handling\nConnection to externalname-service 80 port [tcp/http] succeeded!\nI0716 23:27:10.649302 352 log.go:181] (0xc00003a420) Data frame received for 3\nI0716 23:27:10.649326 352 log.go:181] (0xc00085d4a0) (3) Data frame handling\nI0716 23:27:10.651845 352 log.go:181] (0xc00003a420) Data frame received for 1\nI0716 23:27:10.651872 352 log.go:181] (0xc00085a960) (1) Data frame handling\nI0716 23:27:10.651894 352 log.go:181] (0xc00085a960) (1) Data frame sent\nI0716 23:27:10.651913 352 log.go:181] (0xc00003a420) (0xc00085a960) Stream removed, broadcasting: 1\nI0716 23:27:10.651933 352 log.go:181] (0xc00003a420) Go away received\nI0716 23:27:10.652302 352 log.go:181] (0xc00003a420) (0xc00085a960) Stream removed, broadcasting: 1\nI0716 23:27:10.652325 352 log.go:181] (0xc00003a420) (0xc00085d4a0) Stream removed, broadcasting: 3\nI0716 23:27:10.652333 352 log.go:181] (0xc00003a420) (0xc000207b80) Stream removed, broadcasting: 5\n" Jul 16 23:27:10.656: INFO: stdout: "" Jul 16 23:27:10.657: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5202 execpod7dnd9 -- /bin/sh -x -c nc -zv -t -w 2 10.99.167.16 80' Jul 16 23:27:10.876: INFO: stderr: "I0716 23:27:10.794310 370 log.go:181] (0xc000d16dc0) (0xc000613540) Create stream\nI0716 23:27:10.794368 370 log.go:181] (0xc000d16dc0) (0xc000613540) Stream added, broadcasting: 1\nI0716 23:27:10.796658 370 log.go:181] (0xc000d16dc0) Reply frame received for 1\nI0716 23:27:10.796687 370 log.go:181] (0xc000d16dc0) (0xc0004a2640) Create stream\nI0716 23:27:10.796696 370 log.go:181] (0xc000d16dc0) (0xc0004a2640) Stream added, broadcasting: 3\nI0716 23:27:10.797795 370 log.go:181] (0xc000d16dc0) Reply frame received for 3\nI0716 23:27:10.797857 370 log.go:181] (0xc000d16dc0) (0xc0004c5220) Create stream\nI0716 23:27:10.797874 370 log.go:181] (0xc000d16dc0) (0xc0004c5220) Stream added, broadcasting: 5\nI0716 23:27:10.798943 370 log.go:181] (0xc000d16dc0) Reply frame received for 5\nI0716 23:27:10.869429 370 log.go:181] (0xc000d16dc0) Data frame received for 5\nI0716 23:27:10.869451 370 log.go:181] (0xc0004c5220) (5) Data frame handling\nI0716 23:27:10.869463 370 log.go:181] (0xc0004c5220) (5) Data frame sent\nI0716 23:27:10.869469 370 log.go:181] (0xc000d16dc0) Data frame received for 5\nI0716 23:27:10.869475 370 log.go:181] (0xc0004c5220) (5) Data frame handling\n+ nc -zv -t -w 2 10.99.167.16 80\nConnection to 10.99.167.16 80 port [tcp/http] succeeded!\nI0716 23:27:10.869685 370 log.go:181] (0xc000d16dc0) Data frame received for 3\nI0716 23:27:10.869713 370 log.go:181] (0xc0004a2640) (3) Data frame handling\nI0716 23:27:10.871089 370 log.go:181] (0xc000d16dc0) Data frame received for 1\nI0716 23:27:10.871118 370 log.go:181] (0xc000613540) (1) Data frame handling\nI0716 23:27:10.871161 370 log.go:181] (0xc000613540) (1) Data frame sent\nI0716 23:27:10.871184 370 log.go:181] (0xc000d16dc0) (0xc000613540) Stream removed, broadcasting: 1\nI0716 23:27:10.871207 370 log.go:181] (0xc000d16dc0) Go away received\nI0716 23:27:10.871695 370 log.go:181] (0xc000d16dc0) (0xc000613540) Stream removed, broadcasting: 1\nI0716 23:27:10.871721 370 log.go:181] (0xc000d16dc0) (0xc0004a2640) Stream removed, broadcasting: 3\nI0716 23:27:10.871734 370 log.go:181] (0xc000d16dc0) (0xc0004c5220) Stream removed, broadcasting: 5\n" Jul 16 23:27:10.876: INFO: stdout: "" Jul 16 23:27:10.876: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5202 execpod7dnd9 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.14 31765' Jul 16 23:27:11.103: INFO: stderr: "I0716 23:27:11.016327 388 log.go:181] (0xc000ca9970) (0xc0008b37c0) Create stream\nI0716 23:27:11.016386 388 log.go:181] (0xc000ca9970) (0xc0008b37c0) Stream added, broadcasting: 1\nI0716 23:27:11.022465 388 log.go:181] (0xc000ca9970) Reply frame received for 1\nI0716 23:27:11.022496 388 log.go:181] (0xc000ca9970) (0xc000310500) Create stream\nI0716 23:27:11.022504 388 log.go:181] (0xc000ca9970) (0xc000310500) Stream added, broadcasting: 3\nI0716 23:27:11.023467 388 log.go:181] (0xc000ca9970) Reply frame received for 3\nI0716 23:27:11.023507 388 log.go:181] (0xc000ca9970) (0xc0007085a0) Create stream\nI0716 23:27:11.023517 388 log.go:181] (0xc000ca9970) (0xc0007085a0) Stream added, broadcasting: 5\nI0716 23:27:11.024328 388 log.go:181] (0xc000ca9970) Reply frame received for 5\nI0716 23:27:11.097088 388 log.go:181] (0xc000ca9970) Data frame received for 5\nI0716 23:27:11.097231 388 log.go:181] (0xc0007085a0) (5) Data frame handling\nI0716 23:27:11.097274 388 log.go:181] (0xc0007085a0) (5) Data frame sent\nI0716 23:27:11.097308 388 log.go:181] (0xc000ca9970) Data frame received for 5\nI0716 23:27:11.097325 388 log.go:181] (0xc0007085a0) (5) Data frame handling\nI0716 23:27:11.097348 388 log.go:181] (0xc000ca9970) Data frame received for 3\n+ nc -zv -t -w 2 172.18.0.14 31765\nConnection to 172.18.0.14 31765 port [tcp/gamesmith-port] succeeded!\nI0716 23:27:11.097371 388 log.go:181] (0xc000310500) (3) Data frame handling\nI0716 23:27:11.099942 388 log.go:181] (0xc000ca9970) Data frame received for 1\nI0716 23:27:11.099959 388 log.go:181] (0xc0008b37c0) (1) Data frame handling\nI0716 23:27:11.099981 388 log.go:181] (0xc0008b37c0) (1) Data frame sent\nI0716 23:27:11.100009 388 log.go:181] (0xc000ca9970) (0xc0008b37c0) Stream removed, broadcasting: 1\nI0716 23:27:11.100027 388 log.go:181] (0xc000ca9970) Go away received\nI0716 23:27:11.100414 388 log.go:181] (0xc000ca9970) (0xc0008b37c0) Stream removed, broadcasting: 1\nI0716 23:27:11.100433 388 log.go:181] (0xc000ca9970) (0xc000310500) Stream removed, broadcasting: 3\nI0716 23:27:11.100443 388 log.go:181] (0xc000ca9970) (0xc0007085a0) Stream removed, broadcasting: 5\n" Jul 16 23:27:11.103: INFO: stdout: "" Jul 16 23:27:11.103: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5202 execpod7dnd9 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.11 31765' Jul 16 23:27:11.312: INFO: stderr: "I0716 23:27:11.240347 406 log.go:181] (0xc0008cf290) (0xc0009c5680) Create stream\nI0716 23:27:11.240405 406 log.go:181] (0xc0008cf290) (0xc0009c5680) Stream added, broadcasting: 1\nI0716 23:27:11.245196 406 log.go:181] (0xc0008cf290) Reply frame received for 1\nI0716 23:27:11.245230 406 log.go:181] (0xc0008cf290) (0xc00061e280) Create stream\nI0716 23:27:11.245240 406 log.go:181] (0xc0008cf290) (0xc00061e280) Stream added, broadcasting: 3\nI0716 23:27:11.246115 406 log.go:181] (0xc0008cf290) Reply frame received for 3\nI0716 23:27:11.246149 406 log.go:181] (0xc0008cf290) (0xc0003bc1e0) Create stream\nI0716 23:27:11.246162 406 log.go:181] (0xc0008cf290) (0xc0003bc1e0) Stream added, broadcasting: 5\nI0716 23:27:11.247044 406 log.go:181] (0xc0008cf290) Reply frame received for 5\nI0716 23:27:11.305989 406 log.go:181] (0xc0008cf290) Data frame received for 5\nI0716 23:27:11.306017 406 log.go:181] (0xc0003bc1e0) (5) Data frame handling\nI0716 23:27:11.306034 406 log.go:181] (0xc0003bc1e0) (5) Data frame sent\nI0716 23:27:11.306042 406 log.go:181] (0xc0008cf290) Data frame received for 5\nI0716 23:27:11.306051 406 log.go:181] (0xc0003bc1e0) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.11 31765\nConnection to 172.18.0.11 31765 port [tcp/gamesmith-port] succeeded!\nI0716 23:27:11.306108 406 log.go:181] (0xc0008cf290) Data frame received for 3\nI0716 23:27:11.306120 406 log.go:181] (0xc00061e280) (3) Data frame handling\nI0716 23:27:11.307527 406 log.go:181] (0xc0008cf290) Data frame received for 1\nI0716 23:27:11.307553 406 log.go:181] (0xc0009c5680) (1) Data frame handling\nI0716 23:27:11.307579 406 log.go:181] (0xc0009c5680) (1) Data frame sent\nI0716 23:27:11.307601 406 log.go:181] (0xc0008cf290) (0xc0009c5680) Stream removed, broadcasting: 1\nI0716 23:27:11.307623 406 log.go:181] (0xc0008cf290) Go away received\nI0716 23:27:11.308062 406 log.go:181] (0xc0008cf290) (0xc0009c5680) Stream removed, broadcasting: 1\nI0716 23:27:11.308082 406 log.go:181] (0xc0008cf290) (0xc00061e280) Stream removed, broadcasting: 3\nI0716 23:27:11.308092 406 log.go:181] (0xc0008cf290) (0xc0003bc1e0) Stream removed, broadcasting: 5\n" Jul 16 23:27:11.312: INFO: stdout: "" Jul 16 23:27:11.312: INFO: Cleaning up the ExternalName to NodePort test service [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:11.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-5202" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:12.170 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to change the type from ExternalName to NodePort [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]","total":294,"completed":23,"skipped":435,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:11.355: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0666 on node default medium Jul 16 23:27:11.455: INFO: Waiting up to 5m0s for pod "pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913" in namespace "emptydir-9827" to be "Succeeded or Failed" Jul 16 23:27:11.467: INFO: Pod "pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913": Phase="Pending", Reason="", readiness=false. Elapsed: 12.403649ms Jul 16 23:27:13.471: INFO: Pod "pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913": Phase="Pending", Reason="", readiness=false. Elapsed: 2.016503228s Jul 16 23:27:15.476: INFO: Pod "pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.021315162s STEP: Saw pod success Jul 16 23:27:15.476: INFO: Pod "pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913" satisfied condition "Succeeded or Failed" Jul 16 23:27:15.479: INFO: Trying to get logs from node latest-worker pod pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913 container test-container: STEP: delete the pod Jul 16 23:27:15.529: INFO: Waiting for pod pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913 to disappear Jul 16 23:27:15.533: INFO: Pod pod-a43cf2e4-02fe-4dc0-947b-1a76c4a43913 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:15.533: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-9827" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":24,"skipped":476,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] Service endpoints latency should not be very high [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Service endpoints latency /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:15.539: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:27:15.610: INFO: >>> kubeConfig: /root/.kube/config STEP: creating replication controller svc-latency-rc in namespace svc-latency-7343 I0716 23:27:15.624052 7 runners.go:190] Created replication controller with name: svc-latency-rc, namespace: svc-latency-7343, replica count: 1 I0716 23:27:16.674463 7 runners.go:190] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:27:17.674661 7 runners.go:190] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:27:18.674839 7 runners.go:190] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:27:19.675054 7 runners.go:190] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:27:20.675237 7 runners.go:190] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:27:21.675420 7 runners.go:190] svc-latency-rc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 16 23:27:21.805: INFO: Created: latency-svc-6t9f9 Jul 16 23:27:21.819: INFO: Got endpoints: latency-svc-6t9f9 [44.12505ms] Jul 16 23:27:21.899: INFO: Created: latency-svc-6dbh2 Jul 16 23:27:21.902: INFO: Got endpoints: latency-svc-6dbh2 [83.048529ms] Jul 16 23:27:22.122: INFO: Created: latency-svc-x8w8l Jul 16 23:27:22.331: INFO: Got endpoints: latency-svc-x8w8l [511.9034ms] Jul 16 23:27:22.334: INFO: Created: latency-svc-szngg Jul 16 23:27:22.365: INFO: Got endpoints: latency-svc-szngg [545.888969ms] Jul 16 23:27:22.394: INFO: Created: latency-svc-lq84w Jul 16 23:27:22.407: INFO: Got endpoints: latency-svc-lq84w [587.683537ms] Jul 16 23:27:22.484: INFO: Created: latency-svc-7js8z Jul 16 23:27:22.488: INFO: Got endpoints: latency-svc-7js8z [668.114017ms] Jul 16 23:27:22.537: INFO: Created: latency-svc-8bd6j Jul 16 23:27:22.579: INFO: Got endpoints: latency-svc-8bd6j [759.969507ms] Jul 16 23:27:22.637: INFO: Created: latency-svc-crwz9 Jul 16 23:27:22.645: INFO: Got endpoints: latency-svc-crwz9 [825.42053ms] Jul 16 23:27:22.676: INFO: Created: latency-svc-ph28m Jul 16 23:27:22.704: INFO: Got endpoints: latency-svc-ph28m [884.5059ms] Jul 16 23:27:22.787: INFO: Created: latency-svc-l7l4z Jul 16 23:27:22.792: INFO: Got endpoints: latency-svc-l7l4z [972.373164ms] Jul 16 23:27:22.849: INFO: Created: latency-svc-khzjd Jul 16 23:27:22.861: INFO: Got endpoints: latency-svc-khzjd [1.041555013s] Jul 16 23:27:22.879: INFO: Created: latency-svc-ns2pn Jul 16 23:27:22.931: INFO: Got endpoints: latency-svc-ns2pn [1.111769335s] Jul 16 23:27:22.956: INFO: Created: latency-svc-xkvnw Jul 16 23:27:22.976: INFO: Got endpoints: latency-svc-xkvnw [1.156114125s] Jul 16 23:27:23.023: INFO: Created: latency-svc-978vp Jul 16 23:27:23.083: INFO: Got endpoints: latency-svc-978vp [1.263707727s] Jul 16 23:27:23.117: INFO: Created: latency-svc-tvt4z Jul 16 23:27:23.126: INFO: Got endpoints: latency-svc-tvt4z [1.306241672s] Jul 16 23:27:23.142: INFO: Created: latency-svc-rnvfw Jul 16 23:27:23.157: INFO: Got endpoints: latency-svc-rnvfw [1.337330572s] Jul 16 23:27:23.173: INFO: Created: latency-svc-7pl54 Jul 16 23:27:23.236: INFO: Got endpoints: latency-svc-7pl54 [1.333391542s] Jul 16 23:27:23.269: INFO: Created: latency-svc-j9rht Jul 16 23:27:23.295: INFO: Got endpoints: latency-svc-j9rht [964.033516ms] Jul 16 23:27:23.383: INFO: Created: latency-svc-glt5p Jul 16 23:27:23.413: INFO: Got endpoints: latency-svc-glt5p [1.047325539s] Jul 16 23:27:23.443: INFO: Created: latency-svc-mgn8h Jul 16 23:27:23.452: INFO: Got endpoints: latency-svc-mgn8h [1.04449647s] Jul 16 23:27:23.512: INFO: Created: latency-svc-5n8jg Jul 16 23:27:23.557: INFO: Got endpoints: latency-svc-5n8jg [1.069170115s] Jul 16 23:27:23.558: INFO: Created: latency-svc-vl8cg Jul 16 23:27:23.586: INFO: Got endpoints: latency-svc-vl8cg [1.006801472s] Jul 16 23:27:23.672: INFO: Created: latency-svc-rbdlm Jul 16 23:27:23.677: INFO: Got endpoints: latency-svc-rbdlm [1.031914506s] Jul 16 23:27:23.730: INFO: Created: latency-svc-h9gs7 Jul 16 23:27:23.753: INFO: Got endpoints: latency-svc-h9gs7 [1.048476622s] Jul 16 23:27:23.772: INFO: Created: latency-svc-x587z Jul 16 23:27:23.857: INFO: Got endpoints: latency-svc-x587z [1.065440683s] Jul 16 23:27:23.859: INFO: Created: latency-svc-sfdwq Jul 16 23:27:23.876: INFO: Got endpoints: latency-svc-sfdwq [1.014434434s] Jul 16 23:27:23.900: INFO: Created: latency-svc-995nb Jul 16 23:27:23.923: INFO: Got endpoints: latency-svc-995nb [991.444577ms] Jul 16 23:27:23.978: INFO: Created: latency-svc-9ct8m Jul 16 23:27:23.987: INFO: Got endpoints: latency-svc-9ct8m [1.011486315s] Jul 16 23:27:24.006: INFO: Created: latency-svc-zt27r Jul 16 23:27:24.031: INFO: Got endpoints: latency-svc-zt27r [948.145374ms] Jul 16 23:27:24.067: INFO: Created: latency-svc-txt5c Jul 16 23:27:24.116: INFO: Got endpoints: latency-svc-txt5c [989.669075ms] Jul 16 23:27:24.138: INFO: Created: latency-svc-dcf89 Jul 16 23:27:24.162: INFO: Got endpoints: latency-svc-dcf89 [1.005309602s] Jul 16 23:27:24.193: INFO: Created: latency-svc-bjk9j Jul 16 23:27:24.211: INFO: Got endpoints: latency-svc-bjk9j [975.150326ms] Jul 16 23:27:24.284: INFO: Created: latency-svc-ggfxt Jul 16 23:27:24.308: INFO: Got endpoints: latency-svc-ggfxt [1.012640371s] Jul 16 23:27:24.338: INFO: Created: latency-svc-kr2nl Jul 16 23:27:24.403: INFO: Got endpoints: latency-svc-kr2nl [990.70827ms] Jul 16 23:27:24.427: INFO: Created: latency-svc-c5gl8 Jul 16 23:27:24.457: INFO: Got endpoints: latency-svc-c5gl8 [1.005068352s] Jul 16 23:27:24.481: INFO: Created: latency-svc-5kjn6 Jul 16 23:27:24.491: INFO: Got endpoints: latency-svc-5kjn6 [934.405865ms] Jul 16 23:27:24.541: INFO: Created: latency-svc-2dv6g Jul 16 23:27:24.545: INFO: Got endpoints: latency-svc-2dv6g [958.685642ms] Jul 16 23:27:24.607: INFO: Created: latency-svc-zgmxr Jul 16 23:27:24.703: INFO: Got endpoints: latency-svc-zgmxr [1.026070851s] Jul 16 23:27:24.727: INFO: Created: latency-svc-hmbsw Jul 16 23:27:24.738: INFO: Got endpoints: latency-svc-hmbsw [985.368315ms] Jul 16 23:27:24.778: INFO: Created: latency-svc-q82kj Jul 16 23:27:24.787: INFO: Got endpoints: latency-svc-q82kj [929.086428ms] Jul 16 23:27:24.849: INFO: Created: latency-svc-j64pc Jul 16 23:27:24.895: INFO: Created: latency-svc-lvthn Jul 16 23:27:24.895: INFO: Got endpoints: latency-svc-j64pc [1.019603437s] Jul 16 23:27:24.925: INFO: Got endpoints: latency-svc-lvthn [1.002571668s] Jul 16 23:27:25.008: INFO: Created: latency-svc-5vzr8 Jul 16 23:27:25.021: INFO: Got endpoints: latency-svc-5vzr8 [1.033729123s] Jul 16 23:27:25.051: INFO: Created: latency-svc-8mrl4 Jul 16 23:27:25.075: INFO: Got endpoints: latency-svc-8mrl4 [1.043621535s] Jul 16 23:27:25.152: INFO: Created: latency-svc-8mnc7 Jul 16 23:27:25.156: INFO: Got endpoints: latency-svc-8mnc7 [1.040387764s] Jul 16 23:27:25.225: INFO: Created: latency-svc-mfvfj Jul 16 23:27:25.239: INFO: Got endpoints: latency-svc-mfvfj [1.076667121s] Jul 16 23:27:25.284: INFO: Created: latency-svc-9qmf8 Jul 16 23:27:25.292: INFO: Got endpoints: latency-svc-9qmf8 [1.080893131s] Jul 16 23:27:25.315: INFO: Created: latency-svc-rdw6l Jul 16 23:27:25.329: INFO: Got endpoints: latency-svc-rdw6l [1.020325858s] Jul 16 23:27:25.351: INFO: Created: latency-svc-pvfh6 Jul 16 23:27:25.365: INFO: Got endpoints: latency-svc-pvfh6 [961.70788ms] Jul 16 23:27:25.381: INFO: Created: latency-svc-f26zw Jul 16 23:27:25.458: INFO: Got endpoints: latency-svc-f26zw [1.000851905s] Jul 16 23:27:25.461: INFO: Created: latency-svc-bbdcb Jul 16 23:27:25.468: INFO: Got endpoints: latency-svc-bbdcb [976.303756ms] Jul 16 23:27:25.506: INFO: Created: latency-svc-zw9l5 Jul 16 23:27:25.601: INFO: Got endpoints: latency-svc-zw9l5 [1.056302919s] Jul 16 23:27:25.656: INFO: Created: latency-svc-bxtkm Jul 16 23:27:25.672: INFO: Got endpoints: latency-svc-bxtkm [968.787832ms] Jul 16 23:27:25.757: INFO: Created: latency-svc-bdjq2 Jul 16 23:27:25.788: INFO: Got endpoints: latency-svc-bdjq2 [1.04972796s] Jul 16 23:27:25.829: INFO: Created: latency-svc-fgkk8 Jul 16 23:27:25.835: INFO: Got endpoints: latency-svc-fgkk8 [1.048082682s] Jul 16 23:27:25.906: INFO: Created: latency-svc-kmlx8 Jul 16 23:27:25.922: INFO: Got endpoints: latency-svc-kmlx8 [1.026272943s] Jul 16 23:27:25.957: INFO: Created: latency-svc-q2rf5 Jul 16 23:27:25.973: INFO: Got endpoints: latency-svc-q2rf5 [1.047892147s] Jul 16 23:27:25.996: INFO: Created: latency-svc-psc2q Jul 16 23:27:26.056: INFO: Got endpoints: latency-svc-psc2q [1.034579469s] Jul 16 23:27:26.082: INFO: Created: latency-svc-6jn4j Jul 16 23:27:26.094: INFO: Got endpoints: latency-svc-6jn4j [1.01955472s] Jul 16 23:27:26.125: INFO: Created: latency-svc-7zxjc Jul 16 23:27:26.136: INFO: Got endpoints: latency-svc-7zxjc [980.027739ms] Jul 16 23:27:26.193: INFO: Created: latency-svc-jxxrx Jul 16 23:27:26.221: INFO: Created: latency-svc-stvwt Jul 16 23:27:26.221: INFO: Got endpoints: latency-svc-jxxrx [982.377349ms] Jul 16 23:27:26.256: INFO: Got endpoints: latency-svc-stvwt [963.592794ms] Jul 16 23:27:26.337: INFO: Created: latency-svc-p4hz4 Jul 16 23:27:26.365: INFO: Got endpoints: latency-svc-p4hz4 [1.03629056s] Jul 16 23:27:26.389: INFO: Created: latency-svc-k4hpx Jul 16 23:27:26.402: INFO: Got endpoints: latency-svc-k4hpx [1.037170781s] Jul 16 23:27:26.419: INFO: Created: latency-svc-xm24j Jul 16 23:27:26.433: INFO: Got endpoints: latency-svc-xm24j [975.038583ms] Jul 16 23:27:26.493: INFO: Created: latency-svc-jhz4c Jul 16 23:27:26.504: INFO: Got endpoints: latency-svc-jhz4c [1.036805041s] Jul 16 23:27:26.528: INFO: Created: latency-svc-5xshc Jul 16 23:27:26.563: INFO: Got endpoints: latency-svc-5xshc [961.535885ms] Jul 16 23:27:26.587: INFO: Created: latency-svc-zn9bs Jul 16 23:27:26.632: INFO: Got endpoints: latency-svc-zn9bs [959.808188ms] Jul 16 23:27:26.700: INFO: Created: latency-svc-28wnp Jul 16 23:27:26.728: INFO: Got endpoints: latency-svc-28wnp [940.17386ms] Jul 16 23:27:26.772: INFO: Created: latency-svc-n9j9b Jul 16 23:27:26.788: INFO: Got endpoints: latency-svc-n9j9b [953.021033ms] Jul 16 23:27:26.840: INFO: Created: latency-svc-mddpg Jul 16 23:27:26.848: INFO: Got endpoints: latency-svc-mddpg [926.335548ms] Jul 16 23:27:26.901: INFO: Created: latency-svc-vd2v6 Jul 16 23:27:26.934: INFO: Got endpoints: latency-svc-vd2v6 [960.417794ms] Jul 16 23:27:27.000: INFO: Created: latency-svc-59t89 Jul 16 23:27:27.050: INFO: Got endpoints: latency-svc-59t89 [993.951827ms] Jul 16 23:27:27.060: INFO: Created: latency-svc-8zzfh Jul 16 23:27:27.077: INFO: Got endpoints: latency-svc-8zzfh [982.429067ms] Jul 16 23:27:27.097: INFO: Created: latency-svc-8mjgn Jul 16 23:27:27.107: INFO: Got endpoints: latency-svc-8mjgn [970.901835ms] Jul 16 23:27:27.126: INFO: Created: latency-svc-tn2d5 Jul 16 23:27:27.200: INFO: Got endpoints: latency-svc-tn2d5 [978.38535ms] Jul 16 23:27:27.240: INFO: Created: latency-svc-wmmdl Jul 16 23:27:27.251: INFO: Got endpoints: latency-svc-wmmdl [995.552416ms] Jul 16 23:27:27.270: INFO: Created: latency-svc-fqkrw Jul 16 23:27:27.281: INFO: Got endpoints: latency-svc-fqkrw [916.329085ms] Jul 16 23:27:27.355: INFO: Created: latency-svc-jklhk Jul 16 23:27:27.396: INFO: Got endpoints: latency-svc-jklhk [993.599086ms] Jul 16 23:27:27.425: INFO: Created: latency-svc-8jbzl Jul 16 23:27:27.438: INFO: Got endpoints: latency-svc-8jbzl [1.005146316s] Jul 16 23:27:27.523: INFO: Created: latency-svc-hj4ld Jul 16 23:27:27.531: INFO: Got endpoints: latency-svc-hj4ld [1.026003409s] Jul 16 23:27:27.546: INFO: Created: latency-svc-ndz8f Jul 16 23:27:27.558: INFO: Got endpoints: latency-svc-ndz8f [995.488076ms] Jul 16 23:27:27.583: INFO: Created: latency-svc-ppt66 Jul 16 23:27:27.595: INFO: Got endpoints: latency-svc-ppt66 [962.902629ms] Jul 16 23:27:27.661: INFO: Created: latency-svc-spk8d Jul 16 23:27:27.702: INFO: Created: latency-svc-mgd2h Jul 16 23:27:27.702: INFO: Got endpoints: latency-svc-spk8d [973.714036ms] Jul 16 23:27:27.722: INFO: Got endpoints: latency-svc-mgd2h [933.787115ms] Jul 16 23:27:27.828: INFO: Created: latency-svc-qdwrs Jul 16 23:27:27.842: INFO: Got endpoints: latency-svc-qdwrs [993.621766ms] Jul 16 23:27:27.857: INFO: Created: latency-svc-dhr2g Jul 16 23:27:27.872: INFO: Got endpoints: latency-svc-dhr2g [938.446841ms] Jul 16 23:27:27.960: INFO: Created: latency-svc-87q9g Jul 16 23:27:27.969: INFO: Got endpoints: latency-svc-87q9g [919.644587ms] Jul 16 23:27:27.991: INFO: Created: latency-svc-5r7hf Jul 16 23:27:28.051: INFO: Got endpoints: latency-svc-5r7hf [974.244335ms] Jul 16 23:27:28.123: INFO: Created: latency-svc-9gp87 Jul 16 23:27:28.143: INFO: Got endpoints: latency-svc-9gp87 [1.03599018s] Jul 16 23:27:28.163: INFO: Created: latency-svc-nfrnt Jul 16 23:27:28.205: INFO: Got endpoints: latency-svc-nfrnt [1.005426403s] Jul 16 23:27:28.260: INFO: Created: latency-svc-29jbl Jul 16 23:27:28.263: INFO: Got endpoints: latency-svc-29jbl [1.01171585s] Jul 16 23:27:28.326: INFO: Created: latency-svc-m42hd Jul 16 23:27:28.350: INFO: Got endpoints: latency-svc-m42hd [1.068700726s] Jul 16 23:27:28.416: INFO: Created: latency-svc-mcxpf Jul 16 23:27:28.437: INFO: Got endpoints: latency-svc-mcxpf [1.041451756s] Jul 16 23:27:28.470: INFO: Created: latency-svc-xlgh4 Jul 16 23:27:28.500: INFO: Got endpoints: latency-svc-xlgh4 [1.06244018s] Jul 16 23:27:28.554: INFO: Created: latency-svc-wm9mz Jul 16 23:27:28.583: INFO: Got endpoints: latency-svc-wm9mz [1.052537432s] Jul 16 23:27:28.583: INFO: Created: latency-svc-ghljf Jul 16 23:27:28.607: INFO: Got endpoints: latency-svc-ghljf [1.048473507s] Jul 16 23:27:28.637: INFO: Created: latency-svc-68sd6 Jul 16 23:27:28.703: INFO: Got endpoints: latency-svc-68sd6 [1.108739098s] Jul 16 23:27:28.734: INFO: Created: latency-svc-n5hxp Jul 16 23:27:28.750: INFO: Got endpoints: latency-svc-n5hxp [1.048416903s] Jul 16 23:27:28.799: INFO: Created: latency-svc-gc68x Jul 16 23:27:28.846: INFO: Got endpoints: latency-svc-gc68x [1.124617072s] Jul 16 23:27:28.859: INFO: Created: latency-svc-7j7dp Jul 16 23:27:28.870: INFO: Got endpoints: latency-svc-7j7dp [1.028768737s] Jul 16 23:27:28.907: INFO: Created: latency-svc-44qk8 Jul 16 23:27:28.913: INFO: Got endpoints: latency-svc-44qk8 [1.040972412s] Jul 16 23:27:28.996: INFO: Created: latency-svc-5j85m Jul 16 23:27:29.034: INFO: Got endpoints: latency-svc-5j85m [1.06425541s] Jul 16 23:27:29.037: INFO: Created: latency-svc-mkq6v Jul 16 23:27:29.070: INFO: Got endpoints: latency-svc-mkq6v [1.01888181s] Jul 16 23:27:29.134: INFO: Created: latency-svc-svgqb Jul 16 23:27:29.138: INFO: Got endpoints: latency-svc-svgqb [994.746495ms] Jul 16 23:27:29.183: INFO: Created: latency-svc-grm64 Jul 16 23:27:29.196: INFO: Got endpoints: latency-svc-grm64 [990.777375ms] Jul 16 23:27:29.213: INFO: Created: latency-svc-5gw82 Jul 16 23:27:29.227: INFO: Got endpoints: latency-svc-5gw82 [963.707072ms] Jul 16 23:27:29.272: INFO: Created: latency-svc-n5cdc Jul 16 23:27:29.277: INFO: Got endpoints: latency-svc-n5cdc [927.107901ms] Jul 16 23:27:29.304: INFO: Created: latency-svc-rdwdh Jul 16 23:27:29.328: INFO: Got endpoints: latency-svc-rdwdh [890.588039ms] Jul 16 23:27:29.358: INFO: Created: latency-svc-8blm7 Jul 16 23:27:29.421: INFO: Got endpoints: latency-svc-8blm7 [920.770287ms] Jul 16 23:27:29.423: INFO: Created: latency-svc-hglkg Jul 16 23:27:29.432: INFO: Got endpoints: latency-svc-hglkg [848.62192ms] Jul 16 23:27:29.459: INFO: Created: latency-svc-djffj Jul 16 23:27:29.475: INFO: Got endpoints: latency-svc-djffj [867.46657ms] Jul 16 23:27:29.495: INFO: Created: latency-svc-6hk42 Jul 16 23:27:29.504: INFO: Got endpoints: latency-svc-6hk42 [800.570715ms] Jul 16 23:27:29.559: INFO: Created: latency-svc-gjk7k Jul 16 23:27:29.562: INFO: Got endpoints: latency-svc-gjk7k [812.071367ms] Jul 16 23:27:29.610: INFO: Created: latency-svc-dfnbp Jul 16 23:27:29.626: INFO: Got endpoints: latency-svc-dfnbp [779.264771ms] Jul 16 23:27:29.655: INFO: Created: latency-svc-dfmz7 Jul 16 23:27:29.714: INFO: Got endpoints: latency-svc-dfmz7 [843.865627ms] Jul 16 23:27:29.753: INFO: Created: latency-svc-kfcx4 Jul 16 23:27:29.776: INFO: Got endpoints: latency-svc-kfcx4 [862.168503ms] Jul 16 23:27:29.876: INFO: Created: latency-svc-66pnt Jul 16 23:27:29.879: INFO: Got endpoints: latency-svc-66pnt [845.345992ms] Jul 16 23:27:29.928: INFO: Created: latency-svc-nztjj Jul 16 23:27:29.944: INFO: Got endpoints: latency-svc-nztjj [874.061438ms] Jul 16 23:27:29.963: INFO: Created: latency-svc-xn9rf Jul 16 23:27:29.974: INFO: Got endpoints: latency-svc-xn9rf [836.056959ms] Jul 16 23:27:30.023: INFO: Created: latency-svc-frp68 Jul 16 23:27:30.034: INFO: Got endpoints: latency-svc-frp68 [837.785267ms] Jul 16 23:27:30.059: INFO: Created: latency-svc-s7zxn Jul 16 23:27:30.071: INFO: Got endpoints: latency-svc-s7zxn [843.868079ms] Jul 16 23:27:30.090: INFO: Created: latency-svc-f9psv Jul 16 23:27:30.101: INFO: Got endpoints: latency-svc-f9psv [823.776393ms] Jul 16 23:27:30.150: INFO: Created: latency-svc-v6lr8 Jul 16 23:27:30.167: INFO: Got endpoints: latency-svc-v6lr8 [839.091478ms] Jul 16 23:27:30.203: INFO: Created: latency-svc-4h9px Jul 16 23:27:30.228: INFO: Got endpoints: latency-svc-4h9px [807.320063ms] Jul 16 23:27:30.278: INFO: Created: latency-svc-hfxnm Jul 16 23:27:30.288: INFO: Got endpoints: latency-svc-hfxnm [855.766507ms] Jul 16 23:27:30.305: INFO: Created: latency-svc-wwhh9 Jul 16 23:27:30.342: INFO: Got endpoints: latency-svc-wwhh9 [867.245682ms] Jul 16 23:27:30.433: INFO: Created: latency-svc-9dq8k Jul 16 23:27:30.444: INFO: Got endpoints: latency-svc-9dq8k [939.8927ms] Jul 16 23:27:30.467: INFO: Created: latency-svc-7flds Jul 16 23:27:30.491: INFO: Got endpoints: latency-svc-7flds [928.118621ms] Jul 16 23:27:30.521: INFO: Created: latency-svc-zc4bc Jul 16 23:27:30.573: INFO: Got endpoints: latency-svc-zc4bc [947.803144ms] Jul 16 23:27:30.618: INFO: Created: latency-svc-h56nn Jul 16 23:27:30.653: INFO: Got endpoints: latency-svc-h56nn [938.852805ms] Jul 16 23:27:30.725: INFO: Created: latency-svc-v6qlp Jul 16 23:27:30.746: INFO: Got endpoints: latency-svc-v6qlp [970.024465ms] Jul 16 23:27:30.774: INFO: Created: latency-svc-5stmv Jul 16 23:27:30.787: INFO: Got endpoints: latency-svc-5stmv [907.846521ms] Jul 16 23:27:30.870: INFO: Created: latency-svc-r9mwk Jul 16 23:27:30.877: INFO: Got endpoints: latency-svc-r9mwk [932.980728ms] Jul 16 23:27:30.899: INFO: Created: latency-svc-gt9l4 Jul 16 23:27:30.908: INFO: Got endpoints: latency-svc-gt9l4 [933.961328ms] Jul 16 23:27:30.936: INFO: Created: latency-svc-ppgrf Jul 16 23:27:30.945: INFO: Got endpoints: latency-svc-ppgrf [910.41216ms] Jul 16 23:27:31.012: INFO: Created: latency-svc-9zl5m Jul 16 23:27:31.040: INFO: Got endpoints: latency-svc-9zl5m [969.696386ms] Jul 16 23:27:31.074: INFO: Created: latency-svc-6tdzq Jul 16 23:27:31.098: INFO: Got endpoints: latency-svc-6tdzq [997.221306ms] Jul 16 23:27:31.170: INFO: Created: latency-svc-7twhs Jul 16 23:27:31.179: INFO: Got endpoints: latency-svc-7twhs [1.011393182s] Jul 16 23:27:31.198: INFO: Created: latency-svc-962cb Jul 16 23:27:31.210: INFO: Got endpoints: latency-svc-962cb [981.133496ms] Jul 16 23:27:31.228: INFO: Created: latency-svc-c87pv Jul 16 23:27:31.253: INFO: Got endpoints: latency-svc-c87pv [965.045847ms] Jul 16 23:27:31.320: INFO: Created: latency-svc-df22q Jul 16 23:27:31.349: INFO: Got endpoints: latency-svc-df22q [1.007023185s] Jul 16 23:27:31.350: INFO: Created: latency-svc-rv6rw Jul 16 23:27:31.367: INFO: Got endpoints: latency-svc-rv6rw [922.929916ms] Jul 16 23:27:31.404: INFO: Created: latency-svc-klrlh Jul 16 23:27:31.475: INFO: Got endpoints: latency-svc-klrlh [984.667141ms] Jul 16 23:27:31.479: INFO: Created: latency-svc-4whp7 Jul 16 23:27:31.509: INFO: Got endpoints: latency-svc-4whp7 [935.264904ms] Jul 16 23:27:31.523: INFO: Created: latency-svc-f7d56 Jul 16 23:27:31.537: INFO: Got endpoints: latency-svc-f7d56 [883.486555ms] Jul 16 23:27:31.555: INFO: Created: latency-svc-4rz58 Jul 16 23:27:31.566: INFO: Got endpoints: latency-svc-4rz58 [820.296172ms] Jul 16 23:27:31.618: INFO: Created: latency-svc-fpqtn Jul 16 23:27:31.643: INFO: Created: latency-svc-fbgfm Jul 16 23:27:31.643: INFO: Got endpoints: latency-svc-fpqtn [855.853374ms] Jul 16 23:27:31.656: INFO: Got endpoints: latency-svc-fbgfm [779.113306ms] Jul 16 23:27:31.672: INFO: Created: latency-svc-cxk2l Jul 16 23:27:31.687: INFO: Got endpoints: latency-svc-cxk2l [778.608488ms] Jul 16 23:27:31.763: INFO: Created: latency-svc-dbxfz Jul 16 23:27:31.777: INFO: Got endpoints: latency-svc-dbxfz [832.500979ms] Jul 16 23:27:31.811: INFO: Created: latency-svc-bnps5 Jul 16 23:27:31.835: INFO: Got endpoints: latency-svc-bnps5 [794.529159ms] Jul 16 23:27:31.918: INFO: Created: latency-svc-r2fqm Jul 16 23:27:31.921: INFO: Got endpoints: latency-svc-r2fqm [822.73622ms] Jul 16 23:27:31.997: INFO: Created: latency-svc-hsfwr Jul 16 23:27:32.012: INFO: Got endpoints: latency-svc-hsfwr [833.471122ms] Jul 16 23:27:32.056: INFO: Created: latency-svc-mt2dx Jul 16 23:27:32.060: INFO: Got endpoints: latency-svc-mt2dx [849.835027ms] Jul 16 23:27:32.099: INFO: Created: latency-svc-scdzv Jul 16 23:27:32.115: INFO: Got endpoints: latency-svc-scdzv [862.282055ms] Jul 16 23:27:32.134: INFO: Created: latency-svc-v5dls Jul 16 23:27:32.146: INFO: Got endpoints: latency-svc-v5dls [796.66031ms] Jul 16 23:27:32.200: INFO: Created: latency-svc-vswtr Jul 16 23:27:32.202: INFO: Got endpoints: latency-svc-vswtr [835.303589ms] Jul 16 23:27:32.255: INFO: Created: latency-svc-6jklk Jul 16 23:27:32.272: INFO: Got endpoints: latency-svc-6jklk [796.243598ms] Jul 16 23:27:32.356: INFO: Created: latency-svc-z9jpl Jul 16 23:27:32.359: INFO: Got endpoints: latency-svc-z9jpl [850.332885ms] Jul 16 23:27:32.417: INFO: Created: latency-svc-bqmqx Jul 16 23:27:32.440: INFO: Got endpoints: latency-svc-bqmqx [903.086196ms] Jul 16 23:27:32.499: INFO: Created: latency-svc-c977b Jul 16 23:27:32.528: INFO: Got endpoints: latency-svc-c977b [961.693001ms] Jul 16 23:27:32.555: INFO: Created: latency-svc-p72qg Jul 16 23:27:32.566: INFO: Got endpoints: latency-svc-p72qg [923.32572ms] Jul 16 23:27:32.642: INFO: Created: latency-svc-qm4jm Jul 16 23:27:32.645: INFO: Got endpoints: latency-svc-qm4jm [988.63129ms] Jul 16 23:27:32.674: INFO: Created: latency-svc-2pt9j Jul 16 23:27:32.687: INFO: Got endpoints: latency-svc-2pt9j [1.000531768s] Jul 16 23:27:32.704: INFO: Created: latency-svc-766cr Jul 16 23:27:32.718: INFO: Got endpoints: latency-svc-766cr [940.657621ms] Jul 16 23:27:32.734: INFO: Created: latency-svc-w9l9k Jul 16 23:27:32.780: INFO: Got endpoints: latency-svc-w9l9k [945.001857ms] Jul 16 23:27:32.788: INFO: Created: latency-svc-7cbw6 Jul 16 23:27:32.802: INFO: Got endpoints: latency-svc-7cbw6 [880.553749ms] Jul 16 23:27:32.854: INFO: Created: latency-svc-6p4sw Jul 16 23:27:32.878: INFO: Got endpoints: latency-svc-6p4sw [866.044291ms] Jul 16 23:27:32.937: INFO: Created: latency-svc-b2pcz Jul 16 23:27:32.969: INFO: Got endpoints: latency-svc-b2pcz [909.225115ms] Jul 16 23:27:32.970: INFO: Created: latency-svc-hz2t9 Jul 16 23:27:33.005: INFO: Got endpoints: latency-svc-hz2t9 [889.746102ms] Jul 16 23:27:33.035: INFO: Created: latency-svc-sq858 Jul 16 23:27:33.104: INFO: Got endpoints: latency-svc-sq858 [957.979835ms] Jul 16 23:27:33.130: INFO: Created: latency-svc-s2tzz Jul 16 23:27:33.144: INFO: Got endpoints: latency-svc-s2tzz [941.552643ms] Jul 16 23:27:33.161: INFO: Created: latency-svc-4hn2b Jul 16 23:27:33.174: INFO: Got endpoints: latency-svc-4hn2b [902.347962ms] Jul 16 23:27:33.197: INFO: Created: latency-svc-wlp9s Jul 16 23:27:33.266: INFO: Got endpoints: latency-svc-wlp9s [906.943426ms] Jul 16 23:27:33.299: INFO: Created: latency-svc-lwtn4 Jul 16 23:27:33.313: INFO: Got endpoints: latency-svc-lwtn4 [872.632898ms] Jul 16 23:27:33.334: INFO: Created: latency-svc-4rhmc Jul 16 23:27:33.349: INFO: Got endpoints: latency-svc-4rhmc [821.39839ms] Jul 16 23:27:33.427: INFO: Created: latency-svc-qmddj Jul 16 23:27:33.461: INFO: Got endpoints: latency-svc-qmddj [895.090657ms] Jul 16 23:27:33.469: INFO: Created: latency-svc-88j88 Jul 16 23:27:33.483: INFO: Got endpoints: latency-svc-88j88 [838.207591ms] Jul 16 23:27:33.514: INFO: Created: latency-svc-db2hm Jul 16 23:27:33.558: INFO: Got endpoints: latency-svc-db2hm [871.045063ms] Jul 16 23:27:33.574: INFO: Created: latency-svc-kpjt7 Jul 16 23:27:33.604: INFO: Got endpoints: latency-svc-kpjt7 [886.274571ms] Jul 16 23:27:33.641: INFO: Created: latency-svc-2xpxz Jul 16 23:27:33.721: INFO: Got endpoints: latency-svc-2xpxz [941.036314ms] Jul 16 23:27:33.729: INFO: Created: latency-svc-fbpdv Jul 16 23:27:33.740: INFO: Got endpoints: latency-svc-fbpdv [938.223043ms] Jul 16 23:27:33.778: INFO: Created: latency-svc-5f8p6 Jul 16 23:27:33.795: INFO: Got endpoints: latency-svc-5f8p6 [916.290091ms] Jul 16 23:27:33.900: INFO: Created: latency-svc-8xnpr Jul 16 23:27:33.903: INFO: Got endpoints: latency-svc-8xnpr [934.264109ms] Jul 16 23:27:33.934: INFO: Created: latency-svc-t954b Jul 16 23:27:33.952: INFO: Got endpoints: latency-svc-t954b [946.694479ms] Jul 16 23:27:33.970: INFO: Created: latency-svc-659wk Jul 16 23:27:33.999: INFO: Got endpoints: latency-svc-659wk [895.506106ms] Jul 16 23:27:34.090: INFO: Created: latency-svc-8jhrx Jul 16 23:27:34.114: INFO: Got endpoints: latency-svc-8jhrx [970.24155ms] Jul 16 23:27:34.170: INFO: Created: latency-svc-r4ggj Jul 16 23:27:34.174: INFO: Got endpoints: latency-svc-r4ggj [1.000294285s] Jul 16 23:27:34.216: INFO: Created: latency-svc-gbp5d Jul 16 23:27:34.241: INFO: Got endpoints: latency-svc-gbp5d [974.503112ms] Jul 16 23:27:34.301: INFO: Created: latency-svc-n67j4 Jul 16 23:27:34.330: INFO: Got endpoints: latency-svc-n67j4 [1.01710214s] Jul 16 23:27:34.330: INFO: Created: latency-svc-zkjlz Jul 16 23:27:34.354: INFO: Got endpoints: latency-svc-zkjlz [1.004890596s] Jul 16 23:27:34.433: INFO: Created: latency-svc-x66rq Jul 16 23:27:34.462: INFO: Got endpoints: latency-svc-x66rq [1.000905511s] Jul 16 23:27:34.463: INFO: Created: latency-svc-spqk7 Jul 16 23:27:34.492: INFO: Got endpoints: latency-svc-spqk7 [1.008205971s] Jul 16 23:27:34.522: INFO: Created: latency-svc-rb7z9 Jul 16 23:27:34.532: INFO: Got endpoints: latency-svc-rb7z9 [973.343404ms] Jul 16 23:27:34.577: INFO: Created: latency-svc-7bl5c Jul 16 23:27:34.586: INFO: Got endpoints: latency-svc-7bl5c [981.786426ms] Jul 16 23:27:34.626: INFO: Created: latency-svc-2mmc4 Jul 16 23:27:34.658: INFO: Got endpoints: latency-svc-2mmc4 [937.235301ms] Jul 16 23:27:34.703: INFO: Created: latency-svc-ksthb Jul 16 23:27:34.731: INFO: Got endpoints: latency-svc-ksthb [990.425012ms] Jul 16 23:27:34.756: INFO: Created: latency-svc-mwtwz Jul 16 23:27:34.767: INFO: Got endpoints: latency-svc-mwtwz [971.817087ms] Jul 16 23:27:34.785: INFO: Created: latency-svc-jfxb8 Jul 16 23:27:34.797: INFO: Got endpoints: latency-svc-jfxb8 [894.166673ms] Jul 16 23:27:34.846: INFO: Created: latency-svc-zz8n6 Jul 16 23:27:34.851: INFO: Got endpoints: latency-svc-zz8n6 [899.449884ms] Jul 16 23:27:34.851: INFO: Latencies: [83.048529ms 511.9034ms 545.888969ms 587.683537ms 668.114017ms 759.969507ms 778.608488ms 779.113306ms 779.264771ms 794.529159ms 796.243598ms 796.66031ms 800.570715ms 807.320063ms 812.071367ms 820.296172ms 821.39839ms 822.73622ms 823.776393ms 825.42053ms 832.500979ms 833.471122ms 835.303589ms 836.056959ms 837.785267ms 838.207591ms 839.091478ms 843.865627ms 843.868079ms 845.345992ms 848.62192ms 849.835027ms 850.332885ms 855.766507ms 855.853374ms 862.168503ms 862.282055ms 866.044291ms 867.245682ms 867.46657ms 871.045063ms 872.632898ms 874.061438ms 880.553749ms 883.486555ms 884.5059ms 886.274571ms 889.746102ms 890.588039ms 894.166673ms 895.090657ms 895.506106ms 899.449884ms 902.347962ms 903.086196ms 906.943426ms 907.846521ms 909.225115ms 910.41216ms 916.290091ms 916.329085ms 919.644587ms 920.770287ms 922.929916ms 923.32572ms 926.335548ms 927.107901ms 928.118621ms 929.086428ms 932.980728ms 933.787115ms 933.961328ms 934.264109ms 934.405865ms 935.264904ms 937.235301ms 938.223043ms 938.446841ms 938.852805ms 939.8927ms 940.17386ms 940.657621ms 941.036314ms 941.552643ms 945.001857ms 946.694479ms 947.803144ms 948.145374ms 953.021033ms 957.979835ms 958.685642ms 959.808188ms 960.417794ms 961.535885ms 961.693001ms 961.70788ms 962.902629ms 963.592794ms 963.707072ms 964.033516ms 965.045847ms 968.787832ms 969.696386ms 970.024465ms 970.24155ms 970.901835ms 971.817087ms 972.373164ms 973.343404ms 973.714036ms 974.244335ms 974.503112ms 975.038583ms 975.150326ms 976.303756ms 978.38535ms 980.027739ms 981.133496ms 981.786426ms 982.377349ms 982.429067ms 984.667141ms 985.368315ms 988.63129ms 989.669075ms 990.425012ms 990.70827ms 990.777375ms 991.444577ms 993.599086ms 993.621766ms 993.951827ms 994.746495ms 995.488076ms 995.552416ms 997.221306ms 1.000294285s 1.000531768s 1.000851905s 1.000905511s 1.002571668s 1.004890596s 1.005068352s 1.005146316s 1.005309602s 1.005426403s 1.006801472s 1.007023185s 1.008205971s 1.011393182s 1.011486315s 1.01171585s 1.012640371s 1.014434434s 1.01710214s 1.01888181s 1.01955472s 1.019603437s 1.020325858s 1.026003409s 1.026070851s 1.026272943s 1.028768737s 1.031914506s 1.033729123s 1.034579469s 1.03599018s 1.03629056s 1.036805041s 1.037170781s 1.040387764s 1.040972412s 1.041451756s 1.041555013s 1.043621535s 1.04449647s 1.047325539s 1.047892147s 1.048082682s 1.048416903s 1.048473507s 1.048476622s 1.04972796s 1.052537432s 1.056302919s 1.06244018s 1.06425541s 1.065440683s 1.068700726s 1.069170115s 1.076667121s 1.080893131s 1.108739098s 1.111769335s 1.124617072s 1.156114125s 1.263707727s 1.306241672s 1.333391542s 1.337330572s] Jul 16 23:27:34.851: INFO: 50 %ile: 965.045847ms Jul 16 23:27:34.851: INFO: 90 %ile: 1.048473507s Jul 16 23:27:34.851: INFO: 99 %ile: 1.333391542s Jul 16 23:27:34.851: INFO: Total sample count: 200 [AfterEach] [sig-network] Service endpoints latency /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:34.851: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "svc-latency-7343" for this suite. • [SLOW TEST:19.336 seconds] [sig-network] Service endpoints latency /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should not be very high [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Service endpoints latency should not be very high [Conformance]","total":294,"completed":25,"skipped":510,"failed":0} SSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:34.875: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 16 23:27:35.476: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 16 23:27:37.485: 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:63730538855, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538855, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538855, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538855, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:27:39.489: 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:63730538855, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538855, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538855, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730538855, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 16 23:27:42.604: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should include webhook resources in discovery documents [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:42.619: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-3161" for this suite. STEP: Destroying namespace "webhook-3161-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.199 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should include webhook resources in discovery documents [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance]","total":294,"completed":26,"skipped":522,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:43.075: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:27:43.446: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d" in namespace "projected-3574" to be "Succeeded or Failed" Jul 16 23:27:43.607: INFO: Pod "downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d": Phase="Pending", Reason="", readiness=false. Elapsed: 161.272393ms Jul 16 23:27:45.937: INFO: Pod "downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.49104213s Jul 16 23:27:48.045: INFO: Pod "downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.599504162s STEP: Saw pod success Jul 16 23:27:48.045: INFO: Pod "downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d" satisfied condition "Succeeded or Failed" Jul 16 23:27:48.055: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d container client-container: STEP: delete the pod Jul 16 23:27:48.358: INFO: Waiting for pod downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d to disappear Jul 16 23:27:48.360: INFO: Pod downwardapi-volume-7dd2bace-b42a-4577-b3f1-b6b961bbed1d no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:48.360: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-3574" for this suite. • [SLOW TEST:5.306 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","total":294,"completed":27,"skipped":567,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:48.381: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:90 Jul 16 23:27:48.506: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready Jul 16 23:27:48.559: INFO: Waiting for terminating namespaces to be deleted... Jul 16 23:27:48.565: INFO: Logging pods the apiserver thinks is on node latest-worker before test Jul 16 23:27:48.574: INFO: kindnet-qt4jk from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 16 23:27:48.574: INFO: Container kindnet-cni ready: true, restart count 0 Jul 16 23:27:48.574: INFO: kube-proxy-xb9q4 from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 16 23:27:48.574: INFO: Container kube-proxy ready: true, restart count 0 Jul 16 23:27:48.574: INFO: Logging pods the apiserver thinks is on node latest-worker2 before test Jul 16 23:27:48.602: INFO: kindnet-gkkxx from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 16 23:27:48.602: INFO: Container kindnet-cni ready: true, restart count 0 Jul 16 23:27:48.602: INFO: kube-proxy-s596l from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 16 23:27:48.602: INFO: Container kube-proxy ready: true, restart count 0 Jul 16 23:27:48.602: INFO: svc-latency-rc-jcmqm from svc-latency-7343 started at 2020-07-16 23:27:15 +0000 UTC (1 container statuses recorded) Jul 16 23:27:48.602: INFO: Container svc-latency-rc ready: true, restart count 0 [It] validates that NodeSelector is respected if not matching [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Trying to schedule Pod with nonempty NodeSelector. STEP: Considering event: Type = [Warning], Name = [restricted-pod.16225f5c76f84433], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 node(s) didn't match node selector.] STEP: Considering event: Type = [Warning], Name = [restricted-pod.16225f5c78a818d8], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 node(s) didn't match node selector.] [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:49.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-pred-8217" for this suite. [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:81 •{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching [Conformance]","total":294,"completed":28,"skipped":599,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:49.778: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:50.021: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-5728" for this suite. •{"msg":"PASSED [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]","total":294,"completed":29,"skipped":625,"failed":0} SSSS ------------------------------ [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:50.092: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with secret that has name projected-secret-test-0fc07675-0369-40d3-a45f-e7d9292d7973 STEP: Creating a pod to test consume secrets Jul 16 23:27:50.422: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810" in namespace "projected-2105" to be "Succeeded or Failed" Jul 16 23:27:50.467: INFO: Pod "pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810": Phase="Pending", Reason="", readiness=false. Elapsed: 44.717943ms Jul 16 23:27:52.990: INFO: Pod "pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810": Phase="Pending", Reason="", readiness=false. Elapsed: 2.568641077s Jul 16 23:27:55.002: INFO: Pod "pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810": Phase="Pending", Reason="", readiness=false. Elapsed: 4.580363314s Jul 16 23:27:57.009: INFO: Pod "pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.586715834s STEP: Saw pod success Jul 16 23:27:57.009: INFO: Pod "pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810" satisfied condition "Succeeded or Failed" Jul 16 23:27:57.043: INFO: Trying to get logs from node latest-worker pod pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810 container projected-secret-volume-test: STEP: delete the pod Jul 16 23:27:57.147: INFO: Waiting for pod pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810 to disappear Jul 16 23:27:57.156: INFO: Pod pod-projected-secrets-ad3fdf48-1f60-4913-8c18-76d287e29810 no longer exists [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:27:57.156: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-2105" for this suite. • [SLOW TEST:7.185 seconds] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:35 should be consumable from pods in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]","total":294,"completed":30,"skipped":629,"failed":0} SSSSSSSSSSSS ------------------------------ [k8s.io] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:27:57.278: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] should have monotonically increasing restart count [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 in namespace container-probe-9692 Jul 16 23:28:01.458: INFO: Started pod liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 in namespace container-probe-9692 STEP: checking the pod's current state and verifying that restartCount is present Jul 16 23:28:01.461: INFO: Initial restart count of pod liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 is 0 Jul 16 23:28:15.787: INFO: Restart count of pod container-probe-9692/liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 is now 1 (14.326047514s elapsed) Jul 16 23:28:35.889: INFO: Restart count of pod container-probe-9692/liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 is now 2 (34.428525797s elapsed) Jul 16 23:28:55.929: INFO: Restart count of pod container-probe-9692/liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 is now 3 (54.468264339s elapsed) Jul 16 23:29:16.060: INFO: Restart count of pod container-probe-9692/liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 is now 4 (1m14.599172769s elapsed) Jul 16 23:30:18.427: INFO: Restart count of pod container-probe-9692/liveness-bfb54f5d-1829-4e39-9b47-5766a665bd11 is now 5 (2m16.966762093s elapsed) STEP: deleting the pod [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:30:18.492: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-9692" for this suite. • [SLOW TEST:141.223 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should have monotonically increasing restart count [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]","total":294,"completed":31,"skipped":641,"failed":0} SSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:30:18.501: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 16 23:30:19.651: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 16 23:30:21.667: 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:63730539019, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539019, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539019, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539019, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 16 23:30:24.701: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] listing mutating webhooks should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:30:25.278: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-6026" for this suite. STEP: Destroying namespace "webhook-6026-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:6.869 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 listing mutating webhooks should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance]","total":294,"completed":32,"skipped":661,"failed":0} SSS ------------------------------ [sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:30:25.371: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service in namespace services-3628 STEP: creating service affinity-nodeport in namespace services-3628 STEP: creating replication controller affinity-nodeport in namespace services-3628 I0716 23:30:25.522385 7 runners.go:190] Created replication controller with name: affinity-nodeport, namespace: services-3628, replica count: 3 I0716 23:30:28.572963 7 runners.go:190] affinity-nodeport Pods: 3 out of 3 created, 0 running, 3 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:30:31.573257 7 runners.go:190] affinity-nodeport Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 16 23:30:31.584: INFO: Creating new exec pod Jul 16 23:30:36.609: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3628 execpod-affinityvq8qk -- /bin/sh -x -c nc -zv -t -w 2 affinity-nodeport 80' Jul 16 23:30:36.887: INFO: stderr: "I0716 23:30:36.775064 425 log.go:181] (0xc000c97290) (0xc0007ab7c0) Create stream\nI0716 23:30:36.775126 425 log.go:181] (0xc000c97290) (0xc0007ab7c0) Stream added, broadcasting: 1\nI0716 23:30:36.780364 425 log.go:181] (0xc000c97290) Reply frame received for 1\nI0716 23:30:36.780407 425 log.go:181] (0xc000c97290) (0xc000728320) Create stream\nI0716 23:30:36.780418 425 log.go:181] (0xc000c97290) (0xc000728320) Stream added, broadcasting: 3\nI0716 23:30:36.781425 425 log.go:181] (0xc000c97290) Reply frame received for 3\nI0716 23:30:36.781466 425 log.go:181] (0xc000c97290) (0xc0003c23c0) Create stream\nI0716 23:30:36.781476 425 log.go:181] (0xc000c97290) (0xc0003c23c0) Stream added, broadcasting: 5\nI0716 23:30:36.782158 425 log.go:181] (0xc000c97290) Reply frame received for 5\nI0716 23:30:36.879782 425 log.go:181] (0xc000c97290) Data frame received for 5\nI0716 23:30:36.879813 425 log.go:181] (0xc0003c23c0) (5) Data frame handling\nI0716 23:30:36.879833 425 log.go:181] (0xc0003c23c0) (5) Data frame sent\n+ nc -zv -t -w 2 affinity-nodeport 80\nI0716 23:30:36.880133 425 log.go:181] (0xc000c97290) Data frame received for 5\nI0716 23:30:36.880165 425 log.go:181] (0xc0003c23c0) (5) Data frame handling\nI0716 23:30:36.880193 425 log.go:181] (0xc0003c23c0) (5) Data frame sent\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\nI0716 23:30:36.880464 425 log.go:181] (0xc000c97290) Data frame received for 3\nI0716 23:30:36.880484 425 log.go:181] (0xc000728320) (3) Data frame handling\nI0716 23:30:36.881074 425 log.go:181] (0xc000c97290) Data frame received for 5\nI0716 23:30:36.881098 425 log.go:181] (0xc0003c23c0) (5) Data frame handling\nI0716 23:30:36.882579 425 log.go:181] (0xc000c97290) Data frame received for 1\nI0716 23:30:36.882596 425 log.go:181] (0xc0007ab7c0) (1) Data frame handling\nI0716 23:30:36.882612 425 log.go:181] (0xc0007ab7c0) (1) Data frame sent\nI0716 23:30:36.882624 425 log.go:181] (0xc000c97290) (0xc0007ab7c0) Stream removed, broadcasting: 1\nI0716 23:30:36.882737 425 log.go:181] (0xc000c97290) Go away received\nI0716 23:30:36.882950 425 log.go:181] (0xc000c97290) (0xc0007ab7c0) Stream removed, broadcasting: 1\nI0716 23:30:36.882965 425 log.go:181] (0xc000c97290) (0xc000728320) Stream removed, broadcasting: 3\nI0716 23:30:36.882974 425 log.go:181] (0xc000c97290) (0xc0003c23c0) Stream removed, broadcasting: 5\n" Jul 16 23:30:36.887: INFO: stdout: "" Jul 16 23:30:36.889: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3628 execpod-affinityvq8qk -- /bin/sh -x -c nc -zv -t -w 2 10.108.254.116 80' Jul 16 23:30:37.101: INFO: stderr: "I0716 23:30:37.021677 443 log.go:181] (0xc0009180b0) (0xc000f14820) Create stream\nI0716 23:30:37.021758 443 log.go:181] (0xc0009180b0) (0xc000f14820) Stream added, broadcasting: 1\nI0716 23:30:37.028374 443 log.go:181] (0xc0009180b0) Reply frame received for 1\nI0716 23:30:37.028421 443 log.go:181] (0xc0009180b0) (0xc000a330e0) Create stream\nI0716 23:30:37.028436 443 log.go:181] (0xc0009180b0) (0xc000a330e0) Stream added, broadcasting: 3\nI0716 23:30:37.029558 443 log.go:181] (0xc0009180b0) Reply frame received for 3\nI0716 23:30:37.029605 443 log.go:181] (0xc0009180b0) (0xc000574aa0) Create stream\nI0716 23:30:37.029622 443 log.go:181] (0xc0009180b0) (0xc000574aa0) Stream added, broadcasting: 5\nI0716 23:30:37.030692 443 log.go:181] (0xc0009180b0) Reply frame received for 5\nI0716 23:30:37.095369 443 log.go:181] (0xc0009180b0) Data frame received for 5\nI0716 23:30:37.095402 443 log.go:181] (0xc000574aa0) (5) Data frame handling\n+ nc -zv -t -w 2 10.108.254.116 80\nConnection to 10.108.254.116 80 port [tcp/http] succeeded!\nI0716 23:30:37.095442 443 log.go:181] (0xc0009180b0) Data frame received for 3\nI0716 23:30:37.095496 443 log.go:181] (0xc000a330e0) (3) Data frame handling\nI0716 23:30:37.095526 443 log.go:181] (0xc000574aa0) (5) Data frame sent\nI0716 23:30:37.095543 443 log.go:181] (0xc0009180b0) Data frame received for 5\nI0716 23:30:37.095554 443 log.go:181] (0xc000574aa0) (5) Data frame handling\nI0716 23:30:37.097159 443 log.go:181] (0xc0009180b0) Data frame received for 1\nI0716 23:30:37.097181 443 log.go:181] (0xc000f14820) (1) Data frame handling\nI0716 23:30:37.097191 443 log.go:181] (0xc000f14820) (1) Data frame sent\nI0716 23:30:37.097200 443 log.go:181] (0xc0009180b0) (0xc000f14820) Stream removed, broadcasting: 1\nI0716 23:30:37.097434 443 log.go:181] (0xc0009180b0) Go away received\nI0716 23:30:37.097458 443 log.go:181] (0xc0009180b0) (0xc000f14820) Stream removed, broadcasting: 1\nI0716 23:30:37.097471 443 log.go:181] (0xc0009180b0) (0xc000a330e0) Stream removed, broadcasting: 3\nI0716 23:30:37.097539 443 log.go:181] Streams opened: 1, map[spdy.StreamId]*spdystream.Stream{0x5:(*spdystream.Stream)(0xc000574aa0)}\nI0716 23:30:37.097575 443 log.go:181] (0xc0009180b0) (0xc000574aa0) Stream removed, broadcasting: 5\n" Jul 16 23:30:37.101: INFO: stdout: "" Jul 16 23:30:37.102: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3628 execpod-affinityvq8qk -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.14 31884' Jul 16 23:30:37.310: INFO: stderr: "I0716 23:30:37.230913 461 log.go:181] (0xc000a21760) (0xc000a8f900) Create stream\nI0716 23:30:37.230974 461 log.go:181] (0xc000a21760) (0xc000a8f900) Stream added, broadcasting: 1\nI0716 23:30:37.235542 461 log.go:181] (0xc000a21760) Reply frame received for 1\nI0716 23:30:37.235591 461 log.go:181] (0xc000a21760) (0xc0004b2aa0) Create stream\nI0716 23:30:37.235606 461 log.go:181] (0xc000a21760) (0xc0004b2aa0) Stream added, broadcasting: 3\nI0716 23:30:37.236670 461 log.go:181] (0xc000a21760) Reply frame received for 3\nI0716 23:30:37.236826 461 log.go:181] (0xc000a21760) (0xc0004b3d60) Create stream\nI0716 23:30:37.236840 461 log.go:181] (0xc000a21760) (0xc0004b3d60) Stream added, broadcasting: 5\nI0716 23:30:37.237665 461 log.go:181] (0xc000a21760) Reply frame received for 5\nI0716 23:30:37.302097 461 log.go:181] (0xc000a21760) Data frame received for 5\nI0716 23:30:37.302145 461 log.go:181] (0xc0004b3d60) (5) Data frame handling\nI0716 23:30:37.302183 461 log.go:181] (0xc0004b3d60) (5) Data frame sent\nI0716 23:30:37.302208 461 log.go:181] (0xc000a21760) Data frame received for 5\nI0716 23:30:37.302228 461 log.go:181] (0xc0004b3d60) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.14 31884\nConnection to 172.18.0.14 31884 port [tcp/31884] succeeded!\nI0716 23:30:37.302486 461 log.go:181] (0xc0004b3d60) (5) Data frame sent\nI0716 23:30:37.302564 461 log.go:181] (0xc000a21760) Data frame received for 5\nI0716 23:30:37.302602 461 log.go:181] (0xc0004b3d60) (5) Data frame handling\nI0716 23:30:37.302669 461 log.go:181] (0xc000a21760) Data frame received for 3\nI0716 23:30:37.302695 461 log.go:181] (0xc0004b2aa0) (3) Data frame handling\nI0716 23:30:37.304279 461 log.go:181] (0xc000a21760) Data frame received for 1\nI0716 23:30:37.304430 461 log.go:181] (0xc000a8f900) (1) Data frame handling\nI0716 23:30:37.304476 461 log.go:181] (0xc000a8f900) (1) Data frame sent\nI0716 23:30:37.304498 461 log.go:181] (0xc000a21760) (0xc000a8f900) Stream removed, broadcasting: 1\nI0716 23:30:37.304519 461 log.go:181] (0xc000a21760) Go away received\nI0716 23:30:37.305232 461 log.go:181] (0xc000a21760) (0xc000a8f900) Stream removed, broadcasting: 1\nI0716 23:30:37.305256 461 log.go:181] (0xc000a21760) (0xc0004b2aa0) Stream removed, broadcasting: 3\nI0716 23:30:37.305270 461 log.go:181] (0xc000a21760) (0xc0004b3d60) Stream removed, broadcasting: 5\n" Jul 16 23:30:37.310: INFO: stdout: "" Jul 16 23:30:37.310: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3628 execpod-affinityvq8qk -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.11 31884' Jul 16 23:30:37.498: INFO: stderr: "I0716 23:30:37.427874 479 log.go:181] (0xc0006713f0) (0xc0008e1540) Create stream\nI0716 23:30:37.427932 479 log.go:181] (0xc0006713f0) (0xc0008e1540) Stream added, broadcasting: 1\nI0716 23:30:37.430675 479 log.go:181] (0xc0006713f0) Reply frame received for 1\nI0716 23:30:37.430706 479 log.go:181] (0xc0006713f0) (0xc000364d20) Create stream\nI0716 23:30:37.430714 479 log.go:181] (0xc0006713f0) (0xc000364d20) Stream added, broadcasting: 3\nI0716 23:30:37.431655 479 log.go:181] (0xc0006713f0) Reply frame received for 3\nI0716 23:30:37.431706 479 log.go:181] (0xc0006713f0) (0xc000618c80) Create stream\nI0716 23:30:37.431721 479 log.go:181] (0xc0006713f0) (0xc000618c80) Stream added, broadcasting: 5\nI0716 23:30:37.432703 479 log.go:181] (0xc0006713f0) Reply frame received for 5\nI0716 23:30:37.492104 479 log.go:181] (0xc0006713f0) Data frame received for 3\nI0716 23:30:37.492138 479 log.go:181] (0xc000364d20) (3) Data frame handling\nI0716 23:30:37.492160 479 log.go:181] (0xc0006713f0) Data frame received for 5\nI0716 23:30:37.492169 479 log.go:181] (0xc000618c80) (5) Data frame handling\nI0716 23:30:37.492179 479 log.go:181] (0xc000618c80) (5) Data frame sent\nI0716 23:30:37.492189 479 log.go:181] (0xc0006713f0) Data frame received for 5\nI0716 23:30:37.492197 479 log.go:181] (0xc000618c80) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.11 31884\nConnection to 172.18.0.11 31884 port [tcp/31884] succeeded!\nI0716 23:30:37.493623 479 log.go:181] (0xc0006713f0) Data frame received for 1\nI0716 23:30:37.493639 479 log.go:181] (0xc0008e1540) (1) Data frame handling\nI0716 23:30:37.493647 479 log.go:181] (0xc0008e1540) (1) Data frame sent\nI0716 23:30:37.493658 479 log.go:181] (0xc0006713f0) (0xc0008e1540) Stream removed, broadcasting: 1\nI0716 23:30:37.493790 479 log.go:181] (0xc0006713f0) Go away received\nI0716 23:30:37.494136 479 log.go:181] (0xc0006713f0) (0xc0008e1540) Stream removed, broadcasting: 1\nI0716 23:30:37.494159 479 log.go:181] (0xc0006713f0) (0xc000364d20) Stream removed, broadcasting: 3\nI0716 23:30:37.494173 479 log.go:181] (0xc0006713f0) (0xc000618c80) Stream removed, broadcasting: 5\n" Jul 16 23:30:37.498: INFO: stdout: "" Jul 16 23:30:37.498: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3628 execpod-affinityvq8qk -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.18.0.14:31884/ ; done' Jul 16 23:30:37.851: INFO: stderr: "I0716 23:30:37.644601 497 log.go:181] (0xc000ac6f20) (0xc000c7fae0) Create stream\nI0716 23:30:37.644653 497 log.go:181] (0xc000ac6f20) (0xc000c7fae0) Stream added, broadcasting: 1\nI0716 23:30:37.649485 497 log.go:181] (0xc000ac6f20) Reply frame received for 1\nI0716 23:30:37.649515 497 log.go:181] (0xc000ac6f20) (0xc0000f46e0) Create stream\nI0716 23:30:37.649522 497 log.go:181] (0xc000ac6f20) (0xc0000f46e0) Stream added, broadcasting: 3\nI0716 23:30:37.650256 497 log.go:181] (0xc000ac6f20) Reply frame received for 3\nI0716 23:30:37.650296 497 log.go:181] (0xc000ac6f20) (0xc0000f4c80) Create stream\nI0716 23:30:37.650308 497 log.go:181] (0xc000ac6f20) (0xc0000f4c80) Stream added, broadcasting: 5\nI0716 23:30:37.650989 497 log.go:181] (0xc000ac6f20) Reply frame received for 5\nI0716 23:30:37.738615 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.738659 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.738675 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.738688 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.738720 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.738737 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.745002 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.745033 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.745063 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.745878 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.745906 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.745933 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.745969 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.746001 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.746021 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.746036 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.746076 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.746102 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.752192 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.752206 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.752213 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.752824 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.752848 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.752874 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.752883 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.752894 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.752901 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.758799 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.758820 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.758836 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.759532 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.759557 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.759569 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.759588 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.759597 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.759609 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.764095 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.764112 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.764120 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.764641 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.764673 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.764684 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.764699 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.764717 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.764851 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.764870 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.764884 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.764907 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.769647 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.769668 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.769686 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.770399 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.770416 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.770437 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.770462 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.770479 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.770496 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.775749 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.775774 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.775792 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.776208 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.776240 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.776259 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.776269 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.776283 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.776310 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.782559 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.782590 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.782626 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.783376 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.783394 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.783411 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.783436 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.783447 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.783456 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.783465 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.783505 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.783523 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.788439 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.788467 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.788494 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.788995 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.789008 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.789032 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.789062 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.789075 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.789085 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.789094 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.789125 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.789169 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.794820 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.794846 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.794879 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.795452 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.795470 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.795492 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.795509 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.795536 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.795555 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.795565 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.795573 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.795590 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.802077 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.802090 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.802100 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.802823 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.802846 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.802856 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.802870 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.802878 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.802885 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.806374 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.806388 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.806399 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.807397 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.807410 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.807418 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.807426 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.807456 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.807473 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.814566 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.814592 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.814604 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.815034 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.815057 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.815072 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.815083 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.815093 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.815101 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.815107 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.815114 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.815130 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.821197 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.821212 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.821225 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.821653 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.821673 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.821686 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.821696 497 log.go:181] (0xc000ac6f20) Data frame received for 5\n+ echo\n+ curl -q -s --connect-timeoutI0716 23:30:37.821705 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\n 2 http://172.18.0.14:31884/\nI0716 23:30:37.821714 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.821745 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.821771 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.821789 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\nI0716 23:30:37.828563 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.828598 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.828622 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.829329 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.829359 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.829373 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.829386 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.829393 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.829401 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.835923 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.835960 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.835995 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.836419 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.836438 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.836463 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.836507 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.836534 497 log.go:181] (0xc0000f4c80) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:31884/\nI0716 23:30:37.836564 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.842500 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.842537 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.842565 497 log.go:181] (0xc0000f46e0) (3) Data frame sent\nI0716 23:30:37.843760 497 log.go:181] (0xc000ac6f20) Data frame received for 5\nI0716 23:30:37.843788 497 log.go:181] (0xc0000f4c80) (5) Data frame handling\nI0716 23:30:37.843809 497 log.go:181] (0xc000ac6f20) Data frame received for 3\nI0716 23:30:37.843865 497 log.go:181] (0xc0000f46e0) (3) Data frame handling\nI0716 23:30:37.846061 497 log.go:181] (0xc000ac6f20) Data frame received for 1\nI0716 23:30:37.846095 497 log.go:181] (0xc000c7fae0) (1) Data frame handling\nI0716 23:30:37.846116 497 log.go:181] (0xc000c7fae0) (1) Data frame sent\nI0716 23:30:37.846140 497 log.go:181] (0xc000ac6f20) (0xc000c7fae0) Stream removed, broadcasting: 1\nI0716 23:30:37.846164 497 log.go:181] (0xc000ac6f20) Go away received\nI0716 23:30:37.846657 497 log.go:181] (0xc000ac6f20) (0xc000c7fae0) Stream removed, broadcasting: 1\nI0716 23:30:37.846682 497 log.go:181] (0xc000ac6f20) (0xc0000f46e0) Stream removed, broadcasting: 3\nI0716 23:30:37.846694 497 log.go:181] (0xc000ac6f20) (0xc0000f4c80) Stream removed, broadcasting: 5\n" Jul 16 23:30:37.852: INFO: stdout: "\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz\naffinity-nodeport-pxzhz" Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Received response from host: affinity-nodeport-pxzhz Jul 16 23:30:37.852: INFO: Cleaning up the exec pod STEP: deleting ReplicationController affinity-nodeport in namespace services-3628, will wait for the garbage collector to delete the pods Jul 16 23:30:37.964: INFO: Deleting ReplicationController affinity-nodeport took: 6.995472ms Jul 16 23:30:38.465: INFO: Terminating ReplicationController affinity-nodeport pods took: 500.206112ms [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:30:43.553: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-3628" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:18.192 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should have session affinity work for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance]","total":294,"completed":33,"skipped":664,"failed":0} SSSSSSSSS ------------------------------ [k8s.io] Probing container should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:30:43.563: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod busybox-3601e36a-c5c8-44a3-8c41-561c0bf80266 in namespace container-probe-1113 Jul 16 23:30:47.653: INFO: Started pod busybox-3601e36a-c5c8-44a3-8c41-561c0bf80266 in namespace container-probe-1113 STEP: checking the pod's current state and verifying that restartCount is present Jul 16 23:30:47.693: INFO: Initial restart count of pod busybox-3601e36a-c5c8-44a3-8c41-561c0bf80266 is 0 Jul 16 23:31:40.183: INFO: Restart count of pod container-probe-1113/busybox-3601e36a-c5c8-44a3-8c41-561c0bf80266 is now 1 (52.489783882s elapsed) STEP: deleting the pod [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:31:40.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-1113" for this suite. • [SLOW TEST:56.695 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container should be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","total":294,"completed":34,"skipped":673,"failed":0} S ------------------------------ [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:31:40.258: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap configmap-9976/configmap-test-c7694db5-3464-467c-b7ca-6885f1ae1ef9 STEP: Creating a pod to test consume configMaps Jul 16 23:31:40.335: INFO: Waiting up to 5m0s for pod "pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23" in namespace "configmap-9976" to be "Succeeded or Failed" Jul 16 23:31:40.338: INFO: Pod "pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23": Phase="Pending", Reason="", readiness=false. Elapsed: 3.003533ms Jul 16 23:31:42.341: INFO: Pod "pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006540687s Jul 16 23:31:44.346: INFO: Pod "pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23": Phase="Running", Reason="", readiness=true. Elapsed: 4.011042167s Jul 16 23:31:46.350: INFO: Pod "pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.015324502s STEP: Saw pod success Jul 16 23:31:46.350: INFO: Pod "pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23" satisfied condition "Succeeded or Failed" Jul 16 23:31:46.353: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23 container env-test: STEP: delete the pod Jul 16 23:31:46.381: INFO: Waiting for pod pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23 to disappear Jul 16 23:31:46.385: INFO: Pod pod-configmaps-df64ab8e-2366-4eae-8c96-337a0c35ff23 no longer exists [AfterEach] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:31:46.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-9976" for this suite. • [SLOW TEST:6.134 seconds] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap.go:34 should be consumable via environment variable [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]","total":294,"completed":35,"skipped":674,"failed":0} [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:31:46.392: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:77 [It] RecreateDeployment should delete old pods and create new ones [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:31:46.493: INFO: Creating deployment "test-recreate-deployment" Jul 16 23:31:46.506: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 Jul 16 23:31:46.530: INFO: deployment "test-recreate-deployment" doesn't have the required revision set Jul 16 23:31:48.579: INFO: Waiting deployment "test-recreate-deployment" to complete Jul 16 23:31:48.581: 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:63730539106, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539106, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539106, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539106, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-recreate-deployment-6bf85785bb\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:31:50.585: INFO: Triggering a new rollout for deployment "test-recreate-deployment" Jul 16 23:31:50.591: INFO: Updating deployment test-recreate-deployment Jul 16 23:31:50.591: INFO: Watching deployment "test-recreate-deployment" to verify that new pods will not run with olds pods [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:71 Jul 16 23:31:51.262: INFO: Deployment "test-recreate-deployment": &Deployment{ObjectMeta:{test-recreate-deployment deployment-1355 /apis/apps/v1/namespaces/deployment-1355/deployments/test-recreate-deployment 4ca65fcb-7bf2-4d29-b115-7bfee5a91a02 1744537 2 2020-07-16 23:31:46 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2020-07-16 23:31:50 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{}}},"f:strategy":{"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-16 23:31:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:replicas":{},"f:unavailableReplicas":{},"f:updatedReplicas":{}}}}]},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,SeccompProfile:nil,} false false false}] [] Always 0xc0051fa708 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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:2020-07-16 23:31:50 +0000 UTC,LastTransitionTime:2020-07-16 23:31:50 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-d5667d9c7" is progressing.,LastUpdateTime:2020-07-16 23:31:51 +0000 UTC,LastTransitionTime:2020-07-16 23:31:46 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} Jul 16 23:31:51.266: INFO: New ReplicaSet "test-recreate-deployment-d5667d9c7" of Deployment "test-recreate-deployment": &ReplicaSet{ObjectMeta:{test-recreate-deployment-d5667d9c7 deployment-1355 /apis/apps/v1/namespaces/deployment-1355/replicasets/test-recreate-deployment-d5667d9c7 b93bc1b8-f089-4f5e-86d9-8a6d1afd7396 1744533 1 2020-07-16 23:31:50 +0000 UTC map[name:sample-pod-3 pod-template-hash:d5667d9c7] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment 4ca65fcb-7bf2-4d29-b115-7bfee5a91a02 0xc0051faf70 0xc0051faf71}] [] [{kube-controller-manager Update apps/v1 2020-07-16 23:31:50 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"4ca65fcb-7bf2-4d29-b115-7bfee5a91a02\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: d5667d9c7,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:d5667d9c7] 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,SeccompProfile:nil,} false false false}] [] Always 0xc0051fafe8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:31:51.266: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": Jul 16 23:31:51.266: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-6bf85785bb deployment-1355 /apis/apps/v1/namespaces/deployment-1355/replicasets/test-recreate-deployment-6bf85785bb 781cdd0f-19dc-42dc-9e7f-0ff93b860353 1744524 2 2020-07-16 23:31:46 +0000 UTC map[name:sample-pod-3 pod-template-hash:6bf85785bb] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment 4ca65fcb-7bf2-4d29-b115-7bfee5a91a02 0xc0051fae47 0xc0051fae48}] [] [{kube-controller-manager Update apps/v1 2020-07-16 23:31:50 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"4ca65fcb-7bf2-4d29-b115-7bfee5a91a02\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:observedGeneration":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 6bf85785bb,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:6bf85785bb] map[] [] [] []} {[] [] [{agnhost us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc0051faf08 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:31:51.279: INFO: Pod "test-recreate-deployment-d5667d9c7-z7nr6" is not available: &Pod{ObjectMeta:{test-recreate-deployment-d5667d9c7-z7nr6 test-recreate-deployment-d5667d9c7- deployment-1355 /api/v1/namespaces/deployment-1355/pods/test-recreate-deployment-d5667d9c7-z7nr6 16ada405-05aa-4e8b-89ea-086006f76da8 1744535 0 2020-07-16 23:31:50 +0000 UTC map[name:sample-pod-3 pod-template-hash:d5667d9c7] map[] [{apps/v1 ReplicaSet test-recreate-deployment-d5667d9c7 b93bc1b8-f089-4f5e-86d9-8a6d1afd7396 0xc005feaf30 0xc005feaf31}] [] [{kube-controller-manager Update v1 2020-07-16 23:31:50 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b93bc1b8-f089-4f5e-86d9-8a6d1afd7396\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-16 23:31:51 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-flnsf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-flnsf,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-flnsf,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:31:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:31:51 +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:2020-07-16 23:31:51 +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:2020-07-16 23:31:50 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:,StartTime:2020-07-16 23:31:51 +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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:31:51.279: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "deployment-1355" for this suite. •{"msg":"PASSED [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]","total":294,"completed":36,"skipped":674,"failed":0} SSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:31:51.286: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:32:08.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-2425" for this suite. • [SLOW TEST:17.456 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a secret. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance]","total":294,"completed":37,"skipped":684,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl expose should create services for rc [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:32:08.743: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should create services for rc [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating Agnhost RC Jul 16 23:32:08.859: INFO: namespace kubectl-6593 Jul 16 23:32:08.860: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-6593' Jul 16 23:32:09.143: INFO: stderr: "" Jul 16 23:32:09.143: INFO: stdout: "replicationcontroller/agnhost-primary created\n" STEP: Waiting for Agnhost primary to start. Jul 16 23:32:10.147: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:32:10.147: INFO: Found 0 / 1 Jul 16 23:32:11.146: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:32:11.147: INFO: Found 0 / 1 Jul 16 23:32:12.147: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:32:12.147: INFO: Found 0 / 1 Jul 16 23:32:13.147: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:32:13.147: INFO: Found 1 / 1 Jul 16 23:32:13.147: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 Jul 16 23:32:13.150: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:32:13.150: INFO: ForEach: Found 1 pods from the filter. Now looping through them. Jul 16 23:32:13.150: INFO: wait on agnhost-primary startup in kubectl-6593 Jul 16 23:32:13.150: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs agnhost-primary-cbktr agnhost-primary --namespace=kubectl-6593' Jul 16 23:32:13.269: INFO: stderr: "" Jul 16 23:32:13.270: INFO: stdout: "Paused\n" STEP: exposing RC Jul 16 23:32:13.270: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379 --namespace=kubectl-6593' Jul 16 23:32:13.445: INFO: stderr: "" Jul 16 23:32:13.445: INFO: stdout: "service/rm2 exposed\n" Jul 16 23:32:13.453: INFO: Service rm2 in namespace kubectl-6593 found. STEP: exposing service Jul 16 23:32:15.460: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config expose service rm2 --name=rm3 --port=2345 --target-port=6379 --namespace=kubectl-6593' Jul 16 23:32:15.601: INFO: stderr: "" Jul 16 23:32:15.601: INFO: stdout: "service/rm3 exposed\n" Jul 16 23:32:15.615: INFO: Service rm3 in namespace kubectl-6593 found. [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:32:17.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-6593" for this suite. • [SLOW TEST:8.890 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Kubectl expose /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1241 should create services for rc [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Kubectl expose should create services for rc [Conformance]","total":294,"completed":38,"skipped":744,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:32:17.634: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Performing setup for networking test in namespace pod-network-test-1343 STEP: creating a selector STEP: Creating the service pods in kubernetes Jul 16 23:32:17.708: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable Jul 16 23:32:17.826: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 16 23:32:19.898: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 16 23:32:21.829: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 16 23:32:23.831: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 16 23:32:25.830: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 16 23:32:27.830: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 16 23:32:29.830: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 16 23:32:31.830: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 16 23:32:33.830: INFO: The status of Pod netserver-0 is Running (Ready = true) Jul 16 23:32:33.836: INFO: The status of Pod netserver-1 is Running (Ready = false) Jul 16 23:32:35.840: INFO: The status of Pod netserver-1 is Running (Ready = true) STEP: Creating test pods Jul 16 23:32:41.934: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.244.2.157:8080/hostName | grep -v '^\s*$'] Namespace:pod-network-test-1343 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 16 23:32:41.934: INFO: >>> kubeConfig: /root/.kube/config I0716 23:32:41.969357 7 log.go:181] (0xc006002420) (0xc002b58640) Create stream I0716 23:32:41.969384 7 log.go:181] (0xc006002420) (0xc002b58640) Stream added, broadcasting: 1 I0716 23:32:41.971537 7 log.go:181] (0xc006002420) Reply frame received for 1 I0716 23:32:41.971575 7 log.go:181] (0xc006002420) (0xc0003d21e0) Create stream I0716 23:32:41.971589 7 log.go:181] (0xc006002420) (0xc0003d21e0) Stream added, broadcasting: 3 I0716 23:32:41.972865 7 log.go:181] (0xc006002420) Reply frame received for 3 I0716 23:32:41.972916 7 log.go:181] (0xc006002420) (0xc002c2d220) Create stream I0716 23:32:41.972946 7 log.go:181] (0xc006002420) (0xc002c2d220) Stream added, broadcasting: 5 I0716 23:32:41.974228 7 log.go:181] (0xc006002420) Reply frame received for 5 I0716 23:32:42.043029 7 log.go:181] (0xc006002420) Data frame received for 5 I0716 23:32:42.043058 7 log.go:181] (0xc002c2d220) (5) Data frame handling I0716 23:32:42.043089 7 log.go:181] (0xc006002420) Data frame received for 3 I0716 23:32:42.043099 7 log.go:181] (0xc0003d21e0) (3) Data frame handling I0716 23:32:42.043106 7 log.go:181] (0xc0003d21e0) (3) Data frame sent I0716 23:32:42.043115 7 log.go:181] (0xc006002420) Data frame received for 3 I0716 23:32:42.043134 7 log.go:181] (0xc0003d21e0) (3) Data frame handling I0716 23:32:42.044601 7 log.go:181] (0xc006002420) Data frame received for 1 I0716 23:32:42.044631 7 log.go:181] (0xc002b58640) (1) Data frame handling I0716 23:32:42.044656 7 log.go:181] (0xc002b58640) (1) Data frame sent I0716 23:32:42.044678 7 log.go:181] (0xc006002420) (0xc002b58640) Stream removed, broadcasting: 1 I0716 23:32:42.044701 7 log.go:181] (0xc006002420) Go away received I0716 23:32:42.044980 7 log.go:181] (0xc006002420) (0xc002b58640) Stream removed, broadcasting: 1 I0716 23:32:42.045004 7 log.go:181] (0xc006002420) (0xc0003d21e0) Stream removed, broadcasting: 3 I0716 23:32:42.045018 7 log.go:181] (0xc006002420) (0xc002c2d220) Stream removed, broadcasting: 5 Jul 16 23:32:42.045: INFO: Found all expected endpoints: [netserver-0] Jul 16 23:32:42.048: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.244.1.74:8080/hostName | grep -v '^\s*$'] Namespace:pod-network-test-1343 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 16 23:32:42.048: INFO: >>> kubeConfig: /root/.kube/config I0716 23:32:42.079738 7 log.go:181] (0xc006002a50) (0xc002b58b40) Create stream I0716 23:32:42.079777 7 log.go:181] (0xc006002a50) (0xc002b58b40) Stream added, broadcasting: 1 I0716 23:32:42.081776 7 log.go:181] (0xc006002a50) Reply frame received for 1 I0716 23:32:42.081814 7 log.go:181] (0xc006002a50) (0xc0003d2320) Create stream I0716 23:32:42.081829 7 log.go:181] (0xc006002a50) (0xc0003d2320) Stream added, broadcasting: 3 I0716 23:32:42.082903 7 log.go:181] (0xc006002a50) Reply frame received for 3 I0716 23:32:42.082950 7 log.go:181] (0xc006002a50) (0xc002c2d2c0) Create stream I0716 23:32:42.082965 7 log.go:181] (0xc006002a50) (0xc002c2d2c0) Stream added, broadcasting: 5 I0716 23:32:42.083966 7 log.go:181] (0xc006002a50) Reply frame received for 5 I0716 23:32:42.169249 7 log.go:181] (0xc006002a50) Data frame received for 5 I0716 23:32:42.169301 7 log.go:181] (0xc002c2d2c0) (5) Data frame handling I0716 23:32:42.169331 7 log.go:181] (0xc006002a50) Data frame received for 3 I0716 23:32:42.169360 7 log.go:181] (0xc0003d2320) (3) Data frame handling I0716 23:32:42.169393 7 log.go:181] (0xc0003d2320) (3) Data frame sent I0716 23:32:42.169493 7 log.go:181] (0xc006002a50) Data frame received for 3 I0716 23:32:42.169538 7 log.go:181] (0xc0003d2320) (3) Data frame handling I0716 23:32:42.170622 7 log.go:181] (0xc006002a50) Data frame received for 1 I0716 23:32:42.170662 7 log.go:181] (0xc002b58b40) (1) Data frame handling I0716 23:32:42.170679 7 log.go:181] (0xc002b58b40) (1) Data frame sent I0716 23:32:42.170693 7 log.go:181] (0xc006002a50) (0xc002b58b40) Stream removed, broadcasting: 1 I0716 23:32:42.170712 7 log.go:181] (0xc006002a50) Go away received I0716 23:32:42.170840 7 log.go:181] (0xc006002a50) (0xc002b58b40) Stream removed, broadcasting: 1 I0716 23:32:42.170884 7 log.go:181] (0xc006002a50) (0xc0003d2320) Stream removed, broadcasting: 3 I0716 23:32:42.170909 7 log.go:181] (0xc006002a50) (0xc002c2d2c0) Stream removed, broadcasting: 5 Jul 16 23:32:42.170: INFO: Found all expected endpoints: [netserver-1] [AfterEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:32:42.170: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-network-test-1343" for this suite. • [SLOW TEST:24.544 seconds] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26 Granular Checks: Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29 should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":39,"skipped":814,"failed":0} SS ------------------------------ [k8s.io] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:32:42.178: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:41 [It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:32:42.242: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-e897766b-83cb-4dce-8487-873461d0fa36" in namespace "security-context-test-272" to be "Succeeded or Failed" Jul 16 23:32:42.330: INFO: Pod "alpine-nnp-false-e897766b-83cb-4dce-8487-873461d0fa36": Phase="Pending", Reason="", readiness=false. Elapsed: 87.92904ms Jul 16 23:32:44.344: INFO: Pod "alpine-nnp-false-e897766b-83cb-4dce-8487-873461d0fa36": Phase="Pending", Reason="", readiness=false. Elapsed: 2.102264804s Jul 16 23:32:46.378: INFO: Pod "alpine-nnp-false-e897766b-83cb-4dce-8487-873461d0fa36": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.135793252s Jul 16 23:32:46.378: INFO: Pod "alpine-nnp-false-e897766b-83cb-4dce-8487-873461d0fa36" satisfied condition "Succeeded or Failed" [AfterEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:32:46.395: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "security-context-test-272" for this suite. •{"msg":"PASSED [k8s.io] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":40,"skipped":816,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:32:46.402: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-map-5d3630e7-08d5-452e-b406-ce01e2af8357 STEP: Creating a pod to test consume configMaps Jul 16 23:32:46.505: INFO: Waiting up to 5m0s for pod "pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d" in namespace "configmap-6459" to be "Succeeded or Failed" Jul 16 23:32:46.526: INFO: Pod "pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d": Phase="Pending", Reason="", readiness=false. Elapsed: 21.456085ms Jul 16 23:32:48.581: INFO: Pod "pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.076522062s Jul 16 23:32:50.630: INFO: Pod "pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.125051619s Jul 16 23:32:52.651: INFO: Pod "pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.146675913s STEP: Saw pod success Jul 16 23:32:52.652: INFO: Pod "pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d" satisfied condition "Succeeded or Failed" Jul 16 23:32:52.654: INFO: Trying to get logs from node latest-worker pod pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d container configmap-volume-test: STEP: delete the pod Jul 16 23:32:52.672: INFO: Waiting for pod pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d to disappear Jul 16 23:32:52.677: INFO: Pod pod-configmaps-bffe2a5f-1ada-4102-9829-b6d52e52726d no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:32:52.677: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-6459" for this suite. • [SLOW TEST:6.282 seconds] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:36 should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":41,"skipped":895,"failed":0} SSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:32:52.685: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name s-test-opt-del-11e8f9be-a1fd-46c1-98d1-6b6be0392c03 STEP: Creating secret with name s-test-opt-upd-22510742-bc37-4133-b821-ef5c946dbead STEP: Creating the pod STEP: Deleting secret s-test-opt-del-11e8f9be-a1fd-46c1-98d1-6b6be0392c03 STEP: Updating secret s-test-opt-upd-22510742-bc37-4133-b821-ef5c946dbead STEP: Creating secret with name s-test-opt-create-9ac52ff5-848d-4799-8e6f-3ecfea8b0d09 STEP: waiting to observe update in volume [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:33:02.986: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-6613" for this suite. • [SLOW TEST:10.308 seconds] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:35 optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":42,"skipped":914,"failed":0} SSS ------------------------------ [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:33:02.993: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service in namespace services-4236 STEP: creating service affinity-nodeport-transition in namespace services-4236 STEP: creating replication controller affinity-nodeport-transition in namespace services-4236 I0716 23:33:03.136220 7 runners.go:190] Created replication controller with name: affinity-nodeport-transition, namespace: services-4236, replica count: 3 I0716 23:33:06.186628 7 runners.go:190] affinity-nodeport-transition Pods: 3 out of 3 created, 0 running, 3 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:33:09.186886 7 runners.go:190] affinity-nodeport-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 16 23:33:09.223: INFO: Creating new exec pod Jul 16 23:33:16.321: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-4236 execpod-affinityfm9j6 -- /bin/sh -x -c nc -zv -t -w 2 affinity-nodeport-transition 80' Jul 16 23:33:16.549: INFO: stderr: "I0716 23:33:16.469458 588 log.go:181] (0xc000e24e70) (0xc000a94320) Create stream\nI0716 23:33:16.469520 588 log.go:181] (0xc000e24e70) (0xc000a94320) Stream added, broadcasting: 1\nI0716 23:33:16.475475 588 log.go:181] (0xc000e24e70) Reply frame received for 1\nI0716 23:33:16.475531 588 log.go:181] (0xc000e24e70) (0xc000c830e0) Create stream\nI0716 23:33:16.475547 588 log.go:181] (0xc000e24e70) (0xc000c830e0) Stream added, broadcasting: 3\nI0716 23:33:16.476580 588 log.go:181] (0xc000e24e70) Reply frame received for 3\nI0716 23:33:16.476640 588 log.go:181] (0xc000e24e70) (0xc000b00640) Create stream\nI0716 23:33:16.476660 588 log.go:181] (0xc000e24e70) (0xc000b00640) Stream added, broadcasting: 5\nI0716 23:33:16.477617 588 log.go:181] (0xc000e24e70) Reply frame received for 5\nI0716 23:33:16.541474 588 log.go:181] (0xc000e24e70) Data frame received for 5\nI0716 23:33:16.541509 588 log.go:181] (0xc000b00640) (5) Data frame handling\nI0716 23:33:16.541537 588 log.go:181] (0xc000b00640) (5) Data frame sent\n+ nc -zv -t -w 2 affinity-nodeport-transition 80\nI0716 23:33:16.542348 588 log.go:181] (0xc000e24e70) Data frame received for 5\nI0716 23:33:16.542367 588 log.go:181] (0xc000b00640) (5) Data frame handling\nI0716 23:33:16.542396 588 log.go:181] (0xc000b00640) (5) Data frame sent\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\nI0716 23:33:16.542410 588 log.go:181] (0xc000e24e70) Data frame received for 5\nI0716 23:33:16.542420 588 log.go:181] (0xc000b00640) (5) Data frame handling\nI0716 23:33:16.542488 588 log.go:181] (0xc000e24e70) Data frame received for 3\nI0716 23:33:16.542502 588 log.go:181] (0xc000c830e0) (3) Data frame handling\nI0716 23:33:16.544643 588 log.go:181] (0xc000e24e70) Data frame received for 1\nI0716 23:33:16.544667 588 log.go:181] (0xc000a94320) (1) Data frame handling\nI0716 23:33:16.544696 588 log.go:181] (0xc000a94320) (1) Data frame sent\nI0716 23:33:16.544720 588 log.go:181] (0xc000e24e70) (0xc000a94320) Stream removed, broadcasting: 1\nI0716 23:33:16.545134 588 log.go:181] (0xc000e24e70) Go away received\nI0716 23:33:16.545217 588 log.go:181] (0xc000e24e70) (0xc000a94320) Stream removed, broadcasting: 1\nI0716 23:33:16.545240 588 log.go:181] (0xc000e24e70) (0xc000c830e0) Stream removed, broadcasting: 3\nI0716 23:33:16.545253 588 log.go:181] (0xc000e24e70) (0xc000b00640) Stream removed, broadcasting: 5\n" Jul 16 23:33:16.549: INFO: stdout: "" Jul 16 23:33:16.550: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-4236 execpod-affinityfm9j6 -- /bin/sh -x -c nc -zv -t -w 2 10.99.138.233 80' Jul 16 23:33:16.762: INFO: stderr: "I0716 23:33:16.674587 606 log.go:181] (0xc0007bf290) (0xc000b63900) Create stream\nI0716 23:33:16.674639 606 log.go:181] (0xc0007bf290) (0xc000b63900) Stream added, broadcasting: 1\nI0716 23:33:16.679006 606 log.go:181] (0xc0007bf290) Reply frame received for 1\nI0716 23:33:16.679057 606 log.go:181] (0xc0007bf290) (0xc000b2b2c0) Create stream\nI0716 23:33:16.679081 606 log.go:181] (0xc0007bf290) (0xc000b2b2c0) Stream added, broadcasting: 3\nI0716 23:33:16.679963 606 log.go:181] (0xc0007bf290) Reply frame received for 3\nI0716 23:33:16.680002 606 log.go:181] (0xc0007bf290) (0xc000700280) Create stream\nI0716 23:33:16.680010 606 log.go:181] (0xc0007bf290) (0xc000700280) Stream added, broadcasting: 5\nI0716 23:33:16.680858 606 log.go:181] (0xc0007bf290) Reply frame received for 5\nI0716 23:33:16.755691 606 log.go:181] (0xc0007bf290) Data frame received for 5\nI0716 23:33:16.755724 606 log.go:181] (0xc000700280) (5) Data frame handling\nI0716 23:33:16.755735 606 log.go:181] (0xc000700280) (5) Data frame sent\nI0716 23:33:16.755744 606 log.go:181] (0xc0007bf290) Data frame received for 5\n+ nc -zv -t -w 2 10.99.138.233 80\nConnection to 10.99.138.233 80 port [tcp/http] succeeded!\nI0716 23:33:16.755779 606 log.go:181] (0xc0007bf290) Data frame received for 3\nI0716 23:33:16.755816 606 log.go:181] (0xc000b2b2c0) (3) Data frame handling\nI0716 23:33:16.755837 606 log.go:181] (0xc000700280) (5) Data frame handling\nI0716 23:33:16.757350 606 log.go:181] (0xc0007bf290) Data frame received for 1\nI0716 23:33:16.757368 606 log.go:181] (0xc000b63900) (1) Data frame handling\nI0716 23:33:16.757386 606 log.go:181] (0xc000b63900) (1) Data frame sent\nI0716 23:33:16.757394 606 log.go:181] (0xc0007bf290) (0xc000b63900) Stream removed, broadcasting: 1\nI0716 23:33:16.757469 606 log.go:181] (0xc0007bf290) Go away received\nI0716 23:33:16.757771 606 log.go:181] (0xc0007bf290) (0xc000b63900) Stream removed, broadcasting: 1\nI0716 23:33:16.757795 606 log.go:181] (0xc0007bf290) (0xc000b2b2c0) Stream removed, broadcasting: 3\nI0716 23:33:16.757806 606 log.go:181] (0xc0007bf290) (0xc000700280) Stream removed, broadcasting: 5\n" Jul 16 23:33:16.762: INFO: stdout: "" Jul 16 23:33:16.762: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-4236 execpod-affinityfm9j6 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.14 30245' Jul 16 23:33:16.980: INFO: stderr: "I0716 23:33:16.901564 624 log.go:181] (0xc00018c370) (0xc00019d040) Create stream\nI0716 23:33:16.901641 624 log.go:181] (0xc00018c370) (0xc00019d040) Stream added, broadcasting: 1\nI0716 23:33:16.903402 624 log.go:181] (0xc00018c370) Reply frame received for 1\nI0716 23:33:16.903459 624 log.go:181] (0xc00018c370) (0xc0001ff720) Create stream\nI0716 23:33:16.903491 624 log.go:181] (0xc00018c370) (0xc0001ff720) Stream added, broadcasting: 3\nI0716 23:33:16.904487 624 log.go:181] (0xc00018c370) Reply frame received for 3\nI0716 23:33:16.904528 624 log.go:181] (0xc00018c370) (0xc000765360) Create stream\nI0716 23:33:16.904543 624 log.go:181] (0xc00018c370) (0xc000765360) Stream added, broadcasting: 5\nI0716 23:33:16.905650 624 log.go:181] (0xc00018c370) Reply frame received for 5\nI0716 23:33:16.972414 624 log.go:181] (0xc00018c370) Data frame received for 5\nI0716 23:33:16.972452 624 log.go:181] (0xc000765360) (5) Data frame handling\nI0716 23:33:16.972495 624 log.go:181] (0xc000765360) (5) Data frame sent\n+ nc -zv -t -w 2 172.18.0.14 30245\nConnection to 172.18.0.14 30245 port [tcp/30245] succeeded!\nI0716 23:33:16.972523 624 log.go:181] (0xc00018c370) Data frame received for 5\nI0716 23:33:16.972567 624 log.go:181] (0xc00018c370) Data frame received for 3\nI0716 23:33:16.972625 624 log.go:181] (0xc0001ff720) (3) Data frame handling\nI0716 23:33:16.972664 624 log.go:181] (0xc000765360) (5) Data frame handling\nI0716 23:33:16.974631 624 log.go:181] (0xc00018c370) Data frame received for 1\nI0716 23:33:16.974678 624 log.go:181] (0xc00019d040) (1) Data frame handling\nI0716 23:33:16.974699 624 log.go:181] (0xc00019d040) (1) Data frame sent\nI0716 23:33:16.974720 624 log.go:181] (0xc00018c370) (0xc00019d040) Stream removed, broadcasting: 1\nI0716 23:33:16.974852 624 log.go:181] (0xc00018c370) Go away received\nI0716 23:33:16.975246 624 log.go:181] (0xc00018c370) (0xc00019d040) Stream removed, broadcasting: 1\nI0716 23:33:16.975273 624 log.go:181] (0xc00018c370) (0xc0001ff720) Stream removed, broadcasting: 3\nI0716 23:33:16.975291 624 log.go:181] (0xc00018c370) (0xc000765360) Stream removed, broadcasting: 5\n" Jul 16 23:33:16.980: INFO: stdout: "" Jul 16 23:33:16.980: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-4236 execpod-affinityfm9j6 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.11 30245' Jul 16 23:33:17.174: INFO: stderr: "I0716 23:33:17.106817 642 log.go:181] (0xc000e8efd0) (0xc000f00460) Create stream\nI0716 23:33:17.106865 642 log.go:181] (0xc000e8efd0) (0xc000f00460) Stream added, broadcasting: 1\nI0716 23:33:17.113636 642 log.go:181] (0xc000e8efd0) Reply frame received for 1\nI0716 23:33:17.113688 642 log.go:181] (0xc000e8efd0) (0xc000960140) Create stream\nI0716 23:33:17.113708 642 log.go:181] (0xc000e8efd0) (0xc000960140) Stream added, broadcasting: 3\nI0716 23:33:17.114612 642 log.go:181] (0xc000e8efd0) Reply frame received for 3\nI0716 23:33:17.114657 642 log.go:181] (0xc000e8efd0) (0xc00054d2c0) Create stream\nI0716 23:33:17.114670 642 log.go:181] (0xc000e8efd0) (0xc00054d2c0) Stream added, broadcasting: 5\nI0716 23:33:17.115436 642 log.go:181] (0xc000e8efd0) Reply frame received for 5\nI0716 23:33:17.166540 642 log.go:181] (0xc000e8efd0) Data frame received for 5\nI0716 23:33:17.166562 642 log.go:181] (0xc00054d2c0) (5) Data frame handling\nI0716 23:33:17.166577 642 log.go:181] (0xc00054d2c0) (5) Data frame sent\n+ nc -zv -t -w 2 172.18.0.11 30245\nI0716 23:33:17.167199 642 log.go:181] (0xc000e8efd0) Data frame received for 5\nI0716 23:33:17.167220 642 log.go:181] (0xc00054d2c0) (5) Data frame handling\nI0716 23:33:17.167237 642 log.go:181] (0xc00054d2c0) (5) Data frame sent\nConnection to 172.18.0.11 30245 port [tcp/30245] succeeded!\nI0716 23:33:17.167782 642 log.go:181] (0xc000e8efd0) Data frame received for 3\nI0716 23:33:17.167800 642 log.go:181] (0xc000960140) (3) Data frame handling\nI0716 23:33:17.168268 642 log.go:181] (0xc000e8efd0) Data frame received for 5\nI0716 23:33:17.168291 642 log.go:181] (0xc00054d2c0) (5) Data frame handling\nI0716 23:33:17.169958 642 log.go:181] (0xc000e8efd0) Data frame received for 1\nI0716 23:33:17.169974 642 log.go:181] (0xc000f00460) (1) Data frame handling\nI0716 23:33:17.169992 642 log.go:181] (0xc000f00460) (1) Data frame sent\nI0716 23:33:17.170159 642 log.go:181] (0xc000e8efd0) (0xc000f00460) Stream removed, broadcasting: 1\nI0716 23:33:17.170317 642 log.go:181] (0xc000e8efd0) Go away received\nI0716 23:33:17.170505 642 log.go:181] (0xc000e8efd0) (0xc000f00460) Stream removed, broadcasting: 1\nI0716 23:33:17.170522 642 log.go:181] (0xc000e8efd0) (0xc000960140) Stream removed, broadcasting: 3\nI0716 23:33:17.170529 642 log.go:181] (0xc000e8efd0) (0xc00054d2c0) Stream removed, broadcasting: 5\n" Jul 16 23:33:17.174: INFO: stdout: "" Jul 16 23:33:17.182: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-4236 execpod-affinityfm9j6 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.18.0.14:30245/ ; done' Jul 16 23:33:17.752: INFO: stderr: "I0716 23:33:17.594231 660 log.go:181] (0xc0005a0bb0) (0xc000a1a500) Create stream\nI0716 23:33:17.594282 660 log.go:181] (0xc0005a0bb0) (0xc000a1a500) Stream added, broadcasting: 1\nI0716 23:33:17.599226 660 log.go:181] (0xc0005a0bb0) Reply frame received for 1\nI0716 23:33:17.599258 660 log.go:181] (0xc0005a0bb0) (0xc00092d180) Create stream\nI0716 23:33:17.599267 660 log.go:181] (0xc0005a0bb0) (0xc00092d180) Stream added, broadcasting: 3\nI0716 23:33:17.600367 660 log.go:181] (0xc0005a0bb0) Reply frame received for 3\nI0716 23:33:17.600420 660 log.go:181] (0xc0005a0bb0) (0xc000798b40) Create stream\nI0716 23:33:17.600452 660 log.go:181] (0xc0005a0bb0) (0xc000798b40) Stream added, broadcasting: 5\nI0716 23:33:17.601515 660 log.go:181] (0xc0005a0bb0) Reply frame received for 5\nI0716 23:33:17.660443 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.660479 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.660502 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.660543 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.660580 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.660600 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.670267 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.670299 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.670325 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.670947 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.670981 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.671007 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curlI0716 23:33:17.671025 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.671060 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.671092 660 log.go:181] (0xc000798b40) (5) Data frame sent\n -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.678479 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.678564 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.678618 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.678637 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.678647 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.678662 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.678674 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.678686 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.678716 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.682377 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.682394 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.682407 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.683417 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.683428 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.683434 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.683442 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.683446 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.683451 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.687697 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.687720 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.687744 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.688171 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.688195 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.688214 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.688224 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.688231 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.688239 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.691328 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.691341 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.691358 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.691716 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.691736 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.691759 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.691777 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.691786 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.691791 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.696249 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.696272 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.696295 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.696986 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.697000 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.697011 660 log.go:181] (0xc000798b40) (5) Data frame sent\nI0716 23:33:17.697021 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.697032 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.697061 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.701091 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.701108 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.701119 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.701992 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.702016 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.702025 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.702039 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.702049 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.702056 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.706602 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.706621 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.706639 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.707000 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.707022 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.707037 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.707068 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.707121 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.707143 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.711143 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.711162 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.711172 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.711874 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.711896 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.711909 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.711933 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.711941 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.711959 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.716970 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.716986 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.716999 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.717455 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.717470 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.717480 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.717503 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.717533 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.717551 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.720624 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.720653 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.720680 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.721018 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.721114 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.721143 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.721160 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.721170 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.721179 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.724570 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.724594 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.724609 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.724622 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.724631 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.724642 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.724672 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.724696 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.724708 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.729344 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.729371 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.729391 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.730142 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.730161 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.730175 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.730478 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.730494 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.730509 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\nI0716 23:33:17.730782 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.730797 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.730810 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.734981 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.734998 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.735008 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.735640 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.735656 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.735664 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.735678 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.735695 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.735704 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.739824 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.739838 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.739846 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.740671 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.740686 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.740703 660 log.go:181] (0xc000798b40) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:17.740786 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.740802 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.740818 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.745822 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.745842 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.745867 660 log.go:181] (0xc00092d180) (3) Data frame sent\nI0716 23:33:17.746472 660 log.go:181] (0xc0005a0bb0) Data frame received for 5\nI0716 23:33:17.746495 660 log.go:181] (0xc000798b40) (5) Data frame handling\nI0716 23:33:17.746679 660 log.go:181] (0xc0005a0bb0) Data frame received for 3\nI0716 23:33:17.746698 660 log.go:181] (0xc00092d180) (3) Data frame handling\nI0716 23:33:17.748015 660 log.go:181] (0xc0005a0bb0) Data frame received for 1\nI0716 23:33:17.748042 660 log.go:181] (0xc000a1a500) (1) Data frame handling\nI0716 23:33:17.748061 660 log.go:181] (0xc000a1a500) (1) Data frame sent\nI0716 23:33:17.748078 660 log.go:181] (0xc0005a0bb0) (0xc000a1a500) Stream removed, broadcasting: 1\nI0716 23:33:17.748095 660 log.go:181] (0xc0005a0bb0) Go away received\nI0716 23:33:17.748452 660 log.go:181] (0xc0005a0bb0) (0xc000a1a500) Stream removed, broadcasting: 1\nI0716 23:33:17.748474 660 log.go:181] (0xc0005a0bb0) (0xc00092d180) Stream removed, broadcasting: 3\nI0716 23:33:17.748483 660 log.go:181] (0xc0005a0bb0) (0xc000798b40) Stream removed, broadcasting: 5\n" Jul 16 23:33:17.752: INFO: stdout: "\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-pv8gl\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-pv8gl\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-pv8gl\naffinity-nodeport-transition-pv8gl\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-pv8gl\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-s9zc6\naffinity-nodeport-transition-s9zc6" Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-pv8gl Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-pv8gl Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-pv8gl Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-pv8gl Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-pv8gl Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.752: INFO: Received response from host: affinity-nodeport-transition-s9zc6 Jul 16 23:33:17.760: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-4236 execpod-affinityfm9j6 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.18.0.14:30245/ ; done' Jul 16 23:33:18.145: INFO: stderr: "I0716 23:33:17.993700 678 log.go:181] (0xc000c09550) (0xc0009970e0) Create stream\nI0716 23:33:17.993812 678 log.go:181] (0xc000c09550) (0xc0009970e0) Stream added, broadcasting: 1\nI0716 23:33:17.997149 678 log.go:181] (0xc000c09550) Reply frame received for 1\nI0716 23:33:17.997171 678 log.go:181] (0xc000c09550) (0xc000dac280) Create stream\nI0716 23:33:17.997176 678 log.go:181] (0xc000c09550) (0xc000dac280) Stream added, broadcasting: 3\nI0716 23:33:17.998508 678 log.go:181] (0xc000c09550) Reply frame received for 3\nI0716 23:33:17.999309 678 log.go:181] (0xc000c09550) (0xc000bb41e0) Create stream\nI0716 23:33:17.999368 678 log.go:181] (0xc000c09550) (0xc000bb41e0) Stream added, broadcasting: 5\nI0716 23:33:18.001602 678 log.go:181] (0xc000c09550) Reply frame received for 5\nI0716 23:33:18.053893 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.053931 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.053957 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.053998 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.054044 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.054073 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.059182 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.059198 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.059204 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.060014 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.060025 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.060032 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.060041 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.060047 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.060053 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.068232 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.068273 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.068300 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.068842 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.068856 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.068862 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.068880 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.068903 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.068916 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.072161 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.072204 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.072268 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.072716 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.072746 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.072757 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.072909 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.072939 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.072965 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.077139 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.077151 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.077159 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.077620 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.077640 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.077661 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.077668 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.077679 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.077699 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.081888 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.081912 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.081930 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.082378 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.082417 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.082431 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\nI0716 23:33:18.082437 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.082443 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.082457 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\nI0716 23:33:18.082464 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.082476 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.082493 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.086970 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.086992 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.087009 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.087612 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.087637 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.087648 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.087663 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.087671 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.087679 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\nI0716 23:33:18.087687 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.087694 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.087739 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\nI0716 23:33:18.092484 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.092516 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.092543 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.093008 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.093028 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.093037 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.093050 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.093058 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.093067 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.099460 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.099479 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.099496 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.099943 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.099959 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.099974 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.100095 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.100125 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.100147 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.105207 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.105235 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.105257 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.105562 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.105575 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.105581 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.105606 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.105622 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.105637 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.109545 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.109558 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.109564 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.109830 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.109841 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.109847 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.109956 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.109976 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.109996 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.115458 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.115476 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.115485 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.115987 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.116002 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.116017 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.116043 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.116055 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.116072 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.119626 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.119662 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.119694 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.119890 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.119903 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.119911 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.119976 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.119993 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.120010 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.123253 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.123268 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.123276 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.123762 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.123777 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.123793 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.123814 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.123840 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.123872 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.127166 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.127197 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.127234 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.127724 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.127775 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.127807 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\nI0716 23:33:18.127820 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.127828 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.127844 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\nI0716 23:33:18.130687 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.130720 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.130743 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.130851 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.130866 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.130881 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.131565 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.131579 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.131589 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.131597 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.131603 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.131609 678 log.go:181] (0xc000bb41e0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.18.0.14:30245/\nI0716 23:33:18.137117 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.137145 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.137168 678 log.go:181] (0xc000dac280) (3) Data frame sent\nI0716 23:33:18.137752 678 log.go:181] (0xc000c09550) Data frame received for 3\nI0716 23:33:18.137771 678 log.go:181] (0xc000dac280) (3) Data frame handling\nI0716 23:33:18.137791 678 log.go:181] (0xc000c09550) Data frame received for 5\nI0716 23:33:18.137802 678 log.go:181] (0xc000bb41e0) (5) Data frame handling\nI0716 23:33:18.139454 678 log.go:181] (0xc000c09550) Data frame received for 1\nI0716 23:33:18.139480 678 log.go:181] (0xc0009970e0) (1) Data frame handling\nI0716 23:33:18.139509 678 log.go:181] (0xc0009970e0) (1) Data frame sent\nI0716 23:33:18.139537 678 log.go:181] (0xc000c09550) (0xc0009970e0) Stream removed, broadcasting: 1\nI0716 23:33:18.139660 678 log.go:181] (0xc000c09550) Go away received\nI0716 23:33:18.140069 678 log.go:181] (0xc000c09550) (0xc0009970e0) Stream removed, broadcasting: 1\nI0716 23:33:18.140093 678 log.go:181] (0xc000c09550) (0xc000dac280) Stream removed, broadcasting: 3\nI0716 23:33:18.140105 678 log.go:181] (0xc000c09550) (0xc000bb41e0) Stream removed, broadcasting: 5\n" Jul 16 23:33:18.145: INFO: stdout: "\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96\naffinity-nodeport-transition-jzg96" Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Received response from host: affinity-nodeport-transition-jzg96 Jul 16 23:33:18.145: INFO: Cleaning up the exec pod STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-4236, will wait for the garbage collector to delete the pods Jul 16 23:33:18.529: INFO: Deleting ReplicationController affinity-nodeport-transition took: 34.636631ms Jul 16 23:33:18.829: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 300.23158ms [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:33:29.309: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-4236" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:26.326 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance]","total":294,"completed":43,"skipped":917,"failed":0} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Deployment deployment should support rollover [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:33:29.319: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:77 [It] deployment should support rollover [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:33:29.411: INFO: Pod name rollover-pod: Found 0 pods out of 1 Jul 16 23:33:34.414: INFO: Pod name rollover-pod: Found 1 pods out of 1 STEP: ensuring each pod is running Jul 16 23:33:34.414: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready Jul 16 23:33:36.418: INFO: Creating deployment "test-rollover-deployment" Jul 16 23:33:36.432: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations Jul 16 23:33:38.438: INFO: Check revision of new replica set for deployment "test-rollover-deployment" Jul 16 23:33:38.445: INFO: Ensure that both replica sets have 1 created replica Jul 16 23:33:38.450: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update Jul 16 23:33:38.457: INFO: Updating deployment test-rollover-deployment Jul 16 23:33:38.457: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller Jul 16 23:33:40.558: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 Jul 16 23:33:40.565: INFO: Make sure deployment "test-rollover-deployment" is complete Jul 16 23:33:40.570: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:40.570: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539218, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:42.579: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:42.579: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539218, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:44.576: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:44.576: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539223, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:46.578: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:46.578: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539223, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:48.580: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:48.580: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539223, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:50.577: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:50.577: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539223, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:52.579: INFO: all replica sets need to contain the pod-template-hash label Jul 16 23:33:52.579: 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:63730539216, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539223, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730539216, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-7586b49c69\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:33:54.635: INFO: Jul 16 23:33:54.635: INFO: Ensure that both old replica sets have no replicas [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:71 Jul 16 23:33:54.642: INFO: Deployment "test-rollover-deployment": &Deployment{ObjectMeta:{test-rollover-deployment deployment-8175 /apis/apps/v1/namespaces/deployment-8175/deployments/test-rollover-deployment 5f1e407e-dc26-4d1d-8a55-4759e04716ba 1745557 2 2020-07-16 23:33:36 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2020-07-16 23:33:38 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:minReadySeconds":{},"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{}}},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-16 23:33:53 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}}}]},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 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc005718f68 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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:2020-07-16 23:33:36 +0000 UTC,LastTransitionTime:2020-07-16 23:33:36 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-7586b49c69" has successfully progressed.,LastUpdateTime:2020-07-16 23:33:53 +0000 UTC,LastTransitionTime:2020-07-16 23:33:36 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} Jul 16 23:33:54.645: INFO: New ReplicaSet "test-rollover-deployment-7586b49c69" of Deployment "test-rollover-deployment": &ReplicaSet{ObjectMeta:{test-rollover-deployment-7586b49c69 deployment-8175 /apis/apps/v1/namespaces/deployment-8175/replicasets/test-rollover-deployment-7586b49c69 24cde956-f007-4898-b7d1-01d34f2ce21b 1745545 2 2020-07-16 23:33:38 +0000 UTC map[name:rollover-pod pod-template-hash:7586b49c69] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment 5f1e407e-dc26-4d1d-8a55-4759e04716ba 0xc003491767 0xc003491768}] [] [{kube-controller-manager Update apps/v1 2020-07-16 23:33:53 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5f1e407e-dc26-4d1d-8a55-4759e04716ba\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 7586b49c69,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:7586b49c69] map[] [] [] []} {[] [] [{agnhost us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc0034917f8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:33:54.645: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": Jul 16 23:33:54.645: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-8175 /apis/apps/v1/namespaces/deployment-8175/replicasets/test-rollover-controller 2106847d-7b90-4c6b-b9a1-2d671f2ac884 1745556 2 2020-07-16 23:33:29 +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 5f1e407e-dc26-4d1d-8a55-4759e04716ba 0xc003491557 0xc003491558}] [] [{e2e.test Update apps/v1 2020-07-16 23:33:29 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-16 23:33:53 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5f1e407e-dc26-4d1d-8a55-4759e04716ba\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{}},"f:status":{"f:observedGeneration":{},"f:replicas":{}}}}]},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 0xc0034915f8 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:33:54.645: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-5686c4cfd5 deployment-8175 /apis/apps/v1/namespaces/deployment-8175/replicasets/test-rollover-deployment-5686c4cfd5 52befcf2-8e3f-4a6d-8caa-2c808ccc8f4c 1745496 2 2020-07-16 23:33:36 +0000 UTC map[name:rollover-pod pod-template-hash:5686c4cfd5] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment 5f1e407e-dc26-4d1d-8a55-4759e04716ba 0xc003491667 0xc003491668}] [] [{kube-controller-manager Update apps/v1 2020-07-16 23:33:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5f1e407e-dc26-4d1d-8a55-4759e04716ba\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"redis-slave\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:observedGeneration":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 5686c4cfd5,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:5686c4cfd5] 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,SeccompProfile:nil,} false false false}] [] Always 0xc0034916f8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:33:54.648: INFO: Pod "test-rollover-deployment-7586b49c69-7lqxc" is available: &Pod{ObjectMeta:{test-rollover-deployment-7586b49c69-7lqxc test-rollover-deployment-7586b49c69- deployment-8175 /api/v1/namespaces/deployment-8175/pods/test-rollover-deployment-7586b49c69-7lqxc a4e94c4a-7629-4e44-953c-53953bdcf352 1745514 0 2020-07-16 23:33:38 +0000 UTC map[name:rollover-pod pod-template-hash:7586b49c69] map[] [{apps/v1 ReplicaSet test-rollover-deployment-7586b49c69 24cde956-f007-4898-b7d1-01d34f2ce21b 0xc003491da7 0xc003491da8}] [] [{kube-controller-manager Update v1 2020-07-16 23:33:38 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"24cde956-f007-4898-b7d1-01d34f2ce21b\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-16 23:33:42 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.1.80\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-q866t,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-q866t,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:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-q866t,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:33:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:33:42 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:33:42 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:33:38 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:10.244.1.80,StartTime:2020-07-16 23:33:38 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-16 23:33:41 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,ImageID:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0,ContainerID:containerd://74edd657aa29043d7c22e5dc63459216b7b370db377f131e9750c4f9f69f6981,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.80,},},EphemeralContainerStatuses:[]ContainerStatus{},},} [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:33:54.648: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "deployment-8175" for this suite. • [SLOW TEST:25.336 seconds] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 deployment should support rollover [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Deployment deployment should support rollover [Conformance]","total":294,"completed":44,"skipped":940,"failed":0} [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:33:54.655: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation Jul 16 23:33:54.781: INFO: >>> kubeConfig: /root/.kube/config Jul 16 23:33:57.695: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:34:08.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-307" for this suite. • [SLOW TEST:13.780 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for multiple CRDs of different groups [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance]","total":294,"completed":45,"skipped":940,"failed":0} SS ------------------------------ [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:34:08.435: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide container's memory limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:34:08.519: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5" in namespace "projected-7660" to be "Succeeded or Failed" Jul 16 23:34:08.523: INFO: Pod "downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.567756ms Jul 16 23:34:10.679: INFO: Pod "downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.1600362s Jul 16 23:34:12.682: INFO: Pod "downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.1636062s STEP: Saw pod success Jul 16 23:34:12.682: INFO: Pod "downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5" satisfied condition "Succeeded or Failed" Jul 16 23:34:12.685: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5 container client-container: STEP: delete the pod Jul 16 23:34:12.749: INFO: Waiting for pod downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5 to disappear Jul 16 23:34:12.759: INFO: Pod downwardapi-volume-b5d9e74a-5761-42fe-ae47-bb0b4b6b97f5 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:34:12.759: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-7660" for this suite. •{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]","total":294,"completed":46,"skipped":942,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Secrets should patch a secret [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:34:12.792: 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 patch a secret [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a secret STEP: listing secrets in all namespaces to ensure that there are more than zero STEP: patching the secret STEP: deleting the secret using a LabelSelector STEP: listing secrets in all namespaces, searching for label name and value in patch [AfterEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:34:12.971: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-379" for this suite. •{"msg":"PASSED [sig-api-machinery] Secrets should patch a secret [Conformance]","total":294,"completed":47,"skipped":967,"failed":0} S ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:34:12.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 mappings as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-map-ccefa7fa-d4df-4f78-ba13-aa6222e7039a STEP: Creating a pod to test consume configMaps Jul 16 23:34:13.129: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246" in namespace "projected-4474" to be "Succeeded or Failed" Jul 16 23:34:13.146: INFO: Pod "pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246": Phase="Pending", Reason="", readiness=false. Elapsed: 17.52738ms Jul 16 23:34:15.451: INFO: Pod "pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246": Phase="Pending", Reason="", readiness=false. Elapsed: 2.32221281s Jul 16 23:34:17.464: INFO: Pod "pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246": Phase="Pending", Reason="", readiness=false. Elapsed: 4.335522558s Jul 16 23:34:19.637: INFO: Pod "pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.508099952s STEP: Saw pod success Jul 16 23:34:19.637: INFO: Pod "pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246" satisfied condition "Succeeded or Failed" Jul 16 23:34:19.640: INFO: Trying to get logs from node latest-worker2 pod pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246 container projected-configmap-volume-test: STEP: delete the pod Jul 16 23:34:19.718: INFO: Waiting for pod pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246 to disappear Jul 16 23:34:19.733: INFO: Pod pod-projected-configmaps-47f6209e-6811-48aa-9c52-741e45742246 no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:34:19.733: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-4474" for this suite. • [SLOW TEST:6.794 seconds] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:36 should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","total":294,"completed":48,"skipped":968,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:34:19.776: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should add annotations for pods in rc [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating Agnhost RC Jul 16 23:34:19.846: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7863' Jul 16 23:34:20.236: INFO: stderr: "" Jul 16 23:34:20.236: INFO: stdout: "replicationcontroller/agnhost-primary created\n" STEP: Waiting for Agnhost primary to start. Jul 16 23:34:21.240: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:34:21.241: INFO: Found 0 / 1 Jul 16 23:34:22.241: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:34:22.241: INFO: Found 0 / 1 Jul 16 23:34:23.242: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:34:23.242: INFO: Found 0 / 1 Jul 16 23:34:24.294: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:34:24.294: INFO: Found 1 / 1 Jul 16 23:34:24.294: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 STEP: patching all pods Jul 16 23:34:24.311: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:34:24.311: INFO: ForEach: Found 1 pods from the filter. Now looping through them. Jul 16 23:34:24.311: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config patch pod agnhost-primary-8sgxr --namespace=kubectl-7863 -p {"metadata":{"annotations":{"x":"y"}}}' Jul 16 23:34:24.422: INFO: stderr: "" Jul 16 23:34:24.422: INFO: stdout: "pod/agnhost-primary-8sgxr patched\n" STEP: checking annotations Jul 16 23:34:24.655: INFO: Selector matched 1 pods for map[app:agnhost] Jul 16 23:34:24.655: INFO: ForEach: Found 1 pods from the filter. Now looping through them. [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:34:24.655: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-7863" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc [Conformance]","total":294,"completed":49,"skipped":992,"failed":0} SSSSSSSS ------------------------------ [k8s.io] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:34:24.662: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:35:24.866: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-8018" for this suite. • [SLOW TEST:60.211 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]","total":294,"completed":50,"skipped":1000,"failed":0} SSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:35:24.873: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:35:41.077: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-1086" for this suite. • [SLOW TEST:16.211 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a configMap. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]","total":294,"completed":51,"skipped":1009,"failed":0} SSSSSSSSSSS ------------------------------ [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:35:41.085: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:88 [BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:103 STEP: Creating service test in namespace statefulset-4600 [It] should have a working scale subresource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating statefulset ss in namespace statefulset-4600 Jul 16 23:35:41.710: INFO: Found 0 stateful pods, waiting for 1 Jul 16 23:35:51.715: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:114 Jul 16 23:35:51.742: INFO: Deleting all statefulset in ns statefulset-4600 Jul 16 23:35:51.770: INFO: Scaling statefulset ss to 0 Jul 16 23:36:02.041: INFO: Waiting for statefulset status.replicas updated to 0 Jul 16 23:36:02.044: INFO: Deleting statefulset ss [AfterEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:36:02.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "statefulset-4600" for this suite. • [SLOW TEST:21.009 seconds] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should have a working scale subresource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance]","total":294,"completed":52,"skipped":1020,"failed":0} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:36:02.094: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:134 [It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:36:02.165: INFO: Creating simple daemon set daemon-set STEP: Check that daemon pods launch on every node of the cluster. Jul 16 23:36:02.219: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:02.230: INFO: Number of nodes with available pods: 0 Jul 16 23:36:02.230: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:36:03.235: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:03.238: INFO: Number of nodes with available pods: 0 Jul 16 23:36:03.238: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:36:04.353: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:04.357: INFO: Number of nodes with available pods: 0 Jul 16 23:36:04.357: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:36:05.391: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:05.428: INFO: Number of nodes with available pods: 0 Jul 16 23:36:05.429: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:36:06.249: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:06.278: INFO: Number of nodes with available pods: 2 Jul 16 23:36:06.278: INFO: Number of running nodes: 2, number of available pods: 2 STEP: Update daemon pods image. STEP: Check that daemon pods images are updated. Jul 16 23:36:06.342: INFO: Wrong image for pod: daemon-set-m8bt5. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:06.342: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:06.361: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:07.394: INFO: Wrong image for pod: daemon-set-m8bt5. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:07.394: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:07.414: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:08.366: INFO: Wrong image for pod: daemon-set-m8bt5. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:08.366: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:08.371: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:09.365: INFO: Wrong image for pod: daemon-set-m8bt5. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:09.365: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:09.369: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:10.435: INFO: Wrong image for pod: daemon-set-m8bt5. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:10.435: INFO: Pod daemon-set-m8bt5 is not available Jul 16 23:36:10.435: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:10.439: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:11.376: INFO: Pod daemon-set-cqb28 is not available Jul 16 23:36:11.376: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:11.393: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:12.364: INFO: Pod daemon-set-cqb28 is not available Jul 16 23:36:12.364: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:12.367: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:13.365: INFO: Pod daemon-set-cqb28 is not available Jul 16 23:36:13.365: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:13.369: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:14.366: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:14.370: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:15.365: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:15.365: INFO: Pod daemon-set-nv562 is not available Jul 16 23:36:15.369: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:16.366: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:16.366: INFO: Pod daemon-set-nv562 is not available Jul 16 23:36:16.370: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:17.366: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:17.366: INFO: Pod daemon-set-nv562 is not available Jul 16 23:36:17.370: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:18.366: INFO: Wrong image for pod: daemon-set-nv562. Expected: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20, got: docker.io/library/httpd:2.4.38-alpine. Jul 16 23:36:18.366: INFO: Pod daemon-set-nv562 is not available Jul 16 23:36:18.369: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:19.367: INFO: Pod daemon-set-kt24r is not available Jul 16 23:36:19.496: INFO: DaemonSet pods can't tolerate node latest-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. Jul 16 23:36:19.500: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:19.553: INFO: Number of nodes with available pods: 1 Jul 16 23:36:19.553: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:36:20.633: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:20.637: INFO: Number of nodes with available pods: 1 Jul 16 23:36:20.637: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:36:21.565: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:21.633: INFO: Number of nodes with available pods: 1 Jul 16 23:36:21.633: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:36:22.558: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:36:22.562: INFO: Number of nodes with available pods: 2 Jul 16 23:36:22.562: INFO: Number of running nodes: 2, number of available pods: 2 [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:100 STEP: Deleting DaemonSet "daemon-set" STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-9962, will wait for the garbage collector to delete the pods Jul 16 23:36:22.635: INFO: Deleting DaemonSet.extensions daemon-set took: 6.600185ms Jul 16 23:36:22.935: INFO: Terminating DaemonSet.extensions daemon-set pods took: 300.248234ms Jul 16 23:36:27.345: INFO: Number of nodes with available pods: 0 Jul 16 23:36:27.345: INFO: Number of running nodes: 0, number of available pods: 0 Jul 16 23:36:27.348: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-9962/daemonsets","resourceVersion":"1746765"},"items":null} Jul 16 23:36:27.351: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-9962/pods","resourceVersion":"1746765"},"items":null} [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:36:27.360: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "daemonsets-9962" for this suite. • [SLOW TEST:25.274 seconds] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should update pod when spec was updated and update strategy is RollingUpdate [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]","total":294,"completed":53,"skipped":1042,"failed":0} SSS ------------------------------ [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:36:27.368: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0644 on tmpfs Jul 16 23:36:27.521: INFO: Waiting up to 5m0s for pod "pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde" in namespace "emptydir-5102" to be "Succeeded or Failed" Jul 16 23:36:27.531: INFO: Pod "pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde": Phase="Pending", Reason="", readiness=false. Elapsed: 10.431198ms Jul 16 23:36:29.535: INFO: Pod "pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013795322s Jul 16 23:36:31.651: INFO: Pod "pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.12998089s STEP: Saw pod success Jul 16 23:36:31.651: INFO: Pod "pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde" satisfied condition "Succeeded or Failed" Jul 16 23:36:31.654: INFO: Trying to get logs from node latest-worker2 pod pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde container test-container: STEP: delete the pod Jul 16 23:36:31.862: INFO: Waiting for pod pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde to disappear Jul 16 23:36:31.912: INFO: Pod pod-d5d843fd-372b-4ae0-ac5e-82fb37801cde no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:36:31.912: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-5102" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":54,"skipped":1045,"failed":0} SSSSS ------------------------------ [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:36:31.931: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward api env vars Jul 16 23:36:32.344: INFO: Waiting up to 5m0s for pod "downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1" in namespace "downward-api-175" to be "Succeeded or Failed" Jul 16 23:36:32.349: INFO: Pod "downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1": Phase="Pending", Reason="", readiness=false. Elapsed: 5.154189ms Jul 16 23:36:34.371: INFO: Pod "downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.027728312s Jul 16 23:36:36.387: INFO: Pod "downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.043317476s STEP: Saw pod success Jul 16 23:36:36.387: INFO: Pod "downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1" satisfied condition "Succeeded or Failed" Jul 16 23:36:36.390: INFO: Trying to get logs from node latest-worker2 pod downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1 container dapi-container: STEP: delete the pod Jul 16 23:36:36.430: INFO: Waiting for pod downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1 to disappear Jul 16 23:36:36.680: INFO: Pod downward-api-3e0c1f24-5ee4-4b9b-8854-cdd10d2c7dd1 no longer exists [AfterEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:36:36.680: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-175" for this suite. •{"msg":"PASSED [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]","total":294,"completed":55,"skipped":1050,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:36:36.779: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: set up a multi version CRD Jul 16 23:36:36.847: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:36:53.688: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-3394" for this suite. • [SLOW TEST:16.917 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 updates the published spec when one version gets renamed [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance]","total":294,"completed":56,"skipped":1086,"failed":0} SSSSSSSSS ------------------------------ [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:36:53.696: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:38 STEP: Setting up data [It] should support subpaths with secret pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod pod-subpath-test-secret-gfl9 STEP: Creating a pod to test atomic-volume-subpath Jul 16 23:36:53.822: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-gfl9" in namespace "subpath-5138" to be "Succeeded or Failed" Jul 16 23:36:53.879: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Pending", Reason="", readiness=false. Elapsed: 56.200983ms Jul 16 23:36:55.884: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.061109448s Jul 16 23:36:57.888: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 4.065500691s Jul 16 23:36:59.893: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 6.070141608s Jul 16 23:37:01.896: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 8.073575667s Jul 16 23:37:03.900: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 10.077774344s Jul 16 23:37:05.905: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 12.082372719s Jul 16 23:37:07.909: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 14.086380597s Jul 16 23:37:09.913: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 16.090769707s Jul 16 23:37:11.918: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 18.095472273s Jul 16 23:37:13.938: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 20.115794476s Jul 16 23:37:15.942: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Running", Reason="", readiness=true. Elapsed: 22.11983123s Jul 16 23:37:17.947: INFO: Pod "pod-subpath-test-secret-gfl9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.124250463s STEP: Saw pod success Jul 16 23:37:17.947: INFO: Pod "pod-subpath-test-secret-gfl9" satisfied condition "Succeeded or Failed" Jul 16 23:37:17.950: INFO: Trying to get logs from node latest-worker2 pod pod-subpath-test-secret-gfl9 container test-container-subpath-secret-gfl9: STEP: delete the pod Jul 16 23:37:17.989: INFO: Waiting for pod pod-subpath-test-secret-gfl9 to disappear Jul 16 23:37:17.999: INFO: Pod pod-subpath-test-secret-gfl9 no longer exists STEP: Deleting pod pod-subpath-test-secret-gfl9 Jul 16 23:37:17.999: INFO: Deleting pod "pod-subpath-test-secret-gfl9" in namespace "subpath-5138" [AfterEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:37:18.002: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "subpath-5138" for this suite. • [SLOW TEST:24.311 seconds] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Atomic writer volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:34 should support subpaths with secret pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [LinuxOnly] [Conformance]","total":294,"completed":57,"skipped":1095,"failed":0} [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:37:18.008: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-map-a498772b-02e2-4d99-ad53-5e892ea7e574 STEP: Creating a pod to test consume configMaps Jul 16 23:37:18.091: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861" in namespace "projected-1906" to be "Succeeded or Failed" Jul 16 23:37:18.110: INFO: Pod "pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861": Phase="Pending", Reason="", readiness=false. Elapsed: 18.987155ms Jul 16 23:37:20.114: INFO: Pod "pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861": Phase="Pending", Reason="", readiness=false. Elapsed: 2.023245102s Jul 16 23:37:22.119: INFO: Pod "pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.027590902s STEP: Saw pod success Jul 16 23:37:22.119: INFO: Pod "pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861" satisfied condition "Succeeded or Failed" Jul 16 23:37:22.122: INFO: Trying to get logs from node latest-worker2 pod pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861 container projected-configmap-volume-test: STEP: delete the pod Jul 16 23:37:22.179: INFO: Waiting for pod pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861 to disappear Jul 16 23:37:22.188: INFO: Pod pod-projected-configmaps-867b8c1a-034a-4afc-a432-99c1b6136861 no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:37:22.188: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-1906" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":294,"completed":58,"skipped":1095,"failed":0} SSSSSSSSSSSSSSS ------------------------------ [sig-apps] ReplicationController should release no longer matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:37:22.196: 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 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/rc.go:54 [It] should release no longer matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Given a ReplicationController is created STEP: When the matched label of one of its pods change Jul 16 23:37:22.261: INFO: Pod name pod-release: Found 0 pods out of 1 Jul 16 23:37:27.265: INFO: Pod name pod-release: Found 1 pods out of 1 STEP: Then the pod is released [AfterEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:37:27.568: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "replication-controller-2875" for this suite. • [SLOW TEST:5.566 seconds] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should release no longer matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] ReplicationController should release no longer matching pods [Conformance]","total":294,"completed":59,"skipped":1110,"failed":0} [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] ReplicaSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:37:27.762: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 16 23:37:35.045: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 STEP: Then the pod is released [AfterEach] [sig-apps] ReplicaSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:37:36.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "replicaset-5030" for this suite. • [SLOW TEST:8.405 seconds] [sig-apps] ReplicaSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should adopt matching pods on creation and release no longer matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]","total":294,"completed":60,"skipped":1110,"failed":0} SSSSSSSSSSS ------------------------------ [k8s.io] Pods should be updated [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:37:36.168: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should be updated [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod STEP: submitting the pod to kubernetes STEP: verifying the pod is in kubernetes STEP: updating the pod Jul 16 23:37:42.767: INFO: Successfully updated pod "pod-update-613677d6-0981-4748-9146-6922e656bbdf" STEP: verifying the updated pod is in kubernetes Jul 16 23:37:42.794: INFO: Pod update OK [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:37:42.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-5400" for this suite. • [SLOW TEST:6.633 seconds] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should be updated [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Pods should be updated [NodeConformance] [Conformance]","total":294,"completed":61,"skipped":1121,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] DNS should support configurable pod DNS nameservers [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:37:42.802: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... Jul 16 23:37:42.889: INFO: Created pod &Pod{ObjectMeta:{dns-9629 dns-9629 /api/v1/namespaces/dns-9629/pods/dns-9629 30313cc3-c24e-4582-8c2d-1d61323224e9 1747353 0 2020-07-16 23:37:42 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2020-07-16 23:37:42 +0000 UTC FieldsV1 {"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsConfig":{".":{},"f:nameservers":{},"f:searches":{}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-t5j52,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-t5j52,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:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-t5j52,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: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,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 16 23:37:42.905: INFO: The status of Pod dns-9629 is Pending, waiting for it to be Running (with Ready = true) Jul 16 23:37:44.957: INFO: The status of Pod dns-9629 is Pending, waiting for it to be Running (with Ready = true) Jul 16 23:37:46.909: INFO: The status of Pod dns-9629 is Running (Ready = true) STEP: Verifying customized DNS suffix list is configured on pod... Jul 16 23:37:46.909: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-9629 PodName:dns-9629 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 16 23:37:46.909: INFO: >>> kubeConfig: /root/.kube/config I0716 23:37:46.948964 7 log.go:181] (0xc002690630) (0xc0009f5cc0) Create stream I0716 23:37:46.948991 7 log.go:181] (0xc002690630) (0xc0009f5cc0) Stream added, broadcasting: 1 I0716 23:37:46.950906 7 log.go:181] (0xc002690630) Reply frame received for 1 I0716 23:37:46.950945 7 log.go:181] (0xc002690630) (0xc002c2d5e0) Create stream I0716 23:37:46.950963 7 log.go:181] (0xc002690630) (0xc002c2d5e0) Stream added, broadcasting: 3 I0716 23:37:46.951991 7 log.go:181] (0xc002690630) Reply frame received for 3 I0716 23:37:46.952029 7 log.go:181] (0xc002690630) (0xc00280cdc0) Create stream I0716 23:37:46.952044 7 log.go:181] (0xc002690630) (0xc00280cdc0) Stream added, broadcasting: 5 I0716 23:37:46.953256 7 log.go:181] (0xc002690630) Reply frame received for 5 I0716 23:37:47.051774 7 log.go:181] (0xc002690630) Data frame received for 3 I0716 23:37:47.051800 7 log.go:181] (0xc002c2d5e0) (3) Data frame handling I0716 23:37:47.051822 7 log.go:181] (0xc002c2d5e0) (3) Data frame sent I0716 23:37:47.053022 7 log.go:181] (0xc002690630) Data frame received for 5 I0716 23:37:47.053072 7 log.go:181] (0xc00280cdc0) (5) Data frame handling I0716 23:37:47.053932 7 log.go:181] (0xc002690630) Data frame received for 3 I0716 23:37:47.053953 7 log.go:181] (0xc002c2d5e0) (3) Data frame handling I0716 23:37:47.055717 7 log.go:181] (0xc002690630) Data frame received for 1 I0716 23:37:47.055748 7 log.go:181] (0xc0009f5cc0) (1) Data frame handling I0716 23:37:47.055767 7 log.go:181] (0xc0009f5cc0) (1) Data frame sent I0716 23:37:47.055791 7 log.go:181] (0xc002690630) (0xc0009f5cc0) Stream removed, broadcasting: 1 I0716 23:37:47.055900 7 log.go:181] (0xc002690630) Go away received I0716 23:37:47.055944 7 log.go:181] (0xc002690630) (0xc0009f5cc0) Stream removed, broadcasting: 1 I0716 23:37:47.055975 7 log.go:181] (0xc002690630) (0xc002c2d5e0) Stream removed, broadcasting: 3 I0716 23:37:47.056004 7 log.go:181] (0xc002690630) (0xc00280cdc0) Stream removed, broadcasting: 5 STEP: Verifying customized DNS server is configured on pod... Jul 16 23:37:47.056: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-9629 PodName:dns-9629 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 16 23:37:47.056: INFO: >>> kubeConfig: /root/.kube/config I0716 23:37:47.086673 7 log.go:181] (0xc0023422c0) (0xc00180a6e0) Create stream I0716 23:37:47.086700 7 log.go:181] (0xc0023422c0) (0xc00180a6e0) Stream added, broadcasting: 1 I0716 23:37:47.088392 7 log.go:181] (0xc0023422c0) Reply frame received for 1 I0716 23:37:47.088438 7 log.go:181] (0xc0023422c0) (0xc0009f5d60) Create stream I0716 23:37:47.088453 7 log.go:181] (0xc0023422c0) (0xc0009f5d60) Stream added, broadcasting: 3 I0716 23:37:47.089317 7 log.go:181] (0xc0023422c0) Reply frame received for 3 I0716 23:37:47.089350 7 log.go:181] (0xc0023422c0) (0xc0009f5e00) Create stream I0716 23:37:47.089361 7 log.go:181] (0xc0023422c0) (0xc0009f5e00) Stream added, broadcasting: 5 I0716 23:37:47.089991 7 log.go:181] (0xc0023422c0) Reply frame received for 5 I0716 23:37:47.165965 7 log.go:181] (0xc0023422c0) Data frame received for 3 I0716 23:37:47.165991 7 log.go:181] (0xc0009f5d60) (3) Data frame handling I0716 23:37:47.166006 7 log.go:181] (0xc0009f5d60) (3) Data frame sent I0716 23:37:47.167358 7 log.go:181] (0xc0023422c0) Data frame received for 5 I0716 23:37:47.167382 7 log.go:181] (0xc0009f5e00) (5) Data frame handling I0716 23:37:47.167409 7 log.go:181] (0xc0023422c0) Data frame received for 3 I0716 23:37:47.167426 7 log.go:181] (0xc0009f5d60) (3) Data frame handling I0716 23:37:47.169494 7 log.go:181] (0xc0023422c0) Data frame received for 1 I0716 23:37:47.169511 7 log.go:181] (0xc00180a6e0) (1) Data frame handling I0716 23:37:47.169522 7 log.go:181] (0xc00180a6e0) (1) Data frame sent I0716 23:37:47.169541 7 log.go:181] (0xc0023422c0) (0xc00180a6e0) Stream removed, broadcasting: 1 I0716 23:37:47.169556 7 log.go:181] (0xc0023422c0) Go away received I0716 23:37:47.169714 7 log.go:181] (0xc0023422c0) (0xc00180a6e0) Stream removed, broadcasting: 1 I0716 23:37:47.169753 7 log.go:181] (0xc0023422c0) (0xc0009f5d60) Stream removed, broadcasting: 3 I0716 23:37:47.169773 7 log.go:181] (0xc0023422c0) (0xc0009f5e00) Stream removed, broadcasting: 5 Jul 16 23:37:47.169: INFO: Deleting pod dns-9629... [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:37:47.204: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-9629" for this suite. •{"msg":"PASSED [sig-network] DNS should support configurable pod DNS nameservers [Conformance]","total":294,"completed":62,"skipped":1184,"failed":0} SS ------------------------------ [k8s.io] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:37:47.250: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod test-webserver-53cb325b-37c5-4512-a037-84165f8e61bd in namespace container-probe-8239 Jul 16 23:37:51.626: INFO: Started pod test-webserver-53cb325b-37c5-4512-a037-84165f8e61bd in namespace container-probe-8239 STEP: checking the pod's current state and verifying that restartCount is present Jul 16 23:37:51.630: INFO: Initial restart count of pod test-webserver-53cb325b-37c5-4512-a037-84165f8e61bd is 0 STEP: deleting the pod [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:41:52.482: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-8239" for this suite. • [SLOW TEST:245.260 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","total":294,"completed":63,"skipped":1186,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:41:52.511: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:134 [It] should run and stop simple daemon [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating simple DaemonSet "daemon-set" STEP: Check that daemon pods launch on every node of the cluster. Jul 16 23:41:52.943: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:52.947: INFO: Number of nodes with available pods: 0 Jul 16 23:41:52.947: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:41:53.953: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:53.957: INFO: Number of nodes with available pods: 0 Jul 16 23:41:53.957: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:41:55.117: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:55.120: INFO: Number of nodes with available pods: 0 Jul 16 23:41:55.120: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:41:55.952: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:55.955: INFO: Number of nodes with available pods: 0 Jul 16 23:41:55.955: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:41:56.952: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:56.956: INFO: Number of nodes with available pods: 1 Jul 16 23:41:56.956: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:41:57.952: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:57.955: INFO: Number of nodes with available pods: 2 Jul 16 23:41:57.955: INFO: Number of running nodes: 2, number of available pods: 2 STEP: Stop a daemon pod, check that the daemon pod is revived. Jul 16 23:41:58.007: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:58.010: INFO: Number of nodes with available pods: 1 Jul 16 23:41:58.010: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:41:59.015: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:41:59.018: INFO: Number of nodes with available pods: 1 Jul 16 23:41:59.018: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:42:00.015: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:42:00.018: INFO: Number of nodes with available pods: 1 Jul 16 23:42:00.018: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:42:01.015: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:42:01.019: INFO: Number of nodes with available pods: 1 Jul 16 23:42:01.019: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:42:02.017: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:42:02.020: INFO: Number of nodes with available pods: 1 Jul 16 23:42:02.020: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:42:03.033: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:42:03.036: INFO: Number of nodes with available pods: 1 Jul 16 23:42:03.036: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:42:04.076: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:42:04.099: INFO: Number of nodes with available pods: 1 Jul 16 23:42:04.099: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:42:05.015: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:42:05.019: INFO: Number of nodes with available pods: 2 Jul 16 23:42:05.019: INFO: Number of running nodes: 2, number of available pods: 2 [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:100 STEP: Deleting DaemonSet "daemon-set" STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6615, will wait for the garbage collector to delete the pods Jul 16 23:42:05.083: INFO: Deleting DaemonSet.extensions daemon-set took: 7.663164ms Jul 16 23:42:05.383: INFO: Terminating DaemonSet.extensions daemon-set pods took: 300.151293ms Jul 16 23:42:19.186: INFO: Number of nodes with available pods: 0 Jul 16 23:42:19.186: INFO: Number of running nodes: 0, number of available pods: 0 Jul 16 23:42:19.188: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-6615/daemonsets","resourceVersion":"1748315"},"items":null} Jul 16 23:42:19.191: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-6615/pods","resourceVersion":"1748315"},"items":null} [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:42:19.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "daemonsets-6615" for this suite. • [SLOW TEST:26.720 seconds] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should run and stop simple daemon [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]","total":294,"completed":64,"skipped":1211,"failed":0} [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:42:19.232: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide podname only [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:42:19.302: INFO: Waiting up to 5m0s for pod "downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641" in namespace "projected-499" to be "Succeeded or Failed" Jul 16 23:42:19.314: INFO: Pod "downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641": Phase="Pending", Reason="", readiness=false. Elapsed: 12.024732ms Jul 16 23:42:21.318: INFO: Pod "downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015848799s Jul 16 23:42:23.332: INFO: Pod "downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.030179279s STEP: Saw pod success Jul 16 23:42:23.332: INFO: Pod "downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641" satisfied condition "Succeeded or Failed" Jul 16 23:42:23.335: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641 container client-container: STEP: delete the pod Jul 16 23:42:23.404: INFO: Waiting for pod downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641 to disappear Jul 16 23:42:23.414: INFO: Pod downwardapi-volume-2ed95d3d-da6f-4b64-bfc0-ee960d3d1641 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:42:23.414: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-499" for this suite. •{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]","total":294,"completed":65,"skipped":1211,"failed":0} SSSSS ------------------------------ [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:42:23.422: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:88 [BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:103 STEP: Creating service test in namespace statefulset-6844 [It] should perform canary updates and phased rolling updates of template modifications [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a new StatefulSet Jul 16 23:42:23.528: INFO: Found 0 stateful pods, waiting for 3 Jul 16 23:42:33.627: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true Jul 16 23:42:33.627: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true Jul 16 23:42:33.627: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Pending - Ready=false Jul 16 23:42:43.533: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true Jul 16 23:42:43.533: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true Jul 16 23:42:43.533: 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 Jul 16 23:42:43.557: 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 Jul 16 23:42:53.620: INFO: Updating stateful set ss2 Jul 16 23:42:53.714: INFO: Waiting for Pod statefulset-6844/ss2-2 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94 STEP: Restoring Pods to the correct revision when they are deleted Jul 16 23:43:04.387: INFO: Found 2 stateful pods, waiting for 3 Jul 16 23:43:14.397: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true Jul 16 23:43:14.397: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true Jul 16 23:43:14.397: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true STEP: Performing a phased rolling update Jul 16 23:43:14.419: INFO: Updating stateful set ss2 Jul 16 23:43:14.464: INFO: Waiting for Pod statefulset-6844/ss2-1 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94 Jul 16 23:43:24.489: INFO: Updating stateful set ss2 Jul 16 23:43:24.515: INFO: Waiting for StatefulSet statefulset-6844/ss2 to complete update Jul 16 23:43:24.516: INFO: Waiting for Pod statefulset-6844/ss2-0 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94 [AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:114 Jul 16 23:43:34.525: INFO: Deleting all statefulset in ns statefulset-6844 Jul 16 23:43:34.527: INFO: Scaling statefulset ss2 to 0 Jul 16 23:43:54.547: INFO: Waiting for statefulset status.replicas updated to 0 Jul 16 23:43:54.550: INFO: Deleting statefulset ss2 [AfterEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:43:54.565: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "statefulset-6844" for this suite. • [SLOW TEST:91.151 seconds] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should perform canary updates and phased rolling updates of template modifications [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance]","total":294,"completed":66,"skipped":1216,"failed":0} SS ------------------------------ [sig-storage] EmptyDir wrapper volumes should not cause race condition when used for configmaps [Serial] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir wrapper volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:43:54.573: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating 50 configmaps STEP: Creating RC which spawns configmap-volume pods Jul 16 23:43:55.296: INFO: Pod name wrapped-volume-race-7aab5159-831e-453a-ae23-9b62abb53486: Found 0 pods out of 5 Jul 16 23:44:00.303: INFO: Pod name wrapped-volume-race-7aab5159-831e-453a-ae23-9b62abb53486: Found 5 pods out of 5 STEP: Ensuring each pod is running STEP: deleting ReplicationController wrapped-volume-race-7aab5159-831e-453a-ae23-9b62abb53486 in namespace emptydir-wrapper-189, will wait for the garbage collector to delete the pods Jul 16 23:44:16.395: INFO: Deleting ReplicationController wrapped-volume-race-7aab5159-831e-453a-ae23-9b62abb53486 took: 8.006853ms Jul 16 23:44:16.795: INFO: Terminating ReplicationController wrapped-volume-race-7aab5159-831e-453a-ae23-9b62abb53486 pods took: 400.225581ms STEP: Creating RC which spawns configmap-volume pods Jul 16 23:44:29.325: INFO: Pod name wrapped-volume-race-15795e7d-d3f7-408c-bfed-9dbf9c825713: Found 0 pods out of 5 Jul 16 23:44:34.589: INFO: Pod name wrapped-volume-race-15795e7d-d3f7-408c-bfed-9dbf9c825713: Found 5 pods out of 5 STEP: Ensuring each pod is running STEP: deleting ReplicationController wrapped-volume-race-15795e7d-d3f7-408c-bfed-9dbf9c825713 in namespace emptydir-wrapper-189, will wait for the garbage collector to delete the pods Jul 16 23:44:48.691: INFO: Deleting ReplicationController wrapped-volume-race-15795e7d-d3f7-408c-bfed-9dbf9c825713 took: 6.663328ms Jul 16 23:44:49.091: INFO: Terminating ReplicationController wrapped-volume-race-15795e7d-d3f7-408c-bfed-9dbf9c825713 pods took: 400.236238ms STEP: Creating RC which spawns configmap-volume pods Jul 16 23:44:59.380: INFO: Pod name wrapped-volume-race-ba1287fe-54bb-4472-8aaf-2242d35c07bc: Found 0 pods out of 5 Jul 16 23:45:04.389: INFO: Pod name wrapped-volume-race-ba1287fe-54bb-4472-8aaf-2242d35c07bc: Found 5 pods out of 5 STEP: Ensuring each pod is running STEP: deleting ReplicationController wrapped-volume-race-ba1287fe-54bb-4472-8aaf-2242d35c07bc in namespace emptydir-wrapper-189, will wait for the garbage collector to delete the pods Jul 16 23:45:20.584: INFO: Deleting ReplicationController wrapped-volume-race-ba1287fe-54bb-4472-8aaf-2242d35c07bc took: 7.556071ms Jul 16 23:45:21.084: INFO: Terminating ReplicationController wrapped-volume-race-ba1287fe-54bb-4472-8aaf-2242d35c07bc pods took: 500.257245ms STEP: Cleaning up the configMaps [AfterEach] [sig-storage] EmptyDir wrapper volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:45:29.765: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-wrapper-189" for this suite. • [SLOW TEST:95.201 seconds] [sig-storage] EmptyDir wrapper volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 should not cause race condition when used for configmaps [Serial] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not cause race condition when used for configmaps [Serial] [Conformance]","total":294,"completed":67,"skipped":1218,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:45:29.775: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward api env vars Jul 16 23:45:29.892: INFO: Waiting up to 5m0s for pod "downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31" in namespace "downward-api-454" to be "Succeeded or Failed" Jul 16 23:45:29.958: INFO: Pod "downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31": Phase="Pending", Reason="", readiness=false. Elapsed: 66.161209ms Jul 16 23:45:31.962: INFO: Pod "downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31": Phase="Pending", Reason="", readiness=false. Elapsed: 2.070156514s Jul 16 23:45:33.966: INFO: Pod "downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.074410095s STEP: Saw pod success Jul 16 23:45:33.966: INFO: Pod "downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31" satisfied condition "Succeeded or Failed" Jul 16 23:45:33.969: INFO: Trying to get logs from node latest-worker2 pod downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31 container dapi-container: STEP: delete the pod Jul 16 23:45:34.004: INFO: Waiting for pod downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31 to disappear Jul 16 23:45:34.022: INFO: Pod downward-api-a5153ec5-08e9-4fa8-963a-91c77d399c31 no longer exists [AfterEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:45:34.022: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-454" for this suite. •{"msg":"PASSED [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]","total":294,"completed":68,"skipped":1267,"failed":0} SSSSSSSSS ------------------------------ [sig-cli] Kubectl client Update Demo should scale a replication controller [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:45:34.030: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [BeforeEach] Update Demo /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:307 [It] should scale a replication controller [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a replication controller Jul 16 23:45:34.123: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-4464' Jul 16 23:45:38.091: INFO: stderr: "" Jul 16 23:45:38.091: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" STEP: waiting for all containers in name=update-demo pods to come up. Jul 16 23:45:38.091: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:45:38.262: INFO: stderr: "" Jul 16 23:45:38.262: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-f7nm8 " Jul 16 23:45:38.262: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -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-4464' Jul 16 23:45:38.401: INFO: stderr: "" Jul 16 23:45:38.401: INFO: stdout: "" Jul 16 23:45:38.401: INFO: update-demo-nautilus-bthgp is created but not running Jul 16 23:45:43.402: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:45:43.515: INFO: stderr: "" Jul 16 23:45:43.516: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-f7nm8 " Jul 16 23:45:43.516: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -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-4464' Jul 16 23:45:43.615: INFO: stderr: "" Jul 16 23:45:43.615: INFO: stdout: "true" Jul 16 23:45:43.615: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4464' Jul 16 23:45:43.722: INFO: stderr: "" Jul 16 23:45:43.722: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 16 23:45:43.722: INFO: validating pod update-demo-nautilus-bthgp Jul 16 23:45:43.726: INFO: got data: { "image": "nautilus.jpg" } Jul 16 23:45:43.726: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 16 23:45:43.726: INFO: update-demo-nautilus-bthgp is verified up and running Jul 16 23:45:43.726: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-f7nm8 -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-4464' Jul 16 23:45:43.837: INFO: stderr: "" Jul 16 23:45:43.837: INFO: stdout: "true" Jul 16 23:45:43.837: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-f7nm8 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4464' Jul 16 23:45:43.947: INFO: stderr: "" Jul 16 23:45:43.947: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 16 23:45:43.947: INFO: validating pod update-demo-nautilus-f7nm8 Jul 16 23:45:43.952: INFO: got data: { "image": "nautilus.jpg" } Jul 16 23:45:43.952: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 16 23:45:43.952: INFO: update-demo-nautilus-f7nm8 is verified up and running STEP: scaling down the replication controller Jul 16 23:45:43.955: INFO: scanned /root for discovery docs: Jul 16 23:45:43.955: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config scale rc update-demo-nautilus --replicas=1 --timeout=5m --namespace=kubectl-4464' Jul 16 23:45:45.120: INFO: stderr: "" Jul 16 23:45:45.120: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" STEP: waiting for all containers in name=update-demo pods to come up. Jul 16 23:45:45.120: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:45:45.226: INFO: stderr: "" Jul 16 23:45:45.226: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-f7nm8 " STEP: Replicas for name=update-demo: expected=1 actual=2 Jul 16 23:45:50.227: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:45:50.339: INFO: stderr: "" Jul 16 23:45:50.339: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-f7nm8 " STEP: Replicas for name=update-demo: expected=1 actual=2 Jul 16 23:45:55.339: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:45:55.453: INFO: stderr: "" Jul 16 23:45:55.453: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-f7nm8 " STEP: Replicas for name=update-demo: expected=1 actual=2 Jul 16 23:46:00.453: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:46:00.556: INFO: stderr: "" Jul 16 23:46:00.556: INFO: stdout: "update-demo-nautilus-bthgp " Jul 16 23:46:00.556: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -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-4464' Jul 16 23:46:00.648: INFO: stderr: "" Jul 16 23:46:00.648: INFO: stdout: "true" Jul 16 23:46:00.648: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4464' Jul 16 23:46:00.744: INFO: stderr: "" Jul 16 23:46:00.744: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 16 23:46:00.744: INFO: validating pod update-demo-nautilus-bthgp Jul 16 23:46:00.747: INFO: got data: { "image": "nautilus.jpg" } Jul 16 23:46:00.747: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 16 23:46:00.747: INFO: update-demo-nautilus-bthgp is verified up and running STEP: scaling up the replication controller Jul 16 23:46:00.749: INFO: scanned /root for discovery docs: Jul 16 23:46:00.749: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config scale rc update-demo-nautilus --replicas=2 --timeout=5m --namespace=kubectl-4464' Jul 16 23:46:01.886: INFO: stderr: "" Jul 16 23:46:01.886: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" STEP: waiting for all containers in name=update-demo pods to come up. Jul 16 23:46:01.886: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:46:01.987: INFO: stderr: "" Jul 16 23:46:01.987: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-rvv4w " Jul 16 23:46:01.987: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -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-4464' Jul 16 23:46:02.089: INFO: stderr: "" Jul 16 23:46:02.089: INFO: stdout: "true" Jul 16 23:46:02.089: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4464' Jul 16 23:46:02.291: INFO: stderr: "" Jul 16 23:46:02.291: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 16 23:46:02.291: INFO: validating pod update-demo-nautilus-bthgp Jul 16 23:46:02.298: INFO: got data: { "image": "nautilus.jpg" } Jul 16 23:46:02.298: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 16 23:46:02.298: INFO: update-demo-nautilus-bthgp is verified up and running Jul 16 23:46:02.298: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-rvv4w -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-4464' Jul 16 23:46:02.511: INFO: stderr: "" Jul 16 23:46:02.511: INFO: stdout: "" Jul 16 23:46:02.511: INFO: update-demo-nautilus-rvv4w is created but not running Jul 16 23:46:07.511: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-4464' Jul 16 23:46:07.615: INFO: stderr: "" Jul 16 23:46:07.615: INFO: stdout: "update-demo-nautilus-bthgp update-demo-nautilus-rvv4w " Jul 16 23:46:07.615: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -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-4464' Jul 16 23:46:07.738: INFO: stderr: "" Jul 16 23:46:07.738: INFO: stdout: "true" Jul 16 23:46:07.738: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-bthgp -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4464' Jul 16 23:46:07.832: INFO: stderr: "" Jul 16 23:46:07.832: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 16 23:46:07.832: INFO: validating pod update-demo-nautilus-bthgp Jul 16 23:46:07.836: INFO: got data: { "image": "nautilus.jpg" } Jul 16 23:46:07.836: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 16 23:46:07.836: INFO: update-demo-nautilus-bthgp is verified up and running Jul 16 23:46:07.836: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-rvv4w -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-4464' Jul 16 23:46:07.940: INFO: stderr: "" Jul 16 23:46:07.940: INFO: stdout: "true" Jul 16 23:46:07.940: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-rvv4w -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4464' Jul 16 23:46:08.038: INFO: stderr: "" Jul 16 23:46:08.038: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 16 23:46:08.038: INFO: validating pod update-demo-nautilus-rvv4w Jul 16 23:46:08.043: INFO: got data: { "image": "nautilus.jpg" } Jul 16 23:46:08.043: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 16 23:46:08.043: INFO: update-demo-nautilus-rvv4w is verified up and running STEP: using delete to clean up resources Jul 16 23:46:08.043: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-4464' Jul 16 23:46:08.145: 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" Jul 16 23:46:08.146: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" Jul 16 23:46:08.146: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-4464' Jul 16 23:46:08.265: INFO: stderr: "No resources found in kubectl-4464 namespace.\n" Jul 16 23:46:08.265: INFO: stdout: "" Jul 16 23:46:08.265: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-4464 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' Jul 16 23:46:08.375: INFO: stderr: "" Jul 16 23:46:08.375: INFO: stdout: "update-demo-nautilus-bthgp\nupdate-demo-nautilus-rvv4w\n" Jul 16 23:46:08.875: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-4464' Jul 16 23:46:08.981: INFO: stderr: "No resources found in kubectl-4464 namespace.\n" Jul 16 23:46:08.981: INFO: stdout: "" Jul 16 23:46:08.981: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-4464 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' Jul 16 23:46:09.076: INFO: stderr: "" Jul 16 23:46:09.076: INFO: stdout: "" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:46:09.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-4464" for this suite. • [SLOW TEST:35.052 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Update Demo /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:305 should scale a replication controller [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Update Demo should scale a replication controller [Conformance]","total":294,"completed":69,"skipped":1276,"failed":0} SSSSSSSSSSSSS ------------------------------ [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:46:09.083: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-11d362e3-17f5-4272-bff2-5e111ed45aea STEP: Creating a pod to test consume secrets Jul 16 23:46:09.540: INFO: Waiting up to 5m0s for pod "pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27" in namespace "secrets-8757" to be "Succeeded or Failed" Jul 16 23:46:09.543: INFO: Pod "pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27": Phase="Pending", Reason="", readiness=false. Elapsed: 3.50339ms Jul 16 23:46:11.546: INFO: Pod "pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006598899s Jul 16 23:46:13.550: INFO: Pod "pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010174761s STEP: Saw pod success Jul 16 23:46:13.550: INFO: Pod "pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27" satisfied condition "Succeeded or Failed" Jul 16 23:46:13.552: INFO: Trying to get logs from node latest-worker2 pod pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27 container secret-volume-test: STEP: delete the pod Jul 16 23:46:13.643: INFO: Waiting for pod pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27 to disappear Jul 16 23:46:13.687: INFO: Pod pod-secrets-3f91c0d8-93e9-4981-a3dc-5d1809117f27 no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:46:13.687: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-8757" for this suite. •{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":70,"skipped":1289,"failed":0} SSSSSSSSS ------------------------------ [sig-apps] ReplicationController should serve a basic image on each replica with a public image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:46:13.695: 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 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/rc.go:54 [It] should serve a basic image on each replica with a public image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating replication controller my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8 Jul 16 23:46:13.836: INFO: Pod name my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8: Found 0 pods out of 1 Jul 16 23:46:18.839: INFO: Pod name my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8: Found 1 pods out of 1 Jul 16 23:46:18.839: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8" are running Jul 16 23:46:18.841: INFO: Pod "my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8-h6h82" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-16 23:46:13 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-16 23:46:17 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-16 23:46:17 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-16 23:46:13 +0000 UTC Reason: Message:}]) Jul 16 23:46:18.842: INFO: Trying to dial the pod Jul 16 23:46:23.853: INFO: Controller my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8: Got expected result from replica 1 [my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8-h6h82]: "my-hostname-basic-34df0162-cb1f-4d92-a686-c319f80661d8-h6h82", 1 of 1 required successes so far [AfterEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:46:23.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "replication-controller-8177" for this suite. • [SLOW TEST:10.167 seconds] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should serve a basic image on each replica with a public image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] ReplicationController should serve a basic image on each replica with a public image [Conformance]","total":294,"completed":71,"skipped":1298,"failed":0} SSS ------------------------------ [sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:46:23.863: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service in namespace services-7465 STEP: creating service affinity-clusterip-transition in namespace services-7465 STEP: creating replication controller affinity-clusterip-transition in namespace services-7465 I0716 23:46:23.998662 7 runners.go:190] Created replication controller with name: affinity-clusterip-transition, namespace: services-7465, replica count: 3 I0716 23:46:27.049077 7 runners.go:190] affinity-clusterip-transition Pods: 3 out of 3 created, 0 running, 3 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0716 23:46:30.049340 7 runners.go:190] affinity-clusterip-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 16 23:46:30.056: INFO: Creating new exec pod Jul 16 23:46:35.075: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-7465 execpod-affinitysqftb -- /bin/sh -x -c nc -zv -t -w 2 affinity-clusterip-transition 80' Jul 16 23:46:35.304: INFO: stderr: "I0716 23:46:35.211289 1274 log.go:181] (0xc000931760) (0xc000a8f540) Create stream\nI0716 23:46:35.211338 1274 log.go:181] (0xc000931760) (0xc000a8f540) Stream added, broadcasting: 1\nI0716 23:46:35.218601 1274 log.go:181] (0xc000931760) Reply frame received for 1\nI0716 23:46:35.218638 1274 log.go:181] (0xc000931760) (0xc000808c80) Create stream\nI0716 23:46:35.218650 1274 log.go:181] (0xc000931760) (0xc000808c80) Stream added, broadcasting: 3\nI0716 23:46:35.219743 1274 log.go:181] (0xc000931760) Reply frame received for 3\nI0716 23:46:35.219801 1274 log.go:181] (0xc000931760) (0xc0006a2000) Create stream\nI0716 23:46:35.219818 1274 log.go:181] (0xc000931760) (0xc0006a2000) Stream added, broadcasting: 5\nI0716 23:46:35.220693 1274 log.go:181] (0xc000931760) Reply frame received for 5\nI0716 23:46:35.298486 1274 log.go:181] (0xc000931760) Data frame received for 3\nI0716 23:46:35.298538 1274 log.go:181] (0xc000808c80) (3) Data frame handling\nI0716 23:46:35.298560 1274 log.go:181] (0xc000931760) Data frame received for 5\nI0716 23:46:35.298567 1274 log.go:181] (0xc0006a2000) (5) Data frame handling\nI0716 23:46:35.298574 1274 log.go:181] (0xc0006a2000) (5) Data frame sent\nI0716 23:46:35.298580 1274 log.go:181] (0xc000931760) Data frame received for 5\nI0716 23:46:35.298585 1274 log.go:181] (0xc0006a2000) (5) Data frame handling\n+ nc -zv -t -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\nI0716 23:46:35.299930 1274 log.go:181] (0xc000931760) Data frame received for 1\nI0716 23:46:35.299945 1274 log.go:181] (0xc000a8f540) (1) Data frame handling\nI0716 23:46:35.299952 1274 log.go:181] (0xc000a8f540) (1) Data frame sent\nI0716 23:46:35.299961 1274 log.go:181] (0xc000931760) (0xc000a8f540) Stream removed, broadcasting: 1\nI0716 23:46:35.299977 1274 log.go:181] (0xc000931760) Go away received\nI0716 23:46:35.300261 1274 log.go:181] (0xc000931760) (0xc000a8f540) Stream removed, broadcasting: 1\nI0716 23:46:35.300281 1274 log.go:181] (0xc000931760) (0xc000808c80) Stream removed, broadcasting: 3\nI0716 23:46:35.300288 1274 log.go:181] (0xc000931760) (0xc0006a2000) Stream removed, broadcasting: 5\n" Jul 16 23:46:35.305: INFO: stdout: "" Jul 16 23:46:35.305: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-7465 execpod-affinitysqftb -- /bin/sh -x -c nc -zv -t -w 2 10.98.188.57 80' Jul 16 23:46:35.522: INFO: stderr: "I0716 23:46:35.445607 1292 log.go:181] (0xc0006e2d10) (0xc000a677c0) Create stream\nI0716 23:46:35.445661 1292 log.go:181] (0xc0006e2d10) (0xc000a677c0) Stream added, broadcasting: 1\nI0716 23:46:35.451440 1292 log.go:181] (0xc0006e2d10) Reply frame received for 1\nI0716 23:46:35.451519 1292 log.go:181] (0xc0006e2d10) (0xc000a150e0) Create stream\nI0716 23:46:35.451550 1292 log.go:181] (0xc0006e2d10) (0xc000a150e0) Stream added, broadcasting: 3\nI0716 23:46:35.452624 1292 log.go:181] (0xc0006e2d10) Reply frame received for 3\nI0716 23:46:35.452667 1292 log.go:181] (0xc0006e2d10) (0xc000548140) Create stream\nI0716 23:46:35.452680 1292 log.go:181] (0xc0006e2d10) (0xc000548140) Stream added, broadcasting: 5\nI0716 23:46:35.453758 1292 log.go:181] (0xc0006e2d10) Reply frame received for 5\nI0716 23:46:35.516243 1292 log.go:181] (0xc0006e2d10) Data frame received for 5\nI0716 23:46:35.516299 1292 log.go:181] (0xc000548140) (5) Data frame handling\nI0716 23:46:35.516328 1292 log.go:181] (0xc000548140) (5) Data frame sent\nI0716 23:46:35.516350 1292 log.go:181] (0xc0006e2d10) Data frame received for 5\nI0716 23:46:35.516366 1292 log.go:181] (0xc000548140) (5) Data frame handling\n+ nc -zv -t -w 2 10.98.188.57 80\nConnection to 10.98.188.57 80 port [tcp/http] succeeded!\nI0716 23:46:35.516391 1292 log.go:181] (0xc0006e2d10) Data frame received for 3\nI0716 23:46:35.516409 1292 log.go:181] (0xc000a150e0) (3) Data frame handling\nI0716 23:46:35.517962 1292 log.go:181] (0xc0006e2d10) Data frame received for 1\nI0716 23:46:35.518005 1292 log.go:181] (0xc000a677c0) (1) Data frame handling\nI0716 23:46:35.518021 1292 log.go:181] (0xc000a677c0) (1) Data frame sent\nI0716 23:46:35.518037 1292 log.go:181] (0xc0006e2d10) (0xc000a677c0) Stream removed, broadcasting: 1\nI0716 23:46:35.518075 1292 log.go:181] (0xc0006e2d10) Go away received\nI0716 23:46:35.518460 1292 log.go:181] (0xc0006e2d10) (0xc000a677c0) Stream removed, broadcasting: 1\nI0716 23:46:35.518483 1292 log.go:181] (0xc0006e2d10) (0xc000a150e0) Stream removed, broadcasting: 3\nI0716 23:46:35.518495 1292 log.go:181] (0xc0006e2d10) (0xc000548140) Stream removed, broadcasting: 5\n" Jul 16 23:46:35.522: INFO: stdout: "" Jul 16 23:46:35.531: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-7465 execpod-affinitysqftb -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.98.188.57:80/ ; done' Jul 16 23:46:35.854: INFO: stderr: "I0716 23:46:35.674055 1310 log.go:181] (0xc000fced10) (0xc000f98320) Create stream\nI0716 23:46:35.674119 1310 log.go:181] (0xc000fced10) (0xc000f98320) Stream added, broadcasting: 1\nI0716 23:46:35.677641 1310 log.go:181] (0xc000fced10) Reply frame received for 1\nI0716 23:46:35.677673 1310 log.go:181] (0xc000fced10) (0xc0008810e0) Create stream\nI0716 23:46:35.677682 1310 log.go:181] (0xc000fced10) (0xc0008810e0) Stream added, broadcasting: 3\nI0716 23:46:35.678338 1310 log.go:181] (0xc000fced10) Reply frame received for 3\nI0716 23:46:35.678362 1310 log.go:181] (0xc000fced10) (0xc0007ae3c0) Create stream\nI0716 23:46:35.678370 1310 log.go:181] (0xc000fced10) (0xc0007ae3c0) Stream added, broadcasting: 5\nI0716 23:46:35.678865 1310 log.go:181] (0xc000fced10) Reply frame received for 5\nI0716 23:46:35.741383 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.741406 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.741414 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.741482 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.741520 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.741547 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.747624 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.747641 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.747658 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.748218 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.748235 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.748250 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\nI0716 23:46:35.748259 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.748268 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.748313 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.748376 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\nI0716 23:46:35.748403 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.748419 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.755725 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.755747 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.755764 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.756453 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.756486 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.756503 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.756524 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.756535 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.756561 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.760334 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.760354 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.760372 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.761373 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.761398 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.761409 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.761435 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.761450 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.761465 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.767849 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.767867 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.767877 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.768361 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.768390 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.768426 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.768449 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.768477 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.768497 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.774232 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.774254 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.774271 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.774991 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.775007 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.775017 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.775181 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.775207 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.775237 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.782232 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.782256 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.782273 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.782915 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.782938 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.782950 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.782997 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.783010 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.783025 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.788985 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.789025 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.789052 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.789320 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.789351 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.789365 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.789383 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.789393 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.789403 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.793702 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.793728 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.793746 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.794435 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.794466 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.794479 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.794497 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.794507 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.794518 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.799781 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.799808 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.799827 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.800619 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.800640 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.800656 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.800677 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.800697 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.800846 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.807334 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.807354 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.807369 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.808103 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.808149 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.808167 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.808187 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.808200 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.808226 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.814519 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.814539 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.814550 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.815368 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.815385 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.815395 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.815420 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.815446 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.815469 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.822048 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.822076 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.822094 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.822860 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.822891 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.822926 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.822945 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.822971 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.823009 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.826979 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.827017 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.827045 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.827698 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.827722 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.827737 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.827768 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.827785 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.827797 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.834666 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.834700 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.834721 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.835363 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.835387 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.835400 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.835420 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.835435 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.835447 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.843044 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.843066 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.843083 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.843577 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.843607 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.843621 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.843639 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.843649 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.843659 1310 log.go:181] (0xc0007ae3c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:35.847262 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.847282 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.847297 1310 log.go:181] (0xc0008810e0) (3) Data frame sent\nI0716 23:46:35.848162 1310 log.go:181] (0xc000fced10) Data frame received for 5\nI0716 23:46:35.848178 1310 log.go:181] (0xc0007ae3c0) (5) Data frame handling\nI0716 23:46:35.848332 1310 log.go:181] (0xc000fced10) Data frame received for 3\nI0716 23:46:35.848352 1310 log.go:181] (0xc0008810e0) (3) Data frame handling\nI0716 23:46:35.849999 1310 log.go:181] (0xc000fced10) Data frame received for 1\nI0716 23:46:35.850018 1310 log.go:181] (0xc000f98320) (1) Data frame handling\nI0716 23:46:35.850028 1310 log.go:181] (0xc000f98320) (1) Data frame sent\nI0716 23:46:35.850039 1310 log.go:181] (0xc000fced10) (0xc000f98320) Stream removed, broadcasting: 1\nI0716 23:46:35.850047 1310 log.go:181] (0xc000fced10) Go away received\nI0716 23:46:35.850324 1310 log.go:181] (0xc000fced10) (0xc000f98320) Stream removed, broadcasting: 1\nI0716 23:46:35.850338 1310 log.go:181] (0xc000fced10) (0xc0008810e0) Stream removed, broadcasting: 3\nI0716 23:46:35.850344 1310 log.go:181] (0xc000fced10) (0xc0007ae3c0) Stream removed, broadcasting: 5\n" Jul 16 23:46:35.854: INFO: stdout: "\naffinity-clusterip-transition-pzzzv\naffinity-clusterip-transition-w7lfq\naffinity-clusterip-transition-w7lfq\naffinity-clusterip-transition-pzzzv\naffinity-clusterip-transition-pzzzv\naffinity-clusterip-transition-pzzzv\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-w7lfq\naffinity-clusterip-transition-pzzzv\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-w7lfq\naffinity-clusterip-transition-w7lfq\naffinity-clusterip-transition-pzzzv\naffinity-clusterip-transition-w7lfq\naffinity-clusterip-transition-w7lfq" Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-pzzzv Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-pzzzv Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-pzzzv Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-pzzzv Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-pzzzv Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-pzzzv Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.855: INFO: Received response from host: affinity-clusterip-transition-w7lfq Jul 16 23:46:35.862: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-7465 execpod-affinitysqftb -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.98.188.57:80/ ; done' Jul 16 23:46:36.172: INFO: stderr: "I0716 23:46:35.992702 1328 log.go:181] (0xc0006be000) (0xc000920780) Create stream\nI0716 23:46:35.992838 1328 log.go:181] (0xc0006be000) (0xc000920780) Stream added, broadcasting: 1\nI0716 23:46:35.994941 1328 log.go:181] (0xc0006be000) Reply frame received for 1\nI0716 23:46:35.994990 1328 log.go:181] (0xc0006be000) (0xc000921ae0) Create stream\nI0716 23:46:35.995004 1328 log.go:181] (0xc0006be000) (0xc000921ae0) Stream added, broadcasting: 3\nI0716 23:46:35.995947 1328 log.go:181] (0xc0006be000) Reply frame received for 3\nI0716 23:46:35.995975 1328 log.go:181] (0xc0006be000) (0xc0008192c0) Create stream\nI0716 23:46:35.995984 1328 log.go:181] (0xc0006be000) (0xc0008192c0) Stream added, broadcasting: 5\nI0716 23:46:35.996972 1328 log.go:181] (0xc0006be000) Reply frame received for 5\nI0716 23:46:36.070757 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.070788 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.070795 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.070830 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.070859 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.070871 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.076703 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.076715 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.076772 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.077405 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.077498 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.077526 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.077541 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.077552 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.077568 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.085690 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.085725 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.085751 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.086435 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.086487 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.086506 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.086521 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.086531 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.086541 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.091819 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.091832 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.091838 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.092320 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.092330 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.092340 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.092407 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.092421 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.092433 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.096451 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.096465 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.096473 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.096924 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.096951 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.096978 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.097002 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.097022 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.097040 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.102861 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.102889 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.102911 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.103555 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.103585 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.103597 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.103606 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.103613 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.103630 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.103646 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.103659 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.103674 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.107929 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.107952 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.107969 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.108521 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.108544 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.108565 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.108579 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.108592 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.108601 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.113112 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.113129 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.113143 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.113948 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.113966 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.113977 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.114006 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.114044 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.114073 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.118190 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.118214 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.118245 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.119048 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.119064 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.119072 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.119092 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.119096 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.119101 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.126506 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.126530 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.126543 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.127526 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.127542 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.127560 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.127566 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.127572 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.127589 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.127611 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.127620 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.127630 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.133296 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.133310 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.133317 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.134383 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.134409 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.134424 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -sI0716 23:46:36.134443 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.134455 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.134468 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.134487 1328 log.go:181] (0xc0006be000) Data frame received for 3\n --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.134499 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.134543 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.139110 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.139155 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.139178 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.140151 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.140190 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.140214 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.140242 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.140275 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.140310 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\nI0716 23:46:36.143625 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.143654 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.143681 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.144207 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.144236 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.144250 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.144264 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.144274 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.144285 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.149369 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.149386 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.149396 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.150150 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.150169 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.150182 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.150200 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.150233 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.150260 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.153964 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.154014 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.154043 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.154865 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.154905 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.154931 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.154946 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.154965 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.154986 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.159681 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.159695 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.159702 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.160662 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.160679 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.160686 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.160699 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.160705 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.160713 1328 log.go:181] (0xc0008192c0) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.98.188.57:80/\nI0716 23:46:36.165133 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.165155 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.165167 1328 log.go:181] (0xc000921ae0) (3) Data frame sent\nI0716 23:46:36.166134 1328 log.go:181] (0xc0006be000) Data frame received for 3\nI0716 23:46:36.166152 1328 log.go:181] (0xc000921ae0) (3) Data frame handling\nI0716 23:46:36.166376 1328 log.go:181] (0xc0006be000) Data frame received for 5\nI0716 23:46:36.166391 1328 log.go:181] (0xc0008192c0) (5) Data frame handling\nI0716 23:46:36.168168 1328 log.go:181] (0xc0006be000) Data frame received for 1\nI0716 23:46:36.168185 1328 log.go:181] (0xc000920780) (1) Data frame handling\nI0716 23:46:36.168198 1328 log.go:181] (0xc000920780) (1) Data frame sent\nI0716 23:46:36.168213 1328 log.go:181] (0xc0006be000) (0xc000920780) Stream removed, broadcasting: 1\nI0716 23:46:36.168230 1328 log.go:181] (0xc0006be000) Go away received\nI0716 23:46:36.168708 1328 log.go:181] (0xc0006be000) (0xc000920780) Stream removed, broadcasting: 1\nI0716 23:46:36.168844 1328 log.go:181] (0xc0006be000) (0xc000921ae0) Stream removed, broadcasting: 3\nI0716 23:46:36.168864 1328 log.go:181] (0xc0006be000) (0xc0008192c0) Stream removed, broadcasting: 5\n" Jul 16 23:46:36.173: INFO: stdout: "\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf\naffinity-clusterip-transition-5wbwf" Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Received response from host: affinity-clusterip-transition-5wbwf Jul 16 23:46:36.173: INFO: Cleaning up the exec pod STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-7465, will wait for the garbage collector to delete the pods Jul 16 23:46:36.289: INFO: Deleting ReplicationController affinity-clusterip-transition took: 6.032149ms Jul 16 23:46:36.689: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 400.209394ms [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:46:49.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-7465" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:25.537 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance]","total":294,"completed":72,"skipped":1301,"failed":0} SSSSSS ------------------------------ [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:46:49.400: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name projected-secret-test-2b400482-e547-4b41-8e17-6ae40933d5a8 STEP: Creating a pod to test consume secrets Jul 16 23:46:49.546: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da" in namespace "projected-8550" to be "Succeeded or Failed" Jul 16 23:46:49.557: INFO: Pod "pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da": Phase="Pending", Reason="", readiness=false. Elapsed: 10.570898ms Jul 16 23:46:51.561: INFO: Pod "pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da": Phase="Pending", Reason="", readiness=false. Elapsed: 2.014748571s Jul 16 23:46:53.576: INFO: Pod "pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.029393683s STEP: Saw pod success Jul 16 23:46:53.576: INFO: Pod "pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da" satisfied condition "Succeeded or Failed" Jul 16 23:46:53.578: INFO: Trying to get logs from node latest-worker2 pod pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da container secret-volume-test: STEP: delete the pod Jul 16 23:46:53.866: INFO: Waiting for pod pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da to disappear Jul 16 23:46:53.922: INFO: Pod pod-projected-secrets-1bd760e3-f34b-43eb-8169-268696f006da no longer exists [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:46:53.922: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-8550" for this suite. •{"msg":"PASSED [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","total":294,"completed":73,"skipped":1307,"failed":0} SSSSSS ------------------------------ [sig-network] DNS should provide DNS for services [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:46:53.952: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-4012.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4012.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-4012.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-4012.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-4012.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 194.205.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.205.194_udp@PTR;check="$$(dig +tcp +noall +answer +search 194.205.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.205.194_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-4012.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4012.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-4012.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-4012.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-4012.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-4012.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 194.205.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.205.194_udp@PTR;check="$$(dig +tcp +noall +answer +search 194.205.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.205.194_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 Jul 16 23:47:00.202: INFO: Unable to read wheezy_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.206: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.210: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.213: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.236: INFO: Unable to read jessie_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.239: INFO: Unable to read jessie_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.241: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.244: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:00.260: INFO: Lookups using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 failed for: [wheezy_udp@dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_udp@dns-test-service.dns-4012.svc.cluster.local jessie_tcp@dns-test-service.dns-4012.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local] Jul 16 23:47:05.265: INFO: Unable to read wheezy_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.270: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.274: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.278: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.295: INFO: Unable to read jessie_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.297: INFO: Unable to read jessie_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.300: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.303: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:05.321: INFO: Lookups using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 failed for: [wheezy_udp@dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_udp@dns-test-service.dns-4012.svc.cluster.local jessie_tcp@dns-test-service.dns-4012.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local] Jul 16 23:47:10.266: INFO: Unable to read wheezy_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.269: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.273: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.276: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.299: INFO: Unable to read jessie_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.302: INFO: Unable to read jessie_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.305: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.308: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:10.322: INFO: Lookups using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 failed for: [wheezy_udp@dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_udp@dns-test-service.dns-4012.svc.cluster.local jessie_tcp@dns-test-service.dns-4012.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local] Jul 16 23:47:15.269: INFO: Unable to read wheezy_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.272: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.275: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.277: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.295: INFO: Unable to read jessie_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.297: INFO: Unable to read jessie_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.299: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.302: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:15.318: INFO: Lookups using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 failed for: [wheezy_udp@dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_udp@dns-test-service.dns-4012.svc.cluster.local jessie_tcp@dns-test-service.dns-4012.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local] Jul 16 23:47:20.266: INFO: Unable to read wheezy_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.270: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.273: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.276: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.294: INFO: Unable to read jessie_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.297: INFO: Unable to read jessie_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.299: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.302: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:20.318: INFO: Lookups using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 failed for: [wheezy_udp@dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_udp@dns-test-service.dns-4012.svc.cluster.local jessie_tcp@dns-test-service.dns-4012.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local] Jul 16 23:47:25.265: INFO: Unable to read wheezy_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.269: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.272: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.275: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.294: INFO: Unable to read jessie_udp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.297: INFO: Unable to read jessie_tcp@dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.300: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.302: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local from pod dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419: the server could not find the requested resource (get pods dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419) Jul 16 23:47:25.319: INFO: Lookups using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 failed for: [wheezy_udp@dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@dns-test-service.dns-4012.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_udp@dns-test-service.dns-4012.svc.cluster.local jessie_tcp@dns-test-service.dns-4012.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-4012.svc.cluster.local] Jul 16 23:47:30.326: INFO: DNS probes using dns-4012/dns-test-50e92d00-f86b-48ce-8850-e53ca63cf419 succeeded STEP: deleting the pod STEP: deleting the test service STEP: deleting the test headless service [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:47:31.183: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-4012" for this suite. • [SLOW TEST:37.320 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide DNS for services [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide DNS for services [Conformance]","total":294,"completed":74,"skipped":1313,"failed":0} SSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:47:31.273: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0666 on tmpfs Jul 16 23:47:31.393: INFO: Waiting up to 5m0s for pod "pod-ff23fd37-384d-45eb-a4ee-150a20552a84" in namespace "emptydir-9253" to be "Succeeded or Failed" Jul 16 23:47:31.435: INFO: Pod "pod-ff23fd37-384d-45eb-a4ee-150a20552a84": Phase="Pending", Reason="", readiness=false. Elapsed: 41.658288ms Jul 16 23:47:33.439: INFO: Pod "pod-ff23fd37-384d-45eb-a4ee-150a20552a84": Phase="Pending", Reason="", readiness=false. Elapsed: 2.045687805s Jul 16 23:47:35.443: INFO: Pod "pod-ff23fd37-384d-45eb-a4ee-150a20552a84": Phase="Pending", Reason="", readiness=false. Elapsed: 4.049951958s Jul 16 23:47:37.447: INFO: Pod "pod-ff23fd37-384d-45eb-a4ee-150a20552a84": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.053923858s STEP: Saw pod success Jul 16 23:47:37.447: INFO: Pod "pod-ff23fd37-384d-45eb-a4ee-150a20552a84" satisfied condition "Succeeded or Failed" Jul 16 23:47:37.450: INFO: Trying to get logs from node latest-worker2 pod pod-ff23fd37-384d-45eb-a4ee-150a20552a84 container test-container: STEP: delete the pod Jul 16 23:47:37.578: INFO: Waiting for pod pod-ff23fd37-384d-45eb-a4ee-150a20552a84 to disappear Jul 16 23:47:37.581: INFO: Pod pod-ff23fd37-384d-45eb-a4ee-150a20552a84 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:47:37.581: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-9253" for this suite. • [SLOW TEST:6.317 seconds] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:42 should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":75,"skipped":1330,"failed":0} SSSSSSSSS ------------------------------ [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] PodTemplates /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:47:37.589: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename podtemplate STEP: Waiting for a default service account to be provisioned in namespace [It] should run the lifecycle of PodTemplates [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [sig-node] PodTemplates /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:47:37.730: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "podtemplate-159" for this suite. •{"msg":"PASSED [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]","total":294,"completed":76,"skipped":1339,"failed":0} SS ------------------------------ [k8s.io] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:47:37.737: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:47:37.783: INFO: >>> kubeConfig: /root/.kube/config STEP: creating the pod STEP: submitting the pod to kubernetes [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:47:41.838: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-3700" for this suite. •{"msg":"PASSED [k8s.io] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]","total":294,"completed":77,"skipped":1341,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:47:41.848: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:47:41.903: INFO: >>> kubeConfig: /root/.kube/config STEP: client-side validation (kubectl create and apply) allows request with any unknown properties Jul 16 23:47:44.844: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-3057 create -f -' Jul 16 23:47:49.129: INFO: stderr: "" Jul 16 23:47:49.129: INFO: stdout: "e2e-test-crd-publish-openapi-3821-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" Jul 16 23:47:49.129: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-3057 delete e2e-test-crd-publish-openapi-3821-crds test-cr' Jul 16 23:47:49.227: INFO: stderr: "" Jul 16 23:47:49.227: INFO: stdout: "e2e-test-crd-publish-openapi-3821-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" Jul 16 23:47:49.227: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-3057 apply -f -' Jul 16 23:47:49.513: INFO: stderr: "" Jul 16 23:47:49.513: INFO: stdout: "e2e-test-crd-publish-openapi-3821-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" Jul 16 23:47:49.513: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-3057 delete e2e-test-crd-publish-openapi-3821-crds test-cr' Jul 16 23:47:49.688: INFO: stderr: "" Jul 16 23:47:49.688: INFO: stdout: "e2e-test-crd-publish-openapi-3821-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" STEP: kubectl explain works to explain CR Jul 16 23:47:49.688: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-3821-crds' Jul 16 23:47:49.960: INFO: stderr: "" Jul 16 23:47:49.960: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-3821-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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:47:51.861: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-3057" for this suite. • [SLOW TEST:10.020 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for CRD preserving unknown fields in an embedded object [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance]","total":294,"completed":78,"skipped":1384,"failed":0} [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:47:51.868: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with secret that has name projected-secret-test-map-8bd1384d-7b9c-45b4-983e-e6a946307b14 STEP: Creating a pod to test consume secrets Jul 16 23:47:51.938: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9" in namespace "projected-5879" to be "Succeeded or Failed" Jul 16 23:47:51.990: INFO: Pod "pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9": Phase="Pending", Reason="", readiness=false. Elapsed: 51.86328ms Jul 16 23:47:54.056: INFO: Pod "pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.117987067s Jul 16 23:47:56.058: INFO: Pod "pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9": Phase="Running", Reason="", readiness=true. Elapsed: 4.120147961s Jul 16 23:47:58.061: INFO: Pod "pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.12331043s STEP: Saw pod success Jul 16 23:47:58.061: INFO: Pod "pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9" satisfied condition "Succeeded or Failed" Jul 16 23:47:58.136: INFO: Trying to get logs from node latest-worker pod pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9 container projected-secret-volume-test: STEP: delete the pod Jul 16 23:47:58.179: INFO: Waiting for pod pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9 to disappear Jul 16 23:47:58.192: INFO: Pod pod-projected-secrets-cbee3790-cfdb-4138-8b98-63f2c4f357c9 no longer exists [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:47:58.192: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-5879" for this suite. • [SLOW TEST:6.331 seconds] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:35 should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":79,"skipped":1384,"failed":0} SSSSSSSSS ------------------------------ [sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Aggregator /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:47:58.200: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/aggregator.go:76 Jul 16 23:47:58.300: INFO: >>> kubeConfig: /root/.kube/config [It] Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Registering the sample API server. Jul 16 23:47:58.795: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set Jul 16 23:48:01.469: 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:63730540078, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730540078, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730540078, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730540078, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-76d68c4777\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 16 23:48:04.001: INFO: Waited 524.496392ms for the sample-apiserver to be ready to handle requests. [AfterEach] [sig-api-machinery] Aggregator /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/aggregator.go:67 [AfterEach] [sig-api-machinery] Aggregator /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:48:04.459: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "aggregator-9163" for this suite. • [SLOW TEST:6.359 seconds] [sig-api-machinery] Aggregator /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]","total":294,"completed":80,"skipped":1393,"failed":0} SSSSSSS ------------------------------ [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:48:04.559: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-upd-674674c5-f97e-42fc-9658-014e10b23121 STEP: Creating the pod STEP: Updating configmap configmap-test-upd-674674c5-f97e-42fc-9658-014e10b23121 STEP: waiting to observe update in volume [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:48:10.746: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-851" for this suite. • [SLOW TEST:6.193 seconds] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:36 updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":81,"skipped":1400,"failed":0} SSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected combined /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:48:10.753: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-projected-all-test-volume-7fe1b946-ff8c-4eca-b5d4-2fc4e4a41aac STEP: Creating secret with name secret-projected-all-test-volume-71df51f5-2c2b-4cab-b522-96e39d201816 STEP: Creating a pod to test Check all projections for projected volume plugin Jul 16 23:48:10.897: INFO: Waiting up to 5m0s for pod "projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d" in namespace "projected-6804" to be "Succeeded or Failed" Jul 16 23:48:10.900: INFO: Pod "projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.435091ms Jul 16 23:48:12.905: INFO: Pod "projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007973689s Jul 16 23:48:14.909: INFO: Pod "projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012798202s STEP: Saw pod success Jul 16 23:48:14.909: INFO: Pod "projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d" satisfied condition "Succeeded or Failed" Jul 16 23:48:14.913: INFO: Trying to get logs from node latest-worker pod projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d container projected-all-volume-test: STEP: delete the pod Jul 16 23:48:14.965: INFO: Waiting for pod projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d to disappear Jul 16 23:48:14.996: INFO: Pod projected-volume-f905e4af-3062-41bb-89b2-6dc500b6ef0d no longer exists [AfterEach] [sig-storage] Projected combined /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:48:14.996: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-6804" for this suite. •{"msg":"PASSED [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]","total":294,"completed":82,"skipped":1420,"failed":0} SS ------------------------------ [sig-network] Services should provide secure master service [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:48:15.004: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should provide secure master service [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:48:15.175: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-184" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 •{"msg":"PASSED [sig-network] Services should provide secure master service [Conformance]","total":294,"completed":83,"skipped":1422,"failed":0} SSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:48:15.194: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-1635 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-1635;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1635 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-1635;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-1635.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-1635.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1635.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-1635.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-1635.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-1635.svc;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-1635.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 107.238.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.238.107_udp@PTR;check="$$(dig +tcp +noall +answer +search 107.238.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.238.107_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-1635 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-1635;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1635 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-1635;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-1635.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-1635.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1635.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-1635.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-1635.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-1635.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-1635.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-1635.svc;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-1635.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 107.238.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.238.107_udp@PTR;check="$$(dig +tcp +noall +answer +search 107.238.97.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.97.238.107_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 Jul 16 23:48:23.502: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.506: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.508: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.512: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.514: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.517: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.520: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.529: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.547: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.549: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.551: INFO: Unable to read jessie_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.553: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.555: INFO: Unable to read jessie_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.558: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.560: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.562: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:23.578: INFO: Lookups using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1635 wheezy_tcp@dns-test-service.dns-1635 wheezy_udp@dns-test-service.dns-1635.svc wheezy_tcp@dns-test-service.dns-1635.svc wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1635 jessie_tcp@dns-test-service.dns-1635 jessie_udp@dns-test-service.dns-1635.svc jessie_tcp@dns-test-service.dns-1635.svc jessie_udp@_http._tcp.dns-test-service.dns-1635.svc jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc] Jul 16 23:48:28.584: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.587: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.590: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.594: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.597: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.600: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.604: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.607: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.627: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.630: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.633: INFO: Unable to read jessie_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.635: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.638: INFO: Unable to read jessie_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.641: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.643: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.646: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:28.662: INFO: Lookups using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1635 wheezy_tcp@dns-test-service.dns-1635 wheezy_udp@dns-test-service.dns-1635.svc wheezy_tcp@dns-test-service.dns-1635.svc wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1635 jessie_tcp@dns-test-service.dns-1635 jessie_udp@dns-test-service.dns-1635.svc jessie_tcp@dns-test-service.dns-1635.svc jessie_udp@_http._tcp.dns-test-service.dns-1635.svc jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc] Jul 16 23:48:33.584: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.588: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.592: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.596: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.599: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.602: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.604: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.607: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.622: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.625: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.627: INFO: Unable to read jessie_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.630: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.633: INFO: Unable to read jessie_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.635: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.638: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.641: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:33.658: INFO: Lookups using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1635 wheezy_tcp@dns-test-service.dns-1635 wheezy_udp@dns-test-service.dns-1635.svc wheezy_tcp@dns-test-service.dns-1635.svc wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1635 jessie_tcp@dns-test-service.dns-1635 jessie_udp@dns-test-service.dns-1635.svc jessie_tcp@dns-test-service.dns-1635.svc jessie_udp@_http._tcp.dns-test-service.dns-1635.svc jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc] Jul 16 23:48:38.583: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.587: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.591: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.594: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.597: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.599: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.602: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.605: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.627: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.630: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.633: INFO: Unable to read jessie_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.637: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.640: INFO: Unable to read jessie_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.642: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.645: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.647: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:38.664: INFO: Lookups using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1635 wheezy_tcp@dns-test-service.dns-1635 wheezy_udp@dns-test-service.dns-1635.svc wheezy_tcp@dns-test-service.dns-1635.svc wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1635 jessie_tcp@dns-test-service.dns-1635 jessie_udp@dns-test-service.dns-1635.svc jessie_tcp@dns-test-service.dns-1635.svc jessie_udp@_http._tcp.dns-test-service.dns-1635.svc jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc] Jul 16 23:48:43.583: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.586: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.589: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.592: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.594: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.598: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.601: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.603: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.624: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.627: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.630: INFO: Unable to read jessie_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.632: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.634: INFO: Unable to read jessie_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.637: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.639: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.641: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:43.658: INFO: Lookups using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1635 wheezy_tcp@dns-test-service.dns-1635 wheezy_udp@dns-test-service.dns-1635.svc wheezy_tcp@dns-test-service.dns-1635.svc wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1635 jessie_tcp@dns-test-service.dns-1635 jessie_udp@dns-test-service.dns-1635.svc jessie_tcp@dns-test-service.dns-1635.svc jessie_udp@_http._tcp.dns-test-service.dns-1635.svc jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc] Jul 16 23:48:48.583: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.587: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.591: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.594: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.598: INFO: Unable to read wheezy_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.601: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.604: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.607: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.653: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.657: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.661: INFO: Unable to read jessie_udp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.664: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635 from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.667: INFO: Unable to read jessie_udp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.671: INFO: Unable to read jessie_tcp@dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.677: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.714: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc from pod dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69: the server could not find the requested resource (get pods dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69) Jul 16 23:48:48.728: INFO: Lookups using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1635 wheezy_tcp@dns-test-service.dns-1635 wheezy_udp@dns-test-service.dns-1635.svc wheezy_tcp@dns-test-service.dns-1635.svc wheezy_udp@_http._tcp.dns-test-service.dns-1635.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1635.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1635 jessie_tcp@dns-test-service.dns-1635 jessie_udp@dns-test-service.dns-1635.svc jessie_tcp@dns-test-service.dns-1635.svc jessie_udp@_http._tcp.dns-test-service.dns-1635.svc jessie_tcp@_http._tcp.dns-test-service.dns-1635.svc] Jul 16 23:48:53.657: INFO: DNS probes using dns-1635/dns-test-6ab0922a-04d1-434f-8c21-cc8715467e69 succeeded STEP: deleting the pod STEP: deleting the test service STEP: deleting the test headless service [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:48:54.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-1635" for this suite. • [SLOW TEST:39.231 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]","total":294,"completed":84,"skipped":1442,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:48:54.426: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:48:54.494: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:01.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "custom-resource-definition-2194" for this suite. • [SLOW TEST:6.799 seconds] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 Simple CustomResourceDefinition /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/custom_resource_definition.go:48 listing custom resource definition objects works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works [Conformance]","total":294,"completed":85,"skipped":1481,"failed":0} SSSSSSSSSSSSSSS ------------------------------ [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:01.226: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:134 [It] should rollback without unnecessary restarts [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:49:01.392: INFO: Create a RollingUpdate DaemonSet Jul 16 23:49:01.395: INFO: Check that daemon pods launch on every node of the cluster Jul 16 23:49:01.407: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:01.428: INFO: Number of nodes with available pods: 0 Jul 16 23:49:01.428: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:49:02.434: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:02.437: INFO: Number of nodes with available pods: 0 Jul 16 23:49:02.437: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:49:03.433: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:03.436: INFO: Number of nodes with available pods: 0 Jul 16 23:49:03.436: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:49:04.433: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:04.437: INFO: Number of nodes with available pods: 0 Jul 16 23:49:04.437: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:49:05.433: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:05.436: INFO: Number of nodes with available pods: 0 Jul 16 23:49:05.436: INFO: Node latest-worker is running more than one daemon pod Jul 16 23:49:06.433: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:06.437: INFO: Number of nodes with available pods: 2 Jul 16 23:49:06.437: INFO: Number of running nodes: 2, number of available pods: 2 Jul 16 23:49:06.437: INFO: Update the DaemonSet to trigger a rollout Jul 16 23:49:06.444: INFO: Updating DaemonSet daemon-set Jul 16 23:49:10.469: INFO: Roll back the DaemonSet before rollout is complete Jul 16 23:49:10.476: INFO: Updating DaemonSet daemon-set Jul 16 23:49:10.476: INFO: Make sure DaemonSet rollback is complete Jul 16 23:49:10.484: INFO: Wrong image for pod: daemon-set-stq5j. Expected: docker.io/library/httpd:2.4.38-alpine, got: foo:non-existent. Jul 16 23:49:10.484: INFO: Pod daemon-set-stq5j is not available Jul 16 23:49:10.491: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:11.496: INFO: Wrong image for pod: daemon-set-stq5j. Expected: docker.io/library/httpd:2.4.38-alpine, got: foo:non-existent. Jul 16 23:49:11.496: INFO: Pod daemon-set-stq5j is not available Jul 16 23:49:11.500: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 16 23:49:12.496: INFO: Pod daemon-set-w7ddv is not available Jul 16 23:49:12.500: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:100 STEP: Deleting DaemonSet "daemon-set" STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-3179, will wait for the garbage collector to delete the pods Jul 16 23:49:12.566: INFO: Deleting DaemonSet.extensions daemon-set took: 5.895728ms Jul 16 23:49:12.966: INFO: Terminating DaemonSet.extensions daemon-set pods took: 400.304397ms Jul 16 23:49:19.170: INFO: Number of nodes with available pods: 0 Jul 16 23:49:19.170: INFO: Number of running nodes: 0, number of available pods: 0 Jul 16 23:49:19.173: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-3179/daemonsets","resourceVersion":"1751546"},"items":null} Jul 16 23:49:19.175: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-3179/pods","resourceVersion":"1751546"},"items":null} [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:19.185: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "daemonsets-3179" for this suite. • [SLOW TEST:17.966 seconds] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should rollback without unnecessary restarts [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance]","total":294,"completed":86,"skipped":1496,"failed":0} S ------------------------------ [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:19.191: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide container's cpu limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:49:19.264: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153" in namespace "projected-4861" to be "Succeeded or Failed" Jul 16 23:49:19.614: INFO: Pod "downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153": Phase="Pending", Reason="", readiness=false. Elapsed: 350.400825ms Jul 16 23:49:21.618: INFO: Pod "downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153": Phase="Pending", Reason="", readiness=false. Elapsed: 2.35428824s Jul 16 23:49:23.622: INFO: Pod "downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.357678864s STEP: Saw pod success Jul 16 23:49:23.622: INFO: Pod "downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153" satisfied condition "Succeeded or Failed" Jul 16 23:49:23.624: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153 container client-container: STEP: delete the pod Jul 16 23:49:23.669: INFO: Waiting for pod downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153 to disappear Jul 16 23:49:23.715: INFO: Pod downwardapi-volume-a561f0ec-9fa0-443f-905a-c0fab5e26153 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:23.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-4861" for this suite. •{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]","total":294,"completed":87,"skipped":1497,"failed":0} SSSSSSSSSSSS ------------------------------ [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:23.724: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should update annotations on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating the pod Jul 16 23:49:28.335: INFO: Successfully updated pod "annotationupdate4d59a5d3-e133-4547-aae7-b52768eaef3a" [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:30.375: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-7220" for this suite. • [SLOW TEST:6.659 seconds] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:37 should update annotations on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]","total":294,"completed":88,"skipped":1509,"failed":0} SSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:30.383: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the deployment STEP: Wait for the Deployment to create new ReplicaSet STEP: delete the deployment STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs STEP: Gathering metrics W0716 23:49:31.519084 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 16 23:49:33.635: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:33.635: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-7628" for this suite. •{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]","total":294,"completed":89,"skipped":1523,"failed":0} SSSSSSSSSS ------------------------------ [sig-network] Services should serve a basic endpoint from pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:33.644: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should serve a basic endpoint from pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service endpoint-test2 in namespace services-4005 STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-4005 to expose endpoints map[] Jul 16 23:49:34.306: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found Jul 16 23:49:35.310: INFO: successfully validated that service endpoint-test2 in namespace services-4005 exposes endpoints map[] STEP: Creating pod pod1 in namespace services-4005 STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-4005 to expose endpoints map[pod1:[80]] Jul 16 23:49:39.819: INFO: successfully validated that service endpoint-test2 in namespace services-4005 exposes endpoints map[pod1:[80]] STEP: Creating pod pod2 in namespace services-4005 STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-4005 to expose endpoints map[pod1:[80] pod2:[80]] Jul 16 23:49:44.409: INFO: successfully validated that service endpoint-test2 in namespace services-4005 exposes endpoints map[pod1:[80] pod2:[80]] STEP: Deleting pod pod1 in namespace services-4005 STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-4005 to expose endpoints map[pod2:[80]] Jul 16 23:49:44.437: INFO: successfully validated that service endpoint-test2 in namespace services-4005 exposes endpoints map[pod2:[80]] STEP: Deleting pod pod2 in namespace services-4005 STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-4005 to expose endpoints map[] Jul 16 23:49:45.490: INFO: successfully validated that service endpoint-test2 in namespace services-4005 exposes endpoints map[] [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:45.552: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-4005" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:11.936 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should serve a basic endpoint from pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should serve a basic endpoint from pods [Conformance]","total":294,"completed":90,"skipped":1533,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:45.580: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0777 on node default medium Jul 16 23:49:45.634: INFO: Waiting up to 5m0s for pod "pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648" in namespace "emptydir-9294" to be "Succeeded or Failed" Jul 16 23:49:45.636: INFO: Pod "pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648": Phase="Pending", Reason="", readiness=false. Elapsed: 2.498183ms Jul 16 23:49:47.737: INFO: Pod "pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648": Phase="Pending", Reason="", readiness=false. Elapsed: 2.103022106s Jul 16 23:49:49.741: INFO: Pod "pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.107155875s STEP: Saw pod success Jul 16 23:49:49.741: INFO: Pod "pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648" satisfied condition "Succeeded or Failed" Jul 16 23:49:49.744: INFO: Trying to get logs from node latest-worker pod pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648 container test-container: STEP: delete the pod Jul 16 23:49:49.822: INFO: Waiting for pod pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648 to disappear Jul 16 23:49:49.865: INFO: Pod pod-c7a7ffbd-dd7e-4de7-9a28-24e500348648 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:49:49.866: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-9294" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":91,"skipped":1585,"failed":0} SSSSSSSSSSSSSS ------------------------------ [k8s.io] Variable Expansion should fail substituting values in a volume subpath with absolute path [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:49:49.883: 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 fail substituting values in a volume subpath with absolute path [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:51:50.241: INFO: Deleting pod "var-expansion-7ce8fda4-c990-4ac9-be38-29746d69d870" in namespace "var-expansion-6916" Jul 16 23:51:50.246: INFO: Wait up to 5m0s for pod "var-expansion-7ce8fda4-c990-4ac9-be38-29746d69d870" to be fully deleted [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:51:52.267: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-6916" for this suite. • [SLOW TEST:122.393 seconds] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should fail substituting values in a volume subpath with absolute path [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Variable Expansion should fail substituting values in a volume subpath with absolute path [sig-storage][Slow] [Conformance]","total":294,"completed":92,"skipped":1599,"failed":0} SSSSSSS ------------------------------ [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:51:52.276: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir volume type on tmpfs Jul 16 23:51:52.385: INFO: Waiting up to 5m0s for pod "pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031" in namespace "emptydir-2427" to be "Succeeded or Failed" Jul 16 23:51:52.405: INFO: Pod "pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031": Phase="Pending", Reason="", readiness=false. Elapsed: 19.905291ms Jul 16 23:51:54.509: INFO: Pod "pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031": Phase="Pending", Reason="", readiness=false. Elapsed: 2.123289419s Jul 16 23:51:56.605: INFO: Pod "pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.219279356s STEP: Saw pod success Jul 16 23:51:56.605: INFO: Pod "pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031" satisfied condition "Succeeded or Failed" Jul 16 23:51:56.608: INFO: Trying to get logs from node latest-worker pod pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031 container test-container: STEP: delete the pod Jul 16 23:51:56.658: INFO: Waiting for pod pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031 to disappear Jul 16 23:51:56.795: INFO: Pod pod-6b87f9cc-06b0-48d8-ae77-0f1fa1404031 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:51:56.795: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-2427" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":93,"skipped":1606,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Deployment deployment should delete old replica sets [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:51:56.804: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:77 [It] deployment should delete old replica sets [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:51:56.937: INFO: Pod name cleanup-pod: Found 0 pods out of 1 Jul 16 23:52:01.954: INFO: Pod name cleanup-pod: Found 1 pods out of 1 STEP: ensuring each pod is running Jul 16 23:52:01.954: INFO: Creating deployment test-cleanup-deployment STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:71 Jul 16 23:52:02.054: INFO: Deployment "test-cleanup-deployment": &Deployment{ObjectMeta:{test-cleanup-deployment deployment-4025 /apis/apps/v1/namespaces/deployment-4025/deployments/test-cleanup-deployment 1381683c-5b9f-4286-9cd4-5604c876497c 1752317 1 2020-07-16 23:52:01 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2020-07-16 23:52:01 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{}}},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}}]},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 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc0030f47d8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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,},} Jul 16 23:52:02.079: INFO: New ReplicaSet "test-cleanup-deployment-75b9cff456" of Deployment "test-cleanup-deployment": &ReplicaSet{ObjectMeta:{test-cleanup-deployment-75b9cff456 deployment-4025 /apis/apps/v1/namespaces/deployment-4025/replicasets/test-cleanup-deployment-75b9cff456 29cfdc69-a8e1-4d8f-b870-9c53736f588c 1752319 1 2020-07-16 23:52:01 +0000 UTC map[name:cleanup-pod pod-template-hash:75b9cff456] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-cleanup-deployment 1381683c-5b9f-4286-9cd4-5604c876497c 0xc0051fb3c7 0xc0051fb3c8}] [] [{kube-controller-manager Update apps/v1 2020-07-16 23:52:01 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1381683c-5b9f-4286-9cd4-5604c876497c\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod-template-hash: 75b9cff456,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod pod-template-hash:75b9cff456] map[] [] [] []} {[] [] [{agnhost us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc0051fb458 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:0,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:52:02.079: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": Jul 16 23:52:02.079: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-4025 /apis/apps/v1/namespaces/deployment-4025/replicasets/test-cleanup-controller f6c5fb38-3bbf-4fdf-825a-7dade8966947 1752318 1 2020-07-16 23:51:56 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 1381683c-5b9f-4286-9cd4-5604c876497c 0xc0051fb29f 0xc0051fb2b0}] [] [{e2e.test Update apps/v1 2020-07-16 23:51:56 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-16 23:52:01 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"1381683c-5b9f-4286-9cd4-5604c876497c\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}}}]},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 0xc0051fb348 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} Jul 16 23:52:02.118: INFO: Pod "test-cleanup-controller-5rnw6" is available: &Pod{ObjectMeta:{test-cleanup-controller-5rnw6 test-cleanup-controller- deployment-4025 /api/v1/namespaces/deployment-4025/pods/test-cleanup-controller-5rnw6 fc4a8921-efa0-4076-a314-c850e51a4003 1752303 0 2020-07-16 23:51:56 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller f6c5fb38-3bbf-4fdf-825a-7dade8966947 0xc0051fbac7 0xc0051fbac8}] [] [{kube-controller-manager Update v1 2020-07-16 23:51:56 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f6c5fb38-3bbf-4fdf-825a-7dade8966947\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-16 23:52:00 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.2.211\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-fbxsf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-fbxsf,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-fbxsf,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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:51:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:52:00 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:52:00 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:51:56 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:10.244.2.211,StartTime:2020-07-16 23:51:56 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-16 23:51:59 +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://7e4cadf968c476219a2088452ce80ad3b1164a1c8e826e8e9c19a0af1fe46346,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.211,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 16 23:52:02.118: INFO: Pod "test-cleanup-deployment-75b9cff456-l2ntq" is not available: &Pod{ObjectMeta:{test-cleanup-deployment-75b9cff456-l2ntq test-cleanup-deployment-75b9cff456- deployment-4025 /api/v1/namespaces/deployment-4025/pods/test-cleanup-deployment-75b9cff456-l2ntq af574c15-290d-46a3-9ff7-fb528c3f6cec 1752325 0 2020-07-16 23:52:02 +0000 UTC map[name:cleanup-pod pod-template-hash:75b9cff456] map[] [{apps/v1 ReplicaSet test-cleanup-deployment-75b9cff456 29cfdc69-a8e1-4d8f-b870-9c53736f588c 0xc0051fbde7 0xc0051fbde8}] [] [{kube-controller-manager Update v1 2020-07-16 23:52:02 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"29cfdc69-a8e1-4d8f-b870-9c53736f588c\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-fbxsf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-fbxsf,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:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-fbxsf,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-16 23:52:02 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:52:02.118: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "deployment-4025" for this suite. • [SLOW TEST:5.414 seconds] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 deployment should delete old replica sets [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Deployment deployment should delete old replica sets [Conformance]","total":294,"completed":94,"skipped":1650,"failed":0} SSS ------------------------------ [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:52:02.219: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide container's memory request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:52:02.309: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a" in namespace "downward-api-4666" to be "Succeeded or Failed" Jul 16 23:52:02.371: INFO: Pod "downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a": Phase="Pending", Reason="", readiness=false. Elapsed: 62.075507ms Jul 16 23:52:04.634: INFO: Pod "downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.325238543s Jul 16 23:52:06.638: INFO: Pod "downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a": Phase="Running", Reason="", readiness=true. Elapsed: 4.328674237s Jul 16 23:52:08.641: INFO: Pod "downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.332402991s STEP: Saw pod success Jul 16 23:52:08.641: INFO: Pod "downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a" satisfied condition "Succeeded or Failed" Jul 16 23:52:08.644: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a container client-container: STEP: delete the pod Jul 16 23:52:08.731: INFO: Waiting for pod downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a to disappear Jul 16 23:52:08.747: INFO: Pod downwardapi-volume-9dd32e33-7ff2-452d-af6a-aa97c8ab6d0a no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:52:08.747: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-4666" for this suite. • [SLOW TEST:6.536 seconds] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:37 should provide container's memory request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]","total":294,"completed":95,"skipped":1653,"failed":0} SSSSSSS ------------------------------ [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:52:08.755: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:52:08.834: INFO: >>> kubeConfig: /root/.kube/config STEP: Creating first CR Jul 16 23:52:09.449: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2020-07-16T23:52:09Z generation:1 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2020-07-16T23:52:09Z]] name:name1 resourceVersion:1752409 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name1 uid:e03cc543-e283-413e-85f0-fa82a9570341] num:map[num1:9223372036854775807 num2:1000000]]} STEP: Creating second CR Jul 16 23:52:19.457: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2020-07-16T23:52:19Z generation:1 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2020-07-16T23:52:19Z]] name:name2 resourceVersion:1752448 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name2 uid:56205e1a-09a1-4828-9859-33479ffaa45e] num:map[num1:9223372036854775807 num2:1000000]]} STEP: Modifying first CR Jul 16 23:52:29.464: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2020-07-16T23:52:09Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2020-07-16T23:52:29Z]] name:name1 resourceVersion:1752478 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name1 uid:e03cc543-e283-413e-85f0-fa82a9570341] num:map[num1:9223372036854775807 num2:1000000]]} STEP: Modifying second CR Jul 16 23:52:39.471: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2020-07-16T23:52:19Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2020-07-16T23:52:39Z]] name:name2 resourceVersion:1752506 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name2 uid:56205e1a-09a1-4828-9859-33479ffaa45e] num:map[num1:9223372036854775807 num2:1000000]]} STEP: Deleting first CR Jul 16 23:52:49.481: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2020-07-16T23:52:09Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2020-07-16T23:52:29Z]] name:name1 resourceVersion:1752536 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name1 uid:e03cc543-e283-413e-85f0-fa82a9570341] num:map[num1:9223372036854775807 num2:1000000]]} STEP: Deleting second CR Jul 16 23:52:59.490: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2020-07-16T23:52:19Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2020-07-16T23:52:39Z]] name:name2 resourceVersion:1752566 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name2 uid:56205e1a-09a1-4828-9859-33479ffaa45e] num:map[num1:9223372036854775807 num2:1000000]]} [AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:53:09.998: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-watch-4947" for this suite. • [SLOW TEST:61.311 seconds] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 CustomResourceDefinition Watch /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_watch.go:42 watch on custom resource definition objects [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance]","total":294,"completed":96,"skipped":1660,"failed":0} SSSSS ------------------------------ [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:53:10.066: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap configmap-5215/configmap-test-f0c7887a-5905-4ee0-8033-7b12608021c6 STEP: Creating a pod to test consume configMaps Jul 16 23:53:10.310: INFO: Waiting up to 5m0s for pod "pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63" in namespace "configmap-5215" to be "Succeeded or Failed" Jul 16 23:53:10.320: INFO: Pod "pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63": Phase="Pending", Reason="", readiness=false. Elapsed: 10.11135ms Jul 16 23:53:12.345: INFO: Pod "pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63": Phase="Pending", Reason="", readiness=false. Elapsed: 2.034851148s Jul 16 23:53:14.378: INFO: Pod "pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.067793967s STEP: Saw pod success Jul 16 23:53:14.378: INFO: Pod "pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63" satisfied condition "Succeeded or Failed" Jul 16 23:53:14.380: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63 container env-test: STEP: delete the pod Jul 16 23:53:14.422: INFO: Waiting for pod pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63 to disappear Jul 16 23:53:14.449: INFO: Pod pod-configmaps-1b60087f-31e6-428b-919a-3ac00db4aa63 no longer exists [AfterEach] [sig-node] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:53:14.449: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-5215" for this suite. •{"msg":"PASSED [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]","total":294,"completed":97,"skipped":1665,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Pods should contain environment variables for services [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:53:14.456: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should contain environment variables for services [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:53:18.627: INFO: Waiting up to 5m0s for pod "client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2" in namespace "pods-5099" to be "Succeeded or Failed" Jul 16 23:53:18.639: INFO: Pod "client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2": Phase="Pending", Reason="", readiness=false. Elapsed: 12.703193ms Jul 16 23:53:20.767: INFO: Pod "client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.140503879s Jul 16 23:53:22.771: INFO: Pod "client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.144111793s STEP: Saw pod success Jul 16 23:53:22.771: INFO: Pod "client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2" satisfied condition "Succeeded or Failed" Jul 16 23:53:22.774: INFO: Trying to get logs from node latest-worker2 pod client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2 container env3cont: STEP: delete the pod Jul 16 23:53:22.824: INFO: Waiting for pod client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2 to disappear Jul 16 23:53:22.830: INFO: Pod client-envvars-28ba15c9-cb89-4750-8794-6e4755aa07b2 no longer exists [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:53:22.830: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-5099" for this suite. • [SLOW TEST:8.380 seconds] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should contain environment variables for services [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Pods should contain environment variables for services [NodeConformance] [Conformance]","total":294,"completed":98,"skipped":1707,"failed":0} SSSS ------------------------------ [k8s.io] Pods should get a host IP [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:53:22.837: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should get a host IP [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating pod Jul 16 23:53:26.931: INFO: Pod pod-hostip-cc9274da-4ce2-4dc7-aed8-c65622eee2e5 has hostIP: 172.18.0.11 [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:53:26.931: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-3204" for this suite. •{"msg":"PASSED [k8s.io] Pods should get a host IP [NodeConformance] [Conformance]","total":294,"completed":99,"skipped":1711,"failed":0} SS ------------------------------ [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:53:26.939: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with secret that has name projected-secret-test-7e3e5580-1c56-404d-ac24-c8f8b704b7ef STEP: Creating a pod to test consume secrets Jul 16 23:53:27.022: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92" in namespace "projected-22" to be "Succeeded or Failed" Jul 16 23:53:27.056: INFO: Pod "pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92": Phase="Pending", Reason="", readiness=false. Elapsed: 33.573279ms Jul 16 23:53:29.276: INFO: Pod "pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92": Phase="Pending", Reason="", readiness=false. Elapsed: 2.253819227s Jul 16 23:53:31.282: INFO: Pod "pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92": Phase="Pending", Reason="", readiness=false. Elapsed: 4.260482016s Jul 16 23:53:33.286: INFO: Pod "pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.264179036s STEP: Saw pod success Jul 16 23:53:33.286: INFO: Pod "pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92" satisfied condition "Succeeded or Failed" Jul 16 23:53:33.289: INFO: Trying to get logs from node latest-worker pod pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92 container projected-secret-volume-test: STEP: delete the pod Jul 16 23:53:33.372: INFO: Waiting for pod pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92 to disappear Jul 16 23:53:33.382: INFO: Pod pod-projected-secrets-09155849-31d9-46eb-ad85-aad9d7795e92 no longer exists [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:53:33.382: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-22" for this suite. • [SLOW TEST:6.452 seconds] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:35 should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":100,"skipped":1713,"failed":0} [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:53:33.391: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name cm-test-opt-del-40733229-3390-4f8e-a54f-49e470f7b7af STEP: Creating configMap with name cm-test-opt-upd-1555001a-3a93-47e7-8fdb-5cc7370c1c74 STEP: Creating the pod STEP: Deleting configmap cm-test-opt-del-40733229-3390-4f8e-a54f-49e470f7b7af STEP: Updating configmap cm-test-opt-upd-1555001a-3a93-47e7-8fdb-5cc7370c1c74 STEP: Creating configMap with name cm-test-opt-create-aee06a93-03f8-4f6d-8f94-0e81ee3e6179 STEP: waiting to observe update in volume [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:54:54.173: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-4170" for this suite. • [SLOW TEST:80.791 seconds] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:36 optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":101,"skipped":1713,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:54:54.182: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 16 23:54:54.283: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753057 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:54:54 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} Jul 16 23:54:54.283: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753057 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:54:54 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} STEP: modifying configmap A and ensuring the correct watchers observe the notification Jul 16 23:55:04.291: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753105 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:04 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 16 23:55:04.292: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753105 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:04 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} STEP: modifying configmap A again and ensuring the correct watchers observe the notification Jul 16 23:55:14.300: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753137 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:14 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 16 23:55:14.301: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753137 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:14 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} STEP: deleting configmap A and ensuring the correct watchers observe the notification Jul 16 23:55:24.308: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753167 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:14 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 16 23:55:24.309: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-a d8e2b51c-037c-4ec8-b415-eeec003632ff 1753167 0 2020-07-16 23:54:54 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:14 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} STEP: creating a configmap with label B and ensuring the correct watchers observe the notification Jul 16 23:55:34.317: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-b f40a2e3f-7afc-40ed-a781-76a89efafe6b 1753197 0 2020-07-16 23:55:34 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:34 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} Jul 16 23:55:34.317: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-b f40a2e3f-7afc-40ed-a781-76a89efafe6b 1753197 0 2020-07-16 23:55:34 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:34 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} STEP: deleting configmap B and ensuring the correct watchers observe the notification Jul 16 23:55:44.325: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-b f40a2e3f-7afc-40ed-a781-76a89efafe6b 1753227 0 2020-07-16 23:55:34 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:34 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} Jul 16 23:55:44.325: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-9484 /api/v1/namespaces/watch-9484/configmaps/e2e-watch-test-configmap-b f40a2e3f-7afc-40ed-a781-76a89efafe6b 1753227 0 2020-07-16 23:55:34 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2020-07-16 23:55:34 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} [AfterEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:55:54.325: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "watch-9484" for this suite. • [SLOW TEST:60.153 seconds] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should observe add, update, and delete watch notifications on configmaps [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]","total":294,"completed":102,"skipped":1770,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:55:54.336: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0777 on node default medium Jul 16 23:55:54.422: INFO: Waiting up to 5m0s for pod "pod-6239647e-7078-4965-81d7-f2d3d91923fa" in namespace "emptydir-665" to be "Succeeded or Failed" Jul 16 23:55:54.425: INFO: Pod "pod-6239647e-7078-4965-81d7-f2d3d91923fa": Phase="Pending", Reason="", readiness=false. Elapsed: 3.135847ms Jul 16 23:55:56.429: INFO: Pod "pod-6239647e-7078-4965-81d7-f2d3d91923fa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007068577s Jul 16 23:55:58.453: INFO: Pod "pod-6239647e-7078-4965-81d7-f2d3d91923fa": Phase="Running", Reason="", readiness=true. Elapsed: 4.030652218s Jul 16 23:56:00.457: INFO: Pod "pod-6239647e-7078-4965-81d7-f2d3d91923fa": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.034865047s STEP: Saw pod success Jul 16 23:56:00.457: INFO: Pod "pod-6239647e-7078-4965-81d7-f2d3d91923fa" satisfied condition "Succeeded or Failed" Jul 16 23:56:00.460: INFO: Trying to get logs from node latest-worker pod pod-6239647e-7078-4965-81d7-f2d3d91923fa container test-container: STEP: delete the pod Jul 16 23:56:00.494: INFO: Waiting for pod pod-6239647e-7078-4965-81d7-f2d3d91923fa to disappear Jul 16 23:56:00.507: INFO: Pod pod-6239647e-7078-4965-81d7-f2d3d91923fa no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:00.507: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-665" for this suite. • [SLOW TEST:6.207 seconds] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:42 should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":103,"skipped":1801,"failed":0} SSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl server-side dry-run should check if kubectl can dry-run update Pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:00.544: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should check if kubectl can dry-run update Pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: running the image docker.io/library/httpd:2.4.38-alpine Jul 16 23:56:00.603: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config run e2e-test-httpd-pod --image=docker.io/library/httpd:2.4.38-alpine --labels=run=e2e-test-httpd-pod --namespace=kubectl-2768' Jul 16 23:56:00.712: INFO: stderr: "" Jul 16 23:56:00.712: INFO: stdout: "pod/e2e-test-httpd-pod created\n" STEP: replace the image in the pod with server-side dry-run Jul 16 23:56:00.712: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pod e2e-test-httpd-pod -o json --namespace=kubectl-2768' Jul 16 23:56:00.838: INFO: stderr: "" Jul 16 23:56:00.839: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2020-07-16T23:56:00Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"managedFields\": [\n {\n \"apiVersion\": \"v1\",\n \"fieldsType\": \"FieldsV1\",\n \"fieldsV1\": {\n \"f:metadata\": {\n \"f:labels\": {\n \".\": {},\n \"f:run\": {}\n }\n },\n \"f:spec\": {\n \"f:containers\": {\n \"k:{\\\"name\\\":\\\"e2e-test-httpd-pod\\\"}\": {\n \".\": {},\n \"f:image\": {},\n \"f:imagePullPolicy\": {},\n \"f:name\": {},\n \"f:resources\": {},\n \"f:terminationMessagePath\": {},\n \"f:terminationMessagePolicy\": {}\n }\n },\n \"f:dnsPolicy\": {},\n \"f:enableServiceLinks\": {},\n \"f:restartPolicy\": {},\n \"f:schedulerName\": {},\n \"f:securityContext\": {},\n \"f:terminationGracePeriodSeconds\": {}\n }\n },\n \"manager\": \"kubectl-run\",\n \"operation\": \"Update\",\n \"time\": \"2020-07-16T23:56:00Z\"\n }\n ],\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-2768\",\n \"resourceVersion\": \"1753303\",\n \"selfLink\": \"/api/v1/namespaces/kubectl-2768/pods/e2e-test-httpd-pod\",\n \"uid\": \"c5e52fff-6385-4331-b7e2-2316eb09e92c\"\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-pqfvm\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"latest-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-pqfvm\",\n \"secret\": {\n \"defaultMode\": 420,\n \"secretName\": \"default-token-pqfvm\"\n }\n }\n ]\n },\n \"status\": {\n \"conditions\": [\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2020-07-16T23:56:00Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"phase\": \"Pending\",\n \"qosClass\": \"BestEffort\"\n }\n}\n" Jul 16 23:56:00.839: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config replace -f - --dry-run server --namespace=kubectl-2768' Jul 16 23:56:01.171: INFO: stderr: "W0716 23:56:00.901433 1473 helpers.go:553] --dry-run is deprecated and can be replaced with --dry-run=client.\n" Jul 16 23:56:01.171: INFO: stdout: "pod/e2e-test-httpd-pod replaced (dry run)\n" STEP: verifying the pod e2e-test-httpd-pod has the right image docker.io/library/httpd:2.4.38-alpine Jul 16 23:56:01.175: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete pods e2e-test-httpd-pod --namespace=kubectl-2768' Jul 16 23:56:03.801: INFO: stderr: "" Jul 16 23:56:03.801: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:03.801: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-2768" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Kubectl server-side dry-run should check if kubectl can dry-run update Pods [Conformance]","total":294,"completed":104,"skipped":1822,"failed":0} SSSSSSSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:03.835: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0777 on tmpfs Jul 16 23:56:03.911: INFO: Waiting up to 5m0s for pod "pod-310cda57-a286-4a56-adcd-78a2a429faa0" in namespace "emptydir-6550" to be "Succeeded or Failed" Jul 16 23:56:03.927: INFO: Pod "pod-310cda57-a286-4a56-adcd-78a2a429faa0": Phase="Pending", Reason="", readiness=false. Elapsed: 16.071211ms Jul 16 23:56:05.958: INFO: Pod "pod-310cda57-a286-4a56-adcd-78a2a429faa0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.046752335s Jul 16 23:56:07.963: INFO: Pod "pod-310cda57-a286-4a56-adcd-78a2a429faa0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.052163428s STEP: Saw pod success Jul 16 23:56:07.964: INFO: Pod "pod-310cda57-a286-4a56-adcd-78a2a429faa0" satisfied condition "Succeeded or Failed" Jul 16 23:56:07.967: INFO: Trying to get logs from node latest-worker2 pod pod-310cda57-a286-4a56-adcd-78a2a429faa0 container test-container: STEP: delete the pod Jul 16 23:56:08.054: INFO: Waiting for pod pod-310cda57-a286-4a56-adcd-78a2a429faa0 to disappear Jul 16 23:56:08.060: INFO: Pod pod-310cda57-a286-4a56-adcd-78a2a429faa0 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:08.060: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-6550" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":105,"skipped":1836,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Secrets should fail to create secret due to empty secret key [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:08.069: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with secret that has name secret-emptykey-test-4c936b07-299d-4664-8418-d29284b971ff [AfterEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:08.125: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-2721" for this suite. •{"msg":"PASSED [sig-api-machinery] Secrets should fail to create secret due to empty secret key [Conformance]","total":294,"completed":106,"skipped":1866,"failed":0} SSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:08.137: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should update labels on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating the pod Jul 16 23:56:12.779: INFO: Successfully updated pod "labelsupdate09272418-9a7d-4460-bbb1-57aa6191f82d" [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:16.819: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-2934" for this suite. • [SLOW TEST:8.691 seconds] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:37 should update labels on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]","total":294,"completed":107,"skipped":1882,"failed":0} S ------------------------------ [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:16.828: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [BeforeEach] Kubectl logs /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1410 STEP: creating an pod Jul 16 23:56:16.883: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config run logs-generator --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 --namespace=kubectl-2177 -- logs-generator --log-lines-total 100 --run-duration 20s' Jul 16 23:56:16.989: INFO: stderr: "" Jul 16 23:56:16.990: INFO: stdout: "pod/logs-generator created\n" [It] should be able to retrieve and filter logs [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Waiting for log generator to start. Jul 16 23:56:16.990: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] Jul 16 23:56:16.990: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-2177" to be "running and ready, or succeeded" Jul 16 23:56:17.001: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 11.459092ms Jul 16 23:56:19.004: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.0146859s Jul 16 23:56:21.008: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 4.01877854s Jul 16 23:56:21.008: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" Jul 16 23:56:21.008: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] STEP: checking for a matching strings Jul 16 23:56:21.009: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-2177' Jul 16 23:56:21.122: INFO: stderr: "" Jul 16 23:56:21.122: INFO: stdout: "I0716 23:56:19.608137 1 logs_generator.go:76] 0 POST /api/v1/namespaces/kube-system/pods/4wq 553\nI0716 23:56:19.808279 1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/r2h 290\nI0716 23:56:20.008277 1 logs_generator.go:76] 2 POST /api/v1/namespaces/kube-system/pods/jm6 374\nI0716 23:56:20.208290 1 logs_generator.go:76] 3 GET /api/v1/namespaces/kube-system/pods/ttkv 400\nI0716 23:56:20.408253 1 logs_generator.go:76] 4 PUT /api/v1/namespaces/kube-system/pods/fzk 500\nI0716 23:56:20.608293 1 logs_generator.go:76] 5 POST /api/v1/namespaces/ns/pods/rghw 454\nI0716 23:56:20.808264 1 logs_generator.go:76] 6 PUT /api/v1/namespaces/default/pods/c7b 241\nI0716 23:56:21.008273 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/z8p 573\n" STEP: limiting log lines Jul 16 23:56:21.122: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-2177 --tail=1' Jul 16 23:56:21.241: INFO: stderr: "" Jul 16 23:56:21.241: INFO: stdout: "I0716 23:56:21.208283 1 logs_generator.go:76] 8 GET /api/v1/namespaces/default/pods/s2c 454\n" Jul 16 23:56:21.241: INFO: got output "I0716 23:56:21.208283 1 logs_generator.go:76] 8 GET /api/v1/namespaces/default/pods/s2c 454\n" STEP: limiting log bytes Jul 16 23:56:21.241: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-2177 --limit-bytes=1' Jul 16 23:56:21.343: INFO: stderr: "" Jul 16 23:56:21.343: INFO: stdout: "I" Jul 16 23:56:21.343: INFO: got output "I" STEP: exposing timestamps Jul 16 23:56:21.343: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-2177 --tail=1 --timestamps' Jul 16 23:56:21.454: INFO: stderr: "" Jul 16 23:56:21.454: INFO: stdout: "2020-07-16T23:56:21.408362178Z I0716 23:56:21.408266 1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/t5g 583\n" Jul 16 23:56:21.454: INFO: got output "2020-07-16T23:56:21.408362178Z I0716 23:56:21.408266 1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/t5g 583\n" STEP: restricting to a time range Jul 16 23:56:23.954: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-2177 --since=1s' Jul 16 23:56:24.064: INFO: stderr: "" Jul 16 23:56:24.064: INFO: stdout: "I0716 23:56:23.208293 1 logs_generator.go:76] 18 GET /api/v1/namespaces/default/pods/xlb 397\nI0716 23:56:23.408718 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/4hvs 273\nI0716 23:56:23.608225 1 logs_generator.go:76] 20 GET /api/v1/namespaces/default/pods/qs6 359\nI0716 23:56:23.808384 1 logs_generator.go:76] 21 PUT /api/v1/namespaces/kube-system/pods/mmn 566\nI0716 23:56:24.008291 1 logs_generator.go:76] 22 PUT /api/v1/namespaces/default/pods/26c 382\n" Jul 16 23:56:24.064: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-2177 --since=24h' Jul 16 23:56:24.179: INFO: stderr: "" Jul 16 23:56:24.180: INFO: stdout: "I0716 23:56:19.608137 1 logs_generator.go:76] 0 POST /api/v1/namespaces/kube-system/pods/4wq 553\nI0716 23:56:19.808279 1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/r2h 290\nI0716 23:56:20.008277 1 logs_generator.go:76] 2 POST /api/v1/namespaces/kube-system/pods/jm6 374\nI0716 23:56:20.208290 1 logs_generator.go:76] 3 GET /api/v1/namespaces/kube-system/pods/ttkv 400\nI0716 23:56:20.408253 1 logs_generator.go:76] 4 PUT /api/v1/namespaces/kube-system/pods/fzk 500\nI0716 23:56:20.608293 1 logs_generator.go:76] 5 POST /api/v1/namespaces/ns/pods/rghw 454\nI0716 23:56:20.808264 1 logs_generator.go:76] 6 PUT /api/v1/namespaces/default/pods/c7b 241\nI0716 23:56:21.008273 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/ns/pods/z8p 573\nI0716 23:56:21.208283 1 logs_generator.go:76] 8 GET /api/v1/namespaces/default/pods/s2c 454\nI0716 23:56:21.408266 1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/t5g 583\nI0716 23:56:21.608289 1 logs_generator.go:76] 10 PUT /api/v1/namespaces/kube-system/pods/gln 211\nI0716 23:56:21.808200 1 logs_generator.go:76] 11 GET /api/v1/namespaces/kube-system/pods/6w4z 219\nI0716 23:56:22.008244 1 logs_generator.go:76] 12 POST /api/v1/namespaces/ns/pods/2x7 532\nI0716 23:56:22.208295 1 logs_generator.go:76] 13 GET /api/v1/namespaces/kube-system/pods/zgd 456\nI0716 23:56:22.408263 1 logs_generator.go:76] 14 POST /api/v1/namespaces/ns/pods/8kt 218\nI0716 23:56:22.608261 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/6l9z 318\nI0716 23:56:22.808276 1 logs_generator.go:76] 16 GET /api/v1/namespaces/ns/pods/qvdh 275\nI0716 23:56:23.008263 1 logs_generator.go:76] 17 POST /api/v1/namespaces/default/pods/cdc 577\nI0716 23:56:23.208293 1 logs_generator.go:76] 18 GET /api/v1/namespaces/default/pods/xlb 397\nI0716 23:56:23.408718 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/4hvs 273\nI0716 23:56:23.608225 1 logs_generator.go:76] 20 GET /api/v1/namespaces/default/pods/qs6 359\nI0716 23:56:23.808384 1 logs_generator.go:76] 21 PUT /api/v1/namespaces/kube-system/pods/mmn 566\nI0716 23:56:24.008291 1 logs_generator.go:76] 22 PUT /api/v1/namespaces/default/pods/26c 382\n" [AfterEach] Kubectl logs /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1416 Jul 16 23:56:24.180: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete pod logs-generator --namespace=kubectl-2177' Jul 16 23:56:29.129: INFO: stderr: "" Jul 16 23:56:29.129: INFO: stdout: "pod \"logs-generator\" deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:29.129: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-2177" for this suite. • [SLOW TEST:12.310 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Kubectl logs /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1406 should be able to retrieve and filter logs [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs [Conformance]","total":294,"completed":108,"skipped":1883,"failed":0} SSS ------------------------------ [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:29.139: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0777 on tmpfs Jul 16 23:56:29.233: INFO: Waiting up to 5m0s for pod "pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9" in namespace "emptydir-7558" to be "Succeeded or Failed" Jul 16 23:56:29.236: INFO: Pod "pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.367618ms Jul 16 23:56:31.240: INFO: Pod "pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006890236s Jul 16 23:56:33.244: INFO: Pod "pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010676891s STEP: Saw pod success Jul 16 23:56:33.244: INFO: Pod "pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9" satisfied condition "Succeeded or Failed" Jul 16 23:56:33.247: INFO: Trying to get logs from node latest-worker2 pod pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9 container test-container: STEP: delete the pod Jul 16 23:56:33.279: INFO: Waiting for pod pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9 to disappear Jul 16 23:56:33.294: INFO: Pod pod-6052a4bf-9dee-4b8a-bc83-7dd2d1f21df9 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:33.294: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-7558" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":109,"skipped":1886,"failed":0} ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:33.302: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 16 23:56:37.440: INFO: Expected: &{OK} to match Container's Termination Message: OK -- STEP: delete the container [AfterEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:37.468: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-runtime-1319" for this suite. •{"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":294,"completed":110,"skipped":1886,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:37.477: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-e61641fa-3f99-4dfd-ab1a-6809c655d2fd STEP: Creating a pod to test consume secrets Jul 16 23:56:37.551: INFO: Waiting up to 5m0s for pod "pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473" in namespace "secrets-9527" to be "Succeeded or Failed" Jul 16 23:56:37.554: INFO: Pod "pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473": Phase="Pending", Reason="", readiness=false. Elapsed: 2.783295ms Jul 16 23:56:39.558: INFO: Pod "pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006972309s Jul 16 23:56:41.562: INFO: Pod "pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011201217s STEP: Saw pod success Jul 16 23:56:41.562: INFO: Pod "pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473" satisfied condition "Succeeded or Failed" Jul 16 23:56:41.565: INFO: Trying to get logs from node latest-worker pod pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473 container secret-volume-test: STEP: delete the pod Jul 16 23:56:41.616: INFO: Waiting for pod pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473 to disappear Jul 16 23:56:41.623: INFO: Pod pod-secrets-7ece628a-c0ee-4dfa-962b-0c02168f3473 no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:41.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-9527" for this suite. •{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":111,"skipped":1921,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:41.630: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename certificates STEP: Waiting for a default service account to be provisioned in namespace [It] should support CSR API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: getting /apis Jul 16 23:56:42.212: FAIL: expected certificates API group/version, got []v1.APIGroup{v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"v1", Version:"v1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"apiregistration.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"apiregistration.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"apiregistration.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"apiregistration.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"extensions", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"extensions/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"extensions/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"apps", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"apps/v1", Version:"v1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"apps/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"events.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"events.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"events.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"authentication.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"authentication.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"authentication.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"authentication.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"authorization.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"authorization.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"authorization.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"authorization.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"autoscaling", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v2beta1", Version:"v2beta1"}, v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v2beta2", Version:"v2beta2"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"batch", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"batch/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"batch/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"batch/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"certificates.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"certificates.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"certificates.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"networking.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"networking.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"networking.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"networking.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"policy", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"policy/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"policy/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"rbac.authorization.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"rbac.authorization.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"rbac.authorization.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"rbac.authorization.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"storage.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"storage.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"storage.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"storage.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"admissionregistration.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"admissionregistration.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"admissionregistration.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"admissionregistration.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"apiextensions.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"apiextensions.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"apiextensions.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"apiextensions.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"scheduling.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"scheduling.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"scheduling.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"scheduling.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"coordination.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"coordination.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"coordination.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"coordination.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"node.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"node.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"node.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"discovery.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"discovery.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"discovery.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}} Expected : false to equal : true Full Stack Trace k8s.io/kubernetes/test/e2e/auth.glob..func2.2() /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/auth/certificates.go:231 +0x7c7 k8s.io/kubernetes/test/e2e.RunE2ETests(0xc000172120) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e.go:130 +0x337 k8s.io/kubernetes/test/e2e.TestE2E(0xc000172120) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e_test.go:145 +0x2b testing.tRunner(0xc000172120, 0x4cc3740) /usr/local/go/src/testing/testing.go:991 +0xdc created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1042 +0x357 [AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 STEP: Collecting events from namespace "certificates-5866". STEP: Found 0 events. Jul 16 23:56:42.218: INFO: POD NODE PHASE GRACE CONDITIONS Jul 16 23:56:42.218: INFO: Jul 16 23:56:42.221: INFO: Logging node info for node latest-control-plane Jul 16 23:56:42.222: INFO: Node Info: &Node{ObjectMeta:{latest-control-plane /api/v1/nodes/latest-control-plane fab71f49-3955-4070-ba3f-a34ab7dbcb1f 1753234 0 2020-07-10 10:29:34 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-control-plane kubernetes.io/os:linux node-role.kubernetes.io/master:] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2020-07-10 10:29:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}},"f:labels":{"f:node-role.kubernetes.io/master":{}}}}} {kube-controller-manager Update v1 2020-07-10 10:30:09 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}},"f:taints":{}}}} {kubelet Update v1 2020-07-16 23:55:45 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.0.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:,},},ConfigSource:nil,PodCIDRs:[10.244.0.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-16 23:55:45 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-16 23:55:45 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-16 23:55:45 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-16 23:55:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:09 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.12,},NodeAddress{Type:Hostname,Address:latest-control-plane,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:08e3d1af94e64c419f74d6afa70f0d43,SystemUUID:b2b9a347-3d8a-409e-9c43-3d2f455385e1,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 16 23:56:42.222: INFO: Logging kubelet events for node latest-control-plane Jul 16 23:56:42.225: INFO: Logging pods the kubelet thinks is on node latest-control-plane Jul 16 23:56:42.245: INFO: kube-proxy-bvnbl started at 2020-07-10 10:29:53 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container kube-proxy ready: true, restart count 0 Jul 16 23:56:42.245: INFO: coredns-66bff467f8-lkg9r started at 2020-07-10 10:30:12 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container coredns ready: true, restart count 0 Jul 16 23:56:42.245: INFO: etcd-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container etcd ready: true, restart count 0 Jul 16 23:56:42.245: INFO: kube-scheduler-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container kube-scheduler ready: true, restart count 1 Jul 16 23:56:42.245: INFO: kindnet-6gzv5 started at 2020-07-10 10:29:53 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container kindnet-cni ready: true, restart count 0 Jul 16 23:56:42.245: INFO: local-path-provisioner-67795f75bd-wdgcp started at 2020-07-10 10:30:09 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container local-path-provisioner ready: true, restart count 0 Jul 16 23:56:42.245: INFO: kube-apiserver-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container kube-apiserver ready: true, restart count 0 Jul 16 23:56:42.245: INFO: kube-controller-manager-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container kube-controller-manager ready: true, restart count 1 Jul 16 23:56:42.245: INFO: coredns-66bff467f8-xqch9 started at 2020-07-10 10:30:09 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.245: INFO: Container coredns ready: true, restart count 0 W0716 23:56:42.250707 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 16 23:56:42.319: INFO: Latency metrics for node latest-control-plane Jul 16 23:56:42.319: INFO: Logging node info for node latest-worker Jul 16 23:56:42.322: INFO: Node Info: &Node{ObjectMeta:{latest-worker /api/v1/nodes/latest-worker ee905599-6d86-471c-8264-80d61eb4d02f 1753373 0 2020-07-10 10:30:12 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-worker kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kube-controller-manager Update v1 2020-07-10 10:30:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.2.0/24\"":{}}}}} {kubeadm Update v1 2020-07-10 10:30:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {e2e.test Update v1 2020-07-16 23:20:59 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:example.com/fakecpu":{},"f:scheduling.k8s.io/foo":{}}}}} {kubelet Update v1 2020-07-16 23:56:08 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:example.com/fakecpu":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{},"f:scheduling.k8s.io/foo":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.2.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.2.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},scheduling.k8s.io/foo: {{3 0} {} 3 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},scheduling.k8s.io/foo: {{3 0} {} 3 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-16 23:56:08 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-16 23:56:08 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-16 23:56:08 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-16 23:56:08 +0000 UTC,LastTransitionTime:2020-07-10 10:30:32 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.14,},NodeAddress{Type:Hostname,Address:latest-worker,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:469a70212bc546bfb73ddea4d8686893,SystemUUID:ff574bf8-eaa0-484e-9d22-817c6038d2e3,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[k8s.gcr.io/etcd@sha256:12f377200949c25fde1e54bba639d34d119edd7cfcfb1d117526dba677c03c85 k8s.gcr.io/etcd:3.4.7],SizeBytes:104221097,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/sample-apiserver@sha256:ff02aacd9766d597883fabafc7ad604c719a57611db1bcc1564c69a45b000a55 gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17],SizeBytes:25311280,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 docker.io/appropriate/curl:latest],SizeBytes:2779755,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 docker.io/library/busybox:latest],SizeBytes:767885,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},ContainerImage{Names:[docker.io/kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 docker.io/kubernetes/pause:latest],SizeBytes:74015,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 16 23:56:42.323: INFO: Logging kubelet events for node latest-worker Jul 16 23:56:42.326: INFO: Logging pods the kubelet thinks is on node latest-worker Jul 16 23:56:42.332: INFO: kindnet-qt4jk started at 2020-07-10 10:30:16 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.332: INFO: Container kindnet-cni ready: true, restart count 0 Jul 16 23:56:42.332: INFO: kube-proxy-xb9q4 started at 2020-07-10 10:30:16 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.332: INFO: Container kube-proxy ready: true, restart count 0 W0716 23:56:42.338425 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 16 23:56:42.377: INFO: Latency metrics for node latest-worker Jul 16 23:56:42.377: INFO: Logging node info for node latest-worker2 Jul 16 23:56:42.381: INFO: Node Info: &Node{ObjectMeta:{latest-worker2 /api/v1/nodes/latest-worker2 0ed4e844-533c-4115-b90e-6070300ff379 1753318 0 2020-07-10 10:30:11 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-worker2 kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2020-07-10 10:30:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {kube-controller-manager Update v1 2020-07-10 10:30:32 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.1.0/24\"":{}}}}} {e2e.test Update v1 2020-07-16 23:20:59 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:scheduling.k8s.io/foo":{}}}}} {kubelet Update v1 2020-07-16 23:56:03 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{},"f:scheduling.k8s.io/foo":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.1.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.1.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},scheduling.k8s.io/foo: {{3 0} {} 3 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},scheduling.k8s.io/foo: {{3 0} {} 3 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-16 23:56:03 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-16 23:56:03 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-16 23:56:03 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-16 23:56:03 +0000 UTC,LastTransitionTime:2020-07-10 10:30:32 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.11,},NodeAddress{Type:Hostname,Address:latest-worker2,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:58abb20e7a0b4d058f79f995dc3b2d92,SystemUUID:a7355a65-57ac-4117-ae3f-f79ca388e0d4,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/jessie-dnsutils@sha256:ad583e33cb284f7ef046673809b146ec4053cda19b54a85d2b180a86169715eb gcr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.0],SizeBytes:85425365,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 docker.io/appropriate/curl:latest],SizeBytes:2779755,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 docker.io/library/busybox:latest],SizeBytes:767885,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},ContainerImage{Names:[docker.io/kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 docker.io/kubernetes/pause:latest],SizeBytes:74015,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 16 23:56:42.381: INFO: Logging kubelet events for node latest-worker2 Jul 16 23:56:42.384: INFO: Logging pods the kubelet thinks is on node latest-worker2 Jul 16 23:56:42.389: INFO: kube-proxy-s596l started at 2020-07-10 10:30:17 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.389: INFO: Container kube-proxy ready: true, restart count 0 Jul 16 23:56:42.389: INFO: kindnet-gkkxx started at 2020-07-10 10:30:17 +0000 UTC (0+1 container statuses recorded) Jul 16 23:56:42.389: INFO: Container kindnet-cni ready: true, restart count 0 W0716 23:56:42.395319 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 16 23:56:42.439: INFO: Latency metrics for node latest-worker2 Jul 16 23:56:42.439: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "certificates-5866" for this suite. • Failure [0.817 seconds] [sig-auth] Certificates API [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/auth/framework.go:23 should support CSR API operations [Conformance] [It] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:56:42.212: expected certificates API group/version, got []v1.APIGroup{v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"v1", Version:"v1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"apiregistration.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"apiregistration.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"apiregistration.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"apiregistration.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"extensions", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"extensions/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"extensions/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"apps", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"apps/v1", Version:"v1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"apps/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"events.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"events.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"events.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"authentication.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"authentication.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"authentication.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"authentication.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"authorization.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"authorization.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"authorization.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"authorization.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"autoscaling", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v2beta1", Version:"v2beta1"}, v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v2beta2", Version:"v2beta2"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"autoscaling/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"batch", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"batch/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"batch/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"batch/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"certificates.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"certificates.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"certificates.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"networking.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"networking.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"networking.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"networking.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"policy", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"policy/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"policy/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"rbac.authorization.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"rbac.authorization.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"rbac.authorization.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"rbac.authorization.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"storage.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"storage.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"storage.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"storage.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"admissionregistration.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"admissionregistration.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"admissionregistration.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"admissionregistration.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"apiextensions.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"apiextensions.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"apiextensions.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"apiextensions.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"scheduling.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"scheduling.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"scheduling.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"scheduling.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"coordination.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"coordination.k8s.io/v1", Version:"v1"}, v1.GroupVersionForDiscovery{GroupVersion:"coordination.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"coordination.k8s.io/v1", Version:"v1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"node.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"node.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"node.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}, v1.APIGroup{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, Name:"discovery.k8s.io", Versions:[]v1.GroupVersionForDiscovery{v1.GroupVersionForDiscovery{GroupVersion:"discovery.k8s.io/v1beta1", Version:"v1beta1"}}, PreferredVersion:v1.GroupVersionForDiscovery{GroupVersion:"discovery.k8s.io/v1beta1", Version:"v1beta1"}, ServerAddressByClientCIDRs:[]v1.ServerAddressByClientCIDR(nil)}} Expected : false to equal : true /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/auth/certificates.go:231 ------------------------------ {"msg":"FAILED [sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","total":294,"completed":111,"skipped":1951,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:42.447: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0644 on tmpfs Jul 16 23:56:42.522: INFO: Waiting up to 5m0s for pod "pod-325b9eab-3690-4cda-9969-0c389a443ff7" in namespace "emptydir-2734" to be "Succeeded or Failed" Jul 16 23:56:42.602: INFO: Pod "pod-325b9eab-3690-4cda-9969-0c389a443ff7": Phase="Pending", Reason="", readiness=false. Elapsed: 80.587161ms Jul 16 23:56:44.607: INFO: Pod "pod-325b9eab-3690-4cda-9969-0c389a443ff7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.08484528s Jul 16 23:56:46.629: INFO: Pod "pod-325b9eab-3690-4cda-9969-0c389a443ff7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.106777695s STEP: Saw pod success Jul 16 23:56:46.629: INFO: Pod "pod-325b9eab-3690-4cda-9969-0c389a443ff7" satisfied condition "Succeeded or Failed" Jul 16 23:56:46.669: INFO: Trying to get logs from node latest-worker2 pod pod-325b9eab-3690-4cda-9969-0c389a443ff7 container test-container: STEP: delete the pod Jul 16 23:56:46.715: INFO: Waiting for pod pod-325b9eab-3690-4cda-9969-0c389a443ff7 to disappear Jul 16 23:56:46.726: INFO: Pod pod-325b9eab-3690-4cda-9969-0c389a443ff7 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:46.727: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-2734" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":112,"skipped":1960,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:46.751: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [BeforeEach] Kubectl run pod /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1540 [It] should create a pod from an image when restart is Never [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: running the image docker.io/library/httpd:2.4.38-alpine Jul 16 23:56:47.029: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config run e2e-test-httpd-pod --restart=Never --image=docker.io/library/httpd:2.4.38-alpine --namespace=kubectl-8877' Jul 16 23:56:47.149: INFO: stderr: "" Jul 16 23:56:47.149: INFO: stdout: "pod/e2e-test-httpd-pod created\n" STEP: verifying the pod e2e-test-httpd-pod was created [AfterEach] Kubectl run pod /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1545 Jul 16 23:56:47.187: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete pods e2e-test-httpd-pod --namespace=kubectl-8877' Jul 16 23:56:59.096: INFO: stderr: "" Jul 16 23:56:59.096: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:56:59.097: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-8877" for this suite. • [SLOW TEST:12.352 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Kubectl run pod /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1536 should create a pod from an image when restart is Never [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never [Conformance]","total":294,"completed":113,"skipped":1964,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:56:59.104: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:134 [It] should run and stop complex daemon [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:56:59.217: INFO: Creating daemon "daemon-set" with a node selector STEP: Initially, daemon pods should not be running on any nodes. Jul 16 23:56:59.224: INFO: Number of nodes with available pods: 0 Jul 16 23:56:59.224: INFO: Number of running nodes: 0, number of available pods: 0 STEP: Change node label to blue, check that daemon pod is launched. Jul 16 23:56:59.265: INFO: Number of nodes with available pods: 0 Jul 16 23:56:59.265: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:00.270: INFO: Number of nodes with available pods: 0 Jul 16 23:57:00.270: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:01.270: INFO: Number of nodes with available pods: 0 Jul 16 23:57:01.270: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:02.274: INFO: Number of nodes with available pods: 0 Jul 16 23:57:02.274: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:03.270: INFO: Number of nodes with available pods: 1 Jul 16 23:57:03.270: 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 Jul 16 23:57:03.302: INFO: Number of nodes with available pods: 1 Jul 16 23:57:03.302: INFO: Number of running nodes: 0, number of available pods: 1 Jul 16 23:57:04.305: INFO: Number of nodes with available pods: 0 Jul 16 23:57:04.305: 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 Jul 16 23:57:04.345: INFO: Number of nodes with available pods: 0 Jul 16 23:57:04.345: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:05.349: INFO: Number of nodes with available pods: 0 Jul 16 23:57:05.349: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:06.364: INFO: Number of nodes with available pods: 0 Jul 16 23:57:06.364: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:07.349: INFO: Number of nodes with available pods: 0 Jul 16 23:57:07.349: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:08.348: INFO: Number of nodes with available pods: 0 Jul 16 23:57:08.348: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:09.348: INFO: Number of nodes with available pods: 0 Jul 16 23:57:09.348: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:10.349: INFO: Number of nodes with available pods: 0 Jul 16 23:57:10.349: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:11.349: INFO: Number of nodes with available pods: 0 Jul 16 23:57:11.349: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:12.349: INFO: Number of nodes with available pods: 0 Jul 16 23:57:12.349: INFO: Node latest-worker2 is running more than one daemon pod Jul 16 23:57:13.349: INFO: Number of nodes with available pods: 1 Jul 16 23:57:13.349: INFO: Number of running nodes: 1, number of available pods: 1 [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:100 STEP: Deleting DaemonSet "daemon-set" STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-9463, will wait for the garbage collector to delete the pods Jul 16 23:57:13.414: INFO: Deleting DaemonSet.extensions daemon-set took: 6.27065ms Jul 16 23:57:13.714: INFO: Terminating DaemonSet.extensions daemon-set pods took: 300.263861ms Jul 16 23:57:19.218: INFO: Number of nodes with available pods: 0 Jul 16 23:57:19.218: INFO: Number of running nodes: 0, number of available pods: 0 Jul 16 23:57:19.220: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-9463/daemonsets","resourceVersion":"1753822"},"items":null} Jul 16 23:57:19.223: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-9463/pods","resourceVersion":"1753822"},"items":null} [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:57:19.259: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "daemonsets-9463" for this suite. • [SLOW TEST:20.188 seconds] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should run and stop complex daemon [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]","total":294,"completed":114,"skipped":1980,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:57:19.293: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename sched-preemption STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:89 Jul 16 23:57:19.415: INFO: Waiting up to 1m0s for all nodes to be ready Jul 16 23:58:19.438: INFO: Waiting for terminating namespaces to be deleted... [It] validates basic preemption works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Create pods that use 2/3 of node resources. Jul 16 23:58:19.460: INFO: Created pod: pod0-sched-preemption-low-priority Jul 16 23:58:19.525: INFO: Created pod: pod1-sched-preemption-medium-priority STEP: Wait for pods to be scheduled. STEP: Run a high priority pod that has same requirements as that of lower priority pod [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:58:43.586: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-preemption-225" for this suite. [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:77 • [SLOW TEST:84.354 seconds] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 validates basic preemption works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance]","total":294,"completed":115,"skipped":2016,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:58:43.647: 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 [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-59dda802-e704-4590-9b23-58a75d7327f7 STEP: Creating a pod to test consume configMaps Jul 16 23:58:43.797: INFO: Waiting up to 5m0s for pod "pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d" in namespace "configmap-7631" to be "Succeeded or Failed" Jul 16 23:58:43.850: INFO: Pod "pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d": Phase="Pending", Reason="", readiness=false. Elapsed: 53.024526ms Jul 16 23:58:45.855: INFO: Pod "pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.057407259s Jul 16 23:58:47.859: INFO: Pod "pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.061316451s STEP: Saw pod success Jul 16 23:58:47.859: INFO: Pod "pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d" satisfied condition "Succeeded or Failed" Jul 16 23:58:47.862: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d container configmap-volume-test: STEP: delete the pod Jul 16 23:58:47.912: INFO: Waiting for pod pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d to disappear Jul 16 23:58:47.921: INFO: Pod pod-configmaps-4da28f9b-c984-4fa9-8712-18f75999818d no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:58:47.921: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-7631" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","total":294,"completed":116,"skipped":2030,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSS ------------------------------ [sig-network] DNS should provide DNS for the cluster [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:58:47.931: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-8642.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-8642.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 Jul 16 23:58:56.296: INFO: DNS probes using dns-8642/dns-test-a328ecdf-18fe-4617-9d19-28fc9f79b032 succeeded STEP: deleting the pod [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:58:56.318: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-8642" for this suite. • [SLOW TEST:8.422 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide DNS for the cluster [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide DNS for the cluster [Conformance]","total":294,"completed":117,"skipped":2042,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:58:56.353: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:09.735: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-8718" for this suite. • [SLOW TEST:13.388 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a pod. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance]","total":294,"completed":118,"skipped":2045,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [k8s.io] Pods should be submitted and removed [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:09.741: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should be submitted and removed [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod STEP: setting up watch STEP: submitting the pod to kubernetes Jul 16 23:59:09.887: 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 pod deletion was observed [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:19.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-3274" for this suite. • [SLOW TEST:9.630 seconds] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should be submitted and removed [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Pods should be submitted and removed [NodeConformance] [Conformance]","total":294,"completed":119,"skipped":2049,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:19.372: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 16 23:59:19.871: INFO: Waiting up to 5m0s for pod "downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f" in namespace "projected-809" to be "Succeeded or Failed" Jul 16 23:59:19.978: INFO: Pod "downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f": Phase="Pending", Reason="", readiness=false. Elapsed: 107.433534ms Jul 16 23:59:21.983: INFO: Pod "downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.111661049s Jul 16 23:59:23.987: INFO: Pod "downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.116244885s Jul 16 23:59:25.991: INFO: Pod "downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.120336901s STEP: Saw pod success Jul 16 23:59:25.991: INFO: Pod "downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f" satisfied condition "Succeeded or Failed" Jul 16 23:59:25.995: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f container client-container: STEP: delete the pod Jul 16 23:59:26.068: INFO: Waiting for pod downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f to disappear Jul 16 23:59:26.071: INFO: Pod downwardapi-volume-38db1088-d948-4c8e-9b59-41952fa9ca5f no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:26.071: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-809" for this suite. • [SLOW TEST:6.706 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","total":294,"completed":120,"skipped":2061,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:26.078: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-06341a45-b7db-4752-966b-2ed10680a2e9 STEP: Creating a pod to test consume secrets Jul 16 23:59:26.283: INFO: Waiting up to 5m0s for pod "pod-secrets-c0111647-94c8-4438-9529-57e709929055" in namespace "secrets-642" to be "Succeeded or Failed" Jul 16 23:59:26.328: INFO: Pod "pod-secrets-c0111647-94c8-4438-9529-57e709929055": Phase="Pending", Reason="", readiness=false. Elapsed: 44.95036ms Jul 16 23:59:28.331: INFO: Pod "pod-secrets-c0111647-94c8-4438-9529-57e709929055": Phase="Pending", Reason="", readiness=false. Elapsed: 2.048545134s Jul 16 23:59:30.335: INFO: Pod "pod-secrets-c0111647-94c8-4438-9529-57e709929055": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.052096593s STEP: Saw pod success Jul 16 23:59:30.335: INFO: Pod "pod-secrets-c0111647-94c8-4438-9529-57e709929055" satisfied condition "Succeeded or Failed" Jul 16 23:59:30.337: INFO: Trying to get logs from node latest-worker pod pod-secrets-c0111647-94c8-4438-9529-57e709929055 container secret-volume-test: STEP: delete the pod Jul 16 23:59:30.566: INFO: Waiting for pod pod-secrets-c0111647-94c8-4438-9529-57e709929055 to disappear Jul 16 23:59:30.593: INFO: Pod pod-secrets-c0111647-94c8-4438-9529-57e709929055 no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:30.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-642" for this suite. STEP: Destroying namespace "secret-namespace-6214" 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":294,"completed":121,"skipped":2065,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:30.649: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-14b12ae3-fe7a-4ae0-99fa-dce5c54a61d3 STEP: Creating a pod to test consume configMaps Jul 16 23:59:30.755: INFO: Waiting up to 5m0s for pod "pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc" in namespace "configmap-2805" to be "Succeeded or Failed" Jul 16 23:59:30.786: INFO: Pod "pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc": Phase="Pending", Reason="", readiness=false. Elapsed: 30.778433ms Jul 16 23:59:32.790: INFO: Pod "pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.034650287s Jul 16 23:59:34.793: INFO: Pod "pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc": Phase="Running", Reason="", readiness=true. Elapsed: 4.038272252s Jul 16 23:59:36.797: INFO: Pod "pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.042184793s STEP: Saw pod success Jul 16 23:59:36.797: INFO: Pod "pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc" satisfied condition "Succeeded or Failed" Jul 16 23:59:36.800: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc container configmap-volume-test: STEP: delete the pod Jul 16 23:59:36.845: INFO: Waiting for pod pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc to disappear Jul 16 23:59:36.857: INFO: Pod pod-configmaps-b42fb5e2-3873-464b-b74d-dff5c6e10fdc no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:36.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-2805" for this suite. • [SLOW TEST:6.216 seconds] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:36 should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","total":294,"completed":122,"skipped":2088,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} S ------------------------------ [k8s.io] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:36.865: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:41 [It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 16 23:59:36.958: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-d8148dda-0a75-4220-8e7e-030bc325258f" in namespace "security-context-test-5940" to be "Succeeded or Failed" Jul 16 23:59:36.970: INFO: Pod "busybox-readonly-false-d8148dda-0a75-4220-8e7e-030bc325258f": Phase="Pending", Reason="", readiness=false. Elapsed: 12.536259ms Jul 16 23:59:38.975: INFO: Pod "busybox-readonly-false-d8148dda-0a75-4220-8e7e-030bc325258f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017490924s Jul 16 23:59:40.978: INFO: Pod "busybox-readonly-false-d8148dda-0a75-4220-8e7e-030bc325258f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.020633255s Jul 16 23:59:40.978: INFO: Pod "busybox-readonly-false-d8148dda-0a75-4220-8e7e-030bc325258f" satisfied condition "Succeeded or Failed" [AfterEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:40.979: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "security-context-test-5940" 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":294,"completed":123,"skipped":2089,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:40.986: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should create and stop a working application [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating all guestbook components Jul 16 23:59:41.081: INFO: apiVersion: v1 kind: Service metadata: name: agnhost-replica labels: app: agnhost role: replica tier: backend spec: ports: - port: 6379 selector: app: agnhost role: replica tier: backend Jul 16 23:59:41.082: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2464' Jul 16 23:59:44.586: INFO: stderr: "" Jul 16 23:59:44.586: INFO: stdout: "service/agnhost-replica created\n" Jul 16 23:59:44.586: INFO: apiVersion: v1 kind: Service metadata: name: agnhost-primary labels: app: agnhost role: primary tier: backend spec: ports: - port: 6379 targetPort: 6379 selector: app: agnhost role: primary tier: backend Jul 16 23:59:44.586: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2464' Jul 16 23:59:44.876: INFO: stderr: "" Jul 16 23:59:44.876: INFO: stdout: "service/agnhost-primary created\n" Jul 16 23:59:44.877: 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 Jul 16 23:59:44.877: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2464' Jul 16 23:59:45.175: INFO: stderr: "" Jul 16 23:59:45.175: INFO: stdout: "service/frontend created\n" Jul 16 23:59:45.175: 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: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 args: [ "guestbook", "--backend-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 80 Jul 16 23:59:45.175: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2464' Jul 16 23:59:45.448: INFO: stderr: "" Jul 16 23:59:45.448: INFO: stdout: "deployment.apps/frontend created\n" Jul 16 23:59:45.448: INFO: apiVersion: apps/v1 kind: Deployment metadata: name: agnhost-primary spec: replicas: 1 selector: matchLabels: app: agnhost role: primary tier: backend template: metadata: labels: app: agnhost role: primary tier: backend spec: containers: - name: primary image: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 args: [ "guestbook", "--http-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 6379 Jul 16 23:59:45.448: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2464' Jul 16 23:59:45.788: INFO: stderr: "" Jul 16 23:59:45.788: INFO: stdout: "deployment.apps/agnhost-primary created\n" Jul 16 23:59:45.788: INFO: apiVersion: apps/v1 kind: Deployment metadata: name: agnhost-replica spec: replicas: 2 selector: matchLabels: app: agnhost role: replica tier: backend template: metadata: labels: app: agnhost role: replica tier: backend spec: containers: - name: replica image: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 6379 Jul 16 23:59:45.789: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2464' Jul 16 23:59:46.056: INFO: stderr: "" Jul 16 23:59:46.056: INFO: stdout: "deployment.apps/agnhost-replica created\n" STEP: validating guestbook app Jul 16 23:59:46.056: INFO: Waiting for all frontend pods to be Running. Jul 16 23:59:56.107: INFO: Waiting for frontend to serve content. Jul 16 23:59:56.133: INFO: Trying to add a new entry to the guestbook. Jul 16 23:59:56.142: INFO: Verifying that added entry can be retrieved. STEP: using delete to clean up resources Jul 16 23:59:56.151: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2464' Jul 16 23:59:56.345: 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" Jul 16 23:59:56.345: INFO: stdout: "service \"agnhost-replica\" force deleted\n" STEP: using delete to clean up resources Jul 16 23:59:56.345: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2464' Jul 16 23:59:56.501: 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" Jul 16 23:59:56.501: INFO: stdout: "service \"agnhost-primary\" force deleted\n" STEP: using delete to clean up resources Jul 16 23:59:56.501: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2464' Jul 16 23:59:56.664: 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" Jul 16 23:59:56.664: INFO: stdout: "service \"frontend\" force deleted\n" STEP: using delete to clean up resources Jul 16 23:59:56.664: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2464' Jul 16 23:59:56.790: 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" Jul 16 23:59:56.790: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" STEP: using delete to clean up resources Jul 16 23:59:56.790: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2464' Jul 16 23:59:57.485: 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" Jul 16 23:59:57.485: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" STEP: using delete to clean up resources Jul 16 23:59:57.486: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2464' Jul 16 23:59:57.828: 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" Jul 16 23:59:57.828: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 16 23:59:57.828: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-2464" for this suite. • [SLOW TEST:17.055 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Guestbook application /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:350 should create and stop a working application [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]","total":294,"completed":124,"skipped":2103,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 16 23:59:58.042: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod STEP: submitting the pod to kubernetes STEP: verifying the pod is in kubernetes STEP: updating the pod Jul 17 00:00:06.081: INFO: Successfully updated pod "pod-update-activedeadlineseconds-973698ef-c76a-4ed6-ba7d-28efe85bc9ca" Jul 17 00:00:06.081: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-973698ef-c76a-4ed6-ba7d-28efe85bc9ca" in namespace "pods-2976" to be "terminated due to deadline exceeded" Jul 17 00:00:06.093: INFO: Pod "pod-update-activedeadlineseconds-973698ef-c76a-4ed6-ba7d-28efe85bc9ca": Phase="Running", Reason="", readiness=true. Elapsed: 11.776768ms Jul 17 00:00:08.097: INFO: Pod "pod-update-activedeadlineseconds-973698ef-c76a-4ed6-ba7d-28efe85bc9ca": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 2.01591119s Jul 17 00:00:08.097: INFO: Pod "pod-update-activedeadlineseconds-973698ef-c76a-4ed6-ba7d-28efe85bc9ca" satisfied condition "terminated due to deadline exceeded" [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:00:08.097: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-2976" for this suite. • [SLOW TEST:10.064 seconds] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]","total":294,"completed":125,"skipped":2132,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSS ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] [sig-node] Pods Extended /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:00:08.107: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/node/pods.go:161 [It] should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:00:08.207: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-3052" 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":294,"completed":126,"skipped":2139,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:00:08.303: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:00:13.665: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- STEP: delete the container [AfterEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:00:13.734: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-runtime-8083" for this suite. • [SLOW TEST:5.437 seconds] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 blackbox test /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:41 on terminated container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:134 should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"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":294,"completed":127,"skipped":2164,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSS ------------------------------ [k8s.io] [sig-node] PreStop should call prestop when killing a pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] [sig-node] PreStop /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:00:13.741: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/node/pre_stop.go:171 [It] should call prestop when killing a pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating server pod server in namespace prestop-5419 STEP: Waiting for pods to come up. STEP: Creating tester pod tester in namespace prestop-5419 STEP: Deleting pre-stop pod Jul 17 00:00:26.924: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:00:26.930: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "prestop-5419" for this suite. • [SLOW TEST:13.235 seconds] [k8s.io] [sig-node] PreStop /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should call prestop when killing a pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] [sig-node] PreStop should call prestop when killing a pod [Conformance]","total":294,"completed":128,"skipped":2177,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:00:26.976: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Performing setup for networking test in namespace pod-network-test-2789 STEP: creating a selector STEP: Creating the service pods in kubernetes Jul 17 00:00:27.019: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable Jul 17 00:00:27.462: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:00:29.601: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:00:31.655: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:33.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:35.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:37.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:39.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:41.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:43.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:45.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:47.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:49.466: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:00:51.467: INFO: The status of Pod netserver-0 is Running (Ready = true) Jul 17 00:00:51.472: INFO: The status of Pod netserver-1 is Running (Ready = false) Jul 17 00:00:53.476: INFO: The status of Pod netserver-1 is Running (Ready = true) STEP: Creating test pods Jul 17 00:00:57.941: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.244.2.231 8081 | grep -v '^\s*$'] Namespace:pod-network-test-2789 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:00:57.941: INFO: >>> kubeConfig: /root/.kube/config I0717 00:00:57.975371 7 log.go:181] (0xc0054e64d0) (0xc001d3a780) Create stream I0717 00:00:57.975419 7 log.go:181] (0xc0054e64d0) (0xc001d3a780) Stream added, broadcasting: 1 I0717 00:00:57.978006 7 log.go:181] (0xc0054e64d0) Reply frame received for 1 I0717 00:00:57.978047 7 log.go:181] (0xc0054e64d0) (0xc0024c3c20) Create stream I0717 00:00:57.978060 7 log.go:181] (0xc0054e64d0) (0xc0024c3c20) Stream added, broadcasting: 3 I0717 00:00:57.979172 7 log.go:181] (0xc0054e64d0) Reply frame received for 3 I0717 00:00:57.979228 7 log.go:181] (0xc0054e64d0) (0xc0021f9e00) Create stream I0717 00:00:57.979249 7 log.go:181] (0xc0054e64d0) (0xc0021f9e00) Stream added, broadcasting: 5 I0717 00:00:57.980175 7 log.go:181] (0xc0054e64d0) Reply frame received for 5 I0717 00:00:59.046186 7 log.go:181] (0xc0054e64d0) Data frame received for 3 I0717 00:00:59.046243 7 log.go:181] (0xc0024c3c20) (3) Data frame handling I0717 00:00:59.046288 7 log.go:181] (0xc0054e64d0) Data frame received for 5 I0717 00:00:59.046323 7 log.go:181] (0xc0021f9e00) (5) Data frame handling I0717 00:00:59.046353 7 log.go:181] (0xc0024c3c20) (3) Data frame sent I0717 00:00:59.046370 7 log.go:181] (0xc0054e64d0) Data frame received for 3 I0717 00:00:59.046387 7 log.go:181] (0xc0024c3c20) (3) Data frame handling I0717 00:00:59.048379 7 log.go:181] (0xc0054e64d0) Data frame received for 1 I0717 00:00:59.048410 7 log.go:181] (0xc001d3a780) (1) Data frame handling I0717 00:00:59.048430 7 log.go:181] (0xc001d3a780) (1) Data frame sent I0717 00:00:59.048475 7 log.go:181] (0xc0054e64d0) (0xc001d3a780) Stream removed, broadcasting: 1 I0717 00:00:59.048506 7 log.go:181] (0xc0054e64d0) Go away received I0717 00:00:59.048609 7 log.go:181] (0xc0054e64d0) (0xc001d3a780) Stream removed, broadcasting: 1 I0717 00:00:59.048647 7 log.go:181] (0xc0054e64d0) (0xc0024c3c20) Stream removed, broadcasting: 3 I0717 00:00:59.048665 7 log.go:181] (0xc0054e64d0) (0xc0021f9e00) Stream removed, broadcasting: 5 Jul 17 00:00:59.048: INFO: Found all expected endpoints: [netserver-0] Jul 17 00:00:59.052: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.244.1.147 8081 | grep -v '^\s*$'] Namespace:pod-network-test-2789 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:00:59.052: INFO: >>> kubeConfig: /root/.kube/config I0717 00:00:59.085425 7 log.go:181] (0xc002972630) (0xc00226a140) Create stream I0717 00:00:59.085446 7 log.go:181] (0xc002972630) (0xc00226a140) Stream added, broadcasting: 1 I0717 00:00:59.088109 7 log.go:181] (0xc002972630) Reply frame received for 1 I0717 00:00:59.088179 7 log.go:181] (0xc002972630) (0xc00226a280) Create stream I0717 00:00:59.088196 7 log.go:181] (0xc002972630) (0xc00226a280) Stream added, broadcasting: 3 I0717 00:00:59.089226 7 log.go:181] (0xc002972630) Reply frame received for 3 I0717 00:00:59.089268 7 log.go:181] (0xc002972630) (0xc0021f9f40) Create stream I0717 00:00:59.089284 7 log.go:181] (0xc002972630) (0xc0021f9f40) Stream added, broadcasting: 5 I0717 00:00:59.090424 7 log.go:181] (0xc002972630) Reply frame received for 5 I0717 00:01:00.160005 7 log.go:181] (0xc002972630) Data frame received for 5 I0717 00:01:00.160068 7 log.go:181] (0xc0021f9f40) (5) Data frame handling I0717 00:01:00.160106 7 log.go:181] (0xc002972630) Data frame received for 3 I0717 00:01:00.160132 7 log.go:181] (0xc00226a280) (3) Data frame handling I0717 00:01:00.160168 7 log.go:181] (0xc00226a280) (3) Data frame sent I0717 00:01:00.160199 7 log.go:181] (0xc002972630) Data frame received for 3 I0717 00:01:00.160217 7 log.go:181] (0xc00226a280) (3) Data frame handling I0717 00:01:00.161887 7 log.go:181] (0xc002972630) Data frame received for 1 I0717 00:01:00.161918 7 log.go:181] (0xc00226a140) (1) Data frame handling I0717 00:01:00.161931 7 log.go:181] (0xc00226a140) (1) Data frame sent I0717 00:01:00.161955 7 log.go:181] (0xc002972630) (0xc00226a140) Stream removed, broadcasting: 1 I0717 00:01:00.161976 7 log.go:181] (0xc002972630) Go away received I0717 00:01:00.162099 7 log.go:181] (0xc002972630) (0xc00226a140) Stream removed, broadcasting: 1 I0717 00:01:00.162126 7 log.go:181] (0xc002972630) (0xc00226a280) Stream removed, broadcasting: 3 I0717 00:01:00.162158 7 log.go:181] (0xc002972630) (0xc0021f9f40) Stream removed, broadcasting: 5 Jul 17 00:01:00.162: INFO: Found all expected endpoints: [netserver-1] [AfterEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:01:00.162: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-network-test-2789" for this suite. • [SLOW TEST:33.197 seconds] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26 Granular Checks: Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29 should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":129,"skipped":2210,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:01:00.173: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:01:16.728: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-979" for this suite. • [SLOW TEST:16.563 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should verify ResourceQuota with best effort scope. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]","total":294,"completed":130,"skipped":2231,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:01:16.737: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:88 [BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:103 STEP: Creating service test in namespace statefulset-1600 [It] Should recreate evicted statefulset [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Looking for a node to schedule stateful set and pod STEP: Creating pod with conflicting port in namespace statefulset-1600 STEP: Creating statefulset with conflicting port in namespace statefulset-1600 STEP: Waiting until pod test-pod will start running in namespace statefulset-1600 STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-1600 Jul 17 00:01:21.009: INFO: Observed stateful pod in namespace: statefulset-1600, name: ss-0, uid: d40b10ed-6d53-4166-be49-4559575514c2, status phase: Pending. Waiting for statefulset controller to delete. Jul 17 00:01:21.491: INFO: Observed stateful pod in namespace: statefulset-1600, name: ss-0, uid: d40b10ed-6d53-4166-be49-4559575514c2, status phase: Failed. Waiting for statefulset controller to delete. Jul 17 00:01:21.516: INFO: Observed stateful pod in namespace: statefulset-1600, name: ss-0, uid: d40b10ed-6d53-4166-be49-4559575514c2, status phase: Failed. Waiting for statefulset controller to delete. Jul 17 00:01:21.529: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-1600 STEP: Removing pod with conflicting port in namespace statefulset-1600 STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-1600 and will be in running state [AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:114 Jul 17 00:01:27.624: INFO: Deleting all statefulset in ns statefulset-1600 Jul 17 00:01:27.627: INFO: Scaling statefulset ss to 0 Jul 17 00:01:47.661: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:01:47.664: INFO: Deleting statefulset ss [AfterEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:01:47.679: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "statefulset-1600" for this suite. • [SLOW TEST:30.947 seconds] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 Should recreate evicted statefulset [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]","total":294,"completed":131,"skipped":2235,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:01:47.685: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:88 [BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:103 STEP: Creating service test in namespace statefulset-4660 [It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating stateful set ss in namespace statefulset-4660 STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-4660 Jul 17 00:01:47.797: INFO: Found 0 stateful pods, waiting for 1 Jul 17 00:01:57.801: 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 Jul 17 00:01:57.804: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:01:58.058: INFO: stderr: "I0717 00:01:57.943323 1898 log.go:181] (0xc00093d340) (0xc000934820) Create stream\nI0717 00:01:57.943383 1898 log.go:181] (0xc00093d340) (0xc000934820) Stream added, broadcasting: 1\nI0717 00:01:57.948288 1898 log.go:181] (0xc00093d340) Reply frame received for 1\nI0717 00:01:57.948345 1898 log.go:181] (0xc00093d340) (0xc00002efa0) Create stream\nI0717 00:01:57.948370 1898 log.go:181] (0xc00093d340) (0xc00002efa0) Stream added, broadcasting: 3\nI0717 00:01:57.949374 1898 log.go:181] (0xc00093d340) Reply frame received for 3\nI0717 00:01:57.949415 1898 log.go:181] (0xc00093d340) (0xc00002f4a0) Create stream\nI0717 00:01:57.949424 1898 log.go:181] (0xc00093d340) (0xc00002f4a0) Stream added, broadcasting: 5\nI0717 00:01:57.950283 1898 log.go:181] (0xc00093d340) Reply frame received for 5\nI0717 00:01:58.017072 1898 log.go:181] (0xc00093d340) Data frame received for 5\nI0717 00:01:58.017108 1898 log.go:181] (0xc00002f4a0) (5) Data frame handling\nI0717 00:01:58.017134 1898 log.go:181] (0xc00002f4a0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:01:58.052298 1898 log.go:181] (0xc00093d340) Data frame received for 3\nI0717 00:01:58.052344 1898 log.go:181] (0xc00002efa0) (3) Data frame handling\nI0717 00:01:58.052374 1898 log.go:181] (0xc00002efa0) (3) Data frame sent\nI0717 00:01:58.052571 1898 log.go:181] (0xc00093d340) Data frame received for 3\nI0717 00:01:58.052592 1898 log.go:181] (0xc00002efa0) (3) Data frame handling\nI0717 00:01:58.052845 1898 log.go:181] (0xc00093d340) Data frame received for 5\nI0717 00:01:58.052868 1898 log.go:181] (0xc00002f4a0) (5) Data frame handling\nI0717 00:01:58.054660 1898 log.go:181] (0xc00093d340) Data frame received for 1\nI0717 00:01:58.054684 1898 log.go:181] (0xc000934820) (1) Data frame handling\nI0717 00:01:58.054690 1898 log.go:181] (0xc000934820) (1) Data frame sent\nI0717 00:01:58.054720 1898 log.go:181] (0xc00093d340) (0xc000934820) Stream removed, broadcasting: 1\nI0717 00:01:58.054817 1898 log.go:181] (0xc00093d340) Go away received\nI0717 00:01:58.055073 1898 log.go:181] (0xc00093d340) (0xc000934820) Stream removed, broadcasting: 1\nI0717 00:01:58.055085 1898 log.go:181] (0xc00093d340) (0xc00002efa0) Stream removed, broadcasting: 3\nI0717 00:01:58.055091 1898 log.go:181] (0xc00093d340) (0xc00002f4a0) Stream removed, broadcasting: 5\n" Jul 17 00:01:58.058: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:01:58.058: 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' Jul 17 00:01:58.062: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true Jul 17 00:02:08.067: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:02:08.067: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:02:08.105: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:02:08.105: INFO: ss-0 latest-worker Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:58 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:58 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC }] Jul 17 00:02:08.105: INFO: Jul 17 00:02:08.105: INFO: StatefulSet ss has not reached scale 3, at 1 Jul 17 00:02:09.110: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.97347849s Jul 17 00:02:10.114: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.968296817s Jul 17 00:02:11.124: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.963856971s Jul 17 00:02:12.129: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.953729601s Jul 17 00:02:13.134: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.948803395s Jul 17 00:02:14.139: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.943995713s Jul 17 00:02:15.144: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.938807258s Jul 17 00:02:16.148: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.934289862s Jul 17 00:02:17.154: INFO: Verifying statefulset ss doesn't scale past 3 for another 929.67493ms STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-4660 Jul 17 00:02:18.159: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:02:18.386: INFO: stderr: "I0717 00:02:18.296600 1916 log.go:181] (0xc000eb2e70) (0xc000c9b7c0) Create stream\nI0717 00:02:18.296647 1916 log.go:181] (0xc000eb2e70) (0xc000c9b7c0) Stream added, broadcasting: 1\nI0717 00:02:18.301573 1916 log.go:181] (0xc000eb2e70) Reply frame received for 1\nI0717 00:02:18.301617 1916 log.go:181] (0xc000eb2e70) (0xc000816d20) Create stream\nI0717 00:02:18.301630 1916 log.go:181] (0xc000eb2e70) (0xc000816d20) Stream added, broadcasting: 3\nI0717 00:02:18.302624 1916 log.go:181] (0xc000eb2e70) Reply frame received for 3\nI0717 00:02:18.302666 1916 log.go:181] (0xc000eb2e70) (0xc00058a3c0) Create stream\nI0717 00:02:18.302681 1916 log.go:181] (0xc000eb2e70) (0xc00058a3c0) Stream added, broadcasting: 5\nI0717 00:02:18.303672 1916 log.go:181] (0xc000eb2e70) Reply frame received for 5\nI0717 00:02:18.376987 1916 log.go:181] (0xc000eb2e70) Data frame received for 3\nI0717 00:02:18.377026 1916 log.go:181] (0xc000816d20) (3) Data frame handling\nI0717 00:02:18.377044 1916 log.go:181] (0xc000816d20) (3) Data frame sent\nI0717 00:02:18.377098 1916 log.go:181] (0xc000eb2e70) Data frame received for 3\nI0717 00:02:18.377112 1916 log.go:181] (0xc000816d20) (3) Data frame handling\nI0717 00:02:18.377136 1916 log.go:181] (0xc000eb2e70) Data frame received for 5\nI0717 00:02:18.377150 1916 log.go:181] (0xc00058a3c0) (5) Data frame handling\nI0717 00:02:18.377166 1916 log.go:181] (0xc00058a3c0) (5) Data frame sent\nI0717 00:02:18.377190 1916 log.go:181] (0xc000eb2e70) Data frame received for 5\nI0717 00:02:18.377203 1916 log.go:181] (0xc00058a3c0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:02:18.381079 1916 log.go:181] (0xc000eb2e70) Data frame received for 1\nI0717 00:02:18.381106 1916 log.go:181] (0xc000c9b7c0) (1) Data frame handling\nI0717 00:02:18.381119 1916 log.go:181] (0xc000c9b7c0) (1) Data frame sent\nI0717 00:02:18.381257 1916 log.go:181] (0xc000eb2e70) (0xc000c9b7c0) Stream removed, broadcasting: 1\nI0717 00:02:18.381412 1916 log.go:181] (0xc000eb2e70) Go away received\nI0717 00:02:18.381825 1916 log.go:181] (0xc000eb2e70) (0xc000c9b7c0) Stream removed, broadcasting: 1\nI0717 00:02:18.381856 1916 log.go:181] (0xc000eb2e70) (0xc000816d20) Stream removed, broadcasting: 3\nI0717 00:02:18.381874 1916 log.go:181] (0xc000eb2e70) (0xc00058a3c0) Stream removed, broadcasting: 5\n" Jul 17 00:02:18.386: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:02:18.386: 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' Jul 17 00:02:18.386: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:02:18.599: INFO: stderr: "I0717 00:02:18.517090 1934 log.go:181] (0xc000cb5080) (0xc000b91ae0) Create stream\nI0717 00:02:18.517155 1934 log.go:181] (0xc000cb5080) (0xc000b91ae0) Stream added, broadcasting: 1\nI0717 00:02:18.521070 1934 log.go:181] (0xc000cb5080) Reply frame received for 1\nI0717 00:02:18.521127 1934 log.go:181] (0xc000cb5080) (0xc0008f7ae0) Create stream\nI0717 00:02:18.521151 1934 log.go:181] (0xc000cb5080) (0xc0008f7ae0) Stream added, broadcasting: 3\nI0717 00:02:18.523593 1934 log.go:181] (0xc000cb5080) Reply frame received for 3\nI0717 00:02:18.523647 1934 log.go:181] (0xc000cb5080) (0xc0003b7c20) Create stream\nI0717 00:02:18.523667 1934 log.go:181] (0xc000cb5080) (0xc0003b7c20) Stream added, broadcasting: 5\nI0717 00:02:18.524884 1934 log.go:181] (0xc000cb5080) Reply frame received for 5\nI0717 00:02:18.592172 1934 log.go:181] (0xc000cb5080) Data frame received for 5\nI0717 00:02:18.592203 1934 log.go:181] (0xc0003b7c20) (5) Data frame handling\nI0717 00:02:18.592225 1934 log.go:181] (0xc000cb5080) Data frame received for 3\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\nI0717 00:02:18.592253 1934 log.go:181] (0xc0008f7ae0) (3) Data frame handling\nI0717 00:02:18.592294 1934 log.go:181] (0xc0008f7ae0) (3) Data frame sent\nI0717 00:02:18.592310 1934 log.go:181] (0xc000cb5080) Data frame received for 3\nI0717 00:02:18.592340 1934 log.go:181] (0xc0008f7ae0) (3) Data frame handling\nI0717 00:02:18.592367 1934 log.go:181] (0xc0003b7c20) (5) Data frame sent\nI0717 00:02:18.592380 1934 log.go:181] (0xc000cb5080) Data frame received for 5\nI0717 00:02:18.592389 1934 log.go:181] (0xc0003b7c20) (5) Data frame handling\nI0717 00:02:18.594433 1934 log.go:181] (0xc000cb5080) Data frame received for 1\nI0717 00:02:18.594463 1934 log.go:181] (0xc000b91ae0) (1) Data frame handling\nI0717 00:02:18.594477 1934 log.go:181] (0xc000b91ae0) (1) Data frame sent\nI0717 00:02:18.594491 1934 log.go:181] (0xc000cb5080) (0xc000b91ae0) Stream removed, broadcasting: 1\nI0717 00:02:18.594510 1934 log.go:181] (0xc000cb5080) Go away received\nI0717 00:02:18.594842 1934 log.go:181] (0xc000cb5080) (0xc000b91ae0) Stream removed, broadcasting: 1\nI0717 00:02:18.594858 1934 log.go:181] (0xc000cb5080) (0xc0008f7ae0) Stream removed, broadcasting: 3\nI0717 00:02:18.594867 1934 log.go:181] (0xc000cb5080) (0xc0003b7c20) Stream removed, broadcasting: 5\n" Jul 17 00:02:18.599: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:02:18.599: 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' Jul 17 00:02:18.599: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:02:18.849: INFO: stderr: "I0717 00:02:18.787710 1952 log.go:181] (0xc00003b340) (0xc000af8320) Create stream\nI0717 00:02:18.787770 1952 log.go:181] (0xc00003b340) (0xc000af8320) Stream added, broadcasting: 1\nI0717 00:02:18.794471 1952 log.go:181] (0xc00003b340) Reply frame received for 1\nI0717 00:02:18.794508 1952 log.go:181] (0xc00003b340) (0xc000a985a0) Create stream\nI0717 00:02:18.794517 1952 log.go:181] (0xc00003b340) (0xc000a985a0) Stream added, broadcasting: 3\nI0717 00:02:18.795434 1952 log.go:181] (0xc00003b340) Reply frame received for 3\nI0717 00:02:18.795469 1952 log.go:181] (0xc00003b340) (0xc000a00000) Create stream\nI0717 00:02:18.795477 1952 log.go:181] (0xc00003b340) (0xc000a00000) Stream added, broadcasting: 5\nI0717 00:02:18.796195 1952 log.go:181] (0xc00003b340) Reply frame received for 5\nI0717 00:02:18.842895 1952 log.go:181] (0xc00003b340) Data frame received for 3\nI0717 00:02:18.842951 1952 log.go:181] (0xc000a985a0) (3) Data frame handling\nI0717 00:02:18.842973 1952 log.go:181] (0xc000a985a0) (3) Data frame sent\nI0717 00:02:18.843004 1952 log.go:181] (0xc00003b340) Data frame received for 3\nI0717 00:02:18.843021 1952 log.go:181] (0xc000a985a0) (3) Data frame handling\nI0717 00:02:18.843050 1952 log.go:181] (0xc00003b340) Data frame received for 5\nI0717 00:02:18.843078 1952 log.go:181] (0xc000a00000) (5) Data frame handling\nI0717 00:02:18.843109 1952 log.go:181] (0xc000a00000) (5) Data frame sent\nI0717 00:02:18.843129 1952 log.go:181] (0xc00003b340) Data frame received for 5\nI0717 00:02:18.843146 1952 log.go:181] (0xc000a00000) (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\nI0717 00:02:18.844333 1952 log.go:181] (0xc00003b340) Data frame received for 1\nI0717 00:02:18.844361 1952 log.go:181] (0xc000af8320) (1) Data frame handling\nI0717 00:02:18.844379 1952 log.go:181] (0xc000af8320) (1) Data frame sent\nI0717 00:02:18.844393 1952 log.go:181] (0xc00003b340) (0xc000af8320) Stream removed, broadcasting: 1\nI0717 00:02:18.844407 1952 log.go:181] (0xc00003b340) Go away received\nI0717 00:02:18.844970 1952 log.go:181] (0xc00003b340) (0xc000af8320) Stream removed, broadcasting: 1\nI0717 00:02:18.844994 1952 log.go:181] (0xc00003b340) (0xc000a985a0) Stream removed, broadcasting: 3\nI0717 00:02:18.845005 1952 log.go:181] (0xc00003b340) (0xc000a00000) Stream removed, broadcasting: 5\n" Jul 17 00:02:18.849: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:02:18.849: 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' Jul 17 00:02:18.853: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:02:18.853: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:02:18.853: 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 Jul 17 00:02:18.856: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:02:19.054: INFO: stderr: "I0717 00:02:18.986681 1969 log.go:181] (0xc000973080) (0xc000b1dc20) Create stream\nI0717 00:02:18.986720 1969 log.go:181] (0xc000973080) (0xc000b1dc20) Stream added, broadcasting: 1\nI0717 00:02:18.989020 1969 log.go:181] (0xc000973080) Reply frame received for 1\nI0717 00:02:18.989180 1969 log.go:181] (0xc000973080) (0xc00072be00) Create stream\nI0717 00:02:18.989210 1969 log.go:181] (0xc000973080) (0xc00072be00) Stream added, broadcasting: 3\nI0717 00:02:18.991274 1969 log.go:181] (0xc000973080) Reply frame received for 3\nI0717 00:02:18.991294 1969 log.go:181] (0xc000973080) (0xc000af0aa0) Create stream\nI0717 00:02:18.991302 1969 log.go:181] (0xc000973080) (0xc000af0aa0) Stream added, broadcasting: 5\nI0717 00:02:18.992248 1969 log.go:181] (0xc000973080) Reply frame received for 5\nI0717 00:02:19.047776 1969 log.go:181] (0xc000973080) Data frame received for 5\nI0717 00:02:19.047819 1969 log.go:181] (0xc000af0aa0) (5) Data frame handling\nI0717 00:02:19.047842 1969 log.go:181] (0xc000af0aa0) (5) Data frame sent\nI0717 00:02:19.047859 1969 log.go:181] (0xc000973080) Data frame received for 5\nI0717 00:02:19.047876 1969 log.go:181] (0xc000af0aa0) (5) Data frame handling\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:02:19.047910 1969 log.go:181] (0xc000973080) Data frame received for 3\nI0717 00:02:19.047937 1969 log.go:181] (0xc00072be00) (3) Data frame handling\nI0717 00:02:19.047980 1969 log.go:181] (0xc00072be00) (3) Data frame sent\nI0717 00:02:19.047993 1969 log.go:181] (0xc000973080) Data frame received for 3\nI0717 00:02:19.048003 1969 log.go:181] (0xc00072be00) (3) Data frame handling\nI0717 00:02:19.049192 1969 log.go:181] (0xc000973080) Data frame received for 1\nI0717 00:02:19.049235 1969 log.go:181] (0xc000b1dc20) (1) Data frame handling\nI0717 00:02:19.049272 1969 log.go:181] (0xc000b1dc20) (1) Data frame sent\nI0717 00:02:19.049321 1969 log.go:181] (0xc000973080) (0xc000b1dc20) Stream removed, broadcasting: 1\nI0717 00:02:19.049354 1969 log.go:181] (0xc000973080) Go away received\nI0717 00:02:19.049721 1969 log.go:181] (0xc000973080) (0xc000b1dc20) Stream removed, broadcasting: 1\nI0717 00:02:19.049738 1969 log.go:181] (0xc000973080) (0xc00072be00) Stream removed, broadcasting: 3\nI0717 00:02:19.049746 1969 log.go:181] (0xc000973080) (0xc000af0aa0) Stream removed, broadcasting: 5\n" Jul 17 00:02:19.054: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:02:19.054: 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' Jul 17 00:02:19.054: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:02:19.309: INFO: stderr: "I0717 00:02:19.192129 1987 log.go:181] (0xc00092b1e0) (0xc000ae3360) Create stream\nI0717 00:02:19.192178 1987 log.go:181] (0xc00092b1e0) (0xc000ae3360) Stream added, broadcasting: 1\nI0717 00:02:19.195278 1987 log.go:181] (0xc00092b1e0) Reply frame received for 1\nI0717 00:02:19.195333 1987 log.go:181] (0xc00092b1e0) (0xc000e121e0) Create stream\nI0717 00:02:19.195359 1987 log.go:181] (0xc00092b1e0) (0xc000e121e0) Stream added, broadcasting: 3\nI0717 00:02:19.197556 1987 log.go:181] (0xc00092b1e0) Reply frame received for 3\nI0717 00:02:19.197626 1987 log.go:181] (0xc00092b1e0) (0xc0003bab40) Create stream\nI0717 00:02:19.197658 1987 log.go:181] (0xc00092b1e0) (0xc0003bab40) Stream added, broadcasting: 5\nI0717 00:02:19.198732 1987 log.go:181] (0xc00092b1e0) Reply frame received for 5\nI0717 00:02:19.275238 1987 log.go:181] (0xc00092b1e0) Data frame received for 5\nI0717 00:02:19.275274 1987 log.go:181] (0xc0003bab40) (5) Data frame handling\nI0717 00:02:19.275296 1987 log.go:181] (0xc0003bab40) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:02:19.301903 1987 log.go:181] (0xc00092b1e0) Data frame received for 5\nI0717 00:02:19.301938 1987 log.go:181] (0xc0003bab40) (5) Data frame handling\nI0717 00:02:19.301974 1987 log.go:181] (0xc00092b1e0) Data frame received for 3\nI0717 00:02:19.302005 1987 log.go:181] (0xc000e121e0) (3) Data frame handling\nI0717 00:02:19.302035 1987 log.go:181] (0xc000e121e0) (3) Data frame sent\nI0717 00:02:19.302122 1987 log.go:181] (0xc00092b1e0) Data frame received for 3\nI0717 00:02:19.302140 1987 log.go:181] (0xc000e121e0) (3) Data frame handling\nI0717 00:02:19.303584 1987 log.go:181] (0xc00092b1e0) Data frame received for 1\nI0717 00:02:19.303622 1987 log.go:181] (0xc000ae3360) (1) Data frame handling\nI0717 00:02:19.303663 1987 log.go:181] (0xc000ae3360) (1) Data frame sent\nI0717 00:02:19.303703 1987 log.go:181] (0xc00092b1e0) (0xc000ae3360) Stream removed, broadcasting: 1\nI0717 00:02:19.303745 1987 log.go:181] (0xc00092b1e0) Go away received\nI0717 00:02:19.304253 1987 log.go:181] (0xc00092b1e0) (0xc000ae3360) Stream removed, broadcasting: 1\nI0717 00:02:19.304292 1987 log.go:181] (0xc00092b1e0) (0xc000e121e0) Stream removed, broadcasting: 3\nI0717 00:02:19.304318 1987 log.go:181] (0xc00092b1e0) (0xc0003bab40) Stream removed, broadcasting: 5\n" Jul 17 00:02:19.309: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:02:19.309: 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' Jul 17 00:02:19.309: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-4660 ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:02:19.572: INFO: stderr: "I0717 00:02:19.453882 2005 log.go:181] (0xc0002ec000) (0xc000a430e0) Create stream\nI0717 00:02:19.453936 2005 log.go:181] (0xc0002ec000) (0xc000a430e0) Stream added, broadcasting: 1\nI0717 00:02:19.456088 2005 log.go:181] (0xc0002ec000) Reply frame received for 1\nI0717 00:02:19.456135 2005 log.go:181] (0xc0002ec000) (0xc000638460) Create stream\nI0717 00:02:19.456149 2005 log.go:181] (0xc0002ec000) (0xc000638460) Stream added, broadcasting: 3\nI0717 00:02:19.457264 2005 log.go:181] (0xc0002ec000) Reply frame received for 3\nI0717 00:02:19.457322 2005 log.go:181] (0xc0002ec000) (0xc000638a00) Create stream\nI0717 00:02:19.457347 2005 log.go:181] (0xc0002ec000) (0xc000638a00) Stream added, broadcasting: 5\nI0717 00:02:19.458191 2005 log.go:181] (0xc0002ec000) Reply frame received for 5\nI0717 00:02:19.531171 2005 log.go:181] (0xc0002ec000) Data frame received for 5\nI0717 00:02:19.531213 2005 log.go:181] (0xc000638a00) (5) Data frame handling\nI0717 00:02:19.531240 2005 log.go:181] (0xc000638a00) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:02:19.565108 2005 log.go:181] (0xc0002ec000) Data frame received for 3\nI0717 00:02:19.565141 2005 log.go:181] (0xc000638460) (3) Data frame handling\nI0717 00:02:19.565160 2005 log.go:181] (0xc000638460) (3) Data frame sent\nI0717 00:02:19.565321 2005 log.go:181] (0xc0002ec000) Data frame received for 5\nI0717 00:02:19.565357 2005 log.go:181] (0xc000638a00) (5) Data frame handling\nI0717 00:02:19.565580 2005 log.go:181] (0xc0002ec000) Data frame received for 3\nI0717 00:02:19.565605 2005 log.go:181] (0xc000638460) (3) Data frame handling\nI0717 00:02:19.566856 2005 log.go:181] (0xc0002ec000) Data frame received for 1\nI0717 00:02:19.566881 2005 log.go:181] (0xc000a430e0) (1) Data frame handling\nI0717 00:02:19.566899 2005 log.go:181] (0xc000a430e0) (1) Data frame sent\nI0717 00:02:19.566919 2005 log.go:181] (0xc0002ec000) (0xc000a430e0) Stream removed, broadcasting: 1\nI0717 00:02:19.566939 2005 log.go:181] (0xc0002ec000) Go away received\nI0717 00:02:19.567480 2005 log.go:181] (0xc0002ec000) (0xc000a430e0) Stream removed, broadcasting: 1\nI0717 00:02:19.567503 2005 log.go:181] (0xc0002ec000) (0xc000638460) Stream removed, broadcasting: 3\nI0717 00:02:19.567516 2005 log.go:181] (0xc0002ec000) (0xc000638a00) Stream removed, broadcasting: 5\n" Jul 17 00:02:19.572: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:02:19.572: 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' Jul 17 00:02:19.572: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:02:19.576: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 Jul 17 00:02:29.585: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:02:29.585: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:02:29.585: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:02:29.602: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:02:29.602: INFO: ss-0 latest-worker Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC }] Jul 17 00:02:29.602: INFO: ss-1 latest-worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:29.602: INFO: ss-2 latest-worker2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:29.602: INFO: Jul 17 00:02:29.602: INFO: StatefulSet ss has not reached scale 0, at 3 Jul 17 00:02:30.687: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:02:30.687: INFO: ss-0 latest-worker Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC }] Jul 17 00:02:30.687: INFO: ss-1 latest-worker2 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:30.687: INFO: ss-2 latest-worker2 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:30.687: INFO: Jul 17 00:02:30.687: INFO: StatefulSet ss has not reached scale 0, at 3 Jul 17 00:02:31.825: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:02:31.825: INFO: ss-0 latest-worker Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC }] Jul 17 00:02:31.826: INFO: ss-1 latest-worker2 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:31.826: INFO: ss-2 latest-worker2 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:31.826: INFO: Jul 17 00:02:31.826: INFO: StatefulSet ss has not reached scale 0, at 3 Jul 17 00:02:32.831: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:02:32.831: INFO: ss-0 latest-worker Pending 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:01:47 +0000 UTC }] Jul 17 00:02:32.831: INFO: ss-1 latest-worker2 Pending 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:32.831: INFO: ss-2 latest-worker2 Pending 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:19 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-07-17 00:02:08 +0000 UTC }] Jul 17 00:02:32.831: INFO: Jul 17 00:02:32.831: INFO: StatefulSet ss has not reached scale 0, at 3 Jul 17 00:02:33.835: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.761702049s Jul 17 00:02:34.839: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.757382336s Jul 17 00:02:35.843: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.754056048s Jul 17 00:02:36.846: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.75018394s Jul 17 00:02:37.850: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.746374593s Jul 17 00:02:38.854: INFO: Verifying statefulset ss doesn't scale past 0 for another 742.659878ms STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-4660 Jul 17 00:02:39.857: INFO: Scaling statefulset ss to 0 Jul 17 00:02:39.867: INFO: Waiting for statefulset status.replicas updated to 0 [AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:114 Jul 17 00:02:39.870: INFO: Deleting all statefulset in ns statefulset-4660 Jul 17 00:02:39.873: INFO: Scaling statefulset ss to 0 Jul 17 00:02:39.882: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:02:39.884: INFO: Deleting statefulset ss [AfterEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:02:39.899: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "statefulset-4660" for this suite. • [SLOW TEST:52.253 seconds] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]","total":294,"completed":132,"skipped":2278,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [k8s.io] Docker Containers should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:02:39.938: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test override arguments Jul 17 00:02:40.005: INFO: Waiting up to 5m0s for pod "client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f" in namespace "containers-1629" to be "Succeeded or Failed" Jul 17 00:02:40.009: INFO: Pod "client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.745569ms Jul 17 00:02:42.088: INFO: Pod "client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.083410911s Jul 17 00:02:44.093: INFO: Pod "client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.087700619s STEP: Saw pod success Jul 17 00:02:44.093: INFO: Pod "client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f" satisfied condition "Succeeded or Failed" Jul 17 00:02:44.096: INFO: Trying to get logs from node latest-worker pod client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f container test-container: STEP: delete the pod Jul 17 00:02:44.146: INFO: Waiting for pod client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f to disappear Jul 17 00:02:44.151: INFO: Pod client-containers-763834a0-0393-46bf-b495-6db8cd57ca7f no longer exists [AfterEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:02:44.151: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "containers-1629" for this suite. •{"msg":"PASSED [k8s.io] Docker Containers should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance]","total":294,"completed":133,"skipped":2282,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Secrets should be consumable via the environment [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:02:44.158: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating secret secrets-5403/secret-test-5f0bd879-cb8c-404e-9596-aef848bd1b23 STEP: Creating a pod to test consume secrets Jul 17 00:02:44.255: INFO: Waiting up to 5m0s for pod "pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc" in namespace "secrets-5403" to be "Succeeded or Failed" Jul 17 00:02:44.265: INFO: Pod "pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc": Phase="Pending", Reason="", readiness=false. Elapsed: 10.305312ms Jul 17 00:02:46.314: INFO: Pod "pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.058594918s Jul 17 00:02:48.319: INFO: Pod "pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.064444834s STEP: Saw pod success Jul 17 00:02:48.319: INFO: Pod "pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc" satisfied condition "Succeeded or Failed" Jul 17 00:02:48.322: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc container env-test: STEP: delete the pod Jul 17 00:02:48.404: INFO: Waiting for pod pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc to disappear Jul 17 00:02:48.441: INFO: Pod pod-configmaps-74c696fd-58b5-42c9-a72d-ed7b068aefcc no longer exists [AfterEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:02:48.441: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-5403" for this suite. •{"msg":"PASSED [sig-api-machinery] Secrets should be consumable via the environment [NodeConformance] [Conformance]","total":294,"completed":134,"skipped":2318,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:02:48.449: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name s-test-opt-del-52d9bf57-8b38-4ed4-badf-4750e5b3f831 STEP: Creating secret with name s-test-opt-upd-5dc03ee4-5d03-4520-b9aa-34c141509a7c STEP: Creating the pod STEP: Deleting secret s-test-opt-del-52d9bf57-8b38-4ed4-badf-4750e5b3f831 STEP: Updating secret s-test-opt-upd-5dc03ee4-5d03-4520-b9aa-34c141509a7c STEP: Creating secret with name s-test-opt-create-319be796-9de9-4540-800e-5665cbd66a03 STEP: waiting to observe update in volume [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:02:56.616: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-9801" for this suite. • [SLOW TEST:8.174 seconds] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:36 optional updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":135,"skipped":2377,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:02:56.626: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-1f143c2f-6962-4ae5-ae75-af8156601220 STEP: Creating a pod to test consume configMaps Jul 17 00:02:56.761: INFO: Waiting up to 5m0s for pod "pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2" in namespace "configmap-7191" to be "Succeeded or Failed" Jul 17 00:02:56.794: INFO: Pod "pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2": Phase="Pending", Reason="", readiness=false. Elapsed: 32.950444ms Jul 17 00:02:58.798: INFO: Pod "pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.037125077s Jul 17 00:03:00.803: INFO: Pod "pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.041655781s STEP: Saw pod success Jul 17 00:03:00.803: INFO: Pod "pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2" satisfied condition "Succeeded or Failed" Jul 17 00:03:00.806: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2 container configmap-volume-test: STEP: delete the pod Jul 17 00:03:00.899: INFO: Waiting for pod pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2 to disappear Jul 17 00:03:01.095: INFO: Pod pod-configmaps-659ddeac-4c46-4f3b-9e3c-a28b2105dba2 no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:01.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-7191" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]","total":294,"completed":136,"skipped":2483,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:01.217: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:03:01.364: INFO: Waiting up to 5m0s for pod "downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7" in namespace "projected-1476" to be "Succeeded or Failed" Jul 17 00:03:01.374: INFO: Pod "downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7": Phase="Pending", Reason="", readiness=false. Elapsed: 9.433682ms Jul 17 00:03:03.448: INFO: Pod "downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.083593937s Jul 17 00:03:05.453: INFO: Pod "downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7": Phase="Running", Reason="", readiness=true. Elapsed: 4.0883406s Jul 17 00:03:07.456: INFO: Pod "downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.09172177s STEP: Saw pod success Jul 17 00:03:07.456: INFO: Pod "downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7" satisfied condition "Succeeded or Failed" Jul 17 00:03:07.459: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7 container client-container: STEP: delete the pod Jul 17 00:03:07.497: INFO: Waiting for pod downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7 to disappear Jul 17 00:03:07.506: INFO: Pod downwardapi-volume-11fccc47-968e-44bd-8e38-3763fcf99be7 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:07.506: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-1476" for this suite. • [SLOW TEST:6.297 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":137,"skipped":2512,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-cli] Kubectl client Kubectl version should check is all data is printed [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:07.514: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should check is all data is printed [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:03:07.649: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config version' Jul 17 00:03:07.817: INFO: stderr: "" Jul 17 00:03:07.817: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"20+\", GitVersion:\"v1.20.0-alpha.0.4+2d327ac4558d78\", GitCommit:\"2d327ac4558d78c744004db178dacb80bd6e0b9e\", GitTreeState:\"clean\", BuildDate:\"2020-07-10T11:25:25Z\", GoVersion:\"go1.14.4\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nServer Version: version.Info{Major:\"1\", Minor:\"18\", GitVersion:\"v1.18.4\", GitCommit:\"c96aede7b5205121079932896c4ad89bb93260af\", GitTreeState:\"clean\", BuildDate:\"2020-06-20T01:49:49Z\", GoVersion:\"go1.13.9\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:07.817: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-6335" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Kubectl version should check is all data is printed [Conformance]","total":294,"completed":138,"skipped":2512,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:07.828: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward api env vars Jul 17 00:03:07.935: INFO: Waiting up to 5m0s for pod "downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a" in namespace "downward-api-2525" to be "Succeeded or Failed" Jul 17 00:03:07.944: INFO: Pod "downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a": Phase="Pending", Reason="", readiness=false. Elapsed: 8.831111ms Jul 17 00:03:09.948: INFO: Pod "downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01259059s Jul 17 00:03:11.952: INFO: Pod "downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a": Phase="Running", Reason="", readiness=true. Elapsed: 4.016727417s Jul 17 00:03:13.956: INFO: Pod "downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.020820313s STEP: Saw pod success Jul 17 00:03:13.956: INFO: Pod "downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a" satisfied condition "Succeeded or Failed" Jul 17 00:03:13.959: INFO: Trying to get logs from node latest-worker pod downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a container dapi-container: STEP: delete the pod Jul 17 00:03:13.994: INFO: Waiting for pod downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a to disappear Jul 17 00:03:14.009: INFO: Pod downward-api-29727cb8-88d6-4968-8318-f1b5a8b3b43a no longer exists [AfterEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:14.009: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-2525" for this suite. • [SLOW TEST:6.188 seconds] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downward_api.go:34 should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]","total":294,"completed":139,"skipped":2515,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-network] Proxy version v1 should proxy through a service and a pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] version v1 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:14.016: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: starting an echo server on multiple ports STEP: creating replication controller proxy-service-9rz5m in namespace proxy-2243 I0717 00:03:14.143915 7 runners.go:190] Created replication controller with name: proxy-service-9rz5m, namespace: proxy-2243, replica count: 1 I0717 00:03:15.194283 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:03:16.194478 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:03:17.194676 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:03:18.194878 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:19.195082 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:20.195287 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:21.195502 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:22.195698 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:23.195945 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:24.196188 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:25.196453 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady I0717 00:03:26.196626 7 runners.go:190] proxy-service-9rz5m Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 17 00:03:26.200: INFO: setup took 12.113986624s, starting test cases STEP: running 16 cases, 20 attempts per case, 320 total attempts Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 12.44703ms) Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 12.514815ms) Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 12.448852ms) Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 12.693788ms) Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 12.55937ms) Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 12.907704ms) Jul 17 00:03:26.213: INFO: (0) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 12.841921ms) Jul 17 00:03:26.214: INFO: (0) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 13.318706ms) Jul 17 00:03:26.214: INFO: (0) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 13.473807ms) Jul 17 00:03:26.214: INFO: (0) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 13.401852ms) Jul 17 00:03:26.214: INFO: (0) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 13.443567ms) Jul 17 00:03:26.218: INFO: (0) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 17.515373ms) Jul 17 00:03:26.218: INFO: (0) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 10.563693ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 11.022697ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 10.861315ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 10.623465ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 11.184071ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 10.718074ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 11.485082ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 10.559878ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 10.804456ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 10.985003ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 11.073178ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 11.267899ms) Jul 17 00:03:26.230: INFO: (1) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 10.600555ms) Jul 17 00:03:26.231: INFO: (1) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 12.524773ms) Jul 17 00:03:26.231: INFO: (1) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test<... (200; 3.775423ms) Jul 17 00:03:26.235: INFO: (2) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 3.765152ms) Jul 17 00:03:26.235: INFO: (2) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.134075ms) Jul 17 00:03:26.236: INFO: (2) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 5.574806ms) Jul 17 00:03:26.237: INFO: (2) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.502298ms) Jul 17 00:03:26.237: INFO: (2) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 5.550881ms) Jul 17 00:03:26.237: INFO: (2) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 5.629513ms) Jul 17 00:03:26.237: INFO: (2) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 5.620044ms) Jul 17 00:03:26.237: INFO: (2) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 5.635587ms) Jul 17 00:03:26.240: INFO: (3) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 3.527839ms) Jul 17 00:03:26.240: INFO: (3) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 3.51131ms) Jul 17 00:03:26.241: INFO: (3) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 3.694224ms) Jul 17 00:03:26.241: INFO: (3) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 6.792757ms) Jul 17 00:03:26.244: INFO: (3) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 6.86114ms) Jul 17 00:03:26.244: INFO: (3) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 7.491698ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 7.626459ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 7.934805ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 8.110487ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 8.152114ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 8.385981ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 8.470084ms) Jul 17 00:03:26.245: INFO: (3) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 8.403584ms) Jul 17 00:03:26.249: INFO: (4) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 3.672723ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 4.033407ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.564705ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.541635ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 4.58883ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 4.60475ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 4.698525ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.637174ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 4.629078ms) Jul 17 00:03:26.250: INFO: (4) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: ... (200; 3.673947ms) Jul 17 00:03:26.255: INFO: (5) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 4.265102ms) Jul 17 00:03:26.255: INFO: (5) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 4.412419ms) Jul 17 00:03:26.255: INFO: (5) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 4.413946ms) Jul 17 00:03:26.256: INFO: (5) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 4.687739ms) Jul 17 00:03:26.256: INFO: (5) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.617649ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.769591ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 5.826532ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 5.916445ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 5.895034ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 5.874053ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 5.97084ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 5.913834ms) Jul 17 00:03:26.257: INFO: (5) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: ... (200; 6.206767ms) Jul 17 00:03:26.263: INFO: (6) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 6.293282ms) Jul 17 00:03:26.263: INFO: (6) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 6.183881ms) Jul 17 00:03:26.264: INFO: (6) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 6.436328ms) Jul 17 00:03:26.265: INFO: (6) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 7.776742ms) Jul 17 00:03:26.265: INFO: (6) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 7.705704ms) Jul 17 00:03:26.265: INFO: (6) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 7.881433ms) Jul 17 00:03:26.266: INFO: (6) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 8.4255ms) Jul 17 00:03:26.265: INFO: (6) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 8.328614ms) Jul 17 00:03:26.266: INFO: (6) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 8.68ms) Jul 17 00:03:26.266: INFO: (6) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 8.704708ms) Jul 17 00:03:26.267: INFO: (6) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 9.56857ms) Jul 17 00:03:26.267: INFO: (6) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test<... (200; 10.777064ms) Jul 17 00:03:26.270: INFO: (7) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 2.401384ms) Jul 17 00:03:26.270: INFO: (7) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: ... (200; 5.191266ms) Jul 17 00:03:26.273: INFO: (7) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 5.112808ms) Jul 17 00:03:26.273: INFO: (7) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 5.132117ms) Jul 17 00:03:26.273: INFO: (7) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 5.125569ms) Jul 17 00:03:26.273: INFO: (7) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 5.09581ms) Jul 17 00:03:26.273: INFO: (7) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.198515ms) Jul 17 00:03:26.273: INFO: (7) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 5.29159ms) Jul 17 00:03:26.276: INFO: (8) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 2.76649ms) Jul 17 00:03:26.276: INFO: (8) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 2.859422ms) Jul 17 00:03:26.276: INFO: (8) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 2.964555ms) Jul 17 00:03:26.276: INFO: (8) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 2.956389ms) Jul 17 00:03:26.276: INFO: (8) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test<... (200; 3.527742ms) Jul 17 00:03:26.277: INFO: (8) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 3.551242ms) Jul 17 00:03:26.277: INFO: (8) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 3.582636ms) Jul 17 00:03:26.277: INFO: (8) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 3.834377ms) Jul 17 00:03:26.277: INFO: (8) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 4.128759ms) Jul 17 00:03:26.278: INFO: (8) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 4.459671ms) Jul 17 00:03:26.278: INFO: (8) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 4.264694ms) Jul 17 00:03:26.278: INFO: (8) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 4.508917ms) Jul 17 00:03:26.278: INFO: (8) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 4.422ms) Jul 17 00:03:26.278: INFO: (8) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.573115ms) Jul 17 00:03:26.281: INFO: (9) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 3.113136ms) Jul 17 00:03:26.281: INFO: (9) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 3.379487ms) Jul 17 00:03:26.282: INFO: (9) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 3.429593ms) Jul 17 00:03:26.282: INFO: (9) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 3.874147ms) Jul 17 00:03:26.282: INFO: (9) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 3.826208ms) Jul 17 00:03:26.283: INFO: (9) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 3.890019ms) Jul 17 00:03:26.283: INFO: (9) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.283462ms) Jul 17 00:03:26.283: INFO: (9) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.381634ms) Jul 17 00:03:26.283: INFO: (9) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 4.0023ms) Jul 17 00:03:26.283: INFO: (9) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 4.037448ms) Jul 17 00:03:26.283: INFO: (9) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 5.056783ms) Jul 17 00:03:26.286: INFO: (10) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 2.970977ms) Jul 17 00:03:26.287: INFO: (10) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 3.445404ms) Jul 17 00:03:26.287: INFO: (10) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 3.635ms) Jul 17 00:03:26.287: INFO: (10) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 3.94004ms) Jul 17 00:03:26.287: INFO: (10) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.253938ms) Jul 17 00:03:26.287: INFO: (10) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.340027ms) Jul 17 00:03:26.288: INFO: (10) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 4.721633ms) Jul 17 00:03:26.288: INFO: (10) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 4.775375ms) Jul 17 00:03:26.288: INFO: (10) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 4.732182ms) Jul 17 00:03:26.288: INFO: (10) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 4.707108ms) Jul 17 00:03:26.288: INFO: (10) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.6561ms) Jul 17 00:03:26.288: INFO: (10) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test<... (200; 3.506026ms) Jul 17 00:03:26.292: INFO: (11) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 4.146413ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.590127ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 4.666632ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 4.965779ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.93379ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 4.94646ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 4.834332ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.900015ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 5.020398ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.228258ms) Jul 17 00:03:26.293: INFO: (11) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 5.260217ms) Jul 17 00:03:26.298: INFO: (12) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.168672ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 5.298559ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.353528ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 5.258995ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 5.304165ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 5.305903ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 5.607695ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 5.647749ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 5.669279ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 5.680522ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 5.76681ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: ... (200; 5.786873ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 5.767486ms) Jul 17 00:03:26.299: INFO: (12) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 5.877079ms) Jul 17 00:03:26.300: INFO: (12) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 6.108073ms) Jul 17 00:03:26.303: INFO: (13) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 3.163056ms) Jul 17 00:03:26.303: INFO: (13) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 3.241323ms) Jul 17 00:03:26.303: INFO: (13) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 3.465537ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 3.914155ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: ... (200; 4.065352ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 4.096529ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.095057ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 4.117305ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 4.065839ms) Jul 17 00:03:26.304: INFO: (13) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.117036ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 4.685527ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 5.24016ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 5.269668ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.388588ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 5.501688ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 5.468725ms) Jul 17 00:03:26.309: INFO: (14) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 5.390349ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 5.658164ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 5.549541ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 5.636303ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 5.608584ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 5.58527ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 5.639438ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 5.598812ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 5.532212ms) Jul 17 00:03:26.310: INFO: (14) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test<... (200; 2.668112ms) Jul 17 00:03:26.313: INFO: (15) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 4.281904ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.366923ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 4.338051ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 4.372026ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.318514ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 4.481445ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.587744ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 4.615969ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 4.612864ms) Jul 17 00:03:26.314: INFO: (15) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 4.656218ms) Jul 17 00:03:26.319: INFO: (16) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 4.188034ms) Jul 17 00:03:26.321: INFO: (16) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 5.9929ms) Jul 17 00:03:26.321: INFO: (16) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: ... (200; 8.602516ms) Jul 17 00:03:26.323: INFO: (16) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 8.725981ms) Jul 17 00:03:26.324: INFO: (16) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 8.939992ms) Jul 17 00:03:26.324: INFO: (16) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 8.995943ms) Jul 17 00:03:26.326: INFO: (17) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 2.690996ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 3.843247ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 3.834053ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 3.870977ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 3.888041ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 3.991758ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 4.200781ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 4.179146ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 4.251811ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.254137ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 4.368301ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt/proxy/: test (200; 4.436074ms) Jul 17 00:03:26.328: INFO: (17) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test<... (200; 3.762869ms) Jul 17 00:03:26.332: INFO: (18) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 3.7979ms) Jul 17 00:03:26.332: INFO: (18) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:462/proxy/: tls qux (200; 3.857081ms) Jul 17 00:03:26.332: INFO: (18) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 3.841422ms) Jul 17 00:03:26.332: INFO: (18) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 3.850795ms) Jul 17 00:03:26.332: INFO: (18) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 4.028787ms) Jul 17 00:03:26.332: INFO: (18) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname1/proxy/: foo (200; 4.12551ms) Jul 17 00:03:26.333: INFO: (18) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname2/proxy/: bar (200; 4.927402ms) Jul 17 00:03:26.333: INFO: (18) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname1/proxy/: tls baz (200; 4.924172ms) Jul 17 00:03:26.334: INFO: (18) /api/v1/namespaces/proxy-2243/services/proxy-service-9rz5m:portname2/proxy/: bar (200; 5.384253ms) Jul 17 00:03:26.334: INFO: (18) /api/v1/namespaces/proxy-2243/services/https:proxy-service-9rz5m:tlsportname2/proxy/: tls qux (200; 5.442702ms) Jul 17 00:03:26.334: INFO: (18) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 5.422639ms) Jul 17 00:03:26.337: INFO: (19) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 2.824018ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:1080/proxy/: ... (200; 3.63468ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:160/proxy/: foo (200; 4.007372ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:1080/proxy/: test<... (200; 3.4437ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 3.675263ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/http:proxy-service-9rz5m-svvxt:162/proxy/: bar (200; 3.635811ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:460/proxy/: tls baz (200; 3.452324ms) Jul 17 00:03:26.338: INFO: (19) /api/v1/namespaces/proxy-2243/pods/https:proxy-service-9rz5m-svvxt:443/proxy/: test (200; 4.519886ms) Jul 17 00:03:26.339: INFO: (19) /api/v1/namespaces/proxy-2243/services/http:proxy-service-9rz5m:portname1/proxy/: foo (200; 4.428478ms) STEP: deleting ReplicationController proxy-service-9rz5m in namespace proxy-2243, will wait for the garbage collector to delete the pods Jul 17 00:03:26.396: INFO: Deleting ReplicationController proxy-service-9rz5m took: 5.570548ms Jul 17 00:03:26.697: INFO: Terminating ReplicationController proxy-service-9rz5m pods took: 300.314294ms [AfterEach] version v1 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:39.197: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "proxy-2243" for this suite. • [SLOW TEST:25.190 seconds] [sig-network] Proxy /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 version v1 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/proxy.go:59 should proxy through a service and a pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Proxy version v1 should proxy through a service and a pod [Conformance]","total":294,"completed":140,"skipped":2523,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:39.206: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:03:39.295: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:40.481: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "custom-resource-definition-2463" for this suite. •{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works [Conformance]","total":294,"completed":141,"skipped":2535,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSS ------------------------------ [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:40.496: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:03:40.745: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"2707d2cb-487d-47e8-804a-dbcac1237ab6", Controller:(*bool)(0xc003c6b57a), BlockOwnerDeletion:(*bool)(0xc003c6b57b)}} Jul 17 00:03:40.771: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"1c88d619-e530-4892-bf68-16cae833fcf6", Controller:(*bool)(0xc0031a18da), BlockOwnerDeletion:(*bool)(0xc0031a18db)}} Jul 17 00:03:40.841: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"42f8bbdf-1c09-45be-927f-374fe662a9a9", Controller:(*bool)(0xc0052be33a), BlockOwnerDeletion:(*bool)(0xc0052be33b)}} [AfterEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:45.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-8986" for this suite. • [SLOW TEST:5.399 seconds] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should not be blocked by dependency circle [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance]","total":294,"completed":142,"skipped":2542,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Proxy server should support --unix-socket=/path [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:45.896: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should support --unix-socket=/path [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Starting the proxy Jul 17 00:03:45.983: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config proxy --unix-socket=/tmp/kubectl-proxy-unix507392719/test' STEP: retrieving proxy /api/ output [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:03:46.051: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-2943" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support --unix-socket=/path [Conformance]","total":294,"completed":143,"skipped":2564,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:03:46.060: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:38 STEP: Setting up data [It] should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod pod-subpath-test-configmap-jsvh STEP: Creating a pod to test atomic-volume-subpath Jul 17 00:03:46.145: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-jsvh" in namespace "subpath-6056" to be "Succeeded or Failed" Jul 17 00:03:46.161: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Pending", Reason="", readiness=false. Elapsed: 15.680351ms Jul 17 00:03:48.245: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Pending", Reason="", readiness=false. Elapsed: 2.100338715s Jul 17 00:03:50.248: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 4.103529322s Jul 17 00:03:52.253: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 6.107857299s Jul 17 00:03:54.257: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 8.112466246s Jul 17 00:03:56.261: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 10.11646984s Jul 17 00:03:58.265: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 12.120410724s Jul 17 00:04:00.270: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 14.125194285s Jul 17 00:04:02.274: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 16.129479779s Jul 17 00:04:04.299: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 18.154029215s Jul 17 00:04:06.303: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 20.158367851s Jul 17 00:04:08.307: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Running", Reason="", readiness=true. Elapsed: 22.162135121s Jul 17 00:04:10.311: INFO: Pod "pod-subpath-test-configmap-jsvh": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.165867984s STEP: Saw pod success Jul 17 00:04:10.311: INFO: Pod "pod-subpath-test-configmap-jsvh" satisfied condition "Succeeded or Failed" Jul 17 00:04:10.313: INFO: Trying to get logs from node latest-worker2 pod pod-subpath-test-configmap-jsvh container test-container-subpath-configmap-jsvh: STEP: delete the pod Jul 17 00:04:10.341: INFO: Waiting for pod pod-subpath-test-configmap-jsvh to disappear Jul 17 00:04:10.346: INFO: Pod pod-subpath-test-configmap-jsvh no longer exists STEP: Deleting pod pod-subpath-test-configmap-jsvh Jul 17 00:04:10.346: INFO: Deleting pod "pod-subpath-test-configmap-jsvh" in namespace "subpath-6056" [AfterEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:04:10.351: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "subpath-6056" for this suite. • [SLOW TEST:24.318 seconds] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Atomic writer volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:34 should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance]","total":294,"completed":144,"skipped":2568,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:04:10.378: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir volume type on node default medium Jul 17 00:04:10.445: INFO: Waiting up to 5m0s for pod "pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e" in namespace "emptydir-8043" to be "Succeeded or Failed" Jul 17 00:04:10.459: INFO: Pod "pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e": Phase="Pending", Reason="", readiness=false. Elapsed: 13.012397ms Jul 17 00:04:12.677: INFO: Pod "pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.231102227s Jul 17 00:04:14.682: INFO: Pod "pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.235996784s STEP: Saw pod success Jul 17 00:04:14.682: INFO: Pod "pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e" satisfied condition "Succeeded or Failed" Jul 17 00:04:14.684: INFO: Trying to get logs from node latest-worker2 pod pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e container test-container: STEP: delete the pod Jul 17 00:04:14.734: INFO: Waiting for pod pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e to disappear Jul 17 00:04:14.737: INFO: Pod pod-15b43ea7-44bc-4cba-8268-53e0bb88cb7e no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:04:14.737: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-8043" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":145,"skipped":2572,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] ReplicaSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:04:14.743: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:04:14.871: INFO: Creating ReplicaSet my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8 Jul 17 00:04:14.893: INFO: Pod name my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8: Found 0 pods out of 1 Jul 17 00:04:19.895: INFO: Pod name my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8: Found 1 pods out of 1 Jul 17 00:04:19.895: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8" is running Jul 17 00:04:19.905: INFO: Pod "my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8-hp259" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-17 00:04:14 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-17 00:04:18 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-17 00:04:18 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2020-07-17 00:04:14 +0000 UTC Reason: Message:}]) Jul 17 00:04:19.905: INFO: Trying to dial the pod Jul 17 00:04:24.917: INFO: Controller my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8: Got expected result from replica 1 [my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8-hp259]: "my-hostname-basic-cbe577f8-9879-4e27-a2b3-8ea21efc6ba8-hp259", 1 of 1 required successes so far [AfterEach] [sig-apps] ReplicaSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:04:24.918: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "replicaset-7477" for this suite. • [SLOW TEST:10.183 seconds] [sig-apps] ReplicaSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should serve a basic image on each replica with a public image [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]","total":294,"completed":146,"skipped":2577,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected secret should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:04:24.927: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with secret that has name projected-secret-test-17173a0e-3d0f-4694-b2ad-c6074f432f16 STEP: Creating a pod to test consume secrets Jul 17 00:04:25.054: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936" in namespace "projected-7722" to be "Succeeded or Failed" Jul 17 00:04:25.057: INFO: Pod "pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936": Phase="Pending", Reason="", readiness=false. Elapsed: 3.420575ms Jul 17 00:04:27.072: INFO: Pod "pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017930864s Jul 17 00:04:29.076: INFO: Pod "pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.022210269s STEP: Saw pod success Jul 17 00:04:29.076: INFO: Pod "pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936" satisfied condition "Succeeded or Failed" Jul 17 00:04:29.080: INFO: Trying to get logs from node latest-worker pod pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936 container projected-secret-volume-test: STEP: delete the pod Jul 17 00:04:29.102: INFO: Waiting for pod pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936 to disappear Jul 17 00:04:29.150: INFO: Pod pod-projected-secrets-1b6e50d0-8397-44ab-952b-3ceae36ac936 no longer exists [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:04:29.150: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-7722" 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":294,"completed":147,"skipped":2592,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:04:29.159: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:04:29.552: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:04:31.615: 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:63730541069, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541069, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541069, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541069, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:04:34.683: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] patching/updating a validating webhook should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:04:34.914: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-1421" for this suite. STEP: Destroying namespace "webhook-1421-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:5.821 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 patching/updating a validating webhook should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]","total":294,"completed":148,"skipped":2620,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:04:34.979: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:04:35.785: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:04:37.946: 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:63730541075, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541075, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541076, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541075, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:04:39.992: 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:63730541075, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541075, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541076, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541075, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:04:43.006: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should be able to deny pod and configmap creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:04:53.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-9222" for this suite. STEP: Destroying namespace "webhook-9222-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:18.244 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should be able to deny pod and configmap creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]","total":294,"completed":149,"skipped":2622,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSS ------------------------------ [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:04:53.223: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:134 [It] should retry creating failed daemon pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a simple DaemonSet "daemon-set" STEP: Check that daemon pods launch on every node of the cluster. Jul 17 00:04:53.445: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:53.759: INFO: Number of nodes with available pods: 0 Jul 17 00:04:53.759: INFO: Node latest-worker is running more than one daemon pod Jul 17 00:04:54.765: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:54.768: INFO: Number of nodes with available pods: 0 Jul 17 00:04:54.768: INFO: Node latest-worker is running more than one daemon pod Jul 17 00:04:55.774: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:55.776: INFO: Number of nodes with available pods: 0 Jul 17 00:04:55.776: INFO: Node latest-worker is running more than one daemon pod Jul 17 00:04:56.763: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:56.766: INFO: Number of nodes with available pods: 0 Jul 17 00:04:56.766: INFO: Node latest-worker is running more than one daemon pod Jul 17 00:04:57.763: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:57.765: INFO: Number of nodes with available pods: 0 Jul 17 00:04:57.765: INFO: Node latest-worker is running more than one daemon pod Jul 17 00:04:58.763: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:58.767: INFO: Number of nodes with available pods: 1 Jul 17 00:04:58.767: INFO: Node latest-worker is running more than one daemon pod Jul 17 00:04:59.765: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:59.769: INFO: Number of nodes with available pods: 2 Jul 17 00:04:59.769: 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. Jul 17 00:04:59.819: INFO: DaemonSet pods can't tolerate node latest-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node Jul 17 00:04:59.836: INFO: Number of nodes with available pods: 2 Jul 17 00:04:59.836: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:100 STEP: Deleting DaemonSet "daemon-set" STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1132, will wait for the garbage collector to delete the pods Jul 17 00:05:00.913: INFO: Deleting DaemonSet.extensions daemon-set took: 6.787742ms Jul 17 00:05:01.213: INFO: Terminating DaemonSet.extensions daemon-set pods took: 300.291549ms Jul 17 00:05:09.217: INFO: Number of nodes with available pods: 0 Jul 17 00:05:09.217: INFO: Number of running nodes: 0, number of available pods: 0 Jul 17 00:05:09.219: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-1132/daemonsets","resourceVersion":"1756893"},"items":null} Jul 17 00:05:09.222: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-1132/pods","resourceVersion":"1756893"},"items":null} [AfterEach] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:05:09.249: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "daemonsets-1132" for this suite. • [SLOW TEST:16.034 seconds] [sig-apps] Daemon set [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should retry creating failed daemon pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]","total":294,"completed":150,"skipped":2633,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:05:09.258: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:05:14.068: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "watch-5730" for this suite. •{"msg":"PASSED [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]","total":294,"completed":151,"skipped":2736,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:05:14.166: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:05:14.305: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-6061 /api/v1/namespaces/watch-6061/configmaps/e2e-watch-test-label-changed 4b2fa17c-8728-4eef-9a6a-e5d880c43cba 1757016 0 2020-07-17 00:05:14 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2020-07-17 00:05:14 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:05:14.305: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-6061 /api/v1/namespaces/watch-6061/configmaps/e2e-watch-test-label-changed 4b2fa17c-8728-4eef-9a6a-e5d880c43cba 1757017 0 2020-07-17 00:05:14 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2020-07-17 00:05:14 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:05:14.306: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-6061 /api/v1/namespaces/watch-6061/configmaps/e2e-watch-test-label-changed 4b2fa17c-8728-4eef-9a6a-e5d880c43cba 1757018 0 2020-07-17 00:05:14 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2020-07-17 00:05:14 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} 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 Jul 17 00:05:24.385: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-6061 /api/v1/namespaces/watch-6061/configmaps/e2e-watch-test-label-changed 4b2fa17c-8728-4eef-9a6a-e5d880c43cba 1757085 0 2020-07-17 00:05:14 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2020-07-17 00:05:24 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:05:24.386: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-6061 /api/v1/namespaces/watch-6061/configmaps/e2e-watch-test-label-changed 4b2fa17c-8728-4eef-9a6a-e5d880c43cba 1757086 0 2020-07-17 00:05:14 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2020-07-17 00:05:24 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:05:24.386: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-6061 /api/v1/namespaces/watch-6061/configmaps/e2e-watch-test-label-changed 4b2fa17c-8728-4eef-9a6a-e5d880c43cba 1757087 0 2020-07-17 00:05:14 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2020-07-17 00:05:24 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},Immutable:nil,} [AfterEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:05:24.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "watch-6061" for this suite. • [SLOW TEST:10.248 seconds] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]","total":294,"completed":152,"skipped":2765,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:05:24.414: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:05:24.536: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2" in namespace "projected-7715" to be "Succeeded or Failed" Jul 17 00:05:24.570: INFO: Pod "downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2": Phase="Pending", Reason="", readiness=false. Elapsed: 34.251745ms Jul 17 00:05:26.574: INFO: Pod "downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.038107122s Jul 17 00:05:28.579: INFO: Pod "downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2": Phase="Running", Reason="", readiness=true. Elapsed: 4.042381627s Jul 17 00:05:30.642: INFO: Pod "downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.105767602s STEP: Saw pod success Jul 17 00:05:30.642: INFO: Pod "downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2" satisfied condition "Succeeded or Failed" Jul 17 00:05:30.645: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2 container client-container: STEP: delete the pod Jul 17 00:05:30.718: INFO: Waiting for pod downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2 to disappear Jul 17 00:05:30.756: INFO: Pod downwardapi-volume-9c992ee0-bdee-4718-a828-2d2460bc6fb2 no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:05:30.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-7715" for this suite. • [SLOW TEST:6.350 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":153,"skipped":2782,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:05:30.764: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-map-2e5ba897-4752-49e5-93ec-6fcdd138b9f2 STEP: Creating a pod to test consume secrets Jul 17 00:05:30.907: INFO: Waiting up to 5m0s for pod "pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61" in namespace "secrets-5423" to be "Succeeded or Failed" Jul 17 00:05:30.911: INFO: Pod "pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61": Phase="Pending", Reason="", readiness=false. Elapsed: 4.063793ms Jul 17 00:05:32.941: INFO: Pod "pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61": Phase="Pending", Reason="", readiness=false. Elapsed: 2.033974205s Jul 17 00:05:34.945: INFO: Pod "pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.037968287s STEP: Saw pod success Jul 17 00:05:34.945: INFO: Pod "pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61" satisfied condition "Succeeded or Failed" Jul 17 00:05:34.948: INFO: Trying to get logs from node latest-worker pod pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61 container secret-volume-test: STEP: delete the pod Jul 17 00:05:34.963: INFO: Waiting for pod pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61 to disappear Jul 17 00:05:34.968: INFO: Pod pod-secrets-4d883ef2-31e2-4e49-a4c3-6b6f18e00a61 no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:05:34.968: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-5423" for this suite. •{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":294,"completed":154,"skipped":2790,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Probing container should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:05:35.028: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod busybox-3b7e2db1-3b40-4a78-9b7a-b3298722279e in namespace container-probe-5862 Jul 17 00:05:39.158: INFO: Started pod busybox-3b7e2db1-3b40-4a78-9b7a-b3298722279e in namespace container-probe-5862 STEP: checking the pod's current state and verifying that restartCount is present Jul 17 00:05:39.160: INFO: Initial restart count of pod busybox-3b7e2db1-3b40-4a78-9b7a-b3298722279e is 0 STEP: deleting the pod [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:09:40.001: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-5862" for this suite. • [SLOW TEST:244.997 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container should *not* be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","total":294,"completed":155,"skipped":2825,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [k8s.io] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:09:40.025: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:38 [It] should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:09:44.196: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubelet-test-8904" 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":294,"completed":156,"skipped":2830,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSS ------------------------------ [sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Namespaces [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:09:44.204: 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 patch a Namespace [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a Namespace STEP: patching the Namespace STEP: get the Namespace and ensuring it has the label [AfterEach] [sig-api-machinery] Namespaces [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:09:44.453: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "namespaces-7101" for this suite. STEP: Destroying namespace "nspatchtest-94ee367e-3520-4873-a673-042230adb7dc-3161" for this suite. •{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance]","total":294,"completed":157,"skipped":2836,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSS ------------------------------ [sig-api-machinery] Garbage collector should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:09:44.466: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the rc STEP: delete the rc STEP: wait for the rc to be deleted Jul 17 00:09:52.186: INFO: 7 pods remaining Jul 17 00:09:52.186: INFO: 0 pods has nil DeletionTimestamp Jul 17 00:09:52.186: INFO: Jul 17 00:09:53.075: INFO: 0 pods remaining Jul 17 00:09:53.075: INFO: 0 pods has nil DeletionTimestamp Jul 17 00:09:53.075: INFO: Jul 17 00:09:54.399: INFO: 0 pods remaining Jul 17 00:09:54.399: INFO: 0 pods has nil DeletionTimestamp Jul 17 00:09:54.399: INFO: STEP: Gathering metrics W0717 00:09:55.573246 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:09:58.106: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:09:58.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-6882" for this suite. • [SLOW TEST:14.199 seconds] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"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":294,"completed":158,"skipped":2842,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [sig-network] Services should be able to create a functioning NodePort service [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:09:58.666: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to create a functioning NodePort service [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service nodeport-test with type=NodePort in namespace services-3777 STEP: creating replication controller nodeport-test in namespace services-3777 I0717 00:09:59.516966 7 runners.go:190] Created replication controller with name: nodeport-test, namespace: services-3777, replica count: 2 I0717 00:10:02.567377 7 runners.go:190] nodeport-test Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:10:05.567660 7 runners.go:190] nodeport-test Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 17 00:10:05.567: INFO: Creating new exec pod Jul 17 00:10:10.588: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3777 execpod58dct -- /bin/sh -x -c nc -zv -t -w 2 nodeport-test 80' Jul 17 00:10:13.801: INFO: stderr: "I0717 00:10:13.700334 2059 log.go:181] (0xc00003a0b0) (0xc000612820) Create stream\nI0717 00:10:13.700396 2059 log.go:181] (0xc00003a0b0) (0xc000612820) Stream added, broadcasting: 1\nI0717 00:10:13.702496 2059 log.go:181] (0xc00003a0b0) Reply frame received for 1\nI0717 00:10:13.702535 2059 log.go:181] (0xc00003a0b0) (0xc0005a6000) Create stream\nI0717 00:10:13.702552 2059 log.go:181] (0xc00003a0b0) (0xc0005a6000) Stream added, broadcasting: 3\nI0717 00:10:13.703799 2059 log.go:181] (0xc00003a0b0) Reply frame received for 3\nI0717 00:10:13.703839 2059 log.go:181] (0xc00003a0b0) (0xc0005a6960) Create stream\nI0717 00:10:13.703852 2059 log.go:181] (0xc00003a0b0) (0xc0005a6960) Stream added, broadcasting: 5\nI0717 00:10:13.705057 2059 log.go:181] (0xc00003a0b0) Reply frame received for 5\nI0717 00:10:13.792473 2059 log.go:181] (0xc00003a0b0) Data frame received for 5\nI0717 00:10:13.792509 2059 log.go:181] (0xc0005a6960) (5) Data frame handling\nI0717 00:10:13.792531 2059 log.go:181] (0xc0005a6960) (5) Data frame sent\n+ nc -zv -t -w 2 nodeport-test 80\nI0717 00:10:13.793154 2059 log.go:181] (0xc00003a0b0) Data frame received for 5\nI0717 00:10:13.793175 2059 log.go:181] (0xc0005a6960) (5) Data frame handling\nI0717 00:10:13.793193 2059 log.go:181] (0xc0005a6960) (5) Data frame sent\nConnection to nodeport-test 80 port [tcp/http] succeeded!\nI0717 00:10:13.793573 2059 log.go:181] (0xc00003a0b0) Data frame received for 3\nI0717 00:10:13.793587 2059 log.go:181] (0xc0005a6000) (3) Data frame handling\nI0717 00:10:13.793654 2059 log.go:181] (0xc00003a0b0) Data frame received for 5\nI0717 00:10:13.793664 2059 log.go:181] (0xc0005a6960) (5) Data frame handling\nI0717 00:10:13.795432 2059 log.go:181] (0xc00003a0b0) Data frame received for 1\nI0717 00:10:13.795444 2059 log.go:181] (0xc000612820) (1) Data frame handling\nI0717 00:10:13.795449 2059 log.go:181] (0xc000612820) (1) Data frame sent\nI0717 00:10:13.795599 2059 log.go:181] (0xc00003a0b0) (0xc000612820) Stream removed, broadcasting: 1\nI0717 00:10:13.795684 2059 log.go:181] (0xc00003a0b0) Go away received\nI0717 00:10:13.795861 2059 log.go:181] (0xc00003a0b0) (0xc000612820) Stream removed, broadcasting: 1\nI0717 00:10:13.795872 2059 log.go:181] (0xc00003a0b0) (0xc0005a6000) Stream removed, broadcasting: 3\nI0717 00:10:13.795877 2059 log.go:181] (0xc00003a0b0) (0xc0005a6960) Stream removed, broadcasting: 5\n" Jul 17 00:10:13.801: INFO: stdout: "" Jul 17 00:10:13.802: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3777 execpod58dct -- /bin/sh -x -c nc -zv -t -w 2 10.111.209.106 80' Jul 17 00:10:14.008: INFO: stderr: "I0717 00:10:13.934648 2077 log.go:181] (0xc0005d0790) (0xc000ca3f40) Create stream\nI0717 00:10:13.934700 2077 log.go:181] (0xc0005d0790) (0xc000ca3f40) Stream added, broadcasting: 1\nI0717 00:10:13.938041 2077 log.go:181] (0xc0005d0790) Reply frame received for 1\nI0717 00:10:13.938077 2077 log.go:181] (0xc0005d0790) (0xc000c88640) Create stream\nI0717 00:10:13.938083 2077 log.go:181] (0xc0005d0790) (0xc000c88640) Stream added, broadcasting: 3\nI0717 00:10:13.939010 2077 log.go:181] (0xc0005d0790) Reply frame received for 3\nI0717 00:10:13.939046 2077 log.go:181] (0xc0005d0790) (0xc000c841e0) Create stream\nI0717 00:10:13.939061 2077 log.go:181] (0xc0005d0790) (0xc000c841e0) Stream added, broadcasting: 5\nI0717 00:10:13.939667 2077 log.go:181] (0xc0005d0790) Reply frame received for 5\nI0717 00:10:14.001484 2077 log.go:181] (0xc0005d0790) Data frame received for 3\nI0717 00:10:14.001634 2077 log.go:181] (0xc000c88640) (3) Data frame handling\nI0717 00:10:14.001685 2077 log.go:181] (0xc0005d0790) Data frame received for 5\nI0717 00:10:14.001710 2077 log.go:181] (0xc000c841e0) (5) Data frame handling\nI0717 00:10:14.001732 2077 log.go:181] (0xc000c841e0) (5) Data frame sent\nI0717 00:10:14.001852 2077 log.go:181] (0xc0005d0790) Data frame received for 5\nI0717 00:10:14.001879 2077 log.go:181] (0xc000c841e0) (5) Data frame handling\n+ nc -zv -t -w 2 10.111.209.106 80\nConnection to 10.111.209.106 80 port [tcp/http] succeeded!\nI0717 00:10:14.003258 2077 log.go:181] (0xc0005d0790) Data frame received for 1\nI0717 00:10:14.003298 2077 log.go:181] (0xc000ca3f40) (1) Data frame handling\nI0717 00:10:14.003320 2077 log.go:181] (0xc000ca3f40) (1) Data frame sent\nI0717 00:10:14.003344 2077 log.go:181] (0xc0005d0790) (0xc000ca3f40) Stream removed, broadcasting: 1\nI0717 00:10:14.003388 2077 log.go:181] (0xc0005d0790) Go away received\nI0717 00:10:14.003868 2077 log.go:181] (0xc0005d0790) (0xc000ca3f40) Stream removed, broadcasting: 1\nI0717 00:10:14.003892 2077 log.go:181] (0xc0005d0790) (0xc000c88640) Stream removed, broadcasting: 3\nI0717 00:10:14.003905 2077 log.go:181] (0xc0005d0790) (0xc000c841e0) Stream removed, broadcasting: 5\n" Jul 17 00:10:14.008: INFO: stdout: "" Jul 17 00:10:14.008: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3777 execpod58dct -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.14 30892' Jul 17 00:10:14.226: INFO: stderr: "I0717 00:10:14.150634 2095 log.go:181] (0xc00094afd0) (0xc0009cf540) Create stream\nI0717 00:10:14.150693 2095 log.go:181] (0xc00094afd0) (0xc0009cf540) Stream added, broadcasting: 1\nI0717 00:10:14.154931 2095 log.go:181] (0xc00094afd0) Reply frame received for 1\nI0717 00:10:14.154982 2095 log.go:181] (0xc00094afd0) (0xc0001fe280) Create stream\nI0717 00:10:14.154996 2095 log.go:181] (0xc00094afd0) (0xc0001fe280) Stream added, broadcasting: 3\nI0717 00:10:14.156047 2095 log.go:181] (0xc00094afd0) Reply frame received for 3\nI0717 00:10:14.156108 2095 log.go:181] (0xc00094afd0) (0xc0008f23c0) Create stream\nI0717 00:10:14.156131 2095 log.go:181] (0xc00094afd0) (0xc0008f23c0) Stream added, broadcasting: 5\nI0717 00:10:14.157044 2095 log.go:181] (0xc00094afd0) Reply frame received for 5\nI0717 00:10:14.220153 2095 log.go:181] (0xc00094afd0) Data frame received for 5\nI0717 00:10:14.220176 2095 log.go:181] (0xc0008f23c0) (5) Data frame handling\nI0717 00:10:14.220185 2095 log.go:181] (0xc0008f23c0) (5) Data frame sent\n+ nc -zv -t -w 2 172.18.0.14 30892\nConnection to 172.18.0.14 30892 port [tcp/30892] succeeded!\nI0717 00:10:14.220217 2095 log.go:181] (0xc00094afd0) Data frame received for 3\nI0717 00:10:14.220278 2095 log.go:181] (0xc0001fe280) (3) Data frame handling\nI0717 00:10:14.220320 2095 log.go:181] (0xc00094afd0) Data frame received for 5\nI0717 00:10:14.220352 2095 log.go:181] (0xc0008f23c0) (5) Data frame handling\nI0717 00:10:14.221953 2095 log.go:181] (0xc00094afd0) Data frame received for 1\nI0717 00:10:14.221982 2095 log.go:181] (0xc0009cf540) (1) Data frame handling\nI0717 00:10:14.222002 2095 log.go:181] (0xc0009cf540) (1) Data frame sent\nI0717 00:10:14.222022 2095 log.go:181] (0xc00094afd0) (0xc0009cf540) Stream removed, broadcasting: 1\nI0717 00:10:14.222087 2095 log.go:181] (0xc00094afd0) Go away received\nI0717 00:10:14.222371 2095 log.go:181] (0xc00094afd0) (0xc0009cf540) Stream removed, broadcasting: 1\nI0717 00:10:14.222387 2095 log.go:181] (0xc00094afd0) (0xc0001fe280) Stream removed, broadcasting: 3\nI0717 00:10:14.222395 2095 log.go:181] (0xc00094afd0) (0xc0008f23c0) Stream removed, broadcasting: 5\n" Jul 17 00:10:14.226: INFO: stdout: "" Jul 17 00:10:14.226: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-3777 execpod58dct -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.11 30892' Jul 17 00:10:14.429: INFO: stderr: "I0717 00:10:14.354609 2113 log.go:181] (0xc000934f20) (0xc000e0e5a0) Create stream\nI0717 00:10:14.354669 2113 log.go:181] (0xc000934f20) (0xc000e0e5a0) Stream added, broadcasting: 1\nI0717 00:10:14.360048 2113 log.go:181] (0xc000934f20) Reply frame received for 1\nI0717 00:10:14.360089 2113 log.go:181] (0xc000934f20) (0xc0006c4aa0) Create stream\nI0717 00:10:14.360099 2113 log.go:181] (0xc000934f20) (0xc0006c4aa0) Stream added, broadcasting: 3\nI0717 00:10:14.361334 2113 log.go:181] (0xc000934f20) Reply frame received for 3\nI0717 00:10:14.361369 2113 log.go:181] (0xc000934f20) (0xc0003005a0) Create stream\nI0717 00:10:14.361380 2113 log.go:181] (0xc000934f20) (0xc0003005a0) Stream added, broadcasting: 5\nI0717 00:10:14.362431 2113 log.go:181] (0xc000934f20) Reply frame received for 5\nI0717 00:10:14.422466 2113 log.go:181] (0xc000934f20) Data frame received for 3\nI0717 00:10:14.422521 2113 log.go:181] (0xc0006c4aa0) (3) Data frame handling\nI0717 00:10:14.422558 2113 log.go:181] (0xc000934f20) Data frame received for 5\nI0717 00:10:14.422576 2113 log.go:181] (0xc0003005a0) (5) Data frame handling\nI0717 00:10:14.422594 2113 log.go:181] (0xc0003005a0) (5) Data frame sent\nI0717 00:10:14.422609 2113 log.go:181] (0xc000934f20) Data frame received for 5\nI0717 00:10:14.422623 2113 log.go:181] (0xc0003005a0) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.11 30892\nConnection to 172.18.0.11 30892 port [tcp/30892] succeeded!\nI0717 00:10:14.424384 2113 log.go:181] (0xc000934f20) Data frame received for 1\nI0717 00:10:14.424414 2113 log.go:181] (0xc000e0e5a0) (1) Data frame handling\nI0717 00:10:14.424433 2113 log.go:181] (0xc000e0e5a0) (1) Data frame sent\nI0717 00:10:14.424449 2113 log.go:181] (0xc000934f20) (0xc000e0e5a0) Stream removed, broadcasting: 1\nI0717 00:10:14.424470 2113 log.go:181] (0xc000934f20) Go away received\nI0717 00:10:14.424936 2113 log.go:181] (0xc000934f20) (0xc000e0e5a0) Stream removed, broadcasting: 1\nI0717 00:10:14.424960 2113 log.go:181] (0xc000934f20) (0xc0006c4aa0) Stream removed, broadcasting: 3\nI0717 00:10:14.424970 2113 log.go:181] (0xc000934f20) (0xc0003005a0) Stream removed, broadcasting: 5\n" Jul 17 00:10:14.430: INFO: stdout: "" [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:10:14.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-3777" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:15.772 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to create a functioning NodePort service [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to create a functioning NodePort service [Conformance]","total":294,"completed":159,"skipped":2856,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [k8s.io] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:10:14.438: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:10:46.270: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-runtime-7435" for this suite. • [SLOW TEST:31.854 seconds] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 blackbox test /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:41 when starting a container that exits /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:42 should run with the expected status [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]","total":294,"completed":160,"skipped":2860,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [k8s.io] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:10:46.292: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:10:46.402: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:10:48.437: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:10:50.405: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:10:52.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:10:54.405: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:10:56.409: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:10:58.407: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:00.405: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:02.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:04.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:06.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:08.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:10.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = false) Jul 17 00:11:12.406: INFO: The status of Pod test-webserver-162752ab-b1ee-40f8-9908-f4d6f720df95 is Running (Ready = true) Jul 17 00:11:12.408: INFO: Container started at 2020-07-17 00:10:48 +0000 UTC, pod became ready at 2020-07-17 00:11:11 +0000 UTC [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:11:12.408: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-9502" for this suite. • [SLOW TEST:26.123 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]","total":294,"completed":161,"skipped":2860,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:11:12.415: 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 /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the pod with lifecycle hook STEP: delete the pod with lifecycle hook Jul 17 00:11:22.557: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear Jul 17 00:11:22.571: INFO: Pod pod-with-prestop-exec-hook still exists Jul 17 00:11:24.572: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear Jul 17 00:11:24.594: INFO: Pod pod-with-prestop-exec-hook still exists Jul 17 00:11:26.572: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear Jul 17 00:11:26.629: INFO: Pod pod-with-prestop-exec-hook still exists Jul 17 00:11:28.572: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear Jul 17 00:11:28.576: INFO: Pod pod-with-prestop-exec-hook still exists Jul 17 00:11:30.572: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear Jul 17 00:11:30.576: INFO: Pod pod-with-prestop-exec-hook no longer exists STEP: check prestop hook [AfterEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:11:30.596: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-lifecycle-hook-5925" for this suite. • [SLOW TEST:18.189 seconds] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 when create a pod with lifecycle hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42 should execute prestop exec hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]","total":294,"completed":162,"skipped":2870,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:11:30.604: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:11:31.249: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:11:33.261: 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:63730541491, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541491, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541491, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541491, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:11:36.296: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should be able to deny attaching pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Registering the webhook via the AdmissionRegistration API STEP: create a pod STEP: 'kubectl attach' the pod, should be denied by the webhook Jul 17 00:11:40.361: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config attach --namespace=webhook-5871 to-be-attached-pod -i -c=container1' Jul 17 00:11:40.488: INFO: rc: 1 [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:11:40.494: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-5871" for this suite. STEP: Destroying namespace "webhook-5871-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:10.023 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should be able to deny attaching pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]","total":294,"completed":163,"skipped":2873,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:11:40.629: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:11:44.909: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- STEP: delete the container [AfterEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:11:45.099: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-runtime-599" 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":294,"completed":164,"skipped":2935,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:11:45.133: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:11:45.810: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:11:47.829: 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:63730541505, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541505, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541505, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541505, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:11:49.833: 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:63730541505, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541505, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541505, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541505, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:11:52.865: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should mutate custom resource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:11:52.870: INFO: >>> kubeConfig: /root/.kube/config STEP: Registering the mutating webhook for custom resource e2e-test-webhook-9175-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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:11:53.999: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-304" for this suite. STEP: Destroying namespace "webhook-304-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.963 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should mutate custom resource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance]","total":294,"completed":165,"skipped":2947,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:11:54.097: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: set up a multi version CRD Jul 17 00:11:54.211: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:09.527: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-4283" for this suite. • [SLOW TEST:15.438 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance]","total":294,"completed":166,"skipped":2955,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-network] Services should find a service from listing all namespaces [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:09.535: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should find a service from listing all namespaces [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: fetching services [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:09.627: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-7004" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 •{"msg":"PASSED [sig-network] Services should find a service from listing all namespaces [Conformance]","total":294,"completed":167,"skipped":2955,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSS ------------------------------ [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:09.635: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:38 STEP: Setting up data [It] should support subpaths with projected pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod pod-subpath-test-projected-sqfp STEP: Creating a pod to test atomic-volume-subpath Jul 17 00:12:09.761: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-sqfp" in namespace "subpath-8142" to be "Succeeded or Failed" Jul 17 00:12:09.785: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Pending", Reason="", readiness=false. Elapsed: 24.607738ms Jul 17 00:12:11.790: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Pending", Reason="", readiness=false. Elapsed: 2.028878817s Jul 17 00:12:13.794: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 4.033136763s Jul 17 00:12:15.798: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 6.037428555s Jul 17 00:12:17.803: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 8.042059354s Jul 17 00:12:19.808: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 10.046993184s Jul 17 00:12:21.813: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 12.051726537s Jul 17 00:12:23.816: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 14.055663958s Jul 17 00:12:25.822: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 16.061179709s Jul 17 00:12:27.826: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 18.065687173s Jul 17 00:12:29.831: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 20.06974934s Jul 17 00:12:31.835: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Running", Reason="", readiness=true. Elapsed: 22.074042042s Jul 17 00:12:33.838: INFO: Pod "pod-subpath-test-projected-sqfp": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.077574234s STEP: Saw pod success Jul 17 00:12:33.838: INFO: Pod "pod-subpath-test-projected-sqfp" satisfied condition "Succeeded or Failed" Jul 17 00:12:33.842: INFO: Trying to get logs from node latest-worker pod pod-subpath-test-projected-sqfp container test-container-subpath-projected-sqfp: STEP: delete the pod Jul 17 00:12:33.875: INFO: Waiting for pod pod-subpath-test-projected-sqfp to disappear Jul 17 00:12:33.891: INFO: Pod pod-subpath-test-projected-sqfp no longer exists STEP: Deleting pod pod-subpath-test-projected-sqfp Jul 17 00:12:33.891: INFO: Deleting pod "pod-subpath-test-projected-sqfp" in namespace "subpath-8142" [AfterEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:33.894: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "subpath-8142" for this suite. • [SLOW TEST:24.267 seconds] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Atomic writer volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:34 should support subpaths with projected pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [LinuxOnly] [Conformance]","total":294,"completed":168,"skipped":2967,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:33.902: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-map-eba6fc93-6fb2-4a9d-a340-a1d8d914ae95 STEP: Creating a pod to test consume configMaps Jul 17 00:12:33.995: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b" in namespace "projected-5307" to be "Succeeded or Failed" Jul 17 00:12:34.035: INFO: Pod "pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b": Phase="Pending", Reason="", readiness=false. Elapsed: 39.955752ms Jul 17 00:12:36.040: INFO: Pod "pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.044411316s Jul 17 00:12:38.044: INFO: Pod "pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.04893429s STEP: Saw pod success Jul 17 00:12:38.044: INFO: Pod "pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b" satisfied condition "Succeeded or Failed" Jul 17 00:12:38.047: INFO: Trying to get logs from node latest-worker2 pod pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b container projected-configmap-volume-test: STEP: delete the pod Jul 17 00:12:38.150: INFO: Waiting for pod pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b to disappear Jul 17 00:12:38.154: INFO: Pod pod-projected-configmaps-127a40d0-7b3d-400a-bddd-1fcee541173b no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:38.154: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-5307" 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":294,"completed":169,"skipped":2983,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [k8s.io] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:38.163: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:41 [It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:12:38.236: INFO: Waiting up to 5m0s for pod "busybox-user-65534-46123385-2b33-41f1-836f-0542b8f542d9" in namespace "security-context-test-6649" to be "Succeeded or Failed" Jul 17 00:12:38.251: INFO: Pod "busybox-user-65534-46123385-2b33-41f1-836f-0542b8f542d9": Phase="Pending", Reason="", readiness=false. Elapsed: 15.336492ms Jul 17 00:12:40.255: INFO: Pod "busybox-user-65534-46123385-2b33-41f1-836f-0542b8f542d9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019447109s Jul 17 00:12:42.259: INFO: Pod "busybox-user-65534-46123385-2b33-41f1-836f-0542b8f542d9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.023435417s Jul 17 00:12:42.259: INFO: Pod "busybox-user-65534-46123385-2b33-41f1-836f-0542b8f542d9" satisfied condition "Succeeded or Failed" [AfterEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:42.259: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "security-context-test-6649" for this suite. •{"msg":"PASSED [k8s.io] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":170,"skipped":2997,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:42.268: 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 args [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test substitution in container's args Jul 17 00:12:42.349: INFO: Waiting up to 5m0s for pod "var-expansion-0b598292-1301-4f22-940d-0de290264f85" in namespace "var-expansion-8582" to be "Succeeded or Failed" Jul 17 00:12:42.372: INFO: Pod "var-expansion-0b598292-1301-4f22-940d-0de290264f85": Phase="Pending", Reason="", readiness=false. Elapsed: 22.734042ms Jul 17 00:12:44.376: INFO: Pod "var-expansion-0b598292-1301-4f22-940d-0de290264f85": Phase="Pending", Reason="", readiness=false. Elapsed: 2.026926589s Jul 17 00:12:46.380: INFO: Pod "var-expansion-0b598292-1301-4f22-940d-0de290264f85": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.031111909s STEP: Saw pod success Jul 17 00:12:46.381: INFO: Pod "var-expansion-0b598292-1301-4f22-940d-0de290264f85" satisfied condition "Succeeded or Failed" Jul 17 00:12:46.383: INFO: Trying to get logs from node latest-worker2 pod var-expansion-0b598292-1301-4f22-940d-0de290264f85 container dapi-container: STEP: delete the pod Jul 17 00:12:46.434: INFO: Waiting for pod var-expansion-0b598292-1301-4f22-940d-0de290264f85 to disappear Jul 17 00:12:46.469: INFO: Pod var-expansion-0b598292-1301-4f22-940d-0de290264f85 no longer exists [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:46.469: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-8582" for this suite. •{"msg":"PASSED [k8s.io] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]","total":294,"completed":171,"skipped":3040,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSS ------------------------------ [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:46.477: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide container's cpu request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:12:46.541: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac" in namespace "projected-6114" to be "Succeeded or Failed" Jul 17 00:12:46.545: INFO: Pod "downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac": Phase="Pending", Reason="", readiness=false. Elapsed: 3.96226ms Jul 17 00:12:48.549: INFO: Pod "downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007801587s Jul 17 00:12:50.553: INFO: Pod "downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01181611s STEP: Saw pod success Jul 17 00:12:50.553: INFO: Pod "downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac" satisfied condition "Succeeded or Failed" Jul 17 00:12:50.555: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac container client-container: STEP: delete the pod Jul 17 00:12:50.597: INFO: Waiting for pod downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac to disappear Jul 17 00:12:50.604: INFO: Pod downwardapi-volume-9a21c8cd-c26f-4c8d-b15e-e6a572aaecac no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:50.604: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-6114" for this suite. •{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]","total":294,"completed":172,"skipped":3046,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} ------------------------------ [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:50.625: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should update labels on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating the pod Jul 17 00:12:55.234: INFO: Successfully updated pod "labelsupdate79cd5c6e-12c4-4581-bc12-243409ec488c" [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:59.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-2539" for this suite. • [SLOW TEST:8.673 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should update labels on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]","total":294,"completed":173,"skipped":3046,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Lease lease API should be available [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Lease /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:59.299: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Lease /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:12:59.444: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "lease-test-8681" for this suite. •{"msg":"PASSED [k8s.io] Lease lease API should be available [Conformance]","total":294,"completed":174,"skipped":3083,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSS ------------------------------ [k8s.io] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:12:59.452: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:38 [It] should print the output to logs [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:03.517: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubelet-test-176" for this suite. •{"msg":"PASSED [k8s.io] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]","total":294,"completed":175,"skipped":3092,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-api-machinery] Servers with support for Table transformation should return a 406 for a backend which does not implement metadata [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Servers with support for Table transformation /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:03.526: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/table_conversion.go:47 [It] should return a 406 for a backend which does not implement metadata [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [sig-api-machinery] Servers with support for Table transformation /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:03.608: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "tables-6457" 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":294,"completed":176,"skipped":3100,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:03.617: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a job STEP: Ensuring active pods == parallelism STEP: Orphaning one of the Job's Pods Jul 17 00:13:10.213: INFO: Successfully updated pod "adopt-release-6xmjb" STEP: Checking that the Job readopts the Pod Jul 17 00:13:10.213: INFO: Waiting up to 15m0s for pod "adopt-release-6xmjb" in namespace "job-6307" to be "adopted" Jul 17 00:13:10.233: INFO: Pod "adopt-release-6xmjb": Phase="Running", Reason="", readiness=true. Elapsed: 19.672796ms Jul 17 00:13:12.237: INFO: Pod "adopt-release-6xmjb": Phase="Running", Reason="", readiness=true. Elapsed: 2.023601811s Jul 17 00:13:12.237: INFO: Pod "adopt-release-6xmjb" satisfied condition "adopted" STEP: Removing the labels from the Job's Pod Jul 17 00:13:12.747: INFO: Successfully updated pod "adopt-release-6xmjb" STEP: Checking that the Job releases the Pod Jul 17 00:13:12.747: INFO: Waiting up to 15m0s for pod "adopt-release-6xmjb" in namespace "job-6307" to be "released" Jul 17 00:13:12.773: INFO: Pod "adopt-release-6xmjb": Phase="Running", Reason="", readiness=true. Elapsed: 25.741974ms Jul 17 00:13:14.817: INFO: Pod "adopt-release-6xmjb": Phase="Running", Reason="", readiness=true. Elapsed: 2.069375626s Jul 17 00:13:14.817: INFO: Pod "adopt-release-6xmjb" satisfied condition "released" [AfterEach] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:14.817: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "job-6307" for this suite. • [SLOW TEST:11.208 seconds] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should adopt matching orphans and release non-matching pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]","total":294,"completed":177,"skipped":3124,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} S ------------------------------ [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:14.826: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-5cda8765-d9b0-4fba-a0be-7a62f95cfc80 STEP: Creating a pod to test consume configMaps Jul 17 00:13:14.985: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5" in namespace "projected-8258" to be "Succeeded or Failed" Jul 17 00:13:14.999: INFO: Pod "pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5": Phase="Pending", Reason="", readiness=false. Elapsed: 13.949722ms Jul 17 00:13:17.026: INFO: Pod "pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.041706796s Jul 17 00:13:19.030: INFO: Pod "pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.04561374s STEP: Saw pod success Jul 17 00:13:19.030: INFO: Pod "pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5" satisfied condition "Succeeded or Failed" Jul 17 00:13:19.033: INFO: Trying to get logs from node latest-worker pod pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5 container projected-configmap-volume-test: STEP: delete the pod Jul 17 00:13:19.068: INFO: Waiting for pod pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5 to disappear Jul 17 00:13:19.090: INFO: Pod pod-projected-configmaps-e8a953c4-de9f-4d40-9953-b5476fd491a5 no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:19.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-8258" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","total":294,"completed":178,"skipped":3125,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir wrapper volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:19.133: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Cleaning up the secret STEP: Cleaning up the configmap STEP: Cleaning up the pod [AfterEach] [sig-storage] EmptyDir wrapper volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:23.728: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-wrapper-4871" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance]","total":294,"completed":179,"skipped":3130,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:23.768: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-9da54da5-2527-498b-8bd5-ff109c2c4cf4 STEP: Creating a pod to test consume configMaps Jul 17 00:13:24.235: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b" in namespace "projected-9269" to be "Succeeded or Failed" Jul 17 00:13:24.306: INFO: Pod "pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b": Phase="Pending", Reason="", readiness=false. Elapsed: 70.907937ms Jul 17 00:13:26.310: INFO: Pod "pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.074705457s Jul 17 00:13:28.314: INFO: Pod "pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.079075184s STEP: Saw pod success Jul 17 00:13:28.315: INFO: Pod "pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b" satisfied condition "Succeeded or Failed" Jul 17 00:13:28.318: INFO: Trying to get logs from node latest-worker pod pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b container projected-configmap-volume-test: STEP: delete the pod Jul 17 00:13:28.478: INFO: Waiting for pod pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b to disappear Jul 17 00:13:28.523: INFO: Pod pod-projected-configmaps-ea3e4fbe-ff27-4b92-8d29-6932945d955b no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:28.523: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-9269" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","total":294,"completed":180,"skipped":3130,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:28.533: 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 run through the lifecycle of a ServiceAccount [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a ServiceAccount STEP: watching for the ServiceAccount to be added STEP: patching the ServiceAccount STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) STEP: deleting the ServiceAccount [AfterEach] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:28.728: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "svcaccounts-4588" for this suite. •{"msg":"PASSED [sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount [Conformance]","total":294,"completed":181,"skipped":3135,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:28.799: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should update annotations on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating the pod Jul 17 00:13:33.516: INFO: Successfully updated pod "annotationupdate6b13884b-eb2e-45fd-9761-3f48abe44105" [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:37.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-972" for this suite. • [SLOW TEST:8.831 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should update annotations on modification [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]","total":294,"completed":182,"skipped":3140,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:37.631: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 W0717 00:13:38.781350 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:13:40.930: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:40.930: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-4451" for this suite. •{"msg":"PASSED [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance]","total":294,"completed":183,"skipped":3143,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:40.937: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-map-c13829c6-da27-4981-bc14-4768e624958a STEP: Creating a pod to test consume secrets Jul 17 00:13:41.233: INFO: Waiting up to 5m0s for pod "pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b" in namespace "secrets-6999" to be "Succeeded or Failed" Jul 17 00:13:41.290: INFO: Pod "pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b": Phase="Pending", Reason="", readiness=false. Elapsed: 57.356984ms Jul 17 00:13:43.293: INFO: Pod "pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.060553176s Jul 17 00:13:45.296: INFO: Pod "pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.063466277s STEP: Saw pod success Jul 17 00:13:45.296: INFO: Pod "pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b" satisfied condition "Succeeded or Failed" Jul 17 00:13:45.299: INFO: Trying to get logs from node latest-worker pod pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b container secret-volume-test: STEP: delete the pod Jul 17 00:13:45.366: INFO: Waiting for pod pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b to disappear Jul 17 00:13:45.372: INFO: Pod pod-secrets-200abdae-e4cb-4d6c-ac0f-6adb411aae3b no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:13:45.372: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-6999" for this suite. •{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":184,"skipped":3157,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSS ------------------------------ [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:13:45.378: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 W0717 00:14:26.919880 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:14:28.967: 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: Jul 17 00:14:28.967: INFO: Deleting pod "simpletest.rc-28snh" in namespace "gc-5456" Jul 17 00:14:28.985: INFO: Deleting pod "simpletest.rc-4v4s8" in namespace "gc-5456" Jul 17 00:14:29.034: INFO: Deleting pod "simpletest.rc-5xdzm" in namespace "gc-5456" Jul 17 00:14:29.093: INFO: Deleting pod "simpletest.rc-7lj4t" in namespace "gc-5456" Jul 17 00:14:29.453: INFO: Deleting pod "simpletest.rc-8mtdn" in namespace "gc-5456" Jul 17 00:14:29.603: INFO: Deleting pod "simpletest.rc-c6hh2" in namespace "gc-5456" Jul 17 00:14:29.897: INFO: Deleting pod "simpletest.rc-gw2lw" in namespace "gc-5456" Jul 17 00:14:29.968: INFO: Deleting pod "simpletest.rc-lwgd5" in namespace "gc-5456" Jul 17 00:14:30.221: INFO: Deleting pod "simpletest.rc-nzfkh" in namespace "gc-5456" Jul 17 00:14:30.448: INFO: Deleting pod "simpletest.rc-pn76g" in namespace "gc-5456" [AfterEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:14:31.077: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-5456" for this suite. • [SLOW TEST:45.962 seconds] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should orphan pods created by rc if delete options say so [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance]","total":294,"completed":185,"skipped":3168,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-cli] Kubectl client Kubectl diff should check if kubectl diff finds a difference for Deployments [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:14:31.341: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should check if kubectl diff finds a difference for Deployments [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create deployment with httpd image Jul 17 00:14:31.802: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f -' Jul 17 00:14:32.485: INFO: stderr: "" Jul 17 00:14:32.485: INFO: stdout: "deployment.apps/httpd-deployment created\n" STEP: verify diff finds difference between live and declared image Jul 17 00:14:32.485: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config diff -f -' Jul 17 00:14:34.051: INFO: rc: 1 Jul 17 00:14:34.052: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete -f -' Jul 17 00:14:34.524: INFO: stderr: "" Jul 17 00:14:34.524: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:14:34.525: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-2767" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Kubectl diff should check if kubectl diff finds a difference for Deployments [Conformance]","total":294,"completed":186,"skipped":3172,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:14:35.065: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:14:37.664: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:14:39.675: 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:63730541677, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541677, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541677, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541677, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:14:42.716: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:14:42.934: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-1109" for this suite. STEP: Destroying namespace "webhook-1109-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:7.934 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]","total":294,"completed":187,"skipped":3223,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:14:43.000: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Counting existing ResourceQuota STEP: Creating a ResourceQuota STEP: Ensuring resource quota status is calculated [AfterEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:14:50.132: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-6685" for this suite. • [SLOW TEST:7.140 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance]","total":294,"completed":188,"skipped":3258,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:14:50.140: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:162 [It] should invoke init containers on a RestartAlways pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod Jul 17 00:14:50.214: INFO: PodSpec: initContainers in spec.initContainers [AfterEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:14:58.370: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "init-container-5985" for this suite. • [SLOW TEST:8.299 seconds] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should invoke init containers on a RestartAlways pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]","total":294,"completed":189,"skipped":3278,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:14:58.439: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:15:09.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-8081" for this suite. • [SLOW TEST:11.155 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a replica set. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance]","total":294,"completed":190,"skipped":3299,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:15:09.594: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-map-bc18fd21-61bc-4039-81b1-608db38beb3c STEP: Creating a pod to test consume configMaps Jul 17 00:15:09.915: INFO: Waiting up to 5m0s for pod "pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc" in namespace "configmap-1640" to be "Succeeded or Failed" Jul 17 00:15:09.957: INFO: Pod "pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc": Phase="Pending", Reason="", readiness=false. Elapsed: 42.428529ms Jul 17 00:15:11.960: INFO: Pod "pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.045006003s Jul 17 00:15:13.964: INFO: Pod "pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.049206791s STEP: Saw pod success Jul 17 00:15:13.964: INFO: Pod "pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc" satisfied condition "Succeeded or Failed" Jul 17 00:15:13.967: INFO: Trying to get logs from node latest-worker pod pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc container configmap-volume-test: STEP: delete the pod Jul 17 00:15:13.995: INFO: Waiting for pod pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc to disappear Jul 17 00:15:14.005: INFO: Pod pod-configmaps-daf457f6-e503-4d9c-96d8-be46746b39dc no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:15:14.005: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-1640" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":294,"completed":191,"skipped":3334,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSS ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:15:14.027: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 W0717 00:15:26.583719 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:15:28.627: 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: Jul 17 00:15:28.627: INFO: Deleting pod "simpletest-rc-to-be-deleted-7fhrk" in namespace "gc-1309" Jul 17 00:15:28.699: INFO: Deleting pod "simpletest-rc-to-be-deleted-95tp5" in namespace "gc-1309" Jul 17 00:15:28.751: INFO: Deleting pod "simpletest-rc-to-be-deleted-9l8n2" in namespace "gc-1309" Jul 17 00:15:29.108: INFO: Deleting pod "simpletest-rc-to-be-deleted-dkn7b" in namespace "gc-1309" Jul 17 00:15:29.322: INFO: Deleting pod "simpletest-rc-to-be-deleted-gmr84" in namespace "gc-1309" [AfterEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:15:29.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-1309" for this suite. • [SLOW TEST:15.742 seconds] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"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":294,"completed":192,"skipped":3352,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSS ------------------------------ [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:15:29.769: 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 /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the pod with lifecycle hook STEP: delete the pod with lifecycle hook Jul 17 00:15:40.640: INFO: Waiting for pod pod-with-prestop-http-hook to disappear Jul 17 00:15:40.660: INFO: Pod pod-with-prestop-http-hook still exists Jul 17 00:15:42.661: INFO: Waiting for pod pod-with-prestop-http-hook to disappear Jul 17 00:15:42.694: INFO: Pod pod-with-prestop-http-hook still exists Jul 17 00:15:44.661: INFO: Waiting for pod pod-with-prestop-http-hook to disappear Jul 17 00:15:44.665: INFO: Pod pod-with-prestop-http-hook still exists Jul 17 00:15:46.661: INFO: Waiting for pod pod-with-prestop-http-hook to disappear Jul 17 00:15:46.665: INFO: Pod pod-with-prestop-http-hook still exists Jul 17 00:15:48.661: INFO: Waiting for pod pod-with-prestop-http-hook to disappear Jul 17 00:15:48.666: INFO: Pod pod-with-prestop-http-hook still exists Jul 17 00:15:50.661: INFO: Waiting for pod pod-with-prestop-http-hook to disappear Jul 17 00:15:50.665: INFO: Pod pod-with-prestop-http-hook no longer exists STEP: check prestop hook [AfterEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:15:50.690: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-lifecycle-hook-4658" for this suite. • [SLOW TEST:20.929 seconds] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 when create a pod with lifecycle hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42 should execute prestop http hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]","total":294,"completed":193,"skipped":3359,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:15:50.698: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: getting the auto-created API token Jul 17 00:15:51.322: INFO: created pod pod-service-account-defaultsa Jul 17 00:15:51.322: INFO: pod pod-service-account-defaultsa service account token volume mount: true Jul 17 00:15:51.327: INFO: created pod pod-service-account-mountsa Jul 17 00:15:51.327: INFO: pod pod-service-account-mountsa service account token volume mount: true Jul 17 00:15:51.346: INFO: created pod pod-service-account-nomountsa Jul 17 00:15:51.346: INFO: pod pod-service-account-nomountsa service account token volume mount: false Jul 17 00:15:51.449: INFO: created pod pod-service-account-defaultsa-mountspec Jul 17 00:15:51.449: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true Jul 17 00:15:51.461: INFO: created pod pod-service-account-mountsa-mountspec Jul 17 00:15:51.461: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true Jul 17 00:15:51.501: INFO: created pod pod-service-account-nomountsa-mountspec Jul 17 00:15:51.501: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true Jul 17 00:15:51.548: INFO: created pod pod-service-account-defaultsa-nomountspec Jul 17 00:15:51.548: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false Jul 17 00:15:51.612: INFO: created pod pod-service-account-mountsa-nomountspec Jul 17 00:15:51.612: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false Jul 17 00:15:51.649: INFO: created pod pod-service-account-nomountsa-nomountspec Jul 17 00:15:51.649: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false [AfterEach] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:15:51.649: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "svcaccounts-8529" for this suite. •{"msg":"PASSED [sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]","total":294,"completed":194,"skipped":3363,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSS ------------------------------ [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:15:51.770: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the rc STEP: delete the rc STEP: wait for all pods to be garbage collected STEP: Gathering metrics W0717 00:16:02.979225 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:16:05.392: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:16:05.392: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "gc-2381" for this suite. • [SLOW TEST:13.763 seconds] [sig-api-machinery] Garbage collector /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should delete pods created by rc when not orphaning [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance]","total":294,"completed":195,"skipped":3372,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:16:05.534: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:162 [It] should invoke init containers on a RestartNever pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod Jul 17 00:16:06.600: INFO: PodSpec: initContainers in spec.initContainers [AfterEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:16:15.886: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "init-container-8317" for this suite. • [SLOW TEST:10.389 seconds] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should invoke init containers on a RestartNever pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]","total":294,"completed":196,"skipped":3374,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:16:15.923: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:77 [It] RollingUpdateDeployment should delete old pods and create new ones [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:16:16.005: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) Jul 17 00:16:16.051: INFO: Pod name sample-pod: Found 0 pods out of 1 Jul 17 00:16:21.056: INFO: Pod name sample-pod: Found 1 pods out of 1 STEP: ensuring each pod is running Jul 17 00:16:21.056: INFO: Creating deployment "test-rolling-update-deployment" Jul 17 00:16:21.060: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has Jul 17 00:16:21.065: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created Jul 17 00:16:23.273: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected Jul 17 00:16:23.283: 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:63730541781, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541781, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541781, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730541781, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rolling-update-deployment-8597df97cd\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:16:25.365: INFO: Ensuring deployment "test-rolling-update-deployment" has one old replica set (the one it adopted) [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:71 Jul 17 00:16:25.390: INFO: Deployment "test-rolling-update-deployment": &Deployment{ObjectMeta:{test-rolling-update-deployment deployment-9443 /apis/apps/v1/namespaces/deployment-9443/deployments/test-rolling-update-deployment ea4b87e8-23a2-4f26-893f-982792bca9d4 1761046 1 2020-07-17 00:16:21 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2020-07-17 00:16:21 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{}}},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-17 00:16:25 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}}}]},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 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc006284638 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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:2020-07-17 00:16:21 +0000 UTC,LastTransitionTime:2020-07-17 00:16:21 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-8597df97cd" has successfully progressed.,LastUpdateTime:2020-07-17 00:16:25 +0000 UTC,LastTransitionTime:2020-07-17 00:16:21 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} Jul 17 00:16:25.393: INFO: New ReplicaSet "test-rolling-update-deployment-8597df97cd" of Deployment "test-rolling-update-deployment": &ReplicaSet{ObjectMeta:{test-rolling-update-deployment-8597df97cd deployment-9443 /apis/apps/v1/namespaces/deployment-9443/replicasets/test-rolling-update-deployment-8597df97cd 43495ddc-c9c5-4168-944a-f79e8b38b294 1761035 1 2020-07-17 00:16:21 +0000 UTC map[name:sample-pod pod-template-hash:8597df97cd] 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 ea4b87e8-23a2-4f26-893f-982792bca9d4 0xc006284b97 0xc006284b98}] [] [{kube-controller-manager Update apps/v1 2020-07-17 00:16:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ea4b87e8-23a2-4f26-893f-982792bca9d4\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod-template-hash: 8597df97cd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:8597df97cd] map[] [] [] []} {[] [] [{agnhost us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20 [] [] [] [] [] {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,SeccompProfile:nil,} false false false}] [] Always 0xc006284c28 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} Jul 17 00:16:25.393: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": Jul 17 00:16:25.393: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-9443 /apis/apps/v1/namespaces/deployment-9443/replicasets/test-rolling-update-controller 7346a8d7-1f87-461f-87f3-973a2b8608f9 1761045 2 2020-07-17 00:16:16 +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 ea4b87e8-23a2-4f26-893f-982792bca9d4 0xc006284a87 0xc006284a88}] [] [{e2e.test Update apps/v1 2020-07-17 00:16:16 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-17 00:16:25 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ea4b87e8-23a2-4f26-893f-982792bca9d4\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{}},"f:status":{"f:observedGeneration":{},"f:replicas":{}}}}]},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 0xc006284b28 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 17 00:16:25.396: INFO: Pod "test-rolling-update-deployment-8597df97cd-sn9sg" is available: &Pod{ObjectMeta:{test-rolling-update-deployment-8597df97cd-sn9sg test-rolling-update-deployment-8597df97cd- deployment-9443 /api/v1/namespaces/deployment-9443/pods/test-rolling-update-deployment-8597df97cd-sn9sg 01d3ba48-f0ee-4bae-99aa-482ab568c004 1761034 0 2020-07-17 00:16:21 +0000 UTC map[name:sample-pod pod-template-hash:8597df97cd] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-8597df97cd 43495ddc-c9c5-4168-944a-f79e8b38b294 0xc00623a937 0xc00623a938}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:21 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"43495ddc-c9c5-4168-944a-f79e8b38b294\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:24 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.1.198\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-4hwxg,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-4hwxg,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:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-4hwxg,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:21 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:24 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:24 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:21 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:10.244.1.198,StartTime:2020-07-17 00:16:21 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16:23 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,ImageID:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0,ContainerID:containerd://2361368955fd6182ba12d3980f77984ef00a115ef4908e6fa05328f953bbb237,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.198,},},EphemeralContainerStatuses:[]ContainerStatus{},},} [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:16:25.396: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "deployment-9443" for this suite. • [SLOW TEST:9.480 seconds] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 RollingUpdateDeployment should delete old pods and create new ones [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]","total":294,"completed":197,"skipped":3398,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:16:25.404: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:16:25.623: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-9950 /api/v1/namespaces/watch-9950/configmaps/e2e-watch-test-resource-version b50e96ff-c062-4aa5-b197-a3e078885f24 1761055 0 2020-07-17 00:16:25 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2020-07-17 00:16:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:16:25.623: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-9950 /api/v1/namespaces/watch-9950/configmaps/e2e-watch-test-resource-version b50e96ff-c062-4aa5-b197-a3e078885f24 1761056 0 2020-07-17 00:16:25 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2020-07-17 00:16:25 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} [AfterEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:16:25.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "watch-9950" for this suite. •{"msg":"PASSED [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]","total":294,"completed":198,"skipped":3402,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSS ------------------------------ [sig-apps] Deployment deployment should support proportional scaling [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:16:25.631: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:77 [It] deployment should support proportional scaling [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:16:25.712: INFO: Creating deployment "webserver-deployment" Jul 17 00:16:25.734: INFO: Waiting for observed generation 1 Jul 17 00:16:27.970: INFO: Waiting for all required pods to come up Jul 17 00:16:27.975: INFO: Pod name httpd: Found 10 pods out of 10 STEP: ensuring each pod is running Jul 17 00:16:39.982: INFO: Waiting for deployment "webserver-deployment" to complete Jul 17 00:16:39.988: INFO: Updating deployment "webserver-deployment" with a non-existent image Jul 17 00:16:39.995: INFO: Updating deployment webserver-deployment Jul 17 00:16:39.995: INFO: Waiting for observed generation 2 Jul 17 00:16:42.162: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 Jul 17 00:16:42.165: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 Jul 17 00:16:42.243: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas Jul 17 00:16:42.250: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 Jul 17 00:16:42.250: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 Jul 17 00:16:42.252: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas Jul 17 00:16:42.256: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas Jul 17 00:16:42.256: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 Jul 17 00:16:42.359: INFO: Updating deployment webserver-deployment Jul 17 00:16:42.359: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas Jul 17 00:16:42.365: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 Jul 17 00:16:42.551: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:71 Jul 17 00:16:43.394: INFO: Deployment "webserver-deployment": &Deployment{ObjectMeta:{webserver-deployment deployment-8479 /apis/apps/v1/namespaces/deployment-8479/deployments/webserver-deployment 1d2bc64c-c7b2-4793-8261-f26f641c28e1 1761311 3 2020-07-17 00:16:25 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{}}},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}}} {kube-controller-manager Update apps/v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:unavailableReplicas":{},"f:updatedReplicas":{}}}}]},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,SeccompProfile:nil,} false false false}] [] Always 0xc004e42718 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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:5,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-6676bcd6d4" is progressing.,LastUpdateTime:2020-07-17 00:16:40 +0000 UTC,LastTransitionTime:2020-07-17 00:16:25 +0000 UTC,},DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2020-07-17 00:16:42 +0000 UTC,LastTransitionTime:2020-07-17 00:16:42 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} Jul 17 00:16:43.461: INFO: New ReplicaSet "webserver-deployment-6676bcd6d4" of Deployment "webserver-deployment": &ReplicaSet{ObjectMeta:{webserver-deployment-6676bcd6d4 deployment-8479 /apis/apps/v1/namespaces/deployment-8479/replicasets/webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 1761309 3 2020-07-17 00:16:39 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment 1d2bc64c-c7b2-4793-8261-f26f641c28e1 0xc004e42bb7 0xc004e42bb8}] [] [{kube-controller-manager Update apps/v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1d2bc64c-c7b2-4793-8261-f26f641c28e1\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*13,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 6676bcd6d4,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] 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,SeccompProfile:nil,} false false false}] [] Always 0xc004e42c38 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:5,FullyLabeledReplicas:5,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} Jul 17 00:16:43.461: INFO: All old ReplicaSets of Deployment "webserver-deployment": Jul 17 00:16:43.461: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-84855cf797 deployment-8479 /apis/apps/v1/namespaces/deployment-8479/replicasets/webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 1761306 3 2020-07-17 00:16:25 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment 1d2bc64c-c7b2-4793-8261-f26f641c28e1 0xc004e42c97 0xc004e42c98}] [] [{kube-controller-manager Update apps/v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1d2bc64c-c7b2-4793-8261-f26f641c28e1\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:replicas":{},"f:selector":{"f:matchLabels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}},"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}}}]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 84855cf797,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:84855cf797] 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,SeccompProfile:nil,} false false false}] [] Always 0xc004e42d08 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:8,FullyLabeledReplicas:8,ObservedGeneration:2,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} Jul 17 00:16:43.594: INFO: Pod "webserver-deployment-6676bcd6d4-25z67" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-25z67 webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-25z67 2d202f9e-0152-4d11-9abf-efc5b99cdaf1 1761279 0 2020-07-17 00:16:40 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43277 0xc004e43278}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:,StartTime:2020-07-17 00:16:40 +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{},},} Jul 17 00:16:43.594: INFO: Pod "webserver-deployment-6676bcd6d4-4gwbb" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-4gwbb webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-4gwbb 1ae3dbfa-f35b-4d0d-9205-00cb11facfc1 1761294 0 2020-07-17 00:16:40 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43457 0xc004e43458}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:,StartTime:2020-07-17 00:16:40 +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{},},} Jul 17 00:16:43.594: INFO: Pod "webserver-deployment-6676bcd6d4-59vq5" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-59vq5 webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-59vq5 ba5ab38c-3b10-4722-8c05-ebbaa780bf94 1761322 0 2020-07-17 00:16:42 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43607 0xc004e43608}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.594: INFO: Pod "webserver-deployment-6676bcd6d4-5dzj8" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-5dzj8 webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-5dzj8 97882e95-ebf3-4cca-a3dc-16e4de61c045 1761359 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43747 0xc004e43748}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.594: INFO: Pod "webserver-deployment-6676bcd6d4-bsp8r" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-bsp8r webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-bsp8r 4a31125a-736b-48dc-8260-59d1ca6bb119 1761368 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43887 0xc004e43888}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.595: INFO: Pod "webserver-deployment-6676bcd6d4-cmpkr" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-cmpkr webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-cmpkr b3dc1f0b-9bd1-4407-aa07-673820dd06ff 1761336 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e439d7 0xc004e439d8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.595: INFO: Pod "webserver-deployment-6676bcd6d4-dtqnt" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-dtqnt webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-dtqnt 6db27d90-2e01-4b09-b80d-bdb64956f100 1761361 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43b27 0xc004e43b28}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.595: INFO: Pod "webserver-deployment-6676bcd6d4-j6mth" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-j6mth webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-j6mth 6e419a7a-c2c1-4a91-97ec-18c26e2e99aa 1761357 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43c67 0xc004e43c68}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.596: INFO: Pod "webserver-deployment-6676bcd6d4-jpbwq" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-jpbwq webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-jpbwq 6826d19f-d133-4805-af1d-a128271ded43 1761270 0 2020-07-17 00:16:40 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43da7 0xc004e43da8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:,StartTime:2020-07-17 00:16:40 +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{},},} Jul 17 00:16:43.596: INFO: Pod "webserver-deployment-6676bcd6d4-mwst8" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-mwst8 webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-mwst8 a354bf3c-65f5-4643-90b5-6ac9c5c2c29b 1761331 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc004e43f57 0xc004e43f58}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.597: INFO: Pod "webserver-deployment-6676bcd6d4-qbftt" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-qbftt webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-qbftt 1998c00e-1bfe-4052-8d13-000b1c37c328 1761298 0 2020-07-17 00:16:40 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc006104097 0xc006104098}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:,StartTime:2020-07-17 00:16:40 +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{},},} Jul 17 00:16:43.597: INFO: Pod "webserver-deployment-6676bcd6d4-stmmf" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-stmmf webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-stmmf 33c27ba4-05ea-4182-9239-53411b5ff4c0 1761360 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc006104247 0xc006104248}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.597: INFO: Pod "webserver-deployment-6676bcd6d4-w56w8" is not available: &Pod{ObjectMeta:{webserver-deployment-6676bcd6d4-w56w8 webserver-deployment-6676bcd6d4- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-6676bcd6d4-w56w8 d0f32829-bc29-47ec-ae56-e809b1d84e53 1761301 0 2020-07-17 00:16:40 +0000 UTC map[name:httpd pod-template-hash:6676bcd6d4] map[] [{apps/v1 ReplicaSet webserver-deployment-6676bcd6d4 656f7a27-751d-4398-8439-3ff4ea306219 0xc006104387 0xc006104388}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"656f7a27-751d-4398-8439-3ff4ea306219\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:41 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +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:2020-07-17 00:16:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:,StartTime:2020-07-17 00:16:40 +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{},},} Jul 17 00:16:43.597: INFO: Pod "webserver-deployment-84855cf797-2zqbh" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-2zqbh webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-2zqbh 0866a610-7328-4905-8390-ff6b1dd3ce53 1761348 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104537 0xc006104538}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.598: INFO: Pod "webserver-deployment-84855cf797-8md6h" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-8md6h webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-8md6h 869e0405-6a73-4061-81b1-919a9433a435 1761344 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104667 0xc006104668}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.598: INFO: Pod "webserver-deployment-84855cf797-8z9xg" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-8z9xg webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-8z9xg 72859b92-02c2-4b78-ba41-1b6f38cea4a0 1761314 0 2020-07-17 00:16:42 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104797 0xc006104798}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:42 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.600: INFO: Pod "webserver-deployment-84855cf797-9bqcz" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-9bqcz webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-9bqcz 428a792a-d5bd-496f-9e95-665e19c00b32 1761195 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc0061048d7 0xc0061048d8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:36 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.1.202\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:10.244.1.202,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16: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://a36f1d991e6a396b233ffb87670fb4b79f8a3ec07ed7fa6f3fb69a02c6d7f898,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.202,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.600: INFO: Pod "webserver-deployment-84855cf797-c5mfk" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-c5mfk webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-c5mfk eabcd35a-12a1-4db0-ad23-03b4e6198fe4 1761365 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104a87 0xc006104a88}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-d4nqp" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-d4nqp webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-d4nqp f4fe9cc1-9c1b-424e-9f72-94eb83c90880 1761366 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104bc7 0xc006104bc8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-g58hk" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-g58hk webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-g58hk 02de95f4-41a2-4529-9a12-b78406bb9ba6 1761194 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104cf7 0xc006104cf8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:36 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.2.39\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:10.244.2.39,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16: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://a1683be2c44089ac5d36a72599a74e31c9b18116e6988edc4a6771b3e3dbbc63,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.39,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-g77qj" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-g77qj webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-g77qj 3070b69d-452c-4b4b-96d8-632e0312b8ab 1761178 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006104ea7 0xc006104ea8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:35 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.1.200\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:10.244.1.200,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16:33 +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://5640372f0d2c179617aaed3af6a2863dbeff4a4371e72963dbe2d4ae4af6d1e2,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.200,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-h4qt4" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-h4qt4 webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-h4qt4 6a341403-1b07-4fc6-b877-705cf121902e 1761176 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105057 0xc006105058}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:35 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.2.38\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:10.244.2.38,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16:34 +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://fadc717045d26201de2df3bc7070f3d27a025d075adcee20dcc1295c2a21fe1a,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.38,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-h8848" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-h8848 webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-h8848 1e5e3621-4217-4b92-b6e1-5b22e228cc43 1761363 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105207 0xc006105208}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-hfj5k" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-hfj5k webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-hfj5k 0a38bcaa-5a3a-4c5d-9212-9e1853390564 1761233 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105337 0xc006105338}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:38 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.2.41\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:10.244.2.41,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16: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://40caa4257d48b2a1b497ffbaeae101832edea74569bec0df76c1ad80f05e545c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.41,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.601: INFO: Pod "webserver-deployment-84855cf797-jkwfd" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-jkwfd webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-jkwfd fa14bd51-1f4e-4989-9198-e765649c1350 1761186 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc0061054e7 0xc0061054e8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:35 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.1.201\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:10.244.1.201,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16:34 +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://1c6665be9159565fe03c8c85398facff77491d2edf17c28b41d41e285fc458e0,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.201,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.602: INFO: Pod "webserver-deployment-84855cf797-nb757" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-nb757 webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-nb757 7057f1aa-7bf5-4f8b-9267-ebd7dbcd0383 1761347 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105697 0xc006105698}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.602: INFO: Pod "webserver-deployment-84855cf797-nbgjg" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-nbgjg webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-nbgjg e5092328-fa75-4cce-91b5-d15b873cbf18 1761364 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc0061057c7 0xc0061057c8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.602: INFO: Pod "webserver-deployment-84855cf797-p5zvn" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-p5zvn webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-p5zvn 7dace2a4-3dfa-4e1c-ac06-5f2cb23d138e 1761145 0 2020-07-17 00:16:25 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc0061058f7 0xc0061058f8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:25 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:31 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.2.37\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:30 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:30 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:10.244.2.37,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16:30 +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://a359e6a9969d3f6bcbdbf9afb8e0dd378a267d17aa91557b3bcbb4168d5a8648,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.37,},},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.602: INFO: Pod "webserver-deployment-84855cf797-pt2ml" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-pt2ml webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-pt2ml c1e28aab-a08b-4939-8925-60ba1037e032 1761362 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105aa7 0xc006105aa8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.602: INFO: Pod "webserver-deployment-84855cf797-pw2xw" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-pw2xw webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-pw2xw 55470b10-a38a-4fa8-91f8-878624732e36 1761346 0 2020-07-17 00:16:43 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105bd7 0xc006105bd8}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:43 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.603: INFO: Pod "webserver-deployment-84855cf797-rxt6s" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-rxt6s webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-rxt6s 483f26ae-4df2-4421-b699-b68eaa227260 1761321 0 2020-07-17 00:16:42 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105d07 0xc006105d08}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.603: INFO: Pod "webserver-deployment-84855cf797-xm4f8" is not available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-xm4f8 webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-xm4f8 ad0f34c4-a8bd-4beb-ad59-ddca9f369729 1761324 0 2020-07-17 00:16:42 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105e37 0xc006105e38}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:42 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} Jul 17 00:16:43.604: INFO: Pod "webserver-deployment-84855cf797-zmqsh" is available: &Pod{ObjectMeta:{webserver-deployment-84855cf797-zmqsh webserver-deployment-84855cf797- deployment-8479 /api/v1/namespaces/deployment-8479/pods/webserver-deployment-84855cf797-zmqsh ced67dd6-5ff3-48a3-a914-2a8639c8e816 1761156 0 2020-07-17 00:16:26 +0000 UTC map[name:httpd pod-template-hash:84855cf797] map[] [{apps/v1 ReplicaSet webserver-deployment-84855cf797 415ecbf5-da7c-4b37-aa25-874239750042 0xc006105f67 0xc006105f68}] [] [{kube-controller-manager Update v1 2020-07-17 00:16:26 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"415ecbf5-da7c-4b37-aa25-874239750042\"}":{".":{},"f:apiVersion":{},"f:blockOwnerDeletion":{},"f:controller":{},"f:kind":{},"f:name":{},"f:uid":{}}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:16:32 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.1.199\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-stmbd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-stmbd,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-stmbd,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,SeccompProfile: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:latest-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:32 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:32 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:16:26 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.11,PodIP:10.244.1.199,StartTime:2020-07-17 00:16:26 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:16:32 +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://4ca683a74146961647179ef42ed58351dfd3c42c2677539548b0382ab1ff61b1,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.199,},},EphemeralContainerStatuses:[]ContainerStatus{},},} [AfterEach] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:16:43.604: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "deployment-8479" for this suite. • [SLOW TEST:18.193 seconds] [sig-apps] Deployment /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 deployment should support proportional scaling [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Deployment deployment should support proportional scaling [Conformance]","total":294,"completed":199,"skipped":3413,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:16:43.824: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide container's cpu request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:16:44.115: INFO: Waiting up to 5m0s for pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6" in namespace "downward-api-1525" to be "Succeeded or Failed" Jul 17 00:16:44.203: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 88.203814ms Jul 17 00:16:46.326: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.210771979s Jul 17 00:16:48.463: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.347479251s Jul 17 00:16:51.095: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 6.979727903s Jul 17 00:16:53.391: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 9.275530383s Jul 17 00:16:55.481: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 11.365831016s Jul 17 00:16:57.509: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 13.393762731s Jul 17 00:16:59.557: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 15.44193089s Jul 17 00:17:01.582: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Pending", Reason="", readiness=false. Elapsed: 17.466752967s Jul 17 00:17:03.685: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Running", Reason="", readiness=true. Elapsed: 19.570086254s Jul 17 00:17:05.701: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Running", Reason="", readiness=true. Elapsed: 21.586115861s Jul 17 00:17:07.705: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 23.590444486s STEP: Saw pod success Jul 17 00:17:07.706: INFO: Pod "downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6" satisfied condition "Succeeded or Failed" Jul 17 00:17:07.709: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6 container client-container: STEP: delete the pod Jul 17 00:17:07.762: INFO: Waiting for pod downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6 to disappear Jul 17 00:17:07.796: INFO: Pod downwardapi-volume-79e2c78d-011f-4272-9472-9324ae6e97c6 no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:17:07.796: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-1525" for this suite. • [SLOW TEST:23.990 seconds] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:37 should provide container's cpu request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]","total":294,"completed":200,"skipped":3413,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:17:07.814: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide container's cpu limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:17:07.954: INFO: Waiting up to 5m0s for pod "downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3" in namespace "downward-api-2725" to be "Succeeded or Failed" Jul 17 00:17:07.964: INFO: Pod "downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3": Phase="Pending", Reason="", readiness=false. Elapsed: 9.099115ms Jul 17 00:17:09.976: INFO: Pod "downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.021643781s Jul 17 00:17:11.980: INFO: Pod "downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.025936439s STEP: Saw pod success Jul 17 00:17:11.980: INFO: Pod "downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3" satisfied condition "Succeeded or Failed" Jul 17 00:17:11.983: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3 container client-container: STEP: delete the pod Jul 17 00:17:12.210: INFO: Waiting for pod downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3 to disappear Jul 17 00:17:12.213: INFO: Pod downwardapi-volume-d524f307-a8c2-48b0-9972-647591f17cb3 no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:17:12.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-2725" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]","total":294,"completed":201,"skipped":3413,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [k8s.io] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:17:12.221: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod liveness-5bb2bb2b-b3b2-4b08-a3cd-d06f5b5a6223 in namespace container-probe-8448 Jul 17 00:17:16.417: INFO: Started pod liveness-5bb2bb2b-b3b2-4b08-a3cd-d06f5b5a6223 in namespace container-probe-8448 STEP: checking the pod's current state and verifying that restartCount is present Jul 17 00:17:16.421: INFO: Initial restart count of pod liveness-5bb2bb2b-b3b2-4b08-a3cd-d06f5b5a6223 is 0 STEP: deleting the pod [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:21:17.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-8448" for this suite. • [SLOW TEST:244.888 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance]","total":294,"completed":202,"skipped":3417,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:21:17.109: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:21:17.524: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70" in namespace "downward-api-3461" to be "Succeeded or Failed" Jul 17 00:21:17.663: INFO: Pod "downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70": Phase="Pending", Reason="", readiness=false. Elapsed: 138.646389ms Jul 17 00:21:19.720: INFO: Pod "downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70": Phase="Pending", Reason="", readiness=false. Elapsed: 2.196253647s Jul 17 00:21:21.725: INFO: Pod "downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70": Phase="Pending", Reason="", readiness=false. Elapsed: 4.200780246s Jul 17 00:21:23.729: INFO: Pod "downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.204896973s STEP: Saw pod success Jul 17 00:21:23.729: INFO: Pod "downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70" satisfied condition "Succeeded or Failed" Jul 17 00:21:23.732: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70 container client-container: STEP: delete the pod Jul 17 00:21:23.778: INFO: Waiting for pod downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70 to disappear Jul 17 00:21:23.793: INFO: Pod downwardapi-volume-c75c9df4-d33a-49b3-9e55-263a7db50e70 no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:21:23.793: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-3461" for this suite. • [SLOW TEST:6.729 seconds] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:37 should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":203,"skipped":3419,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:21:23.838: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:21:24.520: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:21:26.606: 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:63730542084, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542084, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542084, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542084, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:21:28.610: 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:63730542084, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542084, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542084, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542084, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:21:31.658: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] patching/updating a mutating webhook should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:21:31.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-6474" for this suite. STEP: Destroying namespace "webhook-6474-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.109 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 patching/updating a mutating webhook should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]","total":294,"completed":204,"skipped":3443,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:21:31.947: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:21:32.816: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:21:34.826: 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:63730542093, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542093, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542093, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542092, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:21:37.891: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should mutate configmap [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:21:37.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-8633" for this suite. STEP: Destroying namespace "webhook-8633-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:6.149 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should mutate configmap [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]","total":294,"completed":205,"skipped":3462,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} S ------------------------------ [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:21:38.096: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to change the type from ClusterIP to ExternalName [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-5494 STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service STEP: creating service externalsvc in namespace services-5494 STEP: creating replication controller externalsvc in namespace services-5494 I0717 00:21:38.407232 7 runners.go:190] Created replication controller with name: externalsvc, namespace: services-5494, replica count: 2 I0717 00:21:41.457679 7 runners.go:190] externalsvc Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:21:44.457876 7 runners.go:190] 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 Jul 17 00:21:44.531: INFO: Creating new exec pod Jul 17 00:21:48.560: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5494 execpodwdmv8 -- /bin/sh -x -c nslookup clusterip-service.services-5494.svc.cluster.local' Jul 17 00:21:51.780: INFO: stderr: "I0717 00:21:51.654647 2203 log.go:181] (0xc00003b970) (0xc0008fb360) Create stream\nI0717 00:21:51.654724 2203 log.go:181] (0xc00003b970) (0xc0008fb360) Stream added, broadcasting: 1\nI0717 00:21:51.656859 2203 log.go:181] (0xc00003b970) Reply frame received for 1\nI0717 00:21:51.656897 2203 log.go:181] (0xc00003b970) (0xc0008fbe00) Create stream\nI0717 00:21:51.656910 2203 log.go:181] (0xc00003b970) (0xc0008fbe00) Stream added, broadcasting: 3\nI0717 00:21:51.657954 2203 log.go:181] (0xc00003b970) Reply frame received for 3\nI0717 00:21:51.657996 2203 log.go:181] (0xc00003b970) (0xc0008ce960) Create stream\nI0717 00:21:51.658014 2203 log.go:181] (0xc00003b970) (0xc0008ce960) Stream added, broadcasting: 5\nI0717 00:21:51.659133 2203 log.go:181] (0xc00003b970) Reply frame received for 5\nI0717 00:21:51.760543 2203 log.go:181] (0xc00003b970) Data frame received for 5\nI0717 00:21:51.760575 2203 log.go:181] (0xc0008ce960) (5) Data frame handling\nI0717 00:21:51.760596 2203 log.go:181] (0xc0008ce960) (5) Data frame sent\n+ nslookup clusterip-service.services-5494.svc.cluster.local\nI0717 00:21:51.770653 2203 log.go:181] (0xc00003b970) Data frame received for 3\nI0717 00:21:51.770676 2203 log.go:181] (0xc0008fbe00) (3) Data frame handling\nI0717 00:21:51.770696 2203 log.go:181] (0xc0008fbe00) (3) Data frame sent\nI0717 00:21:51.771833 2203 log.go:181] (0xc00003b970) Data frame received for 3\nI0717 00:21:51.771846 2203 log.go:181] (0xc0008fbe00) (3) Data frame handling\nI0717 00:21:51.771854 2203 log.go:181] (0xc0008fbe00) (3) Data frame sent\nI0717 00:21:51.772257 2203 log.go:181] (0xc00003b970) Data frame received for 3\nI0717 00:21:51.772286 2203 log.go:181] (0xc0008fbe00) (3) Data frame handling\nI0717 00:21:51.772655 2203 log.go:181] (0xc00003b970) Data frame received for 5\nI0717 00:21:51.772683 2203 log.go:181] (0xc0008ce960) (5) Data frame handling\nI0717 00:21:51.774787 2203 log.go:181] (0xc00003b970) Data frame received for 1\nI0717 00:21:51.774804 2203 log.go:181] (0xc0008fb360) (1) Data frame handling\nI0717 00:21:51.774823 2203 log.go:181] (0xc0008fb360) (1) Data frame sent\nI0717 00:21:51.774839 2203 log.go:181] (0xc00003b970) (0xc0008fb360) Stream removed, broadcasting: 1\nI0717 00:21:51.774855 2203 log.go:181] (0xc00003b970) Go away received\nI0717 00:21:51.775303 2203 log.go:181] (0xc00003b970) (0xc0008fb360) Stream removed, broadcasting: 1\nI0717 00:21:51.775321 2203 log.go:181] (0xc00003b970) (0xc0008fbe00) Stream removed, broadcasting: 3\nI0717 00:21:51.775329 2203 log.go:181] (0xc00003b970) (0xc0008ce960) Stream removed, broadcasting: 5\n" Jul 17 00:21:51.780: INFO: stdout: "Server:\t\t10.96.0.10\nAddress:\t10.96.0.10#53\n\nclusterip-service.services-5494.svc.cluster.local\tcanonical name = externalsvc.services-5494.svc.cluster.local.\nName:\texternalsvc.services-5494.svc.cluster.local\nAddress: 10.99.209.177\n\n" STEP: deleting ReplicationController externalsvc in namespace services-5494, will wait for the garbage collector to delete the pods Jul 17 00:21:51.867: INFO: Deleting ReplicationController externalsvc took: 33.857103ms Jul 17 00:21:51.967: INFO: Terminating ReplicationController externalsvc pods took: 100.214943ms Jul 17 00:21:59.218: INFO: Cleaning up the ClusterIP to ExternalName test service [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:21:59.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-5494" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:21.189 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to change the type from ClusterIP to ExternalName [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance]","total":294,"completed":206,"skipped":3463,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-api-machinery] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:21:59.285: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-db77a99b-0248-477f-92a5-9e054c23ca00 STEP: Creating a pod to test consume secrets Jul 17 00:21:59.454: INFO: Waiting up to 5m0s for pod "pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248" in namespace "secrets-6800" to be "Succeeded or Failed" Jul 17 00:21:59.457: INFO: Pod "pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248": Phase="Pending", Reason="", readiness=false. Elapsed: 3.582422ms Jul 17 00:22:01.604: INFO: Pod "pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248": Phase="Pending", Reason="", readiness=false. Elapsed: 2.15020025s Jul 17 00:22:03.609: INFO: Pod "pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.155531664s STEP: Saw pod success Jul 17 00:22:03.609: INFO: Pod "pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248" satisfied condition "Succeeded or Failed" Jul 17 00:22:03.611: INFO: Trying to get logs from node latest-worker2 pod pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248 container secret-env-test: STEP: delete the pod Jul 17 00:22:03.656: INFO: Waiting for pod pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248 to disappear Jul 17 00:22:03.685: INFO: Pod pod-secrets-5e4ea124-f5cf-4018-a94f-6fde3a0a8248 no longer exists [AfterEach] [sig-api-machinery] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:22:03.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-6800" for this suite. •{"msg":"PASSED [sig-api-machinery] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]","total":294,"completed":207,"skipped":3473,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Pods should support remote command execution over websockets [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:22:03.694: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:181 [It] should support remote command execution over websockets [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:22:03.766: INFO: >>> kubeConfig: /root/.kube/config STEP: creating the pod STEP: submitting the pod to kubernetes [AfterEach] [k8s.io] Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:22:07.900: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pods-2694" for this suite. •{"msg":"PASSED [k8s.io] Pods should support remote command execution over websockets [NodeConformance] [Conformance]","total":294,"completed":208,"skipped":3491,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:22:07.909: 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 /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the pod with lifecycle hook STEP: check poststart hook STEP: delete the pod with lifecycle hook Jul 17 00:22:16.064: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:16.083: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:18.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:18.088: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:20.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:20.087: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:22.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:22.088: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:24.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:24.088: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:26.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:26.088: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:28.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:28.088: INFO: Pod pod-with-poststart-exec-hook still exists Jul 17 00:22:30.083: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear Jul 17 00:22:30.088: INFO: Pod pod-with-poststart-exec-hook no longer exists [AfterEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:22:30.088: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-lifecycle-hook-6346" for this suite. • [SLOW TEST:22.188 seconds] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 when create a pod with lifecycle hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42 should execute poststart exec hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]","total":294,"completed":209,"skipped":3532,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:22:30.097: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating Pod STEP: Waiting for the pod running STEP: Geting the pod STEP: Reading file content from the nginx-container Jul 17 00:22:36.165: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-6460 PodName:pod-sharedvolume-40d7b487-b94f-4f1c-a6d6-b07c7f4555a9 ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:22:36.165: INFO: >>> kubeConfig: /root/.kube/config I0717 00:22:36.312820 7 log.go:181] (0xc002342a50) (0xc0017a9220) Create stream I0717 00:22:36.312862 7 log.go:181] (0xc002342a50) (0xc0017a9220) Stream added, broadcasting: 1 I0717 00:22:36.315065 7 log.go:181] (0xc002342a50) Reply frame received for 1 I0717 00:22:36.315116 7 log.go:181] (0xc002342a50) (0xc0015a3cc0) Create stream I0717 00:22:36.315130 7 log.go:181] (0xc002342a50) (0xc0015a3cc0) Stream added, broadcasting: 3 I0717 00:22:36.316229 7 log.go:181] (0xc002342a50) Reply frame received for 3 I0717 00:22:36.316279 7 log.go:181] (0xc002342a50) (0xc0003d3c20) Create stream I0717 00:22:36.316300 7 log.go:181] (0xc002342a50) (0xc0003d3c20) Stream added, broadcasting: 5 I0717 00:22:36.317566 7 log.go:181] (0xc002342a50) Reply frame received for 5 I0717 00:22:36.371826 7 log.go:181] (0xc002342a50) Data frame received for 5 I0717 00:22:36.371871 7 log.go:181] (0xc0003d3c20) (5) Data frame handling I0717 00:22:36.371909 7 log.go:181] (0xc002342a50) Data frame received for 3 I0717 00:22:36.371935 7 log.go:181] (0xc0015a3cc0) (3) Data frame handling I0717 00:22:36.371959 7 log.go:181] (0xc0015a3cc0) (3) Data frame sent I0717 00:22:36.371971 7 log.go:181] (0xc002342a50) Data frame received for 3 I0717 00:22:36.371980 7 log.go:181] (0xc0015a3cc0) (3) Data frame handling I0717 00:22:36.373763 7 log.go:181] (0xc002342a50) Data frame received for 1 I0717 00:22:36.373807 7 log.go:181] (0xc0017a9220) (1) Data frame handling I0717 00:22:36.373886 7 log.go:181] (0xc0017a9220) (1) Data frame sent I0717 00:22:36.373931 7 log.go:181] (0xc002342a50) (0xc0017a9220) Stream removed, broadcasting: 1 I0717 00:22:36.373975 7 log.go:181] (0xc002342a50) Go away received I0717 00:22:36.374110 7 log.go:181] (0xc002342a50) (0xc0017a9220) Stream removed, broadcasting: 1 I0717 00:22:36.374152 7 log.go:181] (0xc002342a50) (0xc0015a3cc0) Stream removed, broadcasting: 3 I0717 00:22:36.374178 7 log.go:181] (0xc002342a50) (0xc0003d3c20) Stream removed, broadcasting: 5 Jul 17 00:22:36.374: INFO: Exec stderr: "" [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:22:36.374: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-6460" for this suite. • [SLOW TEST:6.286 seconds] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:42 pod should support shared volumes between containers [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]","total":294,"completed":210,"skipped":3537,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:22:36.383: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service in namespace services-8121 STEP: creating service affinity-clusterip in namespace services-8121 STEP: creating replication controller affinity-clusterip in namespace services-8121 I0717 00:22:36.741237 7 runners.go:190] Created replication controller with name: affinity-clusterip, namespace: services-8121, replica count: 3 I0717 00:22:39.791681 7 runners.go:190] affinity-clusterip Pods: 3 out of 3 created, 0 running, 3 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:22:42.791935 7 runners.go:190] affinity-clusterip Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 17 00:22:42.798: INFO: Creating new exec pod Jul 17 00:22:47.838: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-8121 execpod-affinitynl42w -- /bin/sh -x -c nc -zv -t -w 2 affinity-clusterip 80' Jul 17 00:22:48.056: INFO: stderr: "I0717 00:22:47.976909 2221 log.go:181] (0xc000731130) (0xc000b3a500) Create stream\nI0717 00:22:47.976968 2221 log.go:181] (0xc000731130) (0xc000b3a500) Stream added, broadcasting: 1\nI0717 00:22:47.981303 2221 log.go:181] (0xc000731130) Reply frame received for 1\nI0717 00:22:47.981357 2221 log.go:181] (0xc000731130) (0xc000194fa0) Create stream\nI0717 00:22:47.981370 2221 log.go:181] (0xc000731130) (0xc000194fa0) Stream added, broadcasting: 3\nI0717 00:22:47.982218 2221 log.go:181] (0xc000731130) Reply frame received for 3\nI0717 00:22:47.982250 2221 log.go:181] (0xc000731130) (0xc000a7f2c0) Create stream\nI0717 00:22:47.982261 2221 log.go:181] (0xc000731130) (0xc000a7f2c0) Stream added, broadcasting: 5\nI0717 00:22:47.983004 2221 log.go:181] (0xc000731130) Reply frame received for 5\nI0717 00:22:48.049013 2221 log.go:181] (0xc000731130) Data frame received for 5\nI0717 00:22:48.049045 2221 log.go:181] (0xc000a7f2c0) (5) Data frame handling\nI0717 00:22:48.049065 2221 log.go:181] (0xc000a7f2c0) (5) Data frame sent\n+ nc -zv -t -w 2 affinity-clusterip 80\nI0717 00:22:48.049598 2221 log.go:181] (0xc000731130) Data frame received for 3\nI0717 00:22:48.049618 2221 log.go:181] (0xc000194fa0) (3) Data frame handling\nI0717 00:22:48.049701 2221 log.go:181] (0xc000731130) Data frame received for 5\nI0717 00:22:48.049756 2221 log.go:181] (0xc000a7f2c0) (5) Data frame handling\nI0717 00:22:48.049877 2221 log.go:181] (0xc000a7f2c0) (5) Data frame sent\nI0717 00:22:48.049909 2221 log.go:181] (0xc000731130) Data frame received for 5\nI0717 00:22:48.049926 2221 log.go:181] (0xc000a7f2c0) (5) Data frame handling\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\nI0717 00:22:48.051606 2221 log.go:181] (0xc000731130) Data frame received for 1\nI0717 00:22:48.051645 2221 log.go:181] (0xc000b3a500) (1) Data frame handling\nI0717 00:22:48.051665 2221 log.go:181] (0xc000b3a500) (1) Data frame sent\nI0717 00:22:48.051687 2221 log.go:181] (0xc000731130) (0xc000b3a500) Stream removed, broadcasting: 1\nI0717 00:22:48.051706 2221 log.go:181] (0xc000731130) Go away received\nI0717 00:22:48.052247 2221 log.go:181] (0xc000731130) (0xc000b3a500) Stream removed, broadcasting: 1\nI0717 00:22:48.052273 2221 log.go:181] (0xc000731130) (0xc000194fa0) Stream removed, broadcasting: 3\nI0717 00:22:48.052285 2221 log.go:181] (0xc000731130) (0xc000a7f2c0) Stream removed, broadcasting: 5\n" Jul 17 00:22:48.056: INFO: stdout: "" Jul 17 00:22:48.058: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-8121 execpod-affinitynl42w -- /bin/sh -x -c nc -zv -t -w 2 10.101.82.86 80' Jul 17 00:22:48.285: INFO: stderr: "I0717 00:22:48.195249 2239 log.go:181] (0xc000ac2bb0) (0xc000c51900) Create stream\nI0717 00:22:48.195300 2239 log.go:181] (0xc000ac2bb0) (0xc000c51900) Stream added, broadcasting: 1\nI0717 00:22:48.197189 2239 log.go:181] (0xc000ac2bb0) Reply frame received for 1\nI0717 00:22:48.197240 2239 log.go:181] (0xc000ac2bb0) (0xc0009f4320) Create stream\nI0717 00:22:48.197253 2239 log.go:181] (0xc000ac2bb0) (0xc0009f4320) Stream added, broadcasting: 3\nI0717 00:22:48.198361 2239 log.go:181] (0xc000ac2bb0) Reply frame received for 3\nI0717 00:22:48.198428 2239 log.go:181] (0xc000ac2bb0) (0xc000982460) Create stream\nI0717 00:22:48.198458 2239 log.go:181] (0xc000ac2bb0) (0xc000982460) Stream added, broadcasting: 5\nI0717 00:22:48.199319 2239 log.go:181] (0xc000ac2bb0) Reply frame received for 5\nI0717 00:22:48.277472 2239 log.go:181] (0xc000ac2bb0) Data frame received for 5\nI0717 00:22:48.277535 2239 log.go:181] (0xc000982460) (5) Data frame handling\nI0717 00:22:48.277552 2239 log.go:181] (0xc000982460) (5) Data frame sent\nI0717 00:22:48.277564 2239 log.go:181] (0xc000ac2bb0) Data frame received for 5\nI0717 00:22:48.277574 2239 log.go:181] (0xc000982460) (5) Data frame handling\n+ nc -zv -t -w 2 10.101.82.86 80\nConnection to 10.101.82.86 80 port [tcp/http] succeeded!\nI0717 00:22:48.277612 2239 log.go:181] (0xc000ac2bb0) Data frame received for 3\nI0717 00:22:48.277655 2239 log.go:181] (0xc0009f4320) (3) Data frame handling\nI0717 00:22:48.278795 2239 log.go:181] (0xc000ac2bb0) Data frame received for 1\nI0717 00:22:48.278922 2239 log.go:181] (0xc000c51900) (1) Data frame handling\nI0717 00:22:48.279017 2239 log.go:181] (0xc000c51900) (1) Data frame sent\nI0717 00:22:48.279061 2239 log.go:181] (0xc000ac2bb0) (0xc000c51900) Stream removed, broadcasting: 1\nI0717 00:22:48.279091 2239 log.go:181] (0xc000ac2bb0) Go away received\nI0717 00:22:48.279637 2239 log.go:181] (0xc000ac2bb0) (0xc000c51900) Stream removed, broadcasting: 1\nI0717 00:22:48.279663 2239 log.go:181] (0xc000ac2bb0) (0xc0009f4320) Stream removed, broadcasting: 3\nI0717 00:22:48.279676 2239 log.go:181] (0xc000ac2bb0) (0xc000982460) Stream removed, broadcasting: 5\n" Jul 17 00:22:48.285: INFO: stdout: "" Jul 17 00:22:48.285: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-8121 execpod-affinitynl42w -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.101.82.86:80/ ; done' Jul 17 00:22:48.581: INFO: stderr: "I0717 00:22:48.416394 2257 log.go:181] (0xc00003a160) (0xc0007a4960) Create stream\nI0717 00:22:48.416447 2257 log.go:181] (0xc00003a160) (0xc0007a4960) Stream added, broadcasting: 1\nI0717 00:22:48.418445 2257 log.go:181] (0xc00003a160) Reply frame received for 1\nI0717 00:22:48.418489 2257 log.go:181] (0xc00003a160) (0xc000716500) Create stream\nI0717 00:22:48.418498 2257 log.go:181] (0xc00003a160) (0xc000716500) Stream added, broadcasting: 3\nI0717 00:22:48.419306 2257 log.go:181] (0xc00003a160) Reply frame received for 3\nI0717 00:22:48.419341 2257 log.go:181] (0xc00003a160) (0xc0006aa140) Create stream\nI0717 00:22:48.419351 2257 log.go:181] (0xc00003a160) (0xc0006aa140) Stream added, broadcasting: 5\nI0717 00:22:48.420222 2257 log.go:181] (0xc00003a160) Reply frame received for 5\nI0717 00:22:48.479728 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.479750 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.479758 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.479790 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.479832 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.479868 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.482980 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.483004 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.483034 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.483834 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.483850 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.483856 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.483871 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.483889 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.483907 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.488418 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.488459 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.488484 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.488887 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.488907 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.488918 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.489000 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.489025 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.489041 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.496216 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.496242 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.496262 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.497169 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.497186 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.497194 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.497201 2257 log.go:181] (0xc00003a160) Data frame received for 5\n+ echo\n+ curl -q -s --connect-timeout 2I0717 00:22:48.497216 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.497241 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.497259 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.497277 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.497288 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n http://10.101.82.86:80/\nI0717 00:22:48.502801 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.502834 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.502910 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.503051 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.503065 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.503078 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.503087 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.503095 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.503114 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.503131 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.503151 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.503176 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.510537 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.510553 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.510564 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.511189 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.511205 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.511215 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.511222 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.511240 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.511246 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.514657 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.514683 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.514725 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.515323 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.515334 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.515340 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.515360 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.515385 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.515405 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2I0717 00:22:48.515417 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.515462 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.515489 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n http://10.101.82.86:80/\nI0717 00:22:48.521539 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.521554 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.521566 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.522042 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.522067 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.522092 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.522116 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.522133 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.522157 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.522185 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.522205 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.522228 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.526158 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.526186 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.526212 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.526727 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.526763 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.526788 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.526804 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.526816 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.526842 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.526853 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.526864 2257 log.go:181] (0xc000716500) (3) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.526902 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.532484 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.532503 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.532515 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.533177 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.533193 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.533203 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.533231 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.533262 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.533291 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.539074 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.539100 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.539116 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.539750 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.539776 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.539788 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.539804 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.539813 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.539823 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.539832 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.539840 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.539860 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.547203 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.547229 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.547249 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.547822 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.547846 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.547868 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2I0717 00:22:48.547893 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.547921 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.547954 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.547971 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.547982 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.547991 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n http://10.101.82.86:80/\nI0717 00:22:48.551856 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.551905 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.551936 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.552125 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.552153 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.552172 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.552196 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.552217 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.552237 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.558022 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.558042 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.558066 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.558529 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.558546 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.558558 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.558565 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.558571 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.558593 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\nI0717 00:22:48.558722 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.558744 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.558769 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.562429 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.562450 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.562466 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.563486 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.563501 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.563509 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.563530 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.563556 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.563572 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.567990 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.568009 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.568024 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.568697 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.568872 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.568904 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.568946 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.568969 2257 log.go:181] (0xc0006aa140) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.82.86:80/\nI0717 00:22:48.569009 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.574458 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.574478 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.574500 2257 log.go:181] (0xc000716500) (3) Data frame sent\nI0717 00:22:48.575091 2257 log.go:181] (0xc00003a160) Data frame received for 3\nI0717 00:22:48.575119 2257 log.go:181] (0xc000716500) (3) Data frame handling\nI0717 00:22:48.575138 2257 log.go:181] (0xc00003a160) Data frame received for 5\nI0717 00:22:48.575145 2257 log.go:181] (0xc0006aa140) (5) Data frame handling\nI0717 00:22:48.576901 2257 log.go:181] (0xc00003a160) Data frame received for 1\nI0717 00:22:48.576937 2257 log.go:181] (0xc0007a4960) (1) Data frame handling\nI0717 00:22:48.576959 2257 log.go:181] (0xc0007a4960) (1) Data frame sent\nI0717 00:22:48.576983 2257 log.go:181] (0xc00003a160) (0xc0007a4960) Stream removed, broadcasting: 1\nI0717 00:22:48.577079 2257 log.go:181] (0xc00003a160) Go away received\nI0717 00:22:48.577432 2257 log.go:181] (0xc00003a160) (0xc0007a4960) Stream removed, broadcasting: 1\nI0717 00:22:48.577453 2257 log.go:181] (0xc00003a160) (0xc000716500) Stream removed, broadcasting: 3\nI0717 00:22:48.577461 2257 log.go:181] (0xc00003a160) (0xc0006aa140) Stream removed, broadcasting: 5\n" Jul 17 00:22:48.582: INFO: stdout: "\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w\naffinity-clusterip-txj5w" Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Received response from host: affinity-clusterip-txj5w Jul 17 00:22:48.582: INFO: Cleaning up the exec pod STEP: deleting ReplicationController affinity-clusterip in namespace services-8121, will wait for the garbage collector to delete the pods Jul 17 00:22:48.674: INFO: Deleting ReplicationController affinity-clusterip took: 6.546464ms Jul 17 00:22:49.075: INFO: Terminating ReplicationController affinity-clusterip pods took: 400.25732ms [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:22:59.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-8121" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:22.849 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance]","total":294,"completed":211,"skipped":3547,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [k8s.io] Variable Expansion should verify that a failing subpath expansion can be modified during the lifecycle of a container [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:22:59.233: 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 verify that a failing subpath expansion can be modified during the lifecycle of a container [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod with failed condition STEP: updating the pod Jul 17 00:24:59.874: INFO: Successfully updated pod "var-expansion-791b5241-e985-43de-8a1b-f34dbdf8d6ed" STEP: waiting for pod running STEP: deleting the pod gracefully Jul 17 00:25:01.934: INFO: Deleting pod "var-expansion-791b5241-e985-43de-8a1b-f34dbdf8d6ed" in namespace "var-expansion-9979" Jul 17 00:25:01.940: INFO: Wait up to 5m0s for pod "var-expansion-791b5241-e985-43de-8a1b-f34dbdf8d6ed" to be fully deleted [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:25:35.965: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-9979" for this suite. • [SLOW TEST:156.741 seconds] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should verify that a failing subpath expansion can be modified during the lifecycle of a container [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Variable Expansion should verify that a failing subpath expansion can be modified during the lifecycle of a container [sig-storage][Slow] [Conformance]","total":294,"completed":212,"skipped":3557,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:25:35.976: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to change the type from NodePort to ExternalName [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a service nodeport-service with the type=NodePort in namespace services-5178 STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service STEP: creating service externalsvc in namespace services-5178 STEP: creating replication controller externalsvc in namespace services-5178 I0717 00:25:36.224944 7 runners.go:190] Created replication controller with name: externalsvc, namespace: services-5178, replica count: 2 I0717 00:25:39.275384 7 runners.go:190] externalsvc Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:25:42.275645 7 runners.go:190] 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 Jul 17 00:25:42.353: INFO: Creating new exec pod Jul 17 00:25:46.420: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-5178 execpod9j77t -- /bin/sh -x -c nslookup nodeport-service.services-5178.svc.cluster.local' Jul 17 00:25:46.662: INFO: stderr: "I0717 00:25:46.562059 2275 log.go:181] (0xc00053d080) (0xc000515900) Create stream\nI0717 00:25:46.562112 2275 log.go:181] (0xc00053d080) (0xc000515900) Stream added, broadcasting: 1\nI0717 00:25:46.565056 2275 log.go:181] (0xc00053d080) Reply frame received for 1\nI0717 00:25:46.565099 2275 log.go:181] (0xc00053d080) (0xc000d14640) Create stream\nI0717 00:25:46.565111 2275 log.go:181] (0xc00053d080) (0xc000d14640) Stream added, broadcasting: 3\nI0717 00:25:46.566213 2275 log.go:181] (0xc00053d080) Reply frame received for 3\nI0717 00:25:46.566245 2275 log.go:181] (0xc00053d080) (0xc000d146e0) Create stream\nI0717 00:25:46.566254 2275 log.go:181] (0xc00053d080) (0xc000d146e0) Stream added, broadcasting: 5\nI0717 00:25:46.567372 2275 log.go:181] (0xc00053d080) Reply frame received for 5\nI0717 00:25:46.643387 2275 log.go:181] (0xc00053d080) Data frame received for 5\nI0717 00:25:46.643457 2275 log.go:181] (0xc000d146e0) (5) Data frame handling\nI0717 00:25:46.643503 2275 log.go:181] (0xc000d146e0) (5) Data frame sent\n+ nslookup nodeport-service.services-5178.svc.cluster.local\nI0717 00:25:46.655010 2275 log.go:181] (0xc00053d080) Data frame received for 3\nI0717 00:25:46.655038 2275 log.go:181] (0xc000d14640) (3) Data frame handling\nI0717 00:25:46.655057 2275 log.go:181] (0xc000d14640) (3) Data frame sent\nI0717 00:25:46.655744 2275 log.go:181] (0xc00053d080) Data frame received for 3\nI0717 00:25:46.655769 2275 log.go:181] (0xc000d14640) (3) Data frame handling\nI0717 00:25:46.655785 2275 log.go:181] (0xc000d14640) (3) Data frame sent\nI0717 00:25:46.656153 2275 log.go:181] (0xc00053d080) Data frame received for 5\nI0717 00:25:46.656198 2275 log.go:181] (0xc000d146e0) (5) Data frame handling\nI0717 00:25:46.656228 2275 log.go:181] (0xc00053d080) Data frame received for 3\nI0717 00:25:46.656251 2275 log.go:181] (0xc000d14640) (3) Data frame handling\nI0717 00:25:46.658185 2275 log.go:181] (0xc00053d080) Data frame received for 1\nI0717 00:25:46.658221 2275 log.go:181] (0xc000515900) (1) Data frame handling\nI0717 00:25:46.658232 2275 log.go:181] (0xc000515900) (1) Data frame sent\nI0717 00:25:46.658243 2275 log.go:181] (0xc00053d080) (0xc000515900) Stream removed, broadcasting: 1\nI0717 00:25:46.658254 2275 log.go:181] (0xc00053d080) Go away received\nI0717 00:25:46.658562 2275 log.go:181] (0xc00053d080) (0xc000515900) Stream removed, broadcasting: 1\nI0717 00:25:46.658581 2275 log.go:181] (0xc00053d080) (0xc000d14640) Stream removed, broadcasting: 3\nI0717 00:25:46.658588 2275 log.go:181] (0xc00053d080) (0xc000d146e0) Stream removed, broadcasting: 5\n" Jul 17 00:25:46.662: INFO: stdout: "Server:\t\t10.96.0.10\nAddress:\t10.96.0.10#53\n\nnodeport-service.services-5178.svc.cluster.local\tcanonical name = externalsvc.services-5178.svc.cluster.local.\nName:\texternalsvc.services-5178.svc.cluster.local\nAddress: 10.108.134.232\n\n" STEP: deleting ReplicationController externalsvc in namespace services-5178, will wait for the garbage collector to delete the pods Jul 17 00:25:46.752: INFO: Deleting ReplicationController externalsvc took: 8.518344ms Jul 17 00:25:47.053: INFO: Terminating ReplicationController externalsvc pods took: 300.236468ms Jul 17 00:25:51.799: INFO: Cleaning up the NodePort to ExternalName test service [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:25:51.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-5178" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:15.927 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to change the type from NodePort to ExternalName [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance]","total":294,"completed":213,"skipped":3623,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Docker Containers should be able to override the image's default command (docker entrypoint) [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:25:51.903: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test override command Jul 17 00:25:51.981: INFO: Waiting up to 5m0s for pod "client-containers-8977a42a-bd66-4605-b390-64df5944046a" in namespace "containers-119" to be "Succeeded or Failed" Jul 17 00:25:52.020: INFO: Pod "client-containers-8977a42a-bd66-4605-b390-64df5944046a": Phase="Pending", Reason="", readiness=false. Elapsed: 38.865274ms Jul 17 00:25:54.025: INFO: Pod "client-containers-8977a42a-bd66-4605-b390-64df5944046a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.043273391s Jul 17 00:25:56.029: INFO: Pod "client-containers-8977a42a-bd66-4605-b390-64df5944046a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.047505809s STEP: Saw pod success Jul 17 00:25:56.029: INFO: Pod "client-containers-8977a42a-bd66-4605-b390-64df5944046a" satisfied condition "Succeeded or Failed" Jul 17 00:25:56.032: INFO: Trying to get logs from node latest-worker pod client-containers-8977a42a-bd66-4605-b390-64df5944046a container test-container: STEP: delete the pod Jul 17 00:25:56.072: INFO: Waiting for pod client-containers-8977a42a-bd66-4605-b390-64df5944046a to disappear Jul 17 00:25:56.116: INFO: Pod client-containers-8977a42a-bd66-4605-b390-64df5944046a no longer exists [AfterEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:25:56.116: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "containers-119" for this suite. •{"msg":"PASSED [k8s.io] Docker Containers should be able to override the image's default command (docker entrypoint) [NodeConformance] [Conformance]","total":294,"completed":214,"skipped":3648,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:25:56.124: 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 [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-map-f0ff7327-0b5c-4b79-b2da-399e4894620f STEP: Creating a pod to test consume configMaps Jul 17 00:25:56.203: INFO: Waiting up to 5m0s for pod "pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a" in namespace "configmap-4204" to be "Succeeded or Failed" Jul 17 00:25:56.242: INFO: Pod "pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a": Phase="Pending", Reason="", readiness=false. Elapsed: 38.942668ms Jul 17 00:25:58.245: INFO: Pod "pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.04267656s Jul 17 00:26:00.249: INFO: Pod "pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.046280211s Jul 17 00:26:02.253: INFO: Pod "pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.050180245s STEP: Saw pod success Jul 17 00:26:02.253: INFO: Pod "pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a" satisfied condition "Succeeded or Failed" Jul 17 00:26:02.255: INFO: Trying to get logs from node latest-worker pod pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a container configmap-volume-test: STEP: delete the pod Jul 17 00:26:02.284: INFO: Waiting for pod pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a to disappear Jul 17 00:26:02.313: INFO: Pod pod-configmaps-3f36fc70-6fa1-498f-979f-b16f3750203a no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:26:02.313: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-4204" for this suite. • [SLOW TEST:6.197 seconds] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:36 should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","total":294,"completed":215,"skipped":3651,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [sig-scheduling] SchedulerPredicates [Serial] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:26:02.321: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:90 Jul 17 00:26:02.404: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready Jul 17 00:26:02.411: INFO: Waiting for terminating namespaces to be deleted... Jul 17 00:26:02.451: INFO: Logging pods the apiserver thinks is on node latest-worker before test Jul 17 00:26:02.457: INFO: kindnet-qt4jk from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:26:02.457: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:26:02.457: INFO: kube-proxy-xb9q4 from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:26:02.457: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:26:02.457: INFO: Logging pods the apiserver thinks is on node latest-worker2 before test Jul 17 00:26:02.462: INFO: kindnet-gkkxx from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:26:02.462: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:26:02.462: INFO: kube-proxy-s596l from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:26:02.462: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-38110cd5-d7e7-4f3e-8828-f04392073786 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-38110cd5-d7e7-4f3e-8828-f04392073786 off the node latest-worker2 STEP: verifying the node doesn't have the label kubernetes.io/e2e-38110cd5-d7e7-4f3e-8828-f04392073786 [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:26:21.050: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-pred-4600" for this suite. [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:81 • [SLOW TEST:18.738 seconds] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [Conformance]","total":294,"completed":216,"skipped":3653,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:26:21.059: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:26:21.200: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e" in namespace "downward-api-73" to be "Succeeded or Failed" Jul 17 00:26:21.203: INFO: Pod "downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.055832ms Jul 17 00:26:23.207: INFO: Pod "downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006715471s Jul 17 00:26:25.211: INFO: Pod "downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010948862s STEP: Saw pod success Jul 17 00:26:25.211: INFO: Pod "downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e" satisfied condition "Succeeded or Failed" Jul 17 00:26:25.215: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e container client-container: STEP: delete the pod Jul 17 00:26:25.246: INFO: Waiting for pod downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e to disappear Jul 17 00:26:25.257: INFO: Pod downwardapi-volume-b18e8a7f-60c5-47bb-9eb8-32c8b4c2f92e no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:26:25.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-73" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":217,"skipped":3656,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:26:25.316: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation Jul 17 00:26:25.345: INFO: >>> kubeConfig: /root/.kube/config Jul 17 00:26:28.286: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:26:38.779: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-6144" for this suite. • [SLOW TEST:13.471 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for multiple CRDs of same group and version but different kinds [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance]","total":294,"completed":218,"skipped":3706,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:26:38.787: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should be able to change the type from ExternalName to ClusterIP [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a service externalname-service with the type=ExternalName in namespace services-7822 STEP: changing the ExternalName service to type=ClusterIP STEP: creating replication controller externalname-service in namespace services-7822 I0717 00:26:39.041041 7 runners.go:190] Created replication controller with name: externalname-service, namespace: services-7822, replica count: 2 I0717 00:26:42.091498 7 runners.go:190] externalname-service Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:26:45.091749 7 runners.go:190] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 17 00:26:45.091: INFO: Creating new exec pod Jul 17 00:26:50.107: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-7822 execpodw899l -- /bin/sh -x -c nc -zv -t -w 2 externalname-service 80' Jul 17 00:26:50.334: INFO: stderr: "I0717 00:26:50.237628 2293 log.go:181] (0xc000c1f080) (0xc00094d540) Create stream\nI0717 00:26:50.237677 2293 log.go:181] (0xc000c1f080) (0xc00094d540) Stream added, broadcasting: 1\nI0717 00:26:50.239969 2293 log.go:181] (0xc000c1f080) Reply frame received for 1\nI0717 00:26:50.240015 2293 log.go:181] (0xc000c1f080) (0xc00094d5e0) Create stream\nI0717 00:26:50.240028 2293 log.go:181] (0xc000c1f080) (0xc00094d5e0) Stream added, broadcasting: 3\nI0717 00:26:50.241150 2293 log.go:181] (0xc000c1f080) Reply frame received for 3\nI0717 00:26:50.241186 2293 log.go:181] (0xc000c1f080) (0xc000617220) Create stream\nI0717 00:26:50.241198 2293 log.go:181] (0xc000c1f080) (0xc000617220) Stream added, broadcasting: 5\nI0717 00:26:50.242176 2293 log.go:181] (0xc000c1f080) Reply frame received for 5\nI0717 00:26:50.324965 2293 log.go:181] (0xc000c1f080) Data frame received for 5\nI0717 00:26:50.325004 2293 log.go:181] (0xc000617220) (5) Data frame handling\nI0717 00:26:50.325032 2293 log.go:181] (0xc000617220) (5) Data frame sent\nI0717 00:26:50.325048 2293 log.go:181] (0xc000c1f080) Data frame received for 5\nI0717 00:26:50.325061 2293 log.go:181] (0xc000617220) (5) Data frame handling\n+ nc -zv -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\nI0717 00:26:50.325301 2293 log.go:181] (0xc000c1f080) Data frame received for 3\nI0717 00:26:50.325344 2293 log.go:181] (0xc00094d5e0) (3) Data frame handling\nI0717 00:26:50.329711 2293 log.go:181] (0xc000c1f080) Data frame received for 1\nI0717 00:26:50.329734 2293 log.go:181] (0xc00094d540) (1) Data frame handling\nI0717 00:26:50.329746 2293 log.go:181] (0xc00094d540) (1) Data frame sent\nI0717 00:26:50.329780 2293 log.go:181] (0xc000c1f080) (0xc00094d540) Stream removed, broadcasting: 1\nI0717 00:26:50.329834 2293 log.go:181] (0xc000c1f080) Go away received\nI0717 00:26:50.330572 2293 log.go:181] (0xc000c1f080) (0xc00094d540) Stream removed, broadcasting: 1\nI0717 00:26:50.330596 2293 log.go:181] (0xc000c1f080) (0xc00094d5e0) Stream removed, broadcasting: 3\nI0717 00:26:50.330605 2293 log.go:181] (0xc000c1f080) (0xc000617220) Stream removed, broadcasting: 5\n" Jul 17 00:26:50.335: INFO: stdout: "" Jul 17 00:26:50.335: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-7822 execpodw899l -- /bin/sh -x -c nc -zv -t -w 2 10.105.13.115 80' Jul 17 00:26:50.546: INFO: stderr: "I0717 00:26:50.462798 2311 log.go:181] (0xc0007414a0) (0xc000e90460) Create stream\nI0717 00:26:50.462871 2311 log.go:181] (0xc0007414a0) (0xc000e90460) Stream added, broadcasting: 1\nI0717 00:26:50.468894 2311 log.go:181] (0xc0007414a0) Reply frame received for 1\nI0717 00:26:50.468948 2311 log.go:181] (0xc0007414a0) (0xc00063c280) Create stream\nI0717 00:26:50.468963 2311 log.go:181] (0xc0007414a0) (0xc00063c280) Stream added, broadcasting: 3\nI0717 00:26:50.470065 2311 log.go:181] (0xc0007414a0) Reply frame received for 3\nI0717 00:26:50.470101 2311 log.go:181] (0xc0007414a0) (0xc00063d7c0) Create stream\nI0717 00:26:50.470111 2311 log.go:181] (0xc0007414a0) (0xc00063d7c0) Stream added, broadcasting: 5\nI0717 00:26:50.471043 2311 log.go:181] (0xc0007414a0) Reply frame received for 5\nI0717 00:26:50.541389 2311 log.go:181] (0xc0007414a0) Data frame received for 5\nI0717 00:26:50.541430 2311 log.go:181] (0xc00063d7c0) (5) Data frame handling\n+ nc -zv -t -w 2 10.105.13.115 80\nConnection to 10.105.13.115 80 port [tcp/http] succeeded!\nI0717 00:26:50.541452 2311 log.go:181] (0xc0007414a0) Data frame received for 3\nI0717 00:26:50.541474 2311 log.go:181] (0xc00063c280) (3) Data frame handling\nI0717 00:26:50.541491 2311 log.go:181] (0xc00063d7c0) (5) Data frame sent\nI0717 00:26:50.541501 2311 log.go:181] (0xc0007414a0) Data frame received for 5\nI0717 00:26:50.541511 2311 log.go:181] (0xc00063d7c0) (5) Data frame handling\nI0717 00:26:50.542552 2311 log.go:181] (0xc0007414a0) Data frame received for 1\nI0717 00:26:50.542566 2311 log.go:181] (0xc000e90460) (1) Data frame handling\nI0717 00:26:50.542574 2311 log.go:181] (0xc000e90460) (1) Data frame sent\nI0717 00:26:50.542586 2311 log.go:181] (0xc0007414a0) (0xc000e90460) Stream removed, broadcasting: 1\nI0717 00:26:50.542601 2311 log.go:181] (0xc0007414a0) Go away received\nI0717 00:26:50.542978 2311 log.go:181] (0xc0007414a0) (0xc000e90460) Stream removed, broadcasting: 1\nI0717 00:26:50.542993 2311 log.go:181] (0xc0007414a0) (0xc00063c280) Stream removed, broadcasting: 3\nI0717 00:26:50.543001 2311 log.go:181] (0xc0007414a0) (0xc00063d7c0) Stream removed, broadcasting: 5\n" Jul 17 00:26:50.546: INFO: stdout: "" Jul 17 00:26:50.546: INFO: Cleaning up the ExternalName to ClusterIP test service [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:26:50.570: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-7822" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:11.791 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should be able to change the type from ExternalName to ClusterIP [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]","total":294,"completed":219,"skipped":3727,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:26:50.579: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0666 on node default medium Jul 17 00:26:50.673: INFO: Waiting up to 5m0s for pod "pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d" in namespace "emptydir-6278" to be "Succeeded or Failed" Jul 17 00:26:50.688: INFO: Pod "pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d": Phase="Pending", Reason="", readiness=false. Elapsed: 15.120134ms Jul 17 00:26:52.692: INFO: Pod "pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019421381s Jul 17 00:26:54.696: INFO: Pod "pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.02353555s STEP: Saw pod success Jul 17 00:26:54.696: INFO: Pod "pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d" satisfied condition "Succeeded or Failed" Jul 17 00:26:54.699: INFO: Trying to get logs from node latest-worker2 pod pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d container test-container: STEP: delete the pod Jul 17 00:26:54.759: INFO: Waiting for pod pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d to disappear Jul 17 00:26:54.766: INFO: Pod pod-5e2a1404-8734-4380-b4bd-79f0d8f3b79d no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:26:54.766: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-6278" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":220,"skipped":3730,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:26:54.775: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:42 [It] should provide container's memory request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:26:54.839: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f" in namespace "projected-8719" to be "Succeeded or Failed" Jul 17 00:26:54.895: INFO: Pod "downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f": Phase="Pending", Reason="", readiness=false. Elapsed: 56.739838ms Jul 17 00:26:56.956: INFO: Pod "downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.116968433s Jul 17 00:26:58.959: INFO: Pod "downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f": Phase="Running", Reason="", readiness=true. Elapsed: 4.12072152s Jul 17 00:27:00.963: INFO: Pod "downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.124499065s STEP: Saw pod success Jul 17 00:27:00.963: INFO: Pod "downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f" satisfied condition "Succeeded or Failed" Jul 17 00:27:00.966: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f container client-container: STEP: delete the pod Jul 17 00:27:00.998: INFO: Waiting for pod downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f to disappear Jul 17 00:27:01.014: INFO: Pod downwardapi-volume-fc91b9ae-4196-4015-8003-09d6f3fc3a0f no longer exists [AfterEach] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:01.014: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-8719" for this suite. • [SLOW TEST:6.265 seconds] [sig-storage] Projected downwardAPI /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:36 should provide container's memory request [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]","total":294,"completed":221,"skipped":3744,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSS ------------------------------ [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:01.040: 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 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/rc.go:54 [It] should surface a failure condition on a common issue like exceeded quota [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:27:01.096: 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 Jul 17 00:27:03.160: INFO: Updating replication controller "condition-test" STEP: Checking rc "condition-test" has no failure condition set [AfterEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:04.294: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "replication-controller-4241" for this suite. •{"msg":"PASSED [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance]","total":294,"completed":222,"skipped":3747,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Kubelet when scheduling a busybox Pod with hostAliases should write entries to /etc/hosts [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:04.320: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:38 [It] should write entries to /etc/hosts [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:08.634: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubelet-test-5431" 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":294,"completed":223,"skipped":3773,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSS ------------------------------ [k8s.io] InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:08.641: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:162 [It] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod Jul 17 00:27:08.726: INFO: PodSpec: initContainers in spec.initContainers [AfterEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:15.531: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "init-container-6685" for this suite. • [SLOW TEST:6.908 seconds] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"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":294,"completed":224,"skipped":3782,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:15.550: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should check if kubectl describe prints relevant information for rc and pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:27:15.662: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7227' Jul 17 00:27:16.107: INFO: stderr: "" Jul 17 00:27:16.107: INFO: stdout: "replicationcontroller/agnhost-primary created\n" Jul 17 00:27:16.107: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7227' Jul 17 00:27:16.427: INFO: stderr: "" Jul 17 00:27:16.427: INFO: stdout: "service/agnhost-primary created\n" STEP: Waiting for Agnhost primary to start. Jul 17 00:27:17.482: INFO: Selector matched 1 pods for map[app:agnhost] Jul 17 00:27:17.482: INFO: Found 0 / 1 Jul 17 00:27:18.431: INFO: Selector matched 1 pods for map[app:agnhost] Jul 17 00:27:18.431: INFO: Found 0 / 1 Jul 17 00:27:19.430: INFO: Selector matched 1 pods for map[app:agnhost] Jul 17 00:27:19.430: INFO: Found 1 / 1 Jul 17 00:27:19.430: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 Jul 17 00:27:19.433: INFO: Selector matched 1 pods for map[app:agnhost] Jul 17 00:27:19.433: INFO: ForEach: Found 1 pods from the filter. Now looping through them. Jul 17 00:27:19.433: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config describe pod agnhost-primary-ttb98 --namespace=kubectl-7227' Jul 17 00:27:19.544: INFO: stderr: "" Jul 17 00:27:19.544: INFO: stdout: "Name: agnhost-primary-ttb98\nNamespace: kubectl-7227\nPriority: 0\nNode: latest-worker2/172.18.0.11\nStart Time: Fri, 17 Jul 2020 00:27:16 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 10.244.1.235\nIPs:\n IP: 10.244.1.235\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://1b8b4d440bb4f0312aa80942d572696061b432b0e09c68c3734c881d876db4d3\n Image: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20\n Image ID: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Fri, 17 Jul 2020 00:27:18 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from default-token-zjkbl (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n default-token-zjkbl:\n Type: Secret (a volume populated by a Secret)\n SecretName: default-token-zjkbl\n Optional: false\nQoS Class: BestEffort\nNode-Selectors: \nTolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal Scheduled 3s default-scheduler Successfully assigned kubectl-7227/agnhost-primary-ttb98 to latest-worker2\n Normal Pulled 2s kubelet, latest-worker2 Container image \"us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20\" already present on machine\n Normal Created 1s kubelet, latest-worker2 Created container agnhost-primary\n Normal Started 1s kubelet, latest-worker2 Started container agnhost-primary\n" Jul 17 00:27:19.544: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config describe rc agnhost-primary --namespace=kubectl-7227' Jul 17 00:27:19.687: INFO: stderr: "" Jul 17 00:27:19.687: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-7227\nSelector: app=agnhost,role=primary\nLabels: app=agnhost\n role=primary\nAnnotations: \nReplicas: 1 current / 1 desired\nPods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n Labels: app=agnhost\n role=primary\n Containers:\n agnhost-primary:\n Image: us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20\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 3s replication-controller Created pod: agnhost-primary-ttb98\n" Jul 17 00:27:19.687: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config describe service agnhost-primary --namespace=kubectl-7227' Jul 17 00:27:19.803: INFO: stderr: "" Jul 17 00:27:19.803: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-7227\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP: 10.97.53.117\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 10.244.1.235:6379\nSession Affinity: None\nEvents: \n" Jul 17 00:27:19.807: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config describe node latest-control-plane' Jul 17 00:27:19.958: INFO: stderr: "" Jul 17 00:27:19.958: INFO: stdout: "Name: latest-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=latest-control-plane\n kubernetes.io/os=linux\n node-role.kubernetes.io/master=\nAnnotations: kubeadm.alpha.kubernetes.io/cri-socket: /run/containerd/containerd.sock\n node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Fri, 10 Jul 2020 10:29:34 +0000\nTaints: node-role.kubernetes.io/master:NoSchedule\nUnschedulable: false\nLease:\n HolderIdentity: latest-control-plane\n AcquireTime: \n RenewTime: Fri, 17 Jul 2020 00:27:19 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n MemoryPressure False Fri, 17 Jul 2020 00:25:46 +0000 Fri, 10 Jul 2020 10:29:32 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Fri, 17 Jul 2020 00:25:46 +0000 Fri, 10 Jul 2020 10:29:32 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Fri, 17 Jul 2020 00:25:46 +0000 Fri, 10 Jul 2020 10:29:32 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Fri, 17 Jul 2020 00:25:46 +0000 Fri, 10 Jul 2020 10:30:09 +0000 KubeletReady kubelet is posting ready status\nAddresses:\n InternalIP: 172.18.0.12\n Hostname: latest-control-plane\nCapacity:\n cpu: 16\n ephemeral-storage: 2303189964Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 131759872Ki\n pods: 110\nAllocatable:\n cpu: 16\n ephemeral-storage: 2303189964Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 131759872Ki\n pods: 110\nSystem Info:\n Machine ID: 08e3d1af94e64c419f74d6afa70f0d43\n System UUID: b2b9a347-3d8a-409e-9c43-3d2f455385e1\n Boot ID: 11738d2d-5baa-4089-8e7f-2fb0329fce58\n Kernel Version: 4.15.0-109-generic\n OS Image: Ubuntu 20.04 LTS\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.4.0-beta.1-34-g49b0743c\n Kubelet Version: v1.18.4\n Kube-Proxy Version: v1.18.4\nPodCIDR: 10.244.0.0/24\nPodCIDRs: 10.244.0.0/24\nNon-terminated Pods: (9 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits AGE\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-system coredns-66bff467f8-lkg9r 100m (0%) 0 (0%) 70Mi (0%) 170Mi (0%) 6d13h\n kube-system coredns-66bff467f8-xqch9 100m (0%) 0 (0%) 70Mi (0%) 170Mi (0%) 6d13h\n kube-system etcd-latest-control-plane 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6d13h\n kube-system kindnet-6gzv5 100m (0%) 100m (0%) 50Mi (0%) 50Mi (0%) 6d13h\n kube-system kube-apiserver-latest-control-plane 250m (1%) 0 (0%) 0 (0%) 0 (0%) 6d13h\n kube-system kube-controller-manager-latest-control-plane 200m (1%) 0 (0%) 0 (0%) 0 (0%) 6d13h\n kube-system kube-proxy-bvnbl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6d13h\n kube-system kube-scheduler-latest-control-plane 100m (0%) 0 (0%) 0 (0%) 0 (0%) 6d13h\n local-path-storage local-path-provisioner-67795f75bd-wdgcp 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6d13h\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%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" Jul 17 00:27:19.958: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config describe namespace kubectl-7227' Jul 17 00:27:20.063: INFO: stderr: "" Jul 17 00:27:20.063: INFO: stdout: "Name: kubectl-7227\nLabels: e2e-framework=kubectl\n e2e-run=272b9c51-4125-4aee-ba01-dc889f16af5e\nAnnotations: \nStatus: Active\n\nNo resource quota.\n\nNo LimitRange resource.\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:20.063: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-7227" 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":294,"completed":225,"skipped":3786,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:20.070: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:27:24.203: INFO: Expected: &{} to match Container's Termination Message: -- STEP: delete the container [AfterEach] [k8s.io] Container Runtime /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:24.236: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-runtime-9365" 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":294,"completed":226,"skipped":3786,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:24.244: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:27:24.285: INFO: >>> kubeConfig: /root/.kube/config STEP: client-side validation (kubectl create and apply) allows request with known and required properties Jul 17 00:27:26.207: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 create -f -' Jul 17 00:27:29.441: INFO: stderr: "" Jul 17 00:27:29.441: INFO: stdout: "e2e-test-crd-publish-openapi-9869-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" Jul 17 00:27:29.441: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 delete e2e-test-crd-publish-openapi-9869-crds test-foo' Jul 17 00:27:29.550: INFO: stderr: "" Jul 17 00:27:29.550: INFO: stdout: "e2e-test-crd-publish-openapi-9869-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" Jul 17 00:27:29.550: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 apply -f -' Jul 17 00:27:29.847: INFO: stderr: "" Jul 17 00:27:29.847: INFO: stdout: "e2e-test-crd-publish-openapi-9869-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" Jul 17 00:27:29.847: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 delete e2e-test-crd-publish-openapi-9869-crds test-foo' Jul 17 00:27:29.952: INFO: stderr: "" Jul 17 00:27:29.952: INFO: stdout: "e2e-test-crd-publish-openapi-9869-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 Jul 17 00:27:29.952: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 create -f -' Jul 17 00:27:30.204: INFO: rc: 1 Jul 17 00:27:30.204: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 apply -f -' Jul 17 00:27:30.481: INFO: rc: 1 STEP: client-side validation (kubectl create and apply) rejects request without required properties Jul 17 00:27:30.482: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 create -f -' Jul 17 00:27:30.716: INFO: rc: 1 Jul 17 00:27:30.716: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-8568 apply -f -' Jul 17 00:27:30.971: INFO: rc: 1 STEP: kubectl explain works to explain CR properties Jul 17 00:27:30.971: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-9869-crds' Jul 17 00:27:31.226: INFO: stderr: "" Jul 17 00:27:31.226: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-9869-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 Jul 17 00:27:31.226: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-9869-crds.metadata' Jul 17 00:27:31.508: INFO: stderr: "" Jul 17 00:27:31.508: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-9869-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.\n\n Populated by the system. 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.\n\n Populated by the system when a graceful deletion is requested. Read-only.\n 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.\n\n If this field is specified and the generated name exists, the server will\n NOT return a 409 - instead, it will either return 201 Created or 500 with\n Reason ServerTimeout indicating a unique name could not be found in the\n time allotted, and the client should retry (optionally after the time\n indicated in the Retry-After header).\n\n Applied only if Name is not 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.\n\n Must 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.\n\n Populated by the system. Read-only. Value must be treated as opaque by\n 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.\n\n DEPRECATED Kubernetes will stop propagating this field in 1.20 release and\n 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.\n\n Populated by the system. Read-only. More info:\n http://kubernetes.io/docs/user-guide/identifiers#uids\n\n" Jul 17 00:27:31.509: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-9869-crds.spec' Jul 17 00:27:31.770: INFO: stderr: "" Jul 17 00:27:31.770: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-9869-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" Jul 17 00:27:31.770: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-9869-crds.spec.bars' Jul 17 00:27:32.027: INFO: stderr: "" Jul 17 00:27:32.027: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-9869-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 Jul 17 00:27:32.028: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-9869-crds.spec.bars2' Jul 17 00:27:32.297: INFO: rc: 1 [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:35.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-8568" for this suite. • [SLOW TEST:10.968 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for CRD with validation schema [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance]","total":294,"completed":227,"skipped":3797,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-storage] Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:35.212: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:27:35.287: INFO: Waiting up to 5m0s for pod "downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5" in namespace "downward-api-1866" to be "Succeeded or Failed" Jul 17 00:27:35.295: INFO: Pod "downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.115334ms Jul 17 00:27:37.299: INFO: Pod "downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012440079s Jul 17 00:27:39.303: INFO: Pod "downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.016340787s STEP: Saw pod success Jul 17 00:27:39.303: INFO: Pod "downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5" satisfied condition "Succeeded or Failed" Jul 17 00:27:39.306: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5 container client-container: STEP: delete the pod Jul 17 00:27:39.342: INFO: Waiting for pod downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5 to disappear Jul 17 00:27:39.356: INFO: Pod downwardapi-volume-17857af2-ce53-46b4-b8c4-7e8b24640ec5 no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:39.356: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-1866" 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":294,"completed":228,"skipped":3797,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:39.364: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:55.649: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-1342" for this suite. • [SLOW TEST:16.294 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should verify ResourceQuota with terminating scopes. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance]","total":294,"completed":229,"skipped":3807,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:55.658: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide container's memory limit [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:27:55.825: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7" in namespace "downward-api-7419" to be "Succeeded or Failed" Jul 17 00:27:55.843: INFO: Pod "downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7": Phase="Pending", Reason="", readiness=false. Elapsed: 18.34313ms Jul 17 00:27:57.923: INFO: Pod "downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.097891216s Jul 17 00:27:59.927: INFO: Pod "downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.102126371s STEP: Saw pod success Jul 17 00:27:59.927: INFO: Pod "downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7" satisfied condition "Succeeded or Failed" Jul 17 00:27:59.930: INFO: Trying to get logs from node latest-worker2 pod downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7 container client-container: STEP: delete the pod Jul 17 00:27:59.986: INFO: Waiting for pod downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7 to disappear Jul 17 00:27:59.991: INFO: Pod downwardapi-volume-0b09b04b-9ae6-4a8e-a2d8-da38436d96c7 no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:27:59.991: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-7419" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]","total":294,"completed":230,"skipped":3815,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:27:59.999: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:28:00.682: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:28:02.691: 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:63730542480, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542480, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542480, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542480, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:28:04.695: 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:63730542480, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542480, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542480, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542480, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:28:07.723: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should mutate custom resource with different stored version [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:28:07.727: INFO: >>> kubeConfig: /root/.kube/config STEP: Registering the mutating webhook for custom resource e2e-test-webhook-6469-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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:28:08.977: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-2183" for this suite. STEP: Destroying namespace "webhook-2183-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:9.097 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should mutate custom resource with different stored version [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]","total":294,"completed":231,"skipped":3837,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:28:09.096: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:88 [BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:103 STEP: Creating service test in namespace statefulset-6306 [It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Initializing watcher for selector baz=blah,foo=bar STEP: Creating stateful set ss in namespace statefulset-6306 STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-6306 Jul 17 00:28:09.274: INFO: Found 0 stateful pods, waiting for 1 Jul 17 00:28:19.278: 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 Jul 17 00:28:19.282: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:28:19.553: INFO: stderr: "I0717 00:28:19.412406 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2460) Create stream\nI0717 00:28:19.412463 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2460) Stream added, broadcasting: 1\nI0717 00:28:19.414991 2690 log.go:181] (0xc0008d4dc0) Reply frame received for 1\nI0717 00:28:19.415027 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2500) Create stream\nI0717 00:28:19.415038 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2500) Stream added, broadcasting: 3\nI0717 00:28:19.416008 2690 log.go:181] (0xc0008d4dc0) Reply frame received for 3\nI0717 00:28:19.416068 2690 log.go:181] (0xc0008d4dc0) (0xc0002f0b40) Create stream\nI0717 00:28:19.416083 2690 log.go:181] (0xc0008d4dc0) (0xc0002f0b40) Stream added, broadcasting: 5\nI0717 00:28:19.417280 2690 log.go:181] (0xc0008d4dc0) Reply frame received for 5\nI0717 00:28:19.500665 2690 log.go:181] (0xc0008d4dc0) Data frame received for 5\nI0717 00:28:19.500697 2690 log.go:181] (0xc0002f0b40) (5) Data frame handling\nI0717 00:28:19.500741 2690 log.go:181] (0xc0002f0b40) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:28:19.543026 2690 log.go:181] (0xc0008d4dc0) Data frame received for 5\nI0717 00:28:19.543048 2690 log.go:181] (0xc0002f0b40) (5) Data frame handling\nI0717 00:28:19.543116 2690 log.go:181] (0xc0008d4dc0) Data frame received for 3\nI0717 00:28:19.543149 2690 log.go:181] (0xc000fb2500) (3) Data frame handling\nI0717 00:28:19.543174 2690 log.go:181] (0xc000fb2500) (3) Data frame sent\nI0717 00:28:19.543190 2690 log.go:181] (0xc0008d4dc0) Data frame received for 3\nI0717 00:28:19.543198 2690 log.go:181] (0xc000fb2500) (3) Data frame handling\nI0717 00:28:19.548024 2690 log.go:181] (0xc0008d4dc0) Data frame received for 1\nI0717 00:28:19.548052 2690 log.go:181] (0xc000fb2460) (1) Data frame handling\nI0717 00:28:19.548072 2690 log.go:181] (0xc000fb2460) (1) Data frame sent\nI0717 00:28:19.548088 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2460) Stream removed, broadcasting: 1\nI0717 00:28:19.548104 2690 log.go:181] (0xc0008d4dc0) Go away received\nI0717 00:28:19.548532 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2460) Stream removed, broadcasting: 1\nI0717 00:28:19.548551 2690 log.go:181] (0xc0008d4dc0) (0xc000fb2500) Stream removed, broadcasting: 3\nI0717 00:28:19.548560 2690 log.go:181] (0xc0008d4dc0) (0xc0002f0b40) Stream removed, broadcasting: 5\n" Jul 17 00:28:19.553: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:28:19.553: 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' Jul 17 00:28:19.557: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true Jul 17 00:28:29.561: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:28:29.561: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:28:29.589: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.999999576s Jul 17 00:28:30.593: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.981196441s Jul 17 00:28:31.598: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.977309854s Jul 17 00:28:32.602: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.972763419s Jul 17 00:28:33.607: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.968237937s Jul 17 00:28:34.615: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.96350283s Jul 17 00:28:35.620: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.955015523s Jul 17 00:28:36.624: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.950484734s Jul 17 00:28:37.628: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.946595491s Jul 17 00:28:38.632: INFO: Verifying statefulset ss doesn't scale past 1 for another 942.85119ms STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-6306 Jul 17 00:28:39.637: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:28:39.859: INFO: stderr: "I0717 00:28:39.771344 2708 log.go:181] (0xc00074b080) (0xc000aa57c0) Create stream\nI0717 00:28:39.771411 2708 log.go:181] (0xc00074b080) (0xc000aa57c0) Stream added, broadcasting: 1\nI0717 00:28:39.778504 2708 log.go:181] (0xc00074b080) Reply frame received for 1\nI0717 00:28:39.778554 2708 log.go:181] (0xc00074b080) (0xc000a0f0e0) Create stream\nI0717 00:28:39.778566 2708 log.go:181] (0xc00074b080) (0xc000a0f0e0) Stream added, broadcasting: 3\nI0717 00:28:39.779537 2708 log.go:181] (0xc00074b080) Reply frame received for 3\nI0717 00:28:39.779570 2708 log.go:181] (0xc00074b080) (0xc0009b43c0) Create stream\nI0717 00:28:39.779586 2708 log.go:181] (0xc00074b080) (0xc0009b43c0) Stream added, broadcasting: 5\nI0717 00:28:39.780681 2708 log.go:181] (0xc00074b080) Reply frame received for 5\nI0717 00:28:39.853423 2708 log.go:181] (0xc00074b080) Data frame received for 3\nI0717 00:28:39.853459 2708 log.go:181] (0xc000a0f0e0) (3) Data frame handling\nI0717 00:28:39.853484 2708 log.go:181] (0xc000a0f0e0) (3) Data frame sent\nI0717 00:28:39.853496 2708 log.go:181] (0xc00074b080) Data frame received for 3\nI0717 00:28:39.853503 2708 log.go:181] (0xc000a0f0e0) (3) Data frame handling\nI0717 00:28:39.853553 2708 log.go:181] (0xc00074b080) Data frame received for 5\nI0717 00:28:39.853588 2708 log.go:181] (0xc0009b43c0) (5) Data frame handling\nI0717 00:28:39.853617 2708 log.go:181] (0xc0009b43c0) (5) Data frame sent\nI0717 00:28:39.853640 2708 log.go:181] (0xc00074b080) Data frame received for 5\nI0717 00:28:39.853657 2708 log.go:181] (0xc0009b43c0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:28:39.855289 2708 log.go:181] (0xc00074b080) Data frame received for 1\nI0717 00:28:39.855314 2708 log.go:181] (0xc000aa57c0) (1) Data frame handling\nI0717 00:28:39.855329 2708 log.go:181] (0xc000aa57c0) (1) Data frame sent\nI0717 00:28:39.855344 2708 log.go:181] (0xc00074b080) (0xc000aa57c0) Stream removed, broadcasting: 1\nI0717 00:28:39.855552 2708 log.go:181] (0xc00074b080) Go away received\nI0717 00:28:39.855662 2708 log.go:181] (0xc00074b080) (0xc000aa57c0) Stream removed, broadcasting: 1\nI0717 00:28:39.855676 2708 log.go:181] (0xc00074b080) (0xc000a0f0e0) Stream removed, broadcasting: 3\nI0717 00:28:39.855682 2708 log.go:181] (0xc00074b080) (0xc0009b43c0) Stream removed, broadcasting: 5\n" Jul 17 00:28:39.859: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:28:39.859: 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' Jul 17 00:28:39.864: INFO: Found 1 stateful pods, waiting for 3 Jul 17 00:28:49.869: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:28:49.869: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:28:49.869: 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 Jul 17 00:28:49.894: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:28:50.124: INFO: stderr: "I0717 00:28:50.027013 2726 log.go:181] (0xc0008438c0) (0xc000b1d720) Create stream\nI0717 00:28:50.027068 2726 log.go:181] (0xc0008438c0) (0xc000b1d720) Stream added, broadcasting: 1\nI0717 00:28:50.029289 2726 log.go:181] (0xc0008438c0) Reply frame received for 1\nI0717 00:28:50.029322 2726 log.go:181] (0xc0008438c0) (0xc00020d860) Create stream\nI0717 00:28:50.029331 2726 log.go:181] (0xc0008438c0) (0xc00020d860) Stream added, broadcasting: 3\nI0717 00:28:50.030250 2726 log.go:181] (0xc0008438c0) Reply frame received for 3\nI0717 00:28:50.030291 2726 log.go:181] (0xc0008438c0) (0xc0002f3f40) Create stream\nI0717 00:28:50.030301 2726 log.go:181] (0xc0008438c0) (0xc0002f3f40) Stream added, broadcasting: 5\nI0717 00:28:50.031120 2726 log.go:181] (0xc0008438c0) Reply frame received for 5\nI0717 00:28:50.116172 2726 log.go:181] (0xc0008438c0) Data frame received for 3\nI0717 00:28:50.116270 2726 log.go:181] (0xc0008438c0) Data frame received for 5\nI0717 00:28:50.116321 2726 log.go:181] (0xc0002f3f40) (5) Data frame handling\nI0717 00:28:50.116348 2726 log.go:181] (0xc0002f3f40) (5) Data frame sent\nI0717 00:28:50.116368 2726 log.go:181] (0xc0008438c0) Data frame received for 5\nI0717 00:28:50.116379 2726 log.go:181] (0xc0002f3f40) (5) Data frame handling\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:28:50.116405 2726 log.go:181] (0xc00020d860) (3) Data frame handling\nI0717 00:28:50.116454 2726 log.go:181] (0xc00020d860) (3) Data frame sent\nI0717 00:28:50.116471 2726 log.go:181] (0xc0008438c0) Data frame received for 3\nI0717 00:28:50.116482 2726 log.go:181] (0xc00020d860) (3) Data frame handling\nI0717 00:28:50.117970 2726 log.go:181] (0xc0008438c0) Data frame received for 1\nI0717 00:28:50.118015 2726 log.go:181] (0xc000b1d720) (1) Data frame handling\nI0717 00:28:50.118048 2726 log.go:181] (0xc000b1d720) (1) Data frame sent\nI0717 00:28:50.118072 2726 log.go:181] (0xc0008438c0) (0xc000b1d720) Stream removed, broadcasting: 1\nI0717 00:28:50.118702 2726 log.go:181] (0xc0008438c0) Go away received\nI0717 00:28:50.119534 2726 log.go:181] (0xc0008438c0) (0xc000b1d720) Stream removed, broadcasting: 1\nI0717 00:28:50.119597 2726 log.go:181] (0xc0008438c0) (0xc00020d860) Stream removed, broadcasting: 3\nI0717 00:28:50.119626 2726 log.go:181] (0xc0008438c0) (0xc0002f3f40) Stream removed, broadcasting: 5\n" Jul 17 00:28:50.124: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:28:50.124: 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' Jul 17 00:28:50.124: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:28:50.369: INFO: stderr: "I0717 00:28:50.251028 2742 log.go:181] (0xc000476e70) (0xc000bdf9a0) Create stream\nI0717 00:28:50.251082 2742 log.go:181] (0xc000476e70) (0xc000bdf9a0) Stream added, broadcasting: 1\nI0717 00:28:50.255111 2742 log.go:181] (0xc000476e70) Reply frame received for 1\nI0717 00:28:50.255156 2742 log.go:181] (0xc000476e70) (0xc000195540) Create stream\nI0717 00:28:50.255169 2742 log.go:181] (0xc000476e70) (0xc000195540) Stream added, broadcasting: 3\nI0717 00:28:50.256001 2742 log.go:181] (0xc000476e70) Reply frame received for 3\nI0717 00:28:50.256040 2742 log.go:181] (0xc000476e70) (0xc000bcb180) Create stream\nI0717 00:28:50.256053 2742 log.go:181] (0xc000476e70) (0xc000bcb180) Stream added, broadcasting: 5\nI0717 00:28:50.257015 2742 log.go:181] (0xc000476e70) Reply frame received for 5\nI0717 00:28:50.328103 2742 log.go:181] (0xc000476e70) Data frame received for 5\nI0717 00:28:50.328128 2742 log.go:181] (0xc000bcb180) (5) Data frame handling\nI0717 00:28:50.328145 2742 log.go:181] (0xc000bcb180) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:28:50.360941 2742 log.go:181] (0xc000476e70) Data frame received for 3\nI0717 00:28:50.360985 2742 log.go:181] (0xc000195540) (3) Data frame handling\nI0717 00:28:50.361009 2742 log.go:181] (0xc000195540) (3) Data frame sent\nI0717 00:28:50.361263 2742 log.go:181] (0xc000476e70) Data frame received for 5\nI0717 00:28:50.361408 2742 log.go:181] (0xc000bcb180) (5) Data frame handling\nI0717 00:28:50.361472 2742 log.go:181] (0xc000476e70) Data frame received for 3\nI0717 00:28:50.361500 2742 log.go:181] (0xc000195540) (3) Data frame handling\nI0717 00:28:50.363434 2742 log.go:181] (0xc000476e70) Data frame received for 1\nI0717 00:28:50.363481 2742 log.go:181] (0xc000bdf9a0) (1) Data frame handling\nI0717 00:28:50.363505 2742 log.go:181] (0xc000bdf9a0) (1) Data frame sent\nI0717 00:28:50.363532 2742 log.go:181] (0xc000476e70) (0xc000bdf9a0) Stream removed, broadcasting: 1\nI0717 00:28:50.363554 2742 log.go:181] (0xc000476e70) Go away received\nI0717 00:28:50.364055 2742 log.go:181] (0xc000476e70) (0xc000bdf9a0) Stream removed, broadcasting: 1\nI0717 00:28:50.364082 2742 log.go:181] (0xc000476e70) (0xc000195540) Stream removed, broadcasting: 3\nI0717 00:28:50.364093 2742 log.go:181] (0xc000476e70) (0xc000bcb180) Stream removed, broadcasting: 5\n" Jul 17 00:28:50.369: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:28:50.369: 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' Jul 17 00:28:50.370: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:28:50.639: INFO: stderr: "I0717 00:28:50.520563 2760 log.go:181] (0xc000554000) (0xc000a926e0) Create stream\nI0717 00:28:50.520672 2760 log.go:181] (0xc000554000) (0xc000a926e0) Stream added, broadcasting: 1\nI0717 00:28:50.522793 2760 log.go:181] (0xc000554000) Reply frame received for 1\nI0717 00:28:50.522859 2760 log.go:181] (0xc000554000) (0xc000a93040) Create stream\nI0717 00:28:50.522884 2760 log.go:181] (0xc000554000) (0xc000a93040) Stream added, broadcasting: 3\nI0717 00:28:50.523867 2760 log.go:181] (0xc000554000) Reply frame received for 3\nI0717 00:28:50.523920 2760 log.go:181] (0xc000554000) (0xc0009186e0) Create stream\nI0717 00:28:50.523943 2760 log.go:181] (0xc000554000) (0xc0009186e0) Stream added, broadcasting: 5\nI0717 00:28:50.524912 2760 log.go:181] (0xc000554000) Reply frame received for 5\nI0717 00:28:50.586607 2760 log.go:181] (0xc000554000) Data frame received for 5\nI0717 00:28:50.586640 2760 log.go:181] (0xc0009186e0) (5) Data frame handling\nI0717 00:28:50.586667 2760 log.go:181] (0xc0009186e0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:28:50.631263 2760 log.go:181] (0xc000554000) Data frame received for 3\nI0717 00:28:50.631301 2760 log.go:181] (0xc000a93040) (3) Data frame handling\nI0717 00:28:50.631353 2760 log.go:181] (0xc000a93040) (3) Data frame sent\nI0717 00:28:50.631534 2760 log.go:181] (0xc000554000) Data frame received for 3\nI0717 00:28:50.631562 2760 log.go:181] (0xc000a93040) (3) Data frame handling\nI0717 00:28:50.631794 2760 log.go:181] (0xc000554000) Data frame received for 5\nI0717 00:28:50.631821 2760 log.go:181] (0xc0009186e0) (5) Data frame handling\nI0717 00:28:50.633735 2760 log.go:181] (0xc000554000) Data frame received for 1\nI0717 00:28:50.633768 2760 log.go:181] (0xc000a926e0) (1) Data frame handling\nI0717 00:28:50.633803 2760 log.go:181] (0xc000a926e0) (1) Data frame sent\nI0717 00:28:50.633822 2760 log.go:181] (0xc000554000) (0xc000a926e0) Stream removed, broadcasting: 1\nI0717 00:28:50.633906 2760 log.go:181] (0xc000554000) Go away received\nI0717 00:28:50.634183 2760 log.go:181] (0xc000554000) (0xc000a926e0) Stream removed, broadcasting: 1\nI0717 00:28:50.634205 2760 log.go:181] (0xc000554000) (0xc000a93040) Stream removed, broadcasting: 3\nI0717 00:28:50.634213 2760 log.go:181] (0xc000554000) (0xc0009186e0) Stream removed, broadcasting: 5\n" Jul 17 00:28:50.639: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:28:50.639: 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' Jul 17 00:28:50.639: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:28:50.699: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 2 Jul 17 00:29:00.708: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:29:00.708: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:29:00.708: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false Jul 17 00:29:00.736: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999332s Jul 17 00:29:01.742: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.980338001s Jul 17 00:29:02.747: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.975061488s Jul 17 00:29:03.753: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.969396206s Jul 17 00:29:04.758: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.964058936s Jul 17 00:29:05.763: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.958740159s Jul 17 00:29:06.768: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.954166791s Jul 17 00:29:07.773: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.948509572s Jul 17 00:29:08.779: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.943349236s Jul 17 00:29:09.783: INFO: Verifying statefulset ss doesn't scale past 3 for another 937.973181ms STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-6306 Jul 17 00:29:10.789: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:29:11.023: INFO: stderr: "I0717 00:29:10.932544 2778 log.go:181] (0xc0004f74a0) (0xc000b22820) Create stream\nI0717 00:29:10.932607 2778 log.go:181] (0xc0004f74a0) (0xc000b22820) Stream added, broadcasting: 1\nI0717 00:29:10.937529 2778 log.go:181] (0xc0004f74a0) Reply frame received for 1\nI0717 00:29:10.937592 2778 log.go:181] (0xc0004f74a0) (0xc0009ef0e0) Create stream\nI0717 00:29:10.937608 2778 log.go:181] (0xc0004f74a0) (0xc0009ef0e0) Stream added, broadcasting: 3\nI0717 00:29:10.938851 2778 log.go:181] (0xc0004f74a0) Reply frame received for 3\nI0717 00:29:10.938892 2778 log.go:181] (0xc0004f74a0) (0xc0009fc960) Create stream\nI0717 00:29:10.938903 2778 log.go:181] (0xc0004f74a0) (0xc0009fc960) Stream added, broadcasting: 5\nI0717 00:29:10.939906 2778 log.go:181] (0xc0004f74a0) Reply frame received for 5\nI0717 00:29:11.016557 2778 log.go:181] (0xc0004f74a0) Data frame received for 5\nI0717 00:29:11.016617 2778 log.go:181] (0xc0009fc960) (5) Data frame handling\nI0717 00:29:11.016641 2778 log.go:181] (0xc0009fc960) (5) Data frame sent\nI0717 00:29:11.016654 2778 log.go:181] (0xc0004f74a0) Data frame received for 5\nI0717 00:29:11.016665 2778 log.go:181] (0xc0009fc960) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:29:11.016700 2778 log.go:181] (0xc0004f74a0) Data frame received for 3\nI0717 00:29:11.016853 2778 log.go:181] (0xc0009ef0e0) (3) Data frame handling\nI0717 00:29:11.016881 2778 log.go:181] (0xc0009ef0e0) (3) Data frame sent\nI0717 00:29:11.016902 2778 log.go:181] (0xc0004f74a0) Data frame received for 3\nI0717 00:29:11.016912 2778 log.go:181] (0xc0009ef0e0) (3) Data frame handling\nI0717 00:29:11.018350 2778 log.go:181] (0xc0004f74a0) Data frame received for 1\nI0717 00:29:11.018383 2778 log.go:181] (0xc000b22820) (1) Data frame handling\nI0717 00:29:11.018422 2778 log.go:181] (0xc000b22820) (1) Data frame sent\nI0717 00:29:11.018449 2778 log.go:181] (0xc0004f74a0) (0xc000b22820) Stream removed, broadcasting: 1\nI0717 00:29:11.018502 2778 log.go:181] (0xc0004f74a0) Go away received\nI0717 00:29:11.019055 2778 log.go:181] (0xc0004f74a0) (0xc000b22820) Stream removed, broadcasting: 1\nI0717 00:29:11.019083 2778 log.go:181] (0xc0004f74a0) (0xc0009ef0e0) Stream removed, broadcasting: 3\nI0717 00:29:11.019094 2778 log.go:181] (0xc0004f74a0) (0xc0009fc960) Stream removed, broadcasting: 5\n" Jul 17 00:29:11.024: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:29:11.024: 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' Jul 17 00:29:11.024: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:29:11.229: INFO: stderr: "I0717 00:29:11.150038 2796 log.go:181] (0xc00003bd90) (0xc000e16320) Create stream\nI0717 00:29:11.150098 2796 log.go:181] (0xc00003bd90) (0xc000e16320) Stream added, broadcasting: 1\nI0717 00:29:11.154728 2796 log.go:181] (0xc00003bd90) Reply frame received for 1\nI0717 00:29:11.154793 2796 log.go:181] (0xc00003bd90) (0xc0008ab180) Create stream\nI0717 00:29:11.154888 2796 log.go:181] (0xc00003bd90) (0xc0008ab180) Stream added, broadcasting: 3\nI0717 00:29:11.155858 2796 log.go:181] (0xc00003bd90) Reply frame received for 3\nI0717 00:29:11.155892 2796 log.go:181] (0xc00003bd90) (0xc0008506e0) Create stream\nI0717 00:29:11.155903 2796 log.go:181] (0xc00003bd90) (0xc0008506e0) Stream added, broadcasting: 5\nI0717 00:29:11.156863 2796 log.go:181] (0xc00003bd90) Reply frame received for 5\nI0717 00:29:11.221817 2796 log.go:181] (0xc00003bd90) Data frame received for 3\nI0717 00:29:11.221849 2796 log.go:181] (0xc0008ab180) (3) Data frame handling\nI0717 00:29:11.221868 2796 log.go:181] (0xc0008ab180) (3) Data frame sent\nI0717 00:29:11.221883 2796 log.go:181] (0xc00003bd90) Data frame received for 3\nI0717 00:29:11.221897 2796 log.go:181] (0xc0008ab180) (3) Data frame handling\nI0717 00:29:11.222464 2796 log.go:181] (0xc00003bd90) Data frame received for 5\nI0717 00:29:11.222507 2796 log.go:181] (0xc0008506e0) (5) Data frame handling\nI0717 00:29:11.222537 2796 log.go:181] (0xc0008506e0) (5) Data frame sent\nI0717 00:29:11.222576 2796 log.go:181] (0xc00003bd90) Data frame received for 5\nI0717 00:29:11.222593 2796 log.go:181] (0xc0008506e0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:29:11.223985 2796 log.go:181] (0xc00003bd90) Data frame received for 1\nI0717 00:29:11.224023 2796 log.go:181] (0xc000e16320) (1) Data frame handling\nI0717 00:29:11.224045 2796 log.go:181] (0xc000e16320) (1) Data frame sent\nI0717 00:29:11.224175 2796 log.go:181] (0xc00003bd90) (0xc000e16320) Stream removed, broadcasting: 1\nI0717 00:29:11.224217 2796 log.go:181] (0xc00003bd90) Go away received\nI0717 00:29:11.224593 2796 log.go:181] (0xc00003bd90) (0xc000e16320) Stream removed, broadcasting: 1\nI0717 00:29:11.224616 2796 log.go:181] (0xc00003bd90) (0xc0008ab180) Stream removed, broadcasting: 3\nI0717 00:29:11.224626 2796 log.go:181] (0xc00003bd90) (0xc0008506e0) Stream removed, broadcasting: 5\n" Jul 17 00:29:11.229: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:29:11.229: 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' Jul 17 00:29:11.229: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-6306 ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:29:11.448: INFO: stderr: "I0717 00:29:11.385802 2814 log.go:181] (0xc000eb36b0) (0xc0009b12c0) Create stream\nI0717 00:29:11.385853 2814 log.go:181] (0xc000eb36b0) (0xc0009b12c0) Stream added, broadcasting: 1\nI0717 00:29:11.393326 2814 log.go:181] (0xc000eb36b0) Reply frame received for 1\nI0717 00:29:11.393359 2814 log.go:181] (0xc000eb36b0) (0xc0009a3180) Create stream\nI0717 00:29:11.393367 2814 log.go:181] (0xc000eb36b0) (0xc0009a3180) Stream added, broadcasting: 3\nI0717 00:29:11.394428 2814 log.go:181] (0xc000eb36b0) Reply frame received for 3\nI0717 00:29:11.394472 2814 log.go:181] (0xc000eb36b0) (0xc0006b01e0) Create stream\nI0717 00:29:11.394485 2814 log.go:181] (0xc000eb36b0) (0xc0006b01e0) Stream added, broadcasting: 5\nI0717 00:29:11.395356 2814 log.go:181] (0xc000eb36b0) Reply frame received for 5\nI0717 00:29:11.440670 2814 log.go:181] (0xc000eb36b0) Data frame received for 5\nI0717 00:29:11.440715 2814 log.go:181] (0xc0006b01e0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:29:11.440830 2814 log.go:181] (0xc000eb36b0) Data frame received for 3\nI0717 00:29:11.440872 2814 log.go:181] (0xc0009a3180) (3) Data frame handling\nI0717 00:29:11.440898 2814 log.go:181] (0xc0009a3180) (3) Data frame sent\nI0717 00:29:11.440920 2814 log.go:181] (0xc000eb36b0) Data frame received for 3\nI0717 00:29:11.440942 2814 log.go:181] (0xc0009a3180) (3) Data frame handling\nI0717 00:29:11.440977 2814 log.go:181] (0xc0006b01e0) (5) Data frame sent\nI0717 00:29:11.441004 2814 log.go:181] (0xc000eb36b0) Data frame received for 5\nI0717 00:29:11.441024 2814 log.go:181] (0xc0006b01e0) (5) Data frame handling\nI0717 00:29:11.442420 2814 log.go:181] (0xc000eb36b0) Data frame received for 1\nI0717 00:29:11.442445 2814 log.go:181] (0xc0009b12c0) (1) Data frame handling\nI0717 00:29:11.442465 2814 log.go:181] (0xc0009b12c0) (1) Data frame sent\nI0717 00:29:11.442606 2814 log.go:181] (0xc000eb36b0) (0xc0009b12c0) Stream removed, broadcasting: 1\nI0717 00:29:11.442652 2814 log.go:181] (0xc000eb36b0) Go away received\nI0717 00:29:11.443045 2814 log.go:181] (0xc000eb36b0) (0xc0009b12c0) Stream removed, broadcasting: 1\nI0717 00:29:11.443067 2814 log.go:181] (0xc000eb36b0) (0xc0009a3180) Stream removed, broadcasting: 3\nI0717 00:29:11.443082 2814 log.go:181] (0xc000eb36b0) (0xc0006b01e0) Stream removed, broadcasting: 5\n" Jul 17 00:29:11.448: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:29:11.448: 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' Jul 17 00:29:11.448: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:114 Jul 17 00:29:31.486: INFO: Deleting all statefulset in ns statefulset-6306 Jul 17 00:29:31.489: INFO: Scaling statefulset ss to 0 Jul 17 00:29:31.498: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:29:31.500: INFO: Deleting statefulset ss [AfterEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:29:31.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "statefulset-6306" for this suite. • [SLOW TEST:82.423 seconds] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"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":294,"completed":232,"skipped":3842,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:29:31.520: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:126 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 Jul 17 00:29:31.892: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set Jul 17 00:29:33.903: 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:63730542571, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542571, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542572, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542571, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-869fb7d886\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:29:35.913: 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:63730542571, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542571, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542572, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542571, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-869fb7d886\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:29:38.940: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:29:38.944: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:29:40.067: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-webhook-1265" for this suite. [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:137 • [SLOW TEST:8.683 seconds] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should be able to convert from CR v1 to CR v2 [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance]","total":294,"completed":233,"skipped":3868,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [sig-network] Services should serve multiport endpoints from pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:29:40.203: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should serve multiport endpoints from pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service multi-endpoint-test in namespace services-6615 STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6615 to expose endpoints map[] Jul 17 00:29:40.825: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found Jul 17 00:29:41.828: INFO: successfully validated that service multi-endpoint-test in namespace services-6615 exposes endpoints map[] STEP: Creating pod pod1 in namespace services-6615 STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6615 to expose endpoints map[pod1:[100]] Jul 17 00:29:44.878: INFO: successfully validated that service multi-endpoint-test in namespace services-6615 exposes endpoints map[pod1:[100]] STEP: Creating pod pod2 in namespace services-6615 STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6615 to expose endpoints map[pod1:[100] pod2:[101]] Jul 17 00:29:48.938: INFO: successfully validated that service multi-endpoint-test in namespace services-6615 exposes endpoints map[pod1:[100] pod2:[101]] STEP: Deleting pod pod1 in namespace services-6615 STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6615 to expose endpoints map[pod2:[101]] Jul 17 00:29:49.145: INFO: successfully validated that service multi-endpoint-test in namespace services-6615 exposes endpoints map[pod2:[101]] STEP: Deleting pod pod2 in namespace services-6615 STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6615 to expose endpoints map[] Jul 17 00:29:50.331: INFO: successfully validated that service multi-endpoint-test in namespace services-6615 exposes endpoints map[] [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:29:50.397: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-6615" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:10.373 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should serve multiport endpoints from pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should serve multiport endpoints from pods [Conformance]","total":294,"completed":234,"skipped":3870,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} S ------------------------------ [sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:29:50.576: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:731 [It] should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating service in namespace services-1700 Jul 17 00:29:54.959: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-1700 kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' Jul 17 00:29:55.200: INFO: stderr: "I0717 00:29:55.105971 2832 log.go:181] (0xc000550fd0) (0xc000d22320) Create stream\nI0717 00:29:55.106041 2832 log.go:181] (0xc000550fd0) (0xc000d22320) Stream added, broadcasting: 1\nI0717 00:29:55.111222 2832 log.go:181] (0xc000550fd0) Reply frame received for 1\nI0717 00:29:55.111265 2832 log.go:181] (0xc000550fd0) (0xc0008983c0) Create stream\nI0717 00:29:55.111286 2832 log.go:181] (0xc000550fd0) (0xc0008983c0) Stream added, broadcasting: 3\nI0717 00:29:55.112352 2832 log.go:181] (0xc000550fd0) Reply frame received for 3\nI0717 00:29:55.112383 2832 log.go:181] (0xc000550fd0) (0xc0000c8640) Create stream\nI0717 00:29:55.112393 2832 log.go:181] (0xc000550fd0) (0xc0000c8640) Stream added, broadcasting: 5\nI0717 00:29:55.113589 2832 log.go:181] (0xc000550fd0) Reply frame received for 5\nI0717 00:29:55.186759 2832 log.go:181] (0xc000550fd0) Data frame received for 5\nI0717 00:29:55.186791 2832 log.go:181] (0xc0000c8640) (5) Data frame handling\nI0717 00:29:55.186812 2832 log.go:181] (0xc0000c8640) (5) Data frame sent\n+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\nI0717 00:29:55.192866 2832 log.go:181] (0xc000550fd0) Data frame received for 3\nI0717 00:29:55.192888 2832 log.go:181] (0xc0008983c0) (3) Data frame handling\nI0717 00:29:55.192899 2832 log.go:181] (0xc0008983c0) (3) Data frame sent\nI0717 00:29:55.193415 2832 log.go:181] (0xc000550fd0) Data frame received for 5\nI0717 00:29:55.193447 2832 log.go:181] (0xc0000c8640) (5) Data frame handling\nI0717 00:29:55.193471 2832 log.go:181] (0xc000550fd0) Data frame received for 3\nI0717 00:29:55.193485 2832 log.go:181] (0xc0008983c0) (3) Data frame handling\nI0717 00:29:55.195263 2832 log.go:181] (0xc000550fd0) Data frame received for 1\nI0717 00:29:55.195288 2832 log.go:181] (0xc000d22320) (1) Data frame handling\nI0717 00:29:55.195308 2832 log.go:181] (0xc000d22320) (1) Data frame sent\nI0717 00:29:55.195323 2832 log.go:181] (0xc000550fd0) (0xc000d22320) Stream removed, broadcasting: 1\nI0717 00:29:55.195378 2832 log.go:181] (0xc000550fd0) Go away received\nI0717 00:29:55.195671 2832 log.go:181] (0xc000550fd0) (0xc000d22320) Stream removed, broadcasting: 1\nI0717 00:29:55.195693 2832 log.go:181] (0xc000550fd0) (0xc0008983c0) Stream removed, broadcasting: 3\nI0717 00:29:55.195706 2832 log.go:181] (0xc000550fd0) (0xc0000c8640) Stream removed, broadcasting: 5\n" Jul 17 00:29:55.200: INFO: stdout: "iptables" Jul 17 00:29:55.200: INFO: proxyMode: iptables Jul 17 00:29:55.206: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 17 00:29:55.210: INFO: Pod kube-proxy-mode-detector still exists Jul 17 00:29:57.211: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 17 00:29:57.215: INFO: Pod kube-proxy-mode-detector still exists Jul 17 00:29:59.211: INFO: Waiting for pod kube-proxy-mode-detector to disappear Jul 17 00:29:59.257: INFO: Pod kube-proxy-mode-detector no longer exists STEP: creating service affinity-clusterip-timeout in namespace services-1700 STEP: creating replication controller affinity-clusterip-timeout in namespace services-1700 I0717 00:29:59.308011 7 runners.go:190] Created replication controller with name: affinity-clusterip-timeout, namespace: services-1700, replica count: 3 I0717 00:30:02.358505 7 runners.go:190] affinity-clusterip-timeout Pods: 3 out of 3 created, 0 running, 3 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:30:05.358727 7 runners.go:190] affinity-clusterip-timeout Pods: 3 out of 3 created, 1 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady I0717 00:30:08.359052 7 runners.go:190] affinity-clusterip-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady Jul 17 00:30:08.373: INFO: Creating new exec pod Jul 17 00:30:13.397: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-1700 execpod-affinitysndd4 -- /bin/sh -x -c nc -zv -t -w 2 affinity-clusterip-timeout 80' Jul 17 00:30:13.648: INFO: stderr: "I0717 00:30:13.530444 2850 log.go:181] (0xc0006d8fd0) (0xc000b77900) Create stream\nI0717 00:30:13.530514 2850 log.go:181] (0xc0006d8fd0) (0xc000b77900) Stream added, broadcasting: 1\nI0717 00:30:13.535362 2850 log.go:181] (0xc0006d8fd0) Reply frame received for 1\nI0717 00:30:13.535430 2850 log.go:181] (0xc0006d8fd0) (0xc00096c8c0) Create stream\nI0717 00:30:13.535454 2850 log.go:181] (0xc0006d8fd0) (0xc00096c8c0) Stream added, broadcasting: 3\nI0717 00:30:13.536472 2850 log.go:181] (0xc0006d8fd0) Reply frame received for 3\nI0717 00:30:13.536520 2850 log.go:181] (0xc0006d8fd0) (0xc00096d900) Create stream\nI0717 00:30:13.536535 2850 log.go:181] (0xc0006d8fd0) (0xc00096d900) Stream added, broadcasting: 5\nI0717 00:30:13.537612 2850 log.go:181] (0xc0006d8fd0) Reply frame received for 5\nI0717 00:30:13.641634 2850 log.go:181] (0xc0006d8fd0) Data frame received for 3\nI0717 00:30:13.641678 2850 log.go:181] (0xc00096c8c0) (3) Data frame handling\nI0717 00:30:13.641755 2850 log.go:181] (0xc0006d8fd0) Data frame received for 5\nI0717 00:30:13.641805 2850 log.go:181] (0xc00096d900) (5) Data frame handling\nI0717 00:30:13.641838 2850 log.go:181] (0xc00096d900) (5) Data frame sent\nI0717 00:30:13.641854 2850 log.go:181] (0xc0006d8fd0) Data frame received for 5\nI0717 00:30:13.641865 2850 log.go:181] (0xc00096d900) (5) Data frame handling\n+ nc -zv -t -w 2 affinity-clusterip-timeout 80\nConnection to affinity-clusterip-timeout 80 port [tcp/http] succeeded!\nI0717 00:30:13.643420 2850 log.go:181] (0xc0006d8fd0) Data frame received for 1\nI0717 00:30:13.643442 2850 log.go:181] (0xc000b77900) (1) Data frame handling\nI0717 00:30:13.643461 2850 log.go:181] (0xc000b77900) (1) Data frame sent\nI0717 00:30:13.643477 2850 log.go:181] (0xc0006d8fd0) (0xc000b77900) Stream removed, broadcasting: 1\nI0717 00:30:13.643606 2850 log.go:181] (0xc0006d8fd0) Go away received\nI0717 00:30:13.643935 2850 log.go:181] (0xc0006d8fd0) (0xc000b77900) Stream removed, broadcasting: 1\nI0717 00:30:13.643961 2850 log.go:181] (0xc0006d8fd0) (0xc00096c8c0) Stream removed, broadcasting: 3\nI0717 00:30:13.643972 2850 log.go:181] (0xc0006d8fd0) (0xc00096d900) Stream removed, broadcasting: 5\n" Jul 17 00:30:13.649: INFO: stdout: "" Jul 17 00:30:13.649: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-1700 execpod-affinitysndd4 -- /bin/sh -x -c nc -zv -t -w 2 10.101.103.223 80' Jul 17 00:30:13.863: INFO: stderr: "I0717 00:30:13.794653 2868 log.go:181] (0xc000920000) (0xc000897a40) Create stream\nI0717 00:30:13.794720 2868 log.go:181] (0xc000920000) (0xc000897a40) Stream added, broadcasting: 1\nI0717 00:30:13.797985 2868 log.go:181] (0xc000920000) Reply frame received for 1\nI0717 00:30:13.798035 2868 log.go:181] (0xc000920000) (0xc0007321e0) Create stream\nI0717 00:30:13.798062 2868 log.go:181] (0xc000920000) (0xc0007321e0) Stream added, broadcasting: 3\nI0717 00:30:13.799289 2868 log.go:181] (0xc000920000) Reply frame received for 3\nI0717 00:30:13.799358 2868 log.go:181] (0xc000920000) (0xc00072c320) Create stream\nI0717 00:30:13.799380 2868 log.go:181] (0xc000920000) (0xc00072c320) Stream added, broadcasting: 5\nI0717 00:30:13.800354 2868 log.go:181] (0xc000920000) Reply frame received for 5\nI0717 00:30:13.855699 2868 log.go:181] (0xc000920000) Data frame received for 3\nI0717 00:30:13.855720 2868 log.go:181] (0xc0007321e0) (3) Data frame handling\nI0717 00:30:13.855799 2868 log.go:181] (0xc000920000) Data frame received for 5\nI0717 00:30:13.855851 2868 log.go:181] (0xc00072c320) (5) Data frame handling\nI0717 00:30:13.855890 2868 log.go:181] (0xc00072c320) (5) Data frame sent\nI0717 00:30:13.855922 2868 log.go:181] (0xc000920000) Data frame received for 5\nI0717 00:30:13.855945 2868 log.go:181] (0xc00072c320) (5) Data frame handling\n+ nc -zv -t -w 2 10.101.103.223 80\nConnection to 10.101.103.223 80 port [tcp/http] succeeded!\nI0717 00:30:13.857566 2868 log.go:181] (0xc000920000) Data frame received for 1\nI0717 00:30:13.857605 2868 log.go:181] (0xc000897a40) (1) Data frame handling\nI0717 00:30:13.857645 2868 log.go:181] (0xc000897a40) (1) Data frame sent\nI0717 00:30:13.857674 2868 log.go:181] (0xc000920000) (0xc000897a40) Stream removed, broadcasting: 1\nI0717 00:30:13.857787 2868 log.go:181] (0xc000920000) Go away received\nI0717 00:30:13.858260 2868 log.go:181] (0xc000920000) (0xc000897a40) Stream removed, broadcasting: 1\nI0717 00:30:13.858287 2868 log.go:181] (0xc000920000) (0xc0007321e0) Stream removed, broadcasting: 3\nI0717 00:30:13.858302 2868 log.go:181] (0xc000920000) (0xc00072c320) Stream removed, broadcasting: 5\n" Jul 17 00:30:13.863: INFO: stdout: "" Jul 17 00:30:13.863: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-1700 execpod-affinitysndd4 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.101.103.223:80/ ; done' Jul 17 00:30:14.186: INFO: stderr: "I0717 00:30:14.002175 2886 log.go:181] (0xc000e26fd0) (0xc000c3fae0) Create stream\nI0717 00:30:14.002228 2886 log.go:181] (0xc000e26fd0) (0xc000c3fae0) Stream added, broadcasting: 1\nI0717 00:30:14.006819 2886 log.go:181] (0xc000e26fd0) Reply frame received for 1\nI0717 00:30:14.006865 2886 log.go:181] (0xc000e26fd0) (0xc000838aa0) Create stream\nI0717 00:30:14.006881 2886 log.go:181] (0xc000e26fd0) (0xc000838aa0) Stream added, broadcasting: 3\nI0717 00:30:14.007859 2886 log.go:181] (0xc000e26fd0) Reply frame received for 3\nI0717 00:30:14.007909 2886 log.go:181] (0xc000e26fd0) (0xc000839d60) Create stream\nI0717 00:30:14.007923 2886 log.go:181] (0xc000e26fd0) (0xc000839d60) Stream added, broadcasting: 5\nI0717 00:30:14.008849 2886 log.go:181] (0xc000e26fd0) Reply frame received for 5\nI0717 00:30:14.081781 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.081820 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.081831 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.081853 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.081860 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.081866 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.086320 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.086341 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.086352 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.086920 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.086941 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.086966 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.086981 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.086996 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.087010 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.091182 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.091193 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.091205 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.091913 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.091928 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.091947 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.092005 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.092024 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.092034 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.097482 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.097497 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.097510 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.098318 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.098337 2886 log.go:181] (0xc000839d60) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.098360 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.098391 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.098412 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.098441 2886 log.go:181] (0xc000839d60) (5) Data frame sent\nI0717 00:30:14.102948 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.102970 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.102989 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.103659 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.103689 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.103707 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.103730 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.103742 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.103761 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.108638 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.108660 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.108678 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.109604 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.109635 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.109648 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.109668 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.109678 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.109688 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.114622 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.114655 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.114689 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.115394 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.115416 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.115428 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.115440 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.115449 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.115467 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.122076 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.122093 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.122103 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.123127 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.123159 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.123185 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.123207 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.123223 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.123241 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.128093 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.128114 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.128125 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.129290 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.129316 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.129332 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.129352 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.129363 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.129374 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.135629 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.135657 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.135675 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.136301 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.136333 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.136375 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.136395 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.136432 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.136456 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.142054 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.142080 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.142093 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.142772 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.142782 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.142787 2886 log.go:181] (0xc000839d60) (5) Data frame sent\nI0717 00:30:14.142792 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.142796 2886 log.go:181] (0xc000839d60) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.142806 2886 log.go:181] (0xc000839d60) (5) Data frame sent\nI0717 00:30:14.142959 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.142970 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.142976 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.146781 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.146801 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.146821 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.147569 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.147580 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.147585 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.147609 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.147628 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.147649 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.152646 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.152673 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.152695 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.153558 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.153569 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.153585 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.153621 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.153637 2886 log.go:181] (0xc000839d60) (5) Data frame sent\nI0717 00:30:14.153647 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.153656 2886 log.go:181] (0xc000839d60) (5) Data frame handling\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.153682 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.153695 2886 log.go:181] (0xc000839d60) (5) Data frame sent\nI0717 00:30:14.159992 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.160008 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.160017 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.161151 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.161177 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.161189 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.161208 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.161217 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.161227 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.167311 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.167342 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.167373 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.168431 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.168462 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.168479 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.168498 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.168509 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.168519 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.173686 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.173707 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.173718 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.174443 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.174470 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.174500 2886 log.go:181] (0xc000839d60) (5) Data frame sent\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.174592 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.174621 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.174649 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.178800 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.178821 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.178838 2886 log.go:181] (0xc000838aa0) (3) Data frame sent\nI0717 00:30:14.179962 2886 log.go:181] (0xc000e26fd0) Data frame received for 5\nI0717 00:30:14.179999 2886 log.go:181] (0xc000839d60) (5) Data frame handling\nI0717 00:30:14.180027 2886 log.go:181] (0xc000e26fd0) Data frame received for 3\nI0717 00:30:14.180056 2886 log.go:181] (0xc000838aa0) (3) Data frame handling\nI0717 00:30:14.181998 2886 log.go:181] (0xc000e26fd0) Data frame received for 1\nI0717 00:30:14.182065 2886 log.go:181] (0xc000c3fae0) (1) Data frame handling\nI0717 00:30:14.182102 2886 log.go:181] (0xc000c3fae0) (1) Data frame sent\nI0717 00:30:14.182136 2886 log.go:181] (0xc000e26fd0) (0xc000c3fae0) Stream removed, broadcasting: 1\nI0717 00:30:14.182170 2886 log.go:181] (0xc000e26fd0) Go away received\nI0717 00:30:14.182456 2886 log.go:181] (0xc000e26fd0) (0xc000c3fae0) Stream removed, broadcasting: 1\nI0717 00:30:14.182473 2886 log.go:181] (0xc000e26fd0) (0xc000838aa0) Stream removed, broadcasting: 3\nI0717 00:30:14.182480 2886 log.go:181] (0xc000e26fd0) (0xc000839d60) Stream removed, broadcasting: 5\n" Jul 17 00:30:14.187: INFO: stdout: "\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d\naffinity-clusterip-timeout-5q47d" Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Received response from host: affinity-clusterip-timeout-5q47d Jul 17 00:30:14.187: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-1700 execpod-affinitysndd4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.101.103.223:80/' Jul 17 00:30:14.409: INFO: stderr: "I0717 00:30:14.317042 2904 log.go:181] (0xc000daef20) (0xc000b595e0) Create stream\nI0717 00:30:14.317092 2904 log.go:181] (0xc000daef20) (0xc000b595e0) Stream added, broadcasting: 1\nI0717 00:30:14.322487 2904 log.go:181] (0xc000daef20) Reply frame received for 1\nI0717 00:30:14.322547 2904 log.go:181] (0xc000daef20) (0xc000b45220) Create stream\nI0717 00:30:14.322566 2904 log.go:181] (0xc000daef20) (0xc000b45220) Stream added, broadcasting: 3\nI0717 00:30:14.323777 2904 log.go:181] (0xc000daef20) Reply frame received for 3\nI0717 00:30:14.323830 2904 log.go:181] (0xc000daef20) (0xc000b3e500) Create stream\nI0717 00:30:14.323848 2904 log.go:181] (0xc000daef20) (0xc000b3e500) Stream added, broadcasting: 5\nI0717 00:30:14.324812 2904 log.go:181] (0xc000daef20) Reply frame received for 5\nI0717 00:30:14.396461 2904 log.go:181] (0xc000daef20) Data frame received for 5\nI0717 00:30:14.396493 2904 log.go:181] (0xc000b3e500) (5) Data frame handling\nI0717 00:30:14.396512 2904 log.go:181] (0xc000b3e500) (5) Data frame sent\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:14.402671 2904 log.go:181] (0xc000daef20) Data frame received for 3\nI0717 00:30:14.402697 2904 log.go:181] (0xc000b45220) (3) Data frame handling\nI0717 00:30:14.402716 2904 log.go:181] (0xc000b45220) (3) Data frame sent\nI0717 00:30:14.403524 2904 log.go:181] (0xc000daef20) Data frame received for 3\nI0717 00:30:14.403560 2904 log.go:181] (0xc000b45220) (3) Data frame handling\nI0717 00:30:14.403660 2904 log.go:181] (0xc000daef20) Data frame received for 5\nI0717 00:30:14.403696 2904 log.go:181] (0xc000b3e500) (5) Data frame handling\nI0717 00:30:14.405507 2904 log.go:181] (0xc000daef20) Data frame received for 1\nI0717 00:30:14.405526 2904 log.go:181] (0xc000b595e0) (1) Data frame handling\nI0717 00:30:14.405537 2904 log.go:181] (0xc000b595e0) (1) Data frame sent\nI0717 00:30:14.405547 2904 log.go:181] (0xc000daef20) (0xc000b595e0) Stream removed, broadcasting: 1\nI0717 00:30:14.405559 2904 log.go:181] (0xc000daef20) Go away received\nI0717 00:30:14.405841 2904 log.go:181] (0xc000daef20) (0xc000b595e0) Stream removed, broadcasting: 1\nI0717 00:30:14.405855 2904 log.go:181] (0xc000daef20) (0xc000b45220) Stream removed, broadcasting: 3\nI0717 00:30:14.405860 2904 log.go:181] (0xc000daef20) (0xc000b3e500) Stream removed, broadcasting: 5\n" Jul 17 00:30:14.409: INFO: stdout: "affinity-clusterip-timeout-5q47d" Jul 17 00:30:29.410: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=services-1700 execpod-affinitysndd4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.101.103.223:80/' Jul 17 00:30:29.650: INFO: stderr: "I0717 00:30:29.551202 2922 log.go:181] (0xc0008b74a0) (0xc000c61680) Create stream\nI0717 00:30:29.551270 2922 log.go:181] (0xc0008b74a0) (0xc000c61680) Stream added, broadcasting: 1\nI0717 00:30:29.555462 2922 log.go:181] (0xc0008b74a0) Reply frame received for 1\nI0717 00:30:29.555499 2922 log.go:181] (0xc0008b74a0) (0xc0006b2b40) Create stream\nI0717 00:30:29.555508 2922 log.go:181] (0xc0008b74a0) (0xc0006b2b40) Stream added, broadcasting: 3\nI0717 00:30:29.556286 2922 log.go:181] (0xc0008b74a0) Reply frame received for 3\nI0717 00:30:29.556320 2922 log.go:181] (0xc0008b74a0) (0xc0006b3900) Create stream\nI0717 00:30:29.556331 2922 log.go:181] (0xc0008b74a0) (0xc0006b3900) Stream added, broadcasting: 5\nI0717 00:30:29.557275 2922 log.go:181] (0xc0008b74a0) Reply frame received for 5\nI0717 00:30:29.637469 2922 log.go:181] (0xc0008b74a0) Data frame received for 5\nI0717 00:30:29.637506 2922 log.go:181] (0xc0006b3900) (5) Data frame handling\nI0717 00:30:29.637525 2922 log.go:181] (0xc0006b3900) (5) Data frame sent\n+ curl -q -s --connect-timeout 2 http://10.101.103.223:80/\nI0717 00:30:29.643515 2922 log.go:181] (0xc0008b74a0) Data frame received for 3\nI0717 00:30:29.643537 2922 log.go:181] (0xc0006b2b40) (3) Data frame handling\nI0717 00:30:29.643552 2922 log.go:181] (0xc0006b2b40) (3) Data frame sent\nI0717 00:30:29.644148 2922 log.go:181] (0xc0008b74a0) Data frame received for 3\nI0717 00:30:29.644163 2922 log.go:181] (0xc0006b2b40) (3) Data frame handling\nI0717 00:30:29.644183 2922 log.go:181] (0xc0008b74a0) Data frame received for 5\nI0717 00:30:29.644207 2922 log.go:181] (0xc0006b3900) (5) Data frame handling\nI0717 00:30:29.645674 2922 log.go:181] (0xc0008b74a0) Data frame received for 1\nI0717 00:30:29.645691 2922 log.go:181] (0xc000c61680) (1) Data frame handling\nI0717 00:30:29.645703 2922 log.go:181] (0xc000c61680) (1) Data frame sent\nI0717 00:30:29.645718 2922 log.go:181] (0xc0008b74a0) (0xc000c61680) Stream removed, broadcasting: 1\nI0717 00:30:29.645870 2922 log.go:181] (0xc0008b74a0) Go away received\nI0717 00:30:29.646066 2922 log.go:181] (0xc0008b74a0) (0xc000c61680) Stream removed, broadcasting: 1\nI0717 00:30:29.646079 2922 log.go:181] (0xc0008b74a0) (0xc0006b2b40) Stream removed, broadcasting: 3\nI0717 00:30:29.646085 2922 log.go:181] (0xc0008b74a0) (0xc0006b3900) Stream removed, broadcasting: 5\n" Jul 17 00:30:29.650: INFO: stdout: "affinity-clusterip-timeout-hbkzl" Jul 17 00:30:29.650: INFO: Cleaning up the exec pod STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-1700, will wait for the garbage collector to delete the pods Jul 17 00:30:29.760: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 6.713833ms Jul 17 00:30:30.161: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 400.223927ms [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:30:39.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "services-1700" for this suite. [AfterEach] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/service.go:735 • [SLOW TEST:48.749 seconds] [sig-network] Services /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance]","total":294,"completed":235,"skipped":3871,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:30:39.326: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-upd-064f55c5-99fb-4808-bc4f-19b86bdf9ecd STEP: Creating the pod STEP: Waiting for pod with text data STEP: Waiting for pod with binary data [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:30:45.505: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-6788" for this suite. • [SLOW TEST:6.186 seconds] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:36 binary data should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":236,"skipped":3881,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:30:45.512: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:30:45.927: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:30:47.939: 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:63730542645, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542645, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542646, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542645, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:30:49.942: 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:63730542645, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542645, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542646, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542645, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:30:52.968: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should honor timeout [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:31:05.159: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-9132" for this suite. STEP: Destroying namespace "webhook-9132-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:19.708 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should honor timeout [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]","total":294,"completed":237,"skipped":3881,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSS ------------------------------ [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:31:05.221: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test emptydir 0644 on node default medium Jul 17 00:31:05.317: INFO: Waiting up to 5m0s for pod "pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3" in namespace "emptydir-8560" to be "Succeeded or Failed" Jul 17 00:31:05.333: INFO: Pod "pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3": Phase="Pending", Reason="", readiness=false. Elapsed: 15.38717ms Jul 17 00:31:07.337: INFO: Pod "pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019666151s Jul 17 00:31:09.341: INFO: Pod "pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.023478445s STEP: Saw pod success Jul 17 00:31:09.341: INFO: Pod "pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3" satisfied condition "Succeeded or Failed" Jul 17 00:31:09.342: INFO: Trying to get logs from node latest-worker2 pod pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3 container test-container: STEP: delete the pod Jul 17 00:31:09.404: INFO: Waiting for pod pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3 to disappear Jul 17 00:31:09.417: INFO: Pod pod-6c2f79f8-a671-427c-ad41-ebfcf858cec3 no longer exists [AfterEach] [sig-storage] EmptyDir volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:31:09.417: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "emptydir-8560" for this suite. •{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":238,"skipped":3886,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:31:09.426: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:31:10.149: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:31:12.170: 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:63730542670, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542670, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542670, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542670, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:31:14.174: 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:63730542670, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542670, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542670, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542670, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:31:17.272: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] listing validating webhooks should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:31:17.785: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-9452" for this suite. STEP: Destroying namespace "webhook-9452-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.477 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 listing validating webhooks should work [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]","total":294,"completed":239,"skipped":3915,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSS ------------------------------ [k8s.io] [sig-node] Events should be sent by kubelets and the scheduler about pods scheduling and running [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] [sig-node] Events /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:31:17.903: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod STEP: submitting the pod to kubernetes STEP: verifying the pod is in kubernetes STEP: retrieving the pod Jul 17 00:31:24.228: INFO: &Pod{ObjectMeta:{send-events-511c48c5-146d-4a55-9022-50509606affa events-9201 /api/v1/namespaces/events-9201/pods/send-events-511c48c5-146d-4a55-9022-50509606affa ec8dcb55-0032-4cce-ae5b-305b5ae56426 1766234 0 2020-07-17 00:31:18 +0000 UTC map[name:foo time:14791834] map[] [] [] [{e2e.test Update v1 2020-07-17 00:31:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:time":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"p\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":80,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}} {kubelet Update v1 2020-07-17 00:31:23 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.244.2.82\"}":{".":{},"f:ip":{}}},"f:startTime":{}}}}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-bjdg5,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-bjdg5,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:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,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-bjdg5,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:latest-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile: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{},SetHostnameAsFQDN:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:31:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:31:23 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:31:23 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2020-07-17 00:31:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.14,PodIP:10.244.2.82,StartTime:2020-07-17 00:31:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:p,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2020-07-17 00:31:21 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20,ImageID:us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0,ContainerID:containerd://ae5b0b2a9e1a867cca9557764ed8ce3025ce0ec06f4f96b20ee68ea210ca65fe,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.82,},},EphemeralContainerStatuses:[]ContainerStatus{},},} STEP: checking for scheduler event about the pod Jul 17 00:31:26.233: INFO: Saw scheduler event for our pod. STEP: checking for kubelet event about the pod Jul 17 00:31:28.237: INFO: Saw kubelet event for our pod. STEP: deleting the pod [AfterEach] [k8s.io] [sig-node] Events /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:31:28.243: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "events-9201" for this suite. • [SLOW TEST:10.372 seconds] [k8s.io] [sig-node] Events /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should be sent by kubelets and the scheduler about pods scheduling and running [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] [sig-node] Events should be sent by kubelets and the scheduler about pods scheduling and running [Conformance]","total":294,"completed":240,"skipped":3922,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} [sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] LimitRange /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:31:28.275: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename limitrange STEP: Waiting for a default service account to be provisioned in namespace [It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a LimitRange STEP: Setting up watch STEP: Submitting a LimitRange Jul 17 00:31:28.359: INFO: observed the limitRanges list STEP: Verifying LimitRange creation was observed STEP: Fetching the LimitRange to ensure it has proper values Jul 17 00:31:28.379: INFO: Verifying requests: expected map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] with actual map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] Jul 17 00:31:28.379: INFO: Verifying limits: expected map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] STEP: Creating a Pod with no resource requirements STEP: Ensuring Pod has resource requirements applied from LimitRange Jul 17 00:31:28.399: INFO: Verifying requests: expected map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] with actual map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] Jul 17 00:31:28.399: INFO: Verifying limits: expected map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] STEP: Creating a Pod with partial resource requirements STEP: Ensuring Pod has merged resource requirements applied from LimitRange Jul 17 00:31:28.456: INFO: Verifying requests: expected map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{161061273600 0} {} 150Gi BinarySI} memory:{{157286400 0} {} 150Mi BinarySI}] with actual map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{161061273600 0} {} 150Gi BinarySI} memory:{{157286400 0} {} 150Mi BinarySI}] Jul 17 00:31:28.456: INFO: Verifying limits: expected map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] STEP: Failing to create a Pod with less than min resources STEP: Failing to create a Pod with more than max resources STEP: Updating a LimitRange STEP: Verifying LimitRange updating is effective STEP: Creating a Pod with less than former min resources STEP: Failing to create a Pod with more than max resources STEP: Deleting a LimitRange STEP: Verifying the LimitRange was deleted Jul 17 00:31:35.970: INFO: limitRange is already deleted STEP: Creating a Pod with more than former max resources [AfterEach] [sig-scheduling] LimitRange /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:31:35.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "limitrange-2451" for this suite. • [SLOW TEST:7.762 seconds] [sig-scheduling] LimitRange /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance]","total":294,"completed":241,"skipped":3922,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [k8s.io] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:31:36.037: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:54 [It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod liveness-28893666-9b80-4426-98a9-ada3e48c4aed in namespace container-probe-6302 Jul 17 00:31:42.224: INFO: Started pod liveness-28893666-9b80-4426-98a9-ada3e48c4aed in namespace container-probe-6302 STEP: checking the pod's current state and verifying that restartCount is present Jul 17 00:31:42.227: INFO: Initial restart count of pod liveness-28893666-9b80-4426-98a9-ada3e48c4aed is 0 Jul 17 00:32:04.438: INFO: Restart count of pod container-probe-6302/liveness-28893666-9b80-4426-98a9-ada3e48c4aed is now 1 (22.210624297s elapsed) STEP: deleting the pod [AfterEach] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:32:04.464: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-probe-6302" for this suite. • [SLOW TEST:28.469 seconds] [k8s.io] Probing container /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","total":294,"completed":242,"skipped":3924,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:32:04.507: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:32:05.393: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:32:07.403: 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:63730542725, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542725, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542725, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542725, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:32:09.407: 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:63730542725, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542725, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542725, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730542725, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:32:12.493: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should unconditionally reject operations on fail closed webhook [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:32:12.596: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-6830" for this suite. STEP: Destroying namespace "webhook-6830-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.232 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should unconditionally reject operations on fail closed webhook [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]","total":294,"completed":243,"skipped":3940,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:32:12.739: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:32:12.800: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9085 /api/v1/namespaces/watch-9085/configmaps/e2e-watch-test-watch-closed 165bb4b6-cc3d-4443-8e12-86daf53965c5 1766547 0 2020-07-17 00:32:12 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2020-07-17 00:32:12 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:32:12.800: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9085 /api/v1/namespaces/watch-9085/configmaps/e2e-watch-test-watch-closed 165bb4b6-cc3d-4443-8e12-86daf53965c5 1766548 0 2020-07-17 00:32:12 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2020-07-17 00:32:12 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} 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 Jul 17 00:32:12.853: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9085 /api/v1/namespaces/watch-9085/configmaps/e2e-watch-test-watch-closed 165bb4b6-cc3d-4443-8e12-86daf53965c5 1766549 0 2020-07-17 00:32:12 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2020-07-17 00:32:12 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} Jul 17 00:32:12.854: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9085 /api/v1/namespaces/watch-9085/configmaps/e2e-watch-test-watch-closed 165bb4b6-cc3d-4443-8e12-86daf53965c5 1766550 0 2020-07-17 00:32:12 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2020-07-17 00:32:12 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}}}]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} [AfterEach] [sig-api-machinery] Watchers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:32:12.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "watch-9085" 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":294,"completed":244,"skipped":3982,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [k8s.io] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] KubeletManagedEtcHosts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:32:12.867: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 Jul 17 00:32:22.971: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:22.971: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.002211 7 log.go:181] (0xc0054e6580) (0xc0024c2000) Create stream I0717 00:32:23.002233 7 log.go:181] (0xc0054e6580) (0xc0024c2000) Stream added, broadcasting: 1 I0717 00:32:23.003841 7 log.go:181] (0xc0054e6580) Reply frame received for 1 I0717 00:32:23.003875 7 log.go:181] (0xc0054e6580) (0xc0011c2460) Create stream I0717 00:32:23.003905 7 log.go:181] (0xc0054e6580) (0xc0011c2460) Stream added, broadcasting: 3 I0717 00:32:23.004813 7 log.go:181] (0xc0054e6580) Reply frame received for 3 I0717 00:32:23.004861 7 log.go:181] (0xc0054e6580) (0xc0023cfae0) Create stream I0717 00:32:23.004883 7 log.go:181] (0xc0054e6580) (0xc0023cfae0) Stream added, broadcasting: 5 I0717 00:32:23.005968 7 log.go:181] (0xc0054e6580) Reply frame received for 5 I0717 00:32:23.078152 7 log.go:181] (0xc0054e6580) Data frame received for 5 I0717 00:32:23.078207 7 log.go:181] (0xc0023cfae0) (5) Data frame handling I0717 00:32:23.078267 7 log.go:181] (0xc0054e6580) Data frame received for 3 I0717 00:32:23.078307 7 log.go:181] (0xc0011c2460) (3) Data frame handling I0717 00:32:23.078347 7 log.go:181] (0xc0011c2460) (3) Data frame sent I0717 00:32:23.078371 7 log.go:181] (0xc0054e6580) Data frame received for 3 I0717 00:32:23.078391 7 log.go:181] (0xc0011c2460) (3) Data frame handling I0717 00:32:23.080250 7 log.go:181] (0xc0054e6580) Data frame received for 1 I0717 00:32:23.080332 7 log.go:181] (0xc0024c2000) (1) Data frame handling I0717 00:32:23.080392 7 log.go:181] (0xc0024c2000) (1) Data frame sent I0717 00:32:23.080416 7 log.go:181] (0xc0054e6580) (0xc0024c2000) Stream removed, broadcasting: 1 I0717 00:32:23.080434 7 log.go:181] (0xc0054e6580) Go away received I0717 00:32:23.080556 7 log.go:181] (0xc0054e6580) (0xc0024c2000) Stream removed, broadcasting: 1 I0717 00:32:23.080578 7 log.go:181] (0xc0054e6580) (0xc0011c2460) Stream removed, broadcasting: 3 I0717 00:32:23.080588 7 log.go:181] (0xc0054e6580) (0xc0023cfae0) Stream removed, broadcasting: 5 Jul 17 00:32:23.080: INFO: Exec stderr: "" Jul 17 00:32:23.080: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.080: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.107679 7 log.go:181] (0xc005d1a840) (0xc001ab0fa0) Create stream I0717 00:32:23.107706 7 log.go:181] (0xc005d1a840) (0xc001ab0fa0) Stream added, broadcasting: 1 I0717 00:32:23.109417 7 log.go:181] (0xc005d1a840) Reply frame received for 1 I0717 00:32:23.109453 7 log.go:181] (0xc005d1a840) (0xc0024c2460) Create stream I0717 00:32:23.109464 7 log.go:181] (0xc005d1a840) (0xc0024c2460) Stream added, broadcasting: 3 I0717 00:32:23.110339 7 log.go:181] (0xc005d1a840) Reply frame received for 3 I0717 00:32:23.110386 7 log.go:181] (0xc005d1a840) (0xc0024c2500) Create stream I0717 00:32:23.110404 7 log.go:181] (0xc005d1a840) (0xc0024c2500) Stream added, broadcasting: 5 I0717 00:32:23.111374 7 log.go:181] (0xc005d1a840) Reply frame received for 5 I0717 00:32:23.163509 7 log.go:181] (0xc005d1a840) Data frame received for 3 I0717 00:32:23.163548 7 log.go:181] (0xc0024c2460) (3) Data frame handling I0717 00:32:23.163572 7 log.go:181] (0xc0024c2460) (3) Data frame sent I0717 00:32:23.163590 7 log.go:181] (0xc005d1a840) Data frame received for 3 I0717 00:32:23.163601 7 log.go:181] (0xc0024c2460) (3) Data frame handling I0717 00:32:23.163696 7 log.go:181] (0xc005d1a840) Data frame received for 5 I0717 00:32:23.163731 7 log.go:181] (0xc0024c2500) (5) Data frame handling I0717 00:32:23.165533 7 log.go:181] (0xc005d1a840) Data frame received for 1 I0717 00:32:23.165557 7 log.go:181] (0xc001ab0fa0) (1) Data frame handling I0717 00:32:23.165570 7 log.go:181] (0xc001ab0fa0) (1) Data frame sent I0717 00:32:23.165589 7 log.go:181] (0xc005d1a840) (0xc001ab0fa0) Stream removed, broadcasting: 1 I0717 00:32:23.165609 7 log.go:181] (0xc005d1a840) Go away received I0717 00:32:23.165750 7 log.go:181] (0xc005d1a840) (0xc001ab0fa0) Stream removed, broadcasting: 1 I0717 00:32:23.165797 7 log.go:181] (0xc005d1a840) (0xc0024c2460) Stream removed, broadcasting: 3 I0717 00:32:23.165818 7 log.go:181] (0xc005d1a840) (0xc0024c2500) Stream removed, broadcasting: 5 Jul 17 00:32:23.165: INFO: Exec stderr: "" Jul 17 00:32:23.165: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.165: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.195841 7 log.go:181] (0xc0054e6c60) (0xc0024c2780) Create stream I0717 00:32:23.195876 7 log.go:181] (0xc0054e6c60) (0xc0024c2780) Stream added, broadcasting: 1 I0717 00:32:23.198187 7 log.go:181] (0xc0054e6c60) Reply frame received for 1 I0717 00:32:23.198227 7 log.go:181] (0xc0054e6c60) (0xc0011c2820) Create stream I0717 00:32:23.198243 7 log.go:181] (0xc0054e6c60) (0xc0011c2820) Stream added, broadcasting: 3 I0717 00:32:23.199005 7 log.go:181] (0xc0054e6c60) Reply frame received for 3 I0717 00:32:23.199033 7 log.go:181] (0xc0054e6c60) (0xc0024c2820) Create stream I0717 00:32:23.199044 7 log.go:181] (0xc0054e6c60) (0xc0024c2820) Stream added, broadcasting: 5 I0717 00:32:23.199791 7 log.go:181] (0xc0054e6c60) Reply frame received for 5 I0717 00:32:23.264438 7 log.go:181] (0xc0054e6c60) Data frame received for 5 I0717 00:32:23.264475 7 log.go:181] (0xc0024c2820) (5) Data frame handling I0717 00:32:23.264507 7 log.go:181] (0xc0054e6c60) Data frame received for 3 I0717 00:32:23.264524 7 log.go:181] (0xc0011c2820) (3) Data frame handling I0717 00:32:23.264538 7 log.go:181] (0xc0011c2820) (3) Data frame sent I0717 00:32:23.264549 7 log.go:181] (0xc0054e6c60) Data frame received for 3 I0717 00:32:23.264561 7 log.go:181] (0xc0011c2820) (3) Data frame handling I0717 00:32:23.266117 7 log.go:181] (0xc0054e6c60) Data frame received for 1 I0717 00:32:23.266157 7 log.go:181] (0xc0024c2780) (1) Data frame handling I0717 00:32:23.266173 7 log.go:181] (0xc0024c2780) (1) Data frame sent I0717 00:32:23.266222 7 log.go:181] (0xc0054e6c60) (0xc0024c2780) Stream removed, broadcasting: 1 I0717 00:32:23.266256 7 log.go:181] (0xc0054e6c60) Go away received I0717 00:32:23.266369 7 log.go:181] (0xc0054e6c60) (0xc0024c2780) Stream removed, broadcasting: 1 I0717 00:32:23.266390 7 log.go:181] (0xc0054e6c60) (0xc0011c2820) Stream removed, broadcasting: 3 I0717 00:32:23.266401 7 log.go:181] (0xc0054e6c60) (0xc0024c2820) Stream removed, broadcasting: 5 Jul 17 00:32:23.266: INFO: Exec stderr: "" Jul 17 00:32:23.266: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.266: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.301325 7 log.go:181] (0xc0026f1810) (0xc00180aa00) Create stream I0717 00:32:23.301348 7 log.go:181] (0xc0026f1810) (0xc00180aa00) Stream added, broadcasting: 1 I0717 00:32:23.303259 7 log.go:181] (0xc0026f1810) Reply frame received for 1 I0717 00:32:23.303297 7 log.go:181] (0xc0026f1810) (0xc00180ac80) Create stream I0717 00:32:23.303309 7 log.go:181] (0xc0026f1810) (0xc00180ac80) Stream added, broadcasting: 3 I0717 00:32:23.304429 7 log.go:181] (0xc0026f1810) Reply frame received for 3 I0717 00:32:23.304469 7 log.go:181] (0xc0026f1810) (0xc0030c2e60) Create stream I0717 00:32:23.304484 7 log.go:181] (0xc0026f1810) (0xc0030c2e60) Stream added, broadcasting: 5 I0717 00:32:23.305594 7 log.go:181] (0xc0026f1810) Reply frame received for 5 I0717 00:32:23.368655 7 log.go:181] (0xc0026f1810) Data frame received for 3 I0717 00:32:23.368684 7 log.go:181] (0xc00180ac80) (3) Data frame handling I0717 00:32:23.368693 7 log.go:181] (0xc00180ac80) (3) Data frame sent I0717 00:32:23.368714 7 log.go:181] (0xc0026f1810) Data frame received for 5 I0717 00:32:23.368843 7 log.go:181] (0xc0030c2e60) (5) Data frame handling I0717 00:32:23.368867 7 log.go:181] (0xc0026f1810) Data frame received for 3 I0717 00:32:23.368878 7 log.go:181] (0xc00180ac80) (3) Data frame handling I0717 00:32:23.370929 7 log.go:181] (0xc0026f1810) Data frame received for 1 I0717 00:32:23.370962 7 log.go:181] (0xc00180aa00) (1) Data frame handling I0717 00:32:23.370999 7 log.go:181] (0xc00180aa00) (1) Data frame sent I0717 00:32:23.371057 7 log.go:181] (0xc0026f1810) (0xc00180aa00) Stream removed, broadcasting: 1 I0717 00:32:23.371103 7 log.go:181] (0xc0026f1810) Go away received I0717 00:32:23.371143 7 log.go:181] (0xc0026f1810) (0xc00180aa00) Stream removed, broadcasting: 1 I0717 00:32:23.371168 7 log.go:181] (0xc0026f1810) (0xc00180ac80) Stream removed, broadcasting: 3 I0717 00:32:23.371179 7 log.go:181] (0xc0026f1810) (0xc0030c2e60) Stream removed, broadcasting: 5 Jul 17 00:32:23.371: INFO: Exec stderr: "" STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount Jul 17 00:32:23.371: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.371: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.399261 7 log.go:181] (0xc004580580) (0xc0030c32c0) Create stream I0717 00:32:23.399287 7 log.go:181] (0xc004580580) (0xc0030c32c0) Stream added, broadcasting: 1 I0717 00:32:23.400792 7 log.go:181] (0xc004580580) Reply frame received for 1 I0717 00:32:23.400819 7 log.go:181] (0xc004580580) (0xc001ab1040) Create stream I0717 00:32:23.400825 7 log.go:181] (0xc004580580) (0xc001ab1040) Stream added, broadcasting: 3 I0717 00:32:23.401481 7 log.go:181] (0xc004580580) Reply frame received for 3 I0717 00:32:23.401500 7 log.go:181] (0xc004580580) (0xc0003d2320) Create stream I0717 00:32:23.401508 7 log.go:181] (0xc004580580) (0xc0003d2320) Stream added, broadcasting: 5 I0717 00:32:23.402099 7 log.go:181] (0xc004580580) Reply frame received for 5 I0717 00:32:23.455921 7 log.go:181] (0xc004580580) Data frame received for 3 I0717 00:32:23.455973 7 log.go:181] (0xc001ab1040) (3) Data frame handling I0717 00:32:23.455988 7 log.go:181] (0xc001ab1040) (3) Data frame sent I0717 00:32:23.456001 7 log.go:181] (0xc004580580) Data frame received for 3 I0717 00:32:23.456010 7 log.go:181] (0xc001ab1040) (3) Data frame handling I0717 00:32:23.456035 7 log.go:181] (0xc004580580) Data frame received for 5 I0717 00:32:23.456048 7 log.go:181] (0xc0003d2320) (5) Data frame handling I0717 00:32:23.457255 7 log.go:181] (0xc004580580) Data frame received for 1 I0717 00:32:23.457302 7 log.go:181] (0xc0030c32c0) (1) Data frame handling I0717 00:32:23.457325 7 log.go:181] (0xc0030c32c0) (1) Data frame sent I0717 00:32:23.457385 7 log.go:181] (0xc004580580) (0xc0030c32c0) Stream removed, broadcasting: 1 I0717 00:32:23.457435 7 log.go:181] (0xc004580580) Go away received I0717 00:32:23.457614 7 log.go:181] (0xc004580580) (0xc0030c32c0) Stream removed, broadcasting: 1 I0717 00:32:23.457678 7 log.go:181] (0xc004580580) (0xc001ab1040) Stream removed, broadcasting: 3 I0717 00:32:23.457707 7 log.go:181] (0xc004580580) (0xc0003d2320) Stream removed, broadcasting: 5 Jul 17 00:32:23.457: INFO: Exec stderr: "" Jul 17 00:32:23.457: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.457: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.490206 7 log.go:181] (0xc004580bb0) (0xc0003d2e60) Create stream I0717 00:32:23.490242 7 log.go:181] (0xc004580bb0) (0xc0003d2e60) Stream added, broadcasting: 1 I0717 00:32:23.496156 7 log.go:181] (0xc004580bb0) Reply frame received for 1 I0717 00:32:23.496208 7 log.go:181] (0xc004580bb0) (0xc001ab1220) Create stream I0717 00:32:23.496225 7 log.go:181] (0xc004580bb0) (0xc001ab1220) Stream added, broadcasting: 3 I0717 00:32:23.497349 7 log.go:181] (0xc004580bb0) Reply frame received for 3 I0717 00:32:23.497380 7 log.go:181] (0xc004580bb0) (0xc001ab12c0) Create stream I0717 00:32:23.497391 7 log.go:181] (0xc004580bb0) (0xc001ab12c0) Stream added, broadcasting: 5 I0717 00:32:23.498174 7 log.go:181] (0xc004580bb0) Reply frame received for 5 I0717 00:32:23.554863 7 log.go:181] (0xc004580bb0) Data frame received for 5 I0717 00:32:23.554913 7 log.go:181] (0xc001ab12c0) (5) Data frame handling I0717 00:32:23.554945 7 log.go:181] (0xc004580bb0) Data frame received for 3 I0717 00:32:23.554959 7 log.go:181] (0xc001ab1220) (3) Data frame handling I0717 00:32:23.554981 7 log.go:181] (0xc001ab1220) (3) Data frame sent I0717 00:32:23.555006 7 log.go:181] (0xc004580bb0) Data frame received for 3 I0717 00:32:23.555015 7 log.go:181] (0xc001ab1220) (3) Data frame handling I0717 00:32:23.556434 7 log.go:181] (0xc004580bb0) Data frame received for 1 I0717 00:32:23.556470 7 log.go:181] (0xc0003d2e60) (1) Data frame handling I0717 00:32:23.556517 7 log.go:181] (0xc0003d2e60) (1) Data frame sent I0717 00:32:23.556545 7 log.go:181] (0xc004580bb0) (0xc0003d2e60) Stream removed, broadcasting: 1 I0717 00:32:23.556574 7 log.go:181] (0xc004580bb0) Go away received I0717 00:32:23.556719 7 log.go:181] (0xc004580bb0) (0xc0003d2e60) Stream removed, broadcasting: 1 I0717 00:32:23.556823 7 log.go:181] (0xc004580bb0) (0xc001ab1220) Stream removed, broadcasting: 3 I0717 00:32:23.556836 7 log.go:181] (0xc004580bb0) (0xc001ab12c0) Stream removed, broadcasting: 5 Jul 17 00:32:23.556: INFO: Exec stderr: "" STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true Jul 17 00:32:23.556: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.556: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.591904 7 log.go:181] (0xc0045811e0) (0xc0003d3c20) Create stream I0717 00:32:23.591932 7 log.go:181] (0xc0045811e0) (0xc0003d3c20) Stream added, broadcasting: 1 I0717 00:32:23.595148 7 log.go:181] (0xc0045811e0) Reply frame received for 1 I0717 00:32:23.595238 7 log.go:181] (0xc0045811e0) (0xc000776460) Create stream I0717 00:32:23.595270 7 log.go:181] (0xc0045811e0) (0xc000776460) Stream added, broadcasting: 3 I0717 00:32:23.597463 7 log.go:181] (0xc0045811e0) Reply frame received for 3 I0717 00:32:23.597504 7 log.go:181] (0xc0045811e0) (0xc000776500) Create stream I0717 00:32:23.597525 7 log.go:181] (0xc0045811e0) (0xc000776500) Stream added, broadcasting: 5 I0717 00:32:23.598421 7 log.go:181] (0xc0045811e0) Reply frame received for 5 I0717 00:32:23.661145 7 log.go:181] (0xc0045811e0) Data frame received for 3 I0717 00:32:23.661185 7 log.go:181] (0xc000776460) (3) Data frame handling I0717 00:32:23.661200 7 log.go:181] (0xc000776460) (3) Data frame sent I0717 00:32:23.661215 7 log.go:181] (0xc0045811e0) Data frame received for 3 I0717 00:32:23.661228 7 log.go:181] (0xc000776460) (3) Data frame handling I0717 00:32:23.661254 7 log.go:181] (0xc0045811e0) Data frame received for 5 I0717 00:32:23.661282 7 log.go:181] (0xc000776500) (5) Data frame handling I0717 00:32:23.662754 7 log.go:181] (0xc0045811e0) Data frame received for 1 I0717 00:32:23.662773 7 log.go:181] (0xc0003d3c20) (1) Data frame handling I0717 00:32:23.662789 7 log.go:181] (0xc0003d3c20) (1) Data frame sent I0717 00:32:23.662802 7 log.go:181] (0xc0045811e0) (0xc0003d3c20) Stream removed, broadcasting: 1 I0717 00:32:23.662846 7 log.go:181] (0xc0045811e0) Go away received I0717 00:32:23.662896 7 log.go:181] (0xc0045811e0) (0xc0003d3c20) Stream removed, broadcasting: 1 I0717 00:32:23.662912 7 log.go:181] (0xc0045811e0) (0xc000776460) Stream removed, broadcasting: 3 I0717 00:32:23.662921 7 log.go:181] (0xc0045811e0) (0xc000776500) Stream removed, broadcasting: 5 Jul 17 00:32:23.662: INFO: Exec stderr: "" Jul 17 00:32:23.662: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.662: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.695379 7 log.go:181] (0xc001db0370) (0xc0011c32c0) Create stream I0717 00:32:23.695404 7 log.go:181] (0xc001db0370) (0xc0011c32c0) Stream added, broadcasting: 1 I0717 00:32:23.697814 7 log.go:181] (0xc001db0370) Reply frame received for 1 I0717 00:32:23.697852 7 log.go:181] (0xc001db0370) (0xc00180ad20) Create stream I0717 00:32:23.697865 7 log.go:181] (0xc001db0370) (0xc00180ad20) Stream added, broadcasting: 3 I0717 00:32:23.698602 7 log.go:181] (0xc001db0370) Reply frame received for 3 I0717 00:32:23.698629 7 log.go:181] (0xc001db0370) (0xc0011c3540) Create stream I0717 00:32:23.698636 7 log.go:181] (0xc001db0370) (0xc0011c3540) Stream added, broadcasting: 5 I0717 00:32:23.699570 7 log.go:181] (0xc001db0370) Reply frame received for 5 I0717 00:32:23.754884 7 log.go:181] (0xc001db0370) Data frame received for 3 I0717 00:32:23.754923 7 log.go:181] (0xc00180ad20) (3) Data frame handling I0717 00:32:23.754937 7 log.go:181] (0xc00180ad20) (3) Data frame sent I0717 00:32:23.754946 7 log.go:181] (0xc001db0370) Data frame received for 3 I0717 00:32:23.754959 7 log.go:181] (0xc00180ad20) (3) Data frame handling I0717 00:32:23.755009 7 log.go:181] (0xc001db0370) Data frame received for 5 I0717 00:32:23.755035 7 log.go:181] (0xc0011c3540) (5) Data frame handling I0717 00:32:23.756389 7 log.go:181] (0xc001db0370) Data frame received for 1 I0717 00:32:23.756417 7 log.go:181] (0xc0011c32c0) (1) Data frame handling I0717 00:32:23.756446 7 log.go:181] (0xc0011c32c0) (1) Data frame sent I0717 00:32:23.756473 7 log.go:181] (0xc001db0370) (0xc0011c32c0) Stream removed, broadcasting: 1 I0717 00:32:23.756579 7 log.go:181] (0xc001db0370) Go away received I0717 00:32:23.756650 7 log.go:181] (0xc001db0370) (0xc0011c32c0) Stream removed, broadcasting: 1 I0717 00:32:23.756690 7 log.go:181] (0xc001db0370) (0xc00180ad20) Stream removed, broadcasting: 3 I0717 00:32:23.756709 7 log.go:181] (0xc001db0370) (0xc0011c3540) Stream removed, broadcasting: 5 Jul 17 00:32:23.756: INFO: Exec stderr: "" Jul 17 00:32:23.756: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.756: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.789629 7 log.go:181] (0xc001db0a50) (0xc0011c3d60) Create stream I0717 00:32:23.789660 7 log.go:181] (0xc001db0a50) (0xc0011c3d60) Stream added, broadcasting: 1 I0717 00:32:23.791629 7 log.go:181] (0xc001db0a50) Reply frame received for 1 I0717 00:32:23.791665 7 log.go:181] (0xc001db0a50) (0xc0024c28c0) Create stream I0717 00:32:23.791674 7 log.go:181] (0xc001db0a50) (0xc0024c28c0) Stream added, broadcasting: 3 I0717 00:32:23.792882 7 log.go:181] (0xc001db0a50) Reply frame received for 3 I0717 00:32:23.792949 7 log.go:181] (0xc001db0a50) (0xc00180adc0) Create stream I0717 00:32:23.792971 7 log.go:181] (0xc001db0a50) (0xc00180adc0) Stream added, broadcasting: 5 I0717 00:32:23.793863 7 log.go:181] (0xc001db0a50) Reply frame received for 5 I0717 00:32:23.865496 7 log.go:181] (0xc001db0a50) Data frame received for 5 I0717 00:32:23.865533 7 log.go:181] (0xc00180adc0) (5) Data frame handling I0717 00:32:23.865606 7 log.go:181] (0xc001db0a50) Data frame received for 3 I0717 00:32:23.865667 7 log.go:181] (0xc0024c28c0) (3) Data frame handling I0717 00:32:23.865700 7 log.go:181] (0xc0024c28c0) (3) Data frame sent I0717 00:32:23.865723 7 log.go:181] (0xc001db0a50) Data frame received for 3 I0717 00:32:23.865734 7 log.go:181] (0xc0024c28c0) (3) Data frame handling I0717 00:32:23.867139 7 log.go:181] (0xc001db0a50) Data frame received for 1 I0717 00:32:23.867154 7 log.go:181] (0xc0011c3d60) (1) Data frame handling I0717 00:32:23.867162 7 log.go:181] (0xc0011c3d60) (1) Data frame sent I0717 00:32:23.867260 7 log.go:181] (0xc001db0a50) (0xc0011c3d60) Stream removed, broadcasting: 1 I0717 00:32:23.867323 7 log.go:181] (0xc001db0a50) (0xc0011c3d60) Stream removed, broadcasting: 1 I0717 00:32:23.867341 7 log.go:181] (0xc001db0a50) (0xc0024c28c0) Stream removed, broadcasting: 3 I0717 00:32:23.867444 7 log.go:181] (0xc001db0a50) (0xc00180adc0) Stream removed, broadcasting: 5 Jul 17 00:32:23.867: INFO: Exec stderr: "" I0717 00:32:23.867573 7 log.go:181] (0xc001db0a50) Go away received Jul 17 00:32:23.867: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-2173 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:32:23.867: INFO: >>> kubeConfig: /root/.kube/config I0717 00:32:23.904354 7 log.go:181] (0xc0054e7290) (0xc0024c3040) Create stream I0717 00:32:23.904374 7 log.go:181] (0xc0054e7290) (0xc0024c3040) Stream added, broadcasting: 1 I0717 00:32:23.906740 7 log.go:181] (0xc0054e7290) Reply frame received for 1 I0717 00:32:23.906786 7 log.go:181] (0xc0054e7290) (0xc0011c3ea0) Create stream I0717 00:32:23.906802 7 log.go:181] (0xc0054e7290) (0xc0011c3ea0) Stream added, broadcasting: 3 I0717 00:32:23.907713 7 log.go:181] (0xc0054e7290) Reply frame received for 3 I0717 00:32:23.907755 7 log.go:181] (0xc0054e7290) (0xc001dc6000) Create stream I0717 00:32:23.907773 7 log.go:181] (0xc0054e7290) (0xc001dc6000) Stream added, broadcasting: 5 I0717 00:32:23.908682 7 log.go:181] (0xc0054e7290) Reply frame received for 5 I0717 00:32:23.966486 7 log.go:181] (0xc0054e7290) Data frame received for 5 I0717 00:32:23.966546 7 log.go:181] (0xc001dc6000) (5) Data frame handling I0717 00:32:23.966580 7 log.go:181] (0xc0054e7290) Data frame received for 3 I0717 00:32:23.966600 7 log.go:181] (0xc0011c3ea0) (3) Data frame handling I0717 00:32:23.966647 7 log.go:181] (0xc0011c3ea0) (3) Data frame sent I0717 00:32:23.966666 7 log.go:181] (0xc0054e7290) Data frame received for 3 I0717 00:32:23.966678 7 log.go:181] (0xc0011c3ea0) (3) Data frame handling I0717 00:32:23.967851 7 log.go:181] (0xc0054e7290) Data frame received for 1 I0717 00:32:23.967877 7 log.go:181] (0xc0024c3040) (1) Data frame handling I0717 00:32:23.967897 7 log.go:181] (0xc0024c3040) (1) Data frame sent I0717 00:32:23.967912 7 log.go:181] (0xc0054e7290) (0xc0024c3040) Stream removed, broadcasting: 1 I0717 00:32:23.967948 7 log.go:181] (0xc0054e7290) Go away received I0717 00:32:23.967997 7 log.go:181] (0xc0054e7290) (0xc0024c3040) Stream removed, broadcasting: 1 I0717 00:32:23.968015 7 log.go:181] (0xc0054e7290) (0xc0011c3ea0) Stream removed, broadcasting: 3 I0717 00:32:23.968027 7 log.go:181] (0xc0054e7290) (0xc001dc6000) Stream removed, broadcasting: 5 Jul 17 00:32:23.968: INFO: Exec stderr: "" [AfterEach] [k8s.io] KubeletManagedEtcHosts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:32:23.968: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "e2e-kubelet-etc-hosts-2173" for this suite. • [SLOW TEST:11.110 seconds] [k8s.io] KubeletManagedEtcHosts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":245,"skipped":3984,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:32:23.978: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:32:35.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-5071" for this suite. • [SLOW TEST:11.147 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a replication controller. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance]","total":294,"completed":246,"skipped":4007,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:32:35.125: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:38 STEP: Setting up data [It] should support subpaths with configmap pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating pod pod-subpath-test-configmap-g899 STEP: Creating a pod to test atomic-volume-subpath Jul 17 00:32:35.225: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-g899" in namespace "subpath-8106" to be "Succeeded or Failed" Jul 17 00:32:35.240: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Pending", Reason="", readiness=false. Elapsed: 14.622827ms Jul 17 00:32:37.244: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018958462s Jul 17 00:32:39.249: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 4.023625576s Jul 17 00:32:41.253: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 6.027706064s Jul 17 00:32:43.257: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 8.031969848s Jul 17 00:32:45.262: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 10.036485909s Jul 17 00:32:47.266: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 12.040698852s Jul 17 00:32:49.270: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 14.045100303s Jul 17 00:32:51.274: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 16.04934898s Jul 17 00:32:53.279: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 18.054300022s Jul 17 00:32:55.284: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 20.058813681s Jul 17 00:32:57.288: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Running", Reason="", readiness=true. Elapsed: 22.063298659s Jul 17 00:32:59.293: INFO: Pod "pod-subpath-test-configmap-g899": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.067565063s STEP: Saw pod success Jul 17 00:32:59.293: INFO: Pod "pod-subpath-test-configmap-g899" satisfied condition "Succeeded or Failed" Jul 17 00:32:59.295: INFO: Trying to get logs from node latest-worker2 pod pod-subpath-test-configmap-g899 container test-container-subpath-configmap-g899: STEP: delete the pod Jul 17 00:32:59.341: INFO: Waiting for pod pod-subpath-test-configmap-g899 to disappear Jul 17 00:32:59.355: INFO: Pod pod-subpath-test-configmap-g899 no longer exists STEP: Deleting pod pod-subpath-test-configmap-g899 Jul 17 00:32:59.355: INFO: Deleting pod "pod-subpath-test-configmap-g899" in namespace "subpath-8106" [AfterEach] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:32:59.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "subpath-8106" for this suite. • [SLOW TEST:24.239 seconds] [sig-storage] Subpath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23 Atomic writer volumes /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:34 should support subpaths with configmap pod [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [LinuxOnly] [Conformance]","total":294,"completed":247,"skipped":4015,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:32:59.364: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should check if v1 is in available api versions [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: validating api versions Jul 17 00:32:59.575: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config api-versions' Jul 17 00:33:00.056: INFO: stderr: "" Jul 17 00:33:00.056: 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\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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:33:00.057: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-8045" for this suite. •{"msg":"PASSED [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions [Conformance]","total":294,"completed":248,"skipped":4028,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:33:00.066: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:33:00.599: INFO: >>> kubeConfig: /root/.kube/config STEP: client-side validation (kubectl create and apply) allows request with any unknown properties Jul 17 00:33:03.556: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-7261 create -f -' Jul 17 00:33:07.210: INFO: stderr: "" Jul 17 00:33:07.210: INFO: stdout: "e2e-test-crd-publish-openapi-1201-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" Jul 17 00:33:07.210: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-7261 delete e2e-test-crd-publish-openapi-1201-crds test-cr' Jul 17 00:33:07.309: INFO: stderr: "" Jul 17 00:33:07.309: INFO: stdout: "e2e-test-crd-publish-openapi-1201-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" Jul 17 00:33:07.309: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-7261 apply -f -' Jul 17 00:33:07.594: INFO: stderr: "" Jul 17 00:33:07.594: INFO: stdout: "e2e-test-crd-publish-openapi-1201-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" Jul 17 00:33:07.594: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-7261 delete e2e-test-crd-publish-openapi-1201-crds test-cr' Jul 17 00:33:07.699: INFO: stderr: "" Jul 17 00:33:07.699: INFO: stdout: "e2e-test-crd-publish-openapi-1201-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" STEP: kubectl explain works to explain CR Jul 17 00:33:07.699: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-1201-crds' Jul 17 00:33:07.958: INFO: stderr: "" Jul 17 00:33:07.958: INFO: stdout: "KIND: E2e-test-crd-publish-openapi-1201-crd\nVERSION: crd-publish-openapi-test-unknown-at-root.example.com/v1\n\nDESCRIPTION:\n \n" [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:33:10.811: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-7261" for this suite. • [SLOW TEST:10.753 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for CRD preserving unknown fields at the schema root [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance]","total":294,"completed":249,"skipped":4038,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Variable Expansion should allow substituting values in a volume subpath [sig-storage] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:33:10.819: 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 volume subpath [sig-storage] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test substitution in volume subpath Jul 17 00:33:10.906: INFO: Waiting up to 5m0s for pod "var-expansion-389b5b8d-571e-47e2-b223-5c164f970339" in namespace "var-expansion-3719" to be "Succeeded or Failed" Jul 17 00:33:11.009: INFO: Pod "var-expansion-389b5b8d-571e-47e2-b223-5c164f970339": Phase="Pending", Reason="", readiness=false. Elapsed: 102.416499ms Jul 17 00:33:13.027: INFO: Pod "var-expansion-389b5b8d-571e-47e2-b223-5c164f970339": Phase="Pending", Reason="", readiness=false. Elapsed: 2.120241295s Jul 17 00:33:15.031: INFO: Pod "var-expansion-389b5b8d-571e-47e2-b223-5c164f970339": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.124194947s STEP: Saw pod success Jul 17 00:33:15.031: INFO: Pod "var-expansion-389b5b8d-571e-47e2-b223-5c164f970339" satisfied condition "Succeeded or Failed" Jul 17 00:33:15.034: INFO: Trying to get logs from node latest-worker2 pod var-expansion-389b5b8d-571e-47e2-b223-5c164f970339 container dapi-container: STEP: delete the pod Jul 17 00:33:15.086: INFO: Waiting for pod var-expansion-389b5b8d-571e-47e2-b223-5c164f970339 to disappear Jul 17 00:33:15.296: INFO: Pod var-expansion-389b5b8d-571e-47e2-b223-5c164f970339 no longer exists [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:33:15.296: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-3719" for this suite. •{"msg":"PASSED [k8s.io] Variable Expansion should allow substituting values in a volume subpath [sig-storage] [Conformance]","total":294,"completed":250,"skipped":4061,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSS ------------------------------ [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:33:15.377: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a job STEP: Ensuring job reaches completions [AfterEach] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:33:31.486: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "job-8499" for this suite. • [SLOW TEST:16.123 seconds] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]","total":294,"completed":251,"skipped":4069,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSS ------------------------------ [sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath runs ReplicaSets to verify preemption running path [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:33:31.500: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename sched-preemption STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:89 Jul 17 00:33:31.566: INFO: Waiting up to 1m0s for all nodes to be ready Jul 17 00:34:31.602: INFO: Waiting for terminating namespaces to be deleted... [BeforeEach] PreemptionExecutionPath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:34:31.605: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename sched-preemption-path STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] PreemptionExecutionPath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:487 STEP: Finding an available node 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. Jul 17 00:34:35.769: INFO: found a healthy node: latest-worker2 [It] runs ReplicaSets to verify preemption running path [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:34:57.973: INFO: pods created so far: [1 1 1] Jul 17 00:34:57.973: INFO: length of pods created so far: 3 Jul 17 00:35:13.982: INFO: pods created so far: [2 2 1] [AfterEach] PreemptionExecutionPath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:20.983: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-preemption-path-869" for this suite. [AfterEach] PreemptionExecutionPath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:461 [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:21.084: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-preemption-8832" for this suite. [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:77 • [SLOW TEST:109.649 seconds] [sig-scheduling] SchedulerPreemption [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 PreemptionExecutionPath /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/preemption.go:450 runs ReplicaSets to verify preemption running path [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath runs ReplicaSets to verify preemption running path [Conformance]","total":294,"completed":252,"skipped":4078,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] DNS should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:35:21.149: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-4944.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-4944.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-4944.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-4944.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-4944.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-4944.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 Jul 17 00:35:29.296: INFO: DNS probes using dns-4944/dns-test-555b0399-6370-463c-988f-8481220966a4 succeeded STEP: deleting the pod [AfterEach] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:29.352: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-4944" for this suite. • [SLOW TEST:8.240 seconds] [sig-network] DNS /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance]","total":294,"completed":253,"skipped":4101,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:35:29.390: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test substitution in container's command Jul 17 00:35:29.846: INFO: Waiting up to 5m0s for pod "var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6" in namespace "var-expansion-4102" to be "Succeeded or Failed" Jul 17 00:35:29.854: INFO: Pod "var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6": Phase="Pending", Reason="", readiness=false. Elapsed: 8.305103ms Jul 17 00:35:31.873: INFO: Pod "var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.026715338s Jul 17 00:35:33.875: INFO: Pod "var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.029449091s STEP: Saw pod success Jul 17 00:35:33.875: INFO: Pod "var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6" satisfied condition "Succeeded or Failed" Jul 17 00:35:33.878: INFO: Trying to get logs from node latest-worker2 pod var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6 container dapi-container: STEP: delete the pod Jul 17 00:35:33.901: INFO: Waiting for pod var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6 to disappear Jul 17 00:35:33.919: INFO: Pod var-expansion-79c8522d-2bcc-496e-92bc-1f1b219ef2f6 no longer exists [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:33.920: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-4102" for this suite. •{"msg":"PASSED [k8s.io] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]","total":294,"completed":254,"skipped":4124,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:35:33.927: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:34.002: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "custom-resource-definition-1185" for this suite. •{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance]","total":294,"completed":255,"skipped":4134,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSS ------------------------------ [sig-auth] ServiceAccounts should mount an API token into pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:35:34.011: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: getting the auto-created API token STEP: reading a file in the container Jul 17 00:35:38.580: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9407 pod-service-account-30d2963c-89ac-4eea-9c6f-529d09b12dba -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' STEP: reading a file in the container Jul 17 00:35:38.800: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9407 pod-service-account-30d2963c-89ac-4eea-9c6f-529d09b12dba -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' STEP: reading a file in the container Jul 17 00:35:38.989: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9407 pod-service-account-30d2963c-89ac-4eea-9c6f-529d09b12dba -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' [AfterEach] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:39.243: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "svcaccounts-9407" for this suite. • [SLOW TEST:5.236 seconds] [sig-auth] ServiceAccounts /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/auth/framework.go:23 should mount an API token into pods [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-auth] ServiceAccounts should mount an API token into pods [Conformance]","total":294,"completed":256,"skipped":4145,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SS ------------------------------ [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:35:39.248: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with secret that has name projected-secret-test-map-17213ec9-f2c7-487f-be99-dccb95e4b143 STEP: Creating a pod to test consume secrets Jul 17 00:35:39.324: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b" in namespace "projected-2567" to be "Succeeded or Failed" Jul 17 00:35:39.370: INFO: Pod "pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b": Phase="Pending", Reason="", readiness=false. Elapsed: 46.329344ms Jul 17 00:35:41.375: INFO: Pod "pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.050833279s Jul 17 00:35:43.378: INFO: Pod "pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.054420055s STEP: Saw pod success Jul 17 00:35:43.378: INFO: Pod "pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b" satisfied condition "Succeeded or Failed" Jul 17 00:35:43.381: INFO: Trying to get logs from node latest-worker pod pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b container projected-secret-volume-test: STEP: delete the pod Jul 17 00:35:43.484: INFO: Waiting for pod pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b to disappear Jul 17 00:35:43.509: INFO: Pod pod-projected-secrets-9949cbe7-3dc0-49ca-9de4-b5d552a5515b no longer exists [AfterEach] [sig-storage] Projected secret /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:35:43.509: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-2567" for this suite. •{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":294,"completed":257,"skipped":4147,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSS ------------------------------ [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:35:43.517: 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 [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Performing setup for networking test in namespace pod-network-test-4533 STEP: creating a selector STEP: Creating the service pods in kubernetes Jul 17 00:35:43.646: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable Jul 17 00:35:43.748: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:35:45.939: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:35:48.115: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:35:49.751: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:35:51.751: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:35:53.752: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:35:55.752: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:35:57.752: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:35:59.752: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:36:01.751: INFO: The status of Pod netserver-0 is Running (Ready = true) Jul 17 00:36:01.757: INFO: The status of Pod netserver-1 is Running (Ready = false) Jul 17 00:36:03.760: INFO: The status of Pod netserver-1 is Running (Ready = true) STEP: Creating test pods Jul 17 00:36:07.818: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.1.12:8080/dial?request=hostname&protocol=udp&host=10.244.2.89&port=8081&tries=1'] Namespace:pod-network-test-4533 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:36:07.818: INFO: >>> kubeConfig: /root/.kube/config I0717 00:36:07.853068 7 log.go:181] (0xc004580d10) (0xc0015a2500) Create stream I0717 00:36:07.853096 7 log.go:181] (0xc004580d10) (0xc0015a2500) Stream added, broadcasting: 1 I0717 00:36:07.854895 7 log.go:181] (0xc004580d10) Reply frame received for 1 I0717 00:36:07.854924 7 log.go:181] (0xc004580d10) (0xc0015a25a0) Create stream I0717 00:36:07.854934 7 log.go:181] (0xc004580d10) (0xc0015a25a0) Stream added, broadcasting: 3 I0717 00:36:07.855847 7 log.go:181] (0xc004580d10) Reply frame received for 3 I0717 00:36:07.855876 7 log.go:181] (0xc004580d10) (0xc0015a2780) Create stream I0717 00:36:07.855886 7 log.go:181] (0xc004580d10) (0xc0015a2780) Stream added, broadcasting: 5 I0717 00:36:07.856889 7 log.go:181] (0xc004580d10) Reply frame received for 5 I0717 00:36:07.928257 7 log.go:181] (0xc004580d10) Data frame received for 3 I0717 00:36:07.928285 7 log.go:181] (0xc0015a25a0) (3) Data frame handling I0717 00:36:07.928308 7 log.go:181] (0xc0015a25a0) (3) Data frame sent I0717 00:36:07.929050 7 log.go:181] (0xc004580d10) Data frame received for 3 I0717 00:36:07.929089 7 log.go:181] (0xc0015a25a0) (3) Data frame handling I0717 00:36:07.929117 7 log.go:181] (0xc004580d10) Data frame received for 5 I0717 00:36:07.929129 7 log.go:181] (0xc0015a2780) (5) Data frame handling I0717 00:36:07.931081 7 log.go:181] (0xc004580d10) Data frame received for 1 I0717 00:36:07.931113 7 log.go:181] (0xc0015a2500) (1) Data frame handling I0717 00:36:07.931137 7 log.go:181] (0xc0015a2500) (1) Data frame sent I0717 00:36:07.931153 7 log.go:181] (0xc004580d10) (0xc0015a2500) Stream removed, broadcasting: 1 I0717 00:36:07.931177 7 log.go:181] (0xc004580d10) Go away received I0717 00:36:07.931284 7 log.go:181] (0xc004580d10) (0xc0015a2500) Stream removed, broadcasting: 1 I0717 00:36:07.931302 7 log.go:181] (0xc004580d10) (0xc0015a25a0) Stream removed, broadcasting: 3 I0717 00:36:07.931314 7 log.go:181] (0xc004580d10) (0xc0015a2780) Stream removed, broadcasting: 5 Jul 17 00:36:07.931: INFO: Waiting for responses: map[] Jul 17 00:36:07.935: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.1.12:8080/dial?request=hostname&protocol=udp&host=10.244.1.11&port=8081&tries=1'] Namespace:pod-network-test-4533 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:36:07.935: INFO: >>> kubeConfig: /root/.kube/config I0717 00:36:07.969001 7 log.go:181] (0xc005d1a420) (0xc0028f19a0) Create stream I0717 00:36:07.969033 7 log.go:181] (0xc005d1a420) (0xc0028f19a0) Stream added, broadcasting: 1 I0717 00:36:07.971055 7 log.go:181] (0xc005d1a420) Reply frame received for 1 I0717 00:36:07.971087 7 log.go:181] (0xc005d1a420) (0xc0026c0320) Create stream I0717 00:36:07.971096 7 log.go:181] (0xc005d1a420) (0xc0026c0320) Stream added, broadcasting: 3 I0717 00:36:07.972282 7 log.go:181] (0xc005d1a420) Reply frame received for 3 I0717 00:36:07.972325 7 log.go:181] (0xc005d1a420) (0xc0015a2820) Create stream I0717 00:36:07.972341 7 log.go:181] (0xc005d1a420) (0xc0015a2820) Stream added, broadcasting: 5 I0717 00:36:07.973576 7 log.go:181] (0xc005d1a420) Reply frame received for 5 I0717 00:36:08.043357 7 log.go:181] (0xc005d1a420) Data frame received for 3 I0717 00:36:08.043409 7 log.go:181] (0xc0026c0320) (3) Data frame handling I0717 00:36:08.043441 7 log.go:181] (0xc0026c0320) (3) Data frame sent I0717 00:36:08.043745 7 log.go:181] (0xc005d1a420) Data frame received for 3 I0717 00:36:08.043767 7 log.go:181] (0xc0026c0320) (3) Data frame handling I0717 00:36:08.043809 7 log.go:181] (0xc005d1a420) Data frame received for 5 I0717 00:36:08.043838 7 log.go:181] (0xc0015a2820) (5) Data frame handling I0717 00:36:08.046247 7 log.go:181] (0xc005d1a420) Data frame received for 1 I0717 00:36:08.046273 7 log.go:181] (0xc0028f19a0) (1) Data frame handling I0717 00:36:08.046295 7 log.go:181] (0xc0028f19a0) (1) Data frame sent I0717 00:36:08.046312 7 log.go:181] (0xc005d1a420) (0xc0028f19a0) Stream removed, broadcasting: 1 I0717 00:36:08.046331 7 log.go:181] (0xc005d1a420) Go away received I0717 00:36:08.046515 7 log.go:181] (0xc005d1a420) (0xc0028f19a0) Stream removed, broadcasting: 1 I0717 00:36:08.046558 7 log.go:181] (0xc005d1a420) (0xc0026c0320) Stream removed, broadcasting: 3 I0717 00:36:08.046578 7 log.go:181] (0xc005d1a420) (0xc0015a2820) Stream removed, broadcasting: 5 Jul 17 00:36:08.046: INFO: Waiting for responses: map[] [AfterEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:36:08.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-network-test-4533" for this suite. • [SLOW TEST:24.539 seconds] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26 Granular Checks: Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29 should function for intra-pod communication: udp [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance]","total":294,"completed":258,"skipped":4157,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:36:08.056: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:36:08.156: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:36:09.182: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "custom-resource-definition-9033" for this suite. •{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works [Conformance]","total":294,"completed":259,"skipped":4174,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} SSSS ------------------------------ [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition getting/updating/patching custom resource definition status sub-resource works [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:36:09.192: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:36:09.286: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:36:09.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "custom-resource-definition-9564" 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":294,"completed":260,"skipped":4178,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} ------------------------------ [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:36:10.019: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating secret with name secret-test-20cf405d-6063-4345-92de-080988e2202a STEP: Creating a pod to test consume secrets Jul 17 00:36:10.214: INFO: Waiting up to 5m0s for pod "pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c" in namespace "secrets-404" to be "Succeeded or Failed" Jul 17 00:36:10.246: INFO: Pod "pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c": Phase="Pending", Reason="", readiness=false. Elapsed: 32.039909ms Jul 17 00:36:12.250: INFO: Pod "pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.036172136s Jul 17 00:36:14.260: INFO: Pod "pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.045606817s STEP: Saw pod success Jul 17 00:36:14.260: INFO: Pod "pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c" satisfied condition "Succeeded or Failed" Jul 17 00:36:14.262: INFO: Trying to get logs from node latest-worker pod pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c container secret-volume-test: STEP: delete the pod Jul 17 00:36:14.598: INFO: Waiting for pod pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c to disappear Jul 17 00:36:14.610: INFO: Pod pod-secrets-3d8b9c33-ba0a-4aab-976b-3d63c3400c9c no longer exists [AfterEach] [sig-storage] Secrets /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:36:14.610: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "secrets-404" for this suite. •{"msg":"PASSED [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","total":294,"completed":261,"skipped":4178,"failed":1,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]"]} ------------------------------ [sig-network] IngressClass API should support creating IngressClass API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] IngressClass API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:36:14.617: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename ingressclass STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-network] IngressClass API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingressclass.go:148 [It] should support creating IngressClass API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: getting /apis STEP: getting /apis/networking.k8s.io STEP: getting /apis/networking.k8s.iov1 Jul 17 00:36:15.037: FAIL: expected ingressclasses, got []v1.APIResource{v1.APIResource{Name:"networkpolicies", SingularName:"", Namespaced:true, Group:"", Version:"", Kind:"NetworkPolicy", Verbs:v1.Verbs{"create", "delete", "deletecollection", "get", "list", "patch", "update", "watch"}, ShortNames:[]string{"netpol"}, Categories:[]string(nil), StorageVersionHash:"YpfwF18m1G8="}} Expected : false to equal : true Full Stack Trace k8s.io/kubernetes/test/e2e/network.glob..func15.2() /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingressclass.go:210 +0x91e k8s.io/kubernetes/test/e2e.RunE2ETests(0xc000172120) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e.go:130 +0x337 k8s.io/kubernetes/test/e2e.TestE2E(0xc000172120) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e_test.go:145 +0x2b testing.tRunner(0xc000172120, 0x4cc3740) /usr/local/go/src/testing/testing.go:991 +0xdc created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1042 +0x357 [AfterEach] [sig-network] IngressClass API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 STEP: Collecting events from namespace "ingressclass-4384". STEP: Found 0 events. Jul 17 00:36:15.045: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:36:15.045: INFO: Jul 17 00:36:15.047: INFO: Logging node info for node latest-control-plane Jul 17 00:36:15.050: INFO: Node Info: &Node{ObjectMeta:{latest-control-plane /api/v1/nodes/latest-control-plane fab71f49-3955-4070-ba3f-a34ab7dbcb1f 1767783 0 2020-07-10 10:29:34 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-control-plane kubernetes.io/os:linux node-role.kubernetes.io/master:] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2020-07-10 10:29:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}},"f:labels":{"f:node-role.kubernetes.io/master":{}}}}} {kube-controller-manager Update v1 2020-07-10 10:30:09 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}},"f:taints":{}}}} {kubelet Update v1 2020-07-17 00:35:47 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.0.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:,},},ConfigSource:nil,PodCIDRs:[10.244.0.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:30:09 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.12,},NodeAddress{Type:Hostname,Address:latest-control-plane,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:08e3d1af94e64c419f74d6afa70f0d43,SystemUUID:b2b9a347-3d8a-409e-9c43-3d2f455385e1,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 17 00:36:15.050: INFO: Logging kubelet events for node latest-control-plane Jul 17 00:36:15.052: INFO: Logging pods the kubelet thinks is on node latest-control-plane Jul 17 00:36:15.071: INFO: kindnet-6gzv5 started at 2020-07-10 10:29:53 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:36:15.071: INFO: kube-proxy-bvnbl started at 2020-07-10 10:29:53 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:36:15.071: INFO: coredns-66bff467f8-lkg9r started at 2020-07-10 10:30:12 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container coredns ready: true, restart count 0 Jul 17 00:36:15.071: INFO: etcd-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container etcd ready: true, restart count 0 Jul 17 00:36:15.071: INFO: kube-scheduler-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container kube-scheduler ready: true, restart count 1 Jul 17 00:36:15.071: INFO: coredns-66bff467f8-xqch9 started at 2020-07-10 10:30:09 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container coredns ready: true, restart count 0 Jul 17 00:36:15.071: INFO: local-path-provisioner-67795f75bd-wdgcp started at 2020-07-10 10:30:09 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container local-path-provisioner ready: true, restart count 0 Jul 17 00:36:15.071: INFO: kube-apiserver-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container kube-apiserver ready: true, restart count 0 Jul 17 00:36:15.071: INFO: kube-controller-manager-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.071: INFO: Container kube-controller-manager ready: true, restart count 1 W0717 00:36:15.086499 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:36:15.164: INFO: Latency metrics for node latest-control-plane Jul 17 00:36:15.164: INFO: Logging node info for node latest-worker Jul 17 00:36:15.221: INFO: Node Info: &Node{ObjectMeta:{latest-worker /api/v1/nodes/latest-worker ee905599-6d86-471c-8264-80d61eb4d02f 1767129 0 2020-07-10 10:30:12 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-worker kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kube-controller-manager Update v1 2020-07-10 10:30:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.2.0/24\"":{}}}}} {kubeadm Update v1 2020-07-10 10:30:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {e2e.test Update v1 2020-07-16 23:20:59 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:example.com/fakecpu":{}}}}} {kubelet Update v1 2020-07-17 00:33:50 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:example.com/fakecpu":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.2.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.2.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-17 00:33:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-17 00:33:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-17 00:33:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-17 00:33:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:32 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.14,},NodeAddress{Type:Hostname,Address:latest-worker,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:469a70212bc546bfb73ddea4d8686893,SystemUUID:ff574bf8-eaa0-484e-9d22-817c6038d2e3,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[k8s.gcr.io/etcd@sha256:12f377200949c25fde1e54bba639d34d119edd7cfcfb1d117526dba677c03c85 k8s.gcr.io/etcd:3.4.7],SizeBytes:104221097,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/sample-apiserver@sha256:ff02aacd9766d597883fabafc7ad604c719a57611db1bcc1564c69a45b000a55 gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17],SizeBytes:25311280,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 docker.io/appropriate/curl:latest],SizeBytes:2779755,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 docker.io/library/busybox:latest],SizeBytes:767885,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},ContainerImage{Names:[docker.io/kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 docker.io/kubernetes/pause:latest],SizeBytes:74015,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 17 00:36:15.222: INFO: Logging kubelet events for node latest-worker Jul 17 00:36:15.224: INFO: Logging pods the kubelet thinks is on node latest-worker Jul 17 00:36:15.229: INFO: netserver-0 started at 2020-07-17 00:35:43 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.229: INFO: Container webserver ready: true, restart count 0 Jul 17 00:36:15.229: INFO: kindnet-qt4jk started at 2020-07-10 10:30:16 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.229: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:36:15.229: INFO: kube-proxy-xb9q4 started at 2020-07-10 10:30:16 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.230: INFO: Container kube-proxy ready: true, restart count 0 W0717 00:36:15.236147 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:36:15.279: INFO: Latency metrics for node latest-worker Jul 17 00:36:15.279: INFO: Logging node info for node latest-worker2 Jul 17 00:36:15.299: INFO: Node Info: &Node{ObjectMeta:{latest-worker2 /api/v1/nodes/latest-worker2 0ed4e844-533c-4115-b90e-6070300ff379 1767317 0 2020-07-10 10:30:11 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-worker2 kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2020-07-10 10:30:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {kube-controller-manager Update v1 2020-07-10 10:30:32 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.1.0/24\"":{}}}}} {e2e.test Update v1 2020-07-17 00:34:35 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:example.com/fakecpu":{}}}}} {kubelet Update v1 2020-07-17 00:34:45 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:example.com/fakecpu":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.1.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.1.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-17 00:34:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-17 00:34:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-17 00:34:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-17 00:34:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:32 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.11,},NodeAddress{Type:Hostname,Address:latest-worker2,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:58abb20e7a0b4d058f79f995dc3b2d92,SystemUUID:a7355a65-57ac-4117-ae3f-f79ca388e0d4,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/jessie-dnsutils@sha256:ad583e33cb284f7ef046673809b146ec4053cda19b54a85d2b180a86169715eb gcr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.0],SizeBytes:85425365,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 docker.io/appropriate/curl:latest],SizeBytes:2779755,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 docker.io/library/busybox:latest],SizeBytes:767885,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},ContainerImage{Names:[docker.io/kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 docker.io/kubernetes/pause:latest],SizeBytes:74015,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 17 00:36:15.300: INFO: Logging kubelet events for node latest-worker2 Jul 17 00:36:15.301: INFO: Logging pods the kubelet thinks is on node latest-worker2 Jul 17 00:36:15.307: INFO: kindnet-gkkxx started at 2020-07-10 10:30:17 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.307: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:36:15.307: INFO: test-container-pod started at 2020-07-17 00:36:03 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.307: INFO: Container webserver ready: true, restart count 0 Jul 17 00:36:15.307: INFO: kube-proxy-s596l started at 2020-07-10 10:30:17 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.307: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:36:15.307: INFO: netserver-1 started at 2020-07-17 00:35:43 +0000 UTC (0+1 container statuses recorded) Jul 17 00:36:15.307: INFO: Container webserver ready: true, restart count 0 W0717 00:36:15.313898 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:36:15.351: INFO: Latency metrics for node latest-worker2 Jul 17 00:36:15.351: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "ingressclass-4384" for this suite. • Failure [0.742 seconds] [sig-network] IngressClass API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should support creating IngressClass API operations [Conformance] [It] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:36:15.037: expected ingressclasses, got []v1.APIResource{v1.APIResource{Name:"networkpolicies", SingularName:"", Namespaced:true, Group:"", Version:"", Kind:"NetworkPolicy", Verbs:v1.Verbs{"create", "delete", "deletecollection", "get", "list", "patch", "update", "watch"}, ShortNames:[]string{"netpol"}, Categories:[]string(nil), StorageVersionHash:"YpfwF18m1G8="}} Expected : false to equal : true /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingressclass.go:210 ------------------------------ {"msg":"FAILED [sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","total":294,"completed":261,"skipped":4178,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} [k8s.io] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:36:15.359: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test env composition Jul 17 00:36:15.438: INFO: Waiting up to 5m0s for pod "var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3" in namespace "var-expansion-628" to be "Succeeded or Failed" Jul 17 00:36:15.478: INFO: Pod "var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3": Phase="Pending", Reason="", readiness=false. Elapsed: 39.993787ms Jul 17 00:36:17.482: INFO: Pod "var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.044103952s Jul 17 00:36:19.486: INFO: Pod "var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.048057311s STEP: Saw pod success Jul 17 00:36:19.486: INFO: Pod "var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3" satisfied condition "Succeeded or Failed" Jul 17 00:36:19.489: INFO: Trying to get logs from node latest-worker pod var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3 container dapi-container: STEP: delete the pod Jul 17 00:36:19.510: INFO: Waiting for pod var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3 to disappear Jul 17 00:36:19.514: INFO: Pod var-expansion-3111ae9a-2c4d-4d43-9b27-f35cb76dc2c3 no longer exists [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:36:19.514: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-628" for this suite. •{"msg":"PASSED [k8s.io] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]","total":294,"completed":262,"skipped":4178,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:36:19.522: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:88 [BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:103 STEP: Creating service test in namespace statefulset-1694 [It] should perform rolling updates and roll backs of template modifications [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a new StatefulSet Jul 17 00:36:19.679: INFO: Found 0 stateful pods, waiting for 3 Jul 17 00:36:29.684: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:36:29.684: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:36:29.684: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Pending - Ready=false Jul 17 00:36:39.685: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:36:39.685: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:36:39.685: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true Jul 17 00:36:39.694: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-1694 ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:36:40.019: INFO: stderr: "I0717 00:36:39.858062 3099 log.go:181] (0xc000f154a0) (0xc000bb2820) Create stream\nI0717 00:36:39.858137 3099 log.go:181] (0xc000f154a0) (0xc000bb2820) Stream added, broadcasting: 1\nI0717 00:36:39.863803 3099 log.go:181] (0xc000f154a0) Reply frame received for 1\nI0717 00:36:39.863851 3099 log.go:181] (0xc000f154a0) (0xc0004f8be0) Create stream\nI0717 00:36:39.863865 3099 log.go:181] (0xc000f154a0) (0xc0004f8be0) Stream added, broadcasting: 3\nI0717 00:36:39.864904 3099 log.go:181] (0xc000f154a0) Reply frame received for 3\nI0717 00:36:39.864961 3099 log.go:181] (0xc000f154a0) (0xc000a02960) Create stream\nI0717 00:36:39.864973 3099 log.go:181] (0xc000f154a0) (0xc000a02960) Stream added, broadcasting: 5\nI0717 00:36:39.865905 3099 log.go:181] (0xc000f154a0) Reply frame received for 5\nI0717 00:36:39.950706 3099 log.go:181] (0xc000f154a0) Data frame received for 5\nI0717 00:36:39.950732 3099 log.go:181] (0xc000a02960) (5) Data frame handling\nI0717 00:36:39.950750 3099 log.go:181] (0xc000a02960) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:36:40.013426 3099 log.go:181] (0xc000f154a0) Data frame received for 3\nI0717 00:36:40.013466 3099 log.go:181] (0xc0004f8be0) (3) Data frame handling\nI0717 00:36:40.013478 3099 log.go:181] (0xc0004f8be0) (3) Data frame sent\nI0717 00:36:40.013511 3099 log.go:181] (0xc000f154a0) Data frame received for 5\nI0717 00:36:40.013554 3099 log.go:181] (0xc000a02960) (5) Data frame handling\nI0717 00:36:40.013581 3099 log.go:181] (0xc000f154a0) Data frame received for 3\nI0717 00:36:40.013600 3099 log.go:181] (0xc0004f8be0) (3) Data frame handling\nI0717 00:36:40.015192 3099 log.go:181] (0xc000f154a0) Data frame received for 1\nI0717 00:36:40.015217 3099 log.go:181] (0xc000bb2820) (1) Data frame handling\nI0717 00:36:40.015243 3099 log.go:181] (0xc000bb2820) (1) Data frame sent\nI0717 00:36:40.015269 3099 log.go:181] (0xc000f154a0) (0xc000bb2820) Stream removed, broadcasting: 1\nI0717 00:36:40.015296 3099 log.go:181] (0xc000f154a0) Go away received\nI0717 00:36:40.015549 3099 log.go:181] (0xc000f154a0) (0xc000bb2820) Stream removed, broadcasting: 1\nI0717 00:36:40.015566 3099 log.go:181] (0xc000f154a0) (0xc0004f8be0) Stream removed, broadcasting: 3\nI0717 00:36:40.015571 3099 log.go:181] (0xc000f154a0) (0xc000a02960) Stream removed, broadcasting: 5\n" Jul 17 00:36:40.019: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:36:40.019: 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 Jul 17 00:36:50.069: INFO: Updating stateful set ss2 STEP: Creating a new revision STEP: Updating Pods in reverse ordinal order Jul 17 00:37:00.087: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-1694 ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:37:00.339: INFO: stderr: "I0717 00:37:00.241157 3117 log.go:181] (0xc000d08bb0) (0xc000a00c80) Create stream\nI0717 00:37:00.241227 3117 log.go:181] (0xc000d08bb0) (0xc000a00c80) Stream added, broadcasting: 1\nI0717 00:37:00.243122 3117 log.go:181] (0xc000d08bb0) Reply frame received for 1\nI0717 00:37:00.243165 3117 log.go:181] (0xc000d08bb0) (0xc00083da40) Create stream\nI0717 00:37:00.243190 3117 log.go:181] (0xc000d08bb0) (0xc00083da40) Stream added, broadcasting: 3\nI0717 00:37:00.244356 3117 log.go:181] (0xc000d08bb0) Reply frame received for 3\nI0717 00:37:00.244399 3117 log.go:181] (0xc000d08bb0) (0xc000817180) Create stream\nI0717 00:37:00.244413 3117 log.go:181] (0xc000d08bb0) (0xc000817180) Stream added, broadcasting: 5\nI0717 00:37:00.245708 3117 log.go:181] (0xc000d08bb0) Reply frame received for 5\nI0717 00:37:00.333038 3117 log.go:181] (0xc000d08bb0) Data frame received for 3\nI0717 00:37:00.333084 3117 log.go:181] (0xc00083da40) (3) Data frame handling\nI0717 00:37:00.333127 3117 log.go:181] (0xc000d08bb0) Data frame received for 5\nI0717 00:37:00.333161 3117 log.go:181] (0xc000817180) (5) Data frame handling\nI0717 00:37:00.333179 3117 log.go:181] (0xc000817180) (5) Data frame sent\nI0717 00:37:00.333193 3117 log.go:181] (0xc000d08bb0) Data frame received for 5\nI0717 00:37:00.333206 3117 log.go:181] (0xc000817180) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:37:00.333236 3117 log.go:181] (0xc00083da40) (3) Data frame sent\nI0717 00:37:00.333254 3117 log.go:181] (0xc000d08bb0) Data frame received for 3\nI0717 00:37:00.333263 3117 log.go:181] (0xc00083da40) (3) Data frame handling\nI0717 00:37:00.334656 3117 log.go:181] (0xc000d08bb0) Data frame received for 1\nI0717 00:37:00.334674 3117 log.go:181] (0xc000a00c80) (1) Data frame handling\nI0717 00:37:00.334698 3117 log.go:181] (0xc000a00c80) (1) Data frame sent\nI0717 00:37:00.334722 3117 log.go:181] (0xc000d08bb0) (0xc000a00c80) Stream removed, broadcasting: 1\nI0717 00:37:00.334737 3117 log.go:181] (0xc000d08bb0) Go away received\nI0717 00:37:00.335172 3117 log.go:181] (0xc000d08bb0) (0xc000a00c80) Stream removed, broadcasting: 1\nI0717 00:37:00.335194 3117 log.go:181] (0xc000d08bb0) (0xc00083da40) Stream removed, broadcasting: 3\nI0717 00:37:00.335205 3117 log.go:181] (0xc000d08bb0) (0xc000817180) Stream removed, broadcasting: 5\n" Jul 17 00:37:00.339: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:37:00.339: 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' Jul 17 00:37:10.366: INFO: Waiting for StatefulSet statefulset-1694/ss2 to complete update Jul 17 00:37:10.366: INFO: Waiting for Pod statefulset-1694/ss2-0 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94 Jul 17 00:37:10.366: INFO: Waiting for Pod statefulset-1694/ss2-1 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94 Jul 17 00:37:20.373: INFO: Waiting for StatefulSet statefulset-1694/ss2 to complete update Jul 17 00:37:20.373: INFO: Waiting for Pod statefulset-1694/ss2-0 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94 Jul 17 00:37:30.395: INFO: Waiting for StatefulSet statefulset-1694/ss2 to complete update STEP: Rolling back to a previous revision Jul 17 00:37:40.380: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-1694 ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' Jul 17 00:37:40.650: INFO: stderr: "I0717 00:37:40.508284 3135 log.go:181] (0xc000a1ebb0) (0xc000d7dd60) Create stream\nI0717 00:37:40.508341 3135 log.go:181] (0xc000a1ebb0) (0xc000d7dd60) Stream added, broadcasting: 1\nI0717 00:37:40.510366 3135 log.go:181] (0xc000a1ebb0) Reply frame received for 1\nI0717 00:37:40.510422 3135 log.go:181] (0xc000a1ebb0) (0xc000a9a0a0) Create stream\nI0717 00:37:40.510448 3135 log.go:181] (0xc000a1ebb0) (0xc000a9a0a0) Stream added, broadcasting: 3\nI0717 00:37:40.511260 3135 log.go:181] (0xc000a1ebb0) Reply frame received for 3\nI0717 00:37:40.511294 3135 log.go:181] (0xc000a1ebb0) (0xc0008da1e0) Create stream\nI0717 00:37:40.511322 3135 log.go:181] (0xc000a1ebb0) (0xc0008da1e0) Stream added, broadcasting: 5\nI0717 00:37:40.512089 3135 log.go:181] (0xc000a1ebb0) Reply frame received for 5\nI0717 00:37:40.601247 3135 log.go:181] (0xc000a1ebb0) Data frame received for 5\nI0717 00:37:40.601269 3135 log.go:181] (0xc0008da1e0) (5) Data frame handling\nI0717 00:37:40.601279 3135 log.go:181] (0xc0008da1e0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0717 00:37:40.643284 3135 log.go:181] (0xc000a1ebb0) Data frame received for 3\nI0717 00:37:40.643327 3135 log.go:181] (0xc000a9a0a0) (3) Data frame handling\nI0717 00:37:40.643363 3135 log.go:181] (0xc000a9a0a0) (3) Data frame sent\nI0717 00:37:40.643384 3135 log.go:181] (0xc000a1ebb0) Data frame received for 3\nI0717 00:37:40.643399 3135 log.go:181] (0xc000a9a0a0) (3) Data frame handling\nI0717 00:37:40.643470 3135 log.go:181] (0xc000a1ebb0) Data frame received for 5\nI0717 00:37:40.643482 3135 log.go:181] (0xc0008da1e0) (5) Data frame handling\nI0717 00:37:40.645587 3135 log.go:181] (0xc000a1ebb0) Data frame received for 1\nI0717 00:37:40.645601 3135 log.go:181] (0xc000d7dd60) (1) Data frame handling\nI0717 00:37:40.645613 3135 log.go:181] (0xc000d7dd60) (1) Data frame sent\nI0717 00:37:40.645625 3135 log.go:181] (0xc000a1ebb0) (0xc000d7dd60) Stream removed, broadcasting: 1\nI0717 00:37:40.645764 3135 log.go:181] (0xc000a1ebb0) Go away received\nI0717 00:37:40.645963 3135 log.go:181] (0xc000a1ebb0) (0xc000d7dd60) Stream removed, broadcasting: 1\nI0717 00:37:40.646030 3135 log.go:181] (0xc000a1ebb0) (0xc000a9a0a0) Stream removed, broadcasting: 3\nI0717 00:37:40.646046 3135 log.go:181] (0xc000a1ebb0) (0xc0008da1e0) Stream removed, broadcasting: 5\n" Jul 17 00:37:40.650: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" Jul 17 00:37:40.650: 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' Jul 17 00:37:50.684: INFO: Updating stateful set ss2 STEP: Rolling back update in reverse ordinal order Jul 17 00:38:00.705: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config exec --namespace=statefulset-1694 ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' Jul 17 00:38:00.916: INFO: stderr: "I0717 00:38:00.824778 3153 log.go:181] (0xc000d194a0) (0xc000c45d60) Create stream\nI0717 00:38:00.824824 3153 log.go:181] (0xc000d194a0) (0xc000c45d60) Stream added, broadcasting: 1\nI0717 00:38:00.831857 3153 log.go:181] (0xc000d194a0) Reply frame received for 1\nI0717 00:38:00.831896 3153 log.go:181] (0xc000d194a0) (0xc000190140) Create stream\nI0717 00:38:00.831907 3153 log.go:181] (0xc000d194a0) (0xc000190140) Stream added, broadcasting: 3\nI0717 00:38:00.833046 3153 log.go:181] (0xc000d194a0) Reply frame received for 3\nI0717 00:38:00.833089 3153 log.go:181] (0xc000d194a0) (0xc000696e60) Create stream\nI0717 00:38:00.833099 3153 log.go:181] (0xc000d194a0) (0xc000696e60) Stream added, broadcasting: 5\nI0717 00:38:00.833811 3153 log.go:181] (0xc000d194a0) Reply frame received for 5\nI0717 00:38:00.909674 3153 log.go:181] (0xc000d194a0) Data frame received for 5\nI0717 00:38:00.909728 3153 log.go:181] (0xc000696e60) (5) Data frame handling\nI0717 00:38:00.909746 3153 log.go:181] (0xc000696e60) (5) Data frame sent\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0717 00:38:00.909795 3153 log.go:181] (0xc000d194a0) Data frame received for 3\nI0717 00:38:00.909850 3153 log.go:181] (0xc000190140) (3) Data frame handling\nI0717 00:38:00.909876 3153 log.go:181] (0xc000190140) (3) Data frame sent\nI0717 00:38:00.909912 3153 log.go:181] (0xc000d194a0) Data frame received for 5\nI0717 00:38:00.909932 3153 log.go:181] (0xc000696e60) (5) Data frame handling\nI0717 00:38:00.909961 3153 log.go:181] (0xc000d194a0) Data frame received for 3\nI0717 00:38:00.909980 3153 log.go:181] (0xc000190140) (3) Data frame handling\nI0717 00:38:00.911718 3153 log.go:181] (0xc000d194a0) Data frame received for 1\nI0717 00:38:00.911748 3153 log.go:181] (0xc000c45d60) (1) Data frame handling\nI0717 00:38:00.911762 3153 log.go:181] (0xc000c45d60) (1) Data frame sent\nI0717 00:38:00.911791 3153 log.go:181] (0xc000d194a0) (0xc000c45d60) Stream removed, broadcasting: 1\nI0717 00:38:00.912217 3153 log.go:181] (0xc000d194a0) (0xc000c45d60) Stream removed, broadcasting: 1\nI0717 00:38:00.912247 3153 log.go:181] (0xc000d194a0) (0xc000190140) Stream removed, broadcasting: 3\nI0717 00:38:00.912262 3153 log.go:181] (0xc000d194a0) (0xc000696e60) Stream removed, broadcasting: 5\n" Jul 17 00:38:00.916: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" Jul 17 00:38:00.916: 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' Jul 17 00:38:10.949: INFO: Waiting for StatefulSet statefulset-1694/ss2 to complete update Jul 17 00:38:10.949: INFO: Waiting for Pod statefulset-1694/ss2-0 to have revision ss2-65c7964b94 update revision ss2-84f9d6bf57 Jul 17 00:38:10.949: INFO: Waiting for Pod statefulset-1694/ss2-1 to have revision ss2-65c7964b94 update revision ss2-84f9d6bf57 Jul 17 00:38:21.020: INFO: Waiting for StatefulSet statefulset-1694/ss2 to complete update Jul 17 00:38:21.020: INFO: Waiting for Pod statefulset-1694/ss2-0 to have revision ss2-65c7964b94 update revision ss2-84f9d6bf57 Jul 17 00:38:30.958: INFO: Waiting for StatefulSet statefulset-1694/ss2 to complete update [AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:114 Jul 17 00:38:40.958: INFO: Deleting all statefulset in ns statefulset-1694 Jul 17 00:38:40.961: INFO: Scaling statefulset ss2 to 0 Jul 17 00:39:10.982: INFO: Waiting for statefulset status.replicas updated to 0 Jul 17 00:39:10.985: INFO: Deleting statefulset ss2 [AfterEach] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:39:11.004: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "statefulset-1694" for this suite. • [SLOW TEST:171.488 seconds] [sig-apps] StatefulSet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should perform rolling updates and roll backs of template modifications [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance]","total":294,"completed":263,"skipped":4192,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SSS ------------------------------ [sig-apps] ReplicationController should adopt matching pods on creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:39:11.010: 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 [BeforeEach] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/rc.go:54 [It] should adopt matching pods on creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:39:16.145: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "replication-controller-9308" for this suite. • [SLOW TEST:5.151 seconds] [sig-apps] ReplicationController /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should adopt matching pods on creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] ReplicationController should adopt matching pods on creation [Conformance]","total":294,"completed":264,"skipped":4195,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:39:16.162: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name configmap-test-volume-484df79e-985a-4c26-b7a4-9ee3cffec591 STEP: Creating a pod to test consume configMaps Jul 17 00:39:16.299: INFO: Waiting up to 5m0s for pod "pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf" in namespace "configmap-2264" to be "Succeeded or Failed" Jul 17 00:39:16.322: INFO: Pod "pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf": Phase="Pending", Reason="", readiness=false. Elapsed: 22.728125ms Jul 17 00:39:18.326: INFO: Pod "pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.026512165s Jul 17 00:39:20.330: INFO: Pod "pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.030782537s STEP: Saw pod success Jul 17 00:39:20.330: INFO: Pod "pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf" satisfied condition "Succeeded or Failed" Jul 17 00:39:20.333: INFO: Trying to get logs from node latest-worker2 pod pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf container configmap-volume-test: STEP: delete the pod Jul 17 00:39:20.596: INFO: Waiting for pod pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf to disappear Jul 17 00:39:20.661: INFO: Pod pod-configmaps-3eb8f3dd-16ed-446b-b4d4-efdd8a668eaf no longer exists [AfterEach] [sig-storage] ConfigMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:39:20.661: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "configmap-2264" for this suite. •{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":294,"completed":265,"skipped":4229,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SSSSSSSSSSSSSSSS ------------------------------ [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:39:20.675: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:90 Jul 17 00:39:20.760: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready Jul 17 00:39:20.785: INFO: Waiting for terminating namespaces to be deleted... Jul 17 00:39:20.788: INFO: Logging pods the apiserver thinks is on node latest-worker before test Jul 17 00:39:20.793: INFO: kindnet-qt4jk from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:39:20.793: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:39:20.793: INFO: kube-proxy-xb9q4 from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:39:20.793: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:39:20.793: INFO: pod-adoption from replication-controller-9308 started at 2020-07-17 00:39:11 +0000 UTC (1 container statuses recorded) Jul 17 00:39:20.793: INFO: Container pod-adoption ready: true, restart count 0 Jul 17 00:39:20.793: INFO: Logging pods the apiserver thinks is on node latest-worker2 before test Jul 17 00:39:20.798: INFO: kindnet-gkkxx from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:39:20.798: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:39:20.798: INFO: kube-proxy-s596l from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:39:20.798: INFO: Container kube-proxy ready: true, restart count 0 [It] validates that NodeSelector is respected if matching [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-2e48a9a4-68f0-471a-b48c-ab6edce2ec82 42 STEP: Trying to relaunch the pod, now with labels. STEP: removing the label kubernetes.io/e2e-2e48a9a4-68f0-471a-b48c-ab6edce2ec82 off the node latest-worker2 STEP: verifying the node doesn't have the label kubernetes.io/e2e-2e48a9a4-68f0-471a-b48c-ab6edce2ec82 [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:39:29.033: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-pred-3736" for this suite. [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:81 • [SLOW TEST:8.366 seconds] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 validates that NodeSelector is respected if matching [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching [Conformance]","total":294,"completed":266,"skipped":4245,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SSSSSSSSSSS ------------------------------ [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:39:29.042: 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 [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Performing setup for networking test in namespace pod-network-test-8095 STEP: creating a selector STEP: Creating the service pods in kubernetes Jul 17 00:39:29.101: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable Jul 17 00:39:29.237: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:39:31.241: INFO: The status of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) Jul 17 00:39:33.547: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:39:35.240: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:39:37.240: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:39:39.241: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:39:41.240: INFO: The status of Pod netserver-0 is Running (Ready = false) Jul 17 00:39:43.249: INFO: The status of Pod netserver-0 is Running (Ready = true) Jul 17 00:39:43.254: INFO: The status of Pod netserver-1 is Running (Ready = false) Jul 17 00:39:45.275: INFO: The status of Pod netserver-1 is Running (Ready = false) Jul 17 00:39:47.258: INFO: The status of Pod netserver-1 is Running (Ready = true) STEP: Creating test pods Jul 17 00:39:51.297: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.2.100:8080/dial?request=hostname&protocol=http&host=10.244.2.99&port=8080&tries=1'] Namespace:pod-network-test-8095 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:39:51.297: INFO: >>> kubeConfig: /root/.kube/config I0717 00:39:51.327604 7 log.go:181] (0xc005d1a420) (0xc000ee2f00) Create stream I0717 00:39:51.327635 7 log.go:181] (0xc005d1a420) (0xc000ee2f00) Stream added, broadcasting: 1 I0717 00:39:51.329509 7 log.go:181] (0xc005d1a420) Reply frame received for 1 I0717 00:39:51.329542 7 log.go:181] (0xc005d1a420) (0xc001d3a0a0) Create stream I0717 00:39:51.329553 7 log.go:181] (0xc005d1a420) (0xc001d3a0a0) Stream added, broadcasting: 3 I0717 00:39:51.330306 7 log.go:181] (0xc005d1a420) Reply frame received for 3 I0717 00:39:51.330339 7 log.go:181] (0xc005d1a420) (0xc00136b900) Create stream I0717 00:39:51.330351 7 log.go:181] (0xc005d1a420) (0xc00136b900) Stream added, broadcasting: 5 I0717 00:39:51.331067 7 log.go:181] (0xc005d1a420) Reply frame received for 5 I0717 00:39:51.420792 7 log.go:181] (0xc005d1a420) Data frame received for 3 I0717 00:39:51.420857 7 log.go:181] (0xc001d3a0a0) (3) Data frame handling I0717 00:39:51.420884 7 log.go:181] (0xc001d3a0a0) (3) Data frame sent I0717 00:39:51.421403 7 log.go:181] (0xc005d1a420) Data frame received for 3 I0717 00:39:51.421454 7 log.go:181] (0xc001d3a0a0) (3) Data frame handling I0717 00:39:51.421488 7 log.go:181] (0xc005d1a420) Data frame received for 5 I0717 00:39:51.421508 7 log.go:181] (0xc00136b900) (5) Data frame handling I0717 00:39:51.423379 7 log.go:181] (0xc005d1a420) Data frame received for 1 I0717 00:39:51.423457 7 log.go:181] (0xc000ee2f00) (1) Data frame handling I0717 00:39:51.423494 7 log.go:181] (0xc000ee2f00) (1) Data frame sent I0717 00:39:51.423526 7 log.go:181] (0xc005d1a420) (0xc000ee2f00) Stream removed, broadcasting: 1 I0717 00:39:51.423607 7 log.go:181] (0xc005d1a420) Go away received I0717 00:39:51.423654 7 log.go:181] (0xc005d1a420) (0xc000ee2f00) Stream removed, broadcasting: 1 I0717 00:39:51.423686 7 log.go:181] (0xc005d1a420) (0xc001d3a0a0) Stream removed, broadcasting: 3 I0717 00:39:51.423702 7 log.go:181] (0xc005d1a420) (0xc00136b900) Stream removed, broadcasting: 5 Jul 17 00:39:51.423: INFO: Waiting for responses: map[] Jul 17 00:39:51.426: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.2.100:8080/dial?request=hostname&protocol=http&host=10.244.1.19&port=8080&tries=1'] Namespace:pod-network-test-8095 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jul 17 00:39:51.426: INFO: >>> kubeConfig: /root/.kube/config I0717 00:39:51.457219 7 log.go:181] (0xc005d1aa50) (0xc000ee37c0) Create stream I0717 00:39:51.457250 7 log.go:181] (0xc005d1aa50) (0xc000ee37c0) Stream added, broadcasting: 1 I0717 00:39:51.459217 7 log.go:181] (0xc005d1aa50) Reply frame received for 1 I0717 00:39:51.459272 7 log.go:181] (0xc005d1aa50) (0xc002cc60a0) Create stream I0717 00:39:51.459290 7 log.go:181] (0xc005d1aa50) (0xc002cc60a0) Stream added, broadcasting: 3 I0717 00:39:51.460716 7 log.go:181] (0xc005d1aa50) Reply frame received for 3 I0717 00:39:51.460856 7 log.go:181] (0xc005d1aa50) (0xc001d3a140) Create stream I0717 00:39:51.460873 7 log.go:181] (0xc005d1aa50) (0xc001d3a140) Stream added, broadcasting: 5 I0717 00:39:51.462013 7 log.go:181] (0xc005d1aa50) Reply frame received for 5 I0717 00:39:51.548083 7 log.go:181] (0xc005d1aa50) Data frame received for 3 I0717 00:39:51.548107 7 log.go:181] (0xc002cc60a0) (3) Data frame handling I0717 00:39:51.548132 7 log.go:181] (0xc002cc60a0) (3) Data frame sent I0717 00:39:51.548679 7 log.go:181] (0xc005d1aa50) Data frame received for 5 I0717 00:39:51.548709 7 log.go:181] (0xc001d3a140) (5) Data frame handling I0717 00:39:51.548814 7 log.go:181] (0xc005d1aa50) Data frame received for 3 I0717 00:39:51.548838 7 log.go:181] (0xc002cc60a0) (3) Data frame handling I0717 00:39:51.550408 7 log.go:181] (0xc005d1aa50) Data frame received for 1 I0717 00:39:51.550434 7 log.go:181] (0xc000ee37c0) (1) Data frame handling I0717 00:39:51.550445 7 log.go:181] (0xc000ee37c0) (1) Data frame sent I0717 00:39:51.550465 7 log.go:181] (0xc005d1aa50) (0xc000ee37c0) Stream removed, broadcasting: 1 I0717 00:39:51.550577 7 log.go:181] (0xc005d1aa50) (0xc000ee37c0) Stream removed, broadcasting: 1 I0717 00:39:51.550595 7 log.go:181] (0xc005d1aa50) (0xc002cc60a0) Stream removed, broadcasting: 3 I0717 00:39:51.550606 7 log.go:181] (0xc005d1aa50) (0xc001d3a140) Stream removed, broadcasting: 5 Jul 17 00:39:51.550: INFO: Waiting for responses: map[] I0717 00:39:51.550694 7 log.go:181] (0xc005d1aa50) Go away received [AfterEach] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:39:51.550: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-network-test-8095" for this suite. • [SLOW TEST:22.518 seconds] [sig-network] Networking /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26 Granular Checks: Pods /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29 should function for intra-pod communication: http [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance]","total":294,"completed":267,"skipped":4256,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:39:51.560: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:39:52.296: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:39:54.572: 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:63730543192, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543192, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543192, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543192, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:39:56.578: 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:63730543192, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543192, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543192, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543192, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:39:59.662: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should deny crd creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Registering the crd webhook via the AdmissionRegistration API STEP: Creating a custom resource definition that should be denied by the webhook Jul 17 00:39:59.687: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:39:59.701: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-4689" for this suite. STEP: Destroying namespace "webhook-4689-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:8.243 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should deny crd creation [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]","total":294,"completed":268,"skipped":4305,"failed":2,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]"]} SS ------------------------------ [sig-network] Ingress API should support creating Ingress API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-network] Ingress API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:39:59.803: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename ingress STEP: Waiting for a default service account to be provisioned in namespace [It] should support creating Ingress API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: getting /apis STEP: getting /apis/networking.k8s.io STEP: getting /apis/networking.k8s.iov1 Jul 17 00:39:59.854: FAIL: expected ingresses, got []v1.APIResource{v1.APIResource{Name:"networkpolicies", SingularName:"", Namespaced:true, Group:"", Version:"", Kind:"NetworkPolicy", Verbs:v1.Verbs{"create", "delete", "deletecollection", "get", "list", "patch", "update", "watch"}, ShortNames:[]string{"netpol"}, Categories:[]string(nil), StorageVersionHash:"YpfwF18m1G8="}} Expected : false to equal : true Full Stack Trace k8s.io/kubernetes/test/e2e/network.glob..func12.1() /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingress.go:1050 +0xc0a k8s.io/kubernetes/test/e2e.RunE2ETests(0xc000172120) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e.go:130 +0x337 k8s.io/kubernetes/test/e2e.TestE2E(0xc000172120) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e_test.go:145 +0x2b testing.tRunner(0xc000172120, 0x4cc3740) /usr/local/go/src/testing/testing.go:991 +0xdc created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1042 +0x357 [AfterEach] [sig-network] Ingress API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 STEP: Collecting events from namespace "ingress-3372". STEP: Found 0 events. Jul 17 00:39:59.864: INFO: POD NODE PHASE GRACE CONDITIONS Jul 17 00:39:59.864: INFO: Jul 17 00:39:59.867: INFO: Logging node info for node latest-control-plane Jul 17 00:39:59.869: INFO: Node Info: &Node{ObjectMeta:{latest-control-plane /api/v1/nodes/latest-control-plane fab71f49-3955-4070-ba3f-a34ab7dbcb1f 1767783 0 2020-07-10 10:29:34 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-control-plane kubernetes.io/os:linux node-role.kubernetes.io/master:] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2020-07-10 10:29:38 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}},"f:labels":{"f:node-role.kubernetes.io/master":{}}}}} {kube-controller-manager Update v1 2020-07-10 10:30:09 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}},"f:taints":{}}}} {kubelet Update v1 2020-07-17 00:35:47 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.0.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:,},},ConfigSource:nil,PodCIDRs:[10.244.0.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:29:32 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-17 00:35:47 +0000 UTC,LastTransitionTime:2020-07-10 10:30:09 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.12,},NodeAddress{Type:Hostname,Address:latest-control-plane,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:08e3d1af94e64c419f74d6afa70f0d43,SystemUUID:b2b9a347-3d8a-409e-9c43-3d2f455385e1,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 17 00:39:59.870: INFO: Logging kubelet events for node latest-control-plane Jul 17 00:39:59.872: INFO: Logging pods the kubelet thinks is on node latest-control-plane Jul 17 00:39:59.893: INFO: coredns-66bff467f8-xqch9 started at 2020-07-10 10:30:09 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container coredns ready: true, restart count 0 Jul 17 00:39:59.893: INFO: local-path-provisioner-67795f75bd-wdgcp started at 2020-07-10 10:30:09 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container local-path-provisioner ready: true, restart count 0 Jul 17 00:39:59.893: INFO: kube-apiserver-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container kube-apiserver ready: true, restart count 0 Jul 17 00:39:59.893: INFO: kube-controller-manager-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container kube-controller-manager ready: true, restart count 1 Jul 17 00:39:59.893: INFO: kindnet-6gzv5 started at 2020-07-10 10:29:53 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:39:59.893: INFO: kube-proxy-bvnbl started at 2020-07-10 10:29:53 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:39:59.893: INFO: coredns-66bff467f8-lkg9r started at 2020-07-10 10:30:12 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container coredns ready: true, restart count 0 Jul 17 00:39:59.893: INFO: etcd-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container etcd ready: true, restart count 0 Jul 17 00:39:59.893: INFO: kube-scheduler-latest-control-plane started at 2020-07-10 10:29:39 +0000 UTC (0+1 container statuses recorded) Jul 17 00:39:59.893: INFO: Container kube-scheduler ready: true, restart count 1 W0717 00:39:59.909594 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:39:59.988: INFO: Latency metrics for node latest-control-plane Jul 17 00:39:59.988: INFO: Logging node info for node latest-worker Jul 17 00:39:59.992: INFO: Node Info: &Node{ObjectMeta:{latest-worker /api/v1/nodes/latest-worker ee905599-6d86-471c-8264-80d61eb4d02f 1768780 0 2020-07-10 10:30:12 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-worker kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kube-controller-manager Update v1 2020-07-10 10:30:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.2.0/24\"":{}}}}} {kubeadm Update v1 2020-07-10 10:30:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {e2e.test Update v1 2020-07-16 23:20:59 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:example.com/fakecpu":{}}}}} {kubelet Update v1 2020-07-17 00:38:50 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:example.com/fakecpu":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.2.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.2.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-17 00:38:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-17 00:38:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-17 00:38:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-17 00:38:50 +0000 UTC,LastTransitionTime:2020-07-10 10:30:32 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.14,},NodeAddress{Type:Hostname,Address:latest-worker,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:469a70212bc546bfb73ddea4d8686893,SystemUUID:ff574bf8-eaa0-484e-9d22-817c6038d2e3,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[k8s.gcr.io/etcd@sha256:12f377200949c25fde1e54bba639d34d119edd7cfcfb1d117526dba677c03c85 k8s.gcr.io/etcd:3.4.7],SizeBytes:104221097,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/sample-apiserver@sha256:ff02aacd9766d597883fabafc7ad604c719a57611db1bcc1564c69a45b000a55 gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17],SizeBytes:25311280,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 docker.io/appropriate/curl:latest],SizeBytes:2779755,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 docker.io/library/busybox:latest],SizeBytes:767885,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},ContainerImage{Names:[docker.io/kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 docker.io/kubernetes/pause:latest],SizeBytes:74015,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 17 00:39:59.993: INFO: Logging kubelet events for node latest-worker Jul 17 00:39:59.996: INFO: Logging pods the kubelet thinks is on node latest-worker Jul 17 00:40:00.020: INFO: kube-proxy-xb9q4 started at 2020-07-10 10:30:16 +0000 UTC (0+1 container statuses recorded) Jul 17 00:40:00.020: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:40:00.020: INFO: kindnet-qt4jk started at 2020-07-10 10:30:16 +0000 UTC (0+1 container statuses recorded) Jul 17 00:40:00.020: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:40:00.020: INFO: test-container-pod started at 2020-07-17 00:39:47 +0000 UTC (0+1 container statuses recorded) Jul 17 00:40:00.020: INFO: Container webserver ready: false, restart count 0 W0717 00:40:00.035501 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:40:00.119: INFO: Latency metrics for node latest-worker Jul 17 00:40:00.119: INFO: Logging node info for node latest-worker2 Jul 17 00:40:00.123: INFO: Node Info: &Node{ObjectMeta:{latest-worker2 /api/v1/nodes/latest-worker2 0ed4e844-533c-4115-b90e-6070300ff379 1769158 0 2020-07-10 10:30:11 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:latest-worker2 kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2020-07-10 10:30:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {kube-controller-manager Update v1 2020-07-10 10:30:32 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.1.0/24\"":{}}}}} {e2e.test Update v1 2020-07-17 00:39:24 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:example.com/fakecpu":{}}}}} {kubelet Update v1 2020-07-17 00:39:45 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:example.com/fakecpu":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.1.0/24,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.1.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922108928 0} {} BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-07-17 00:39:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-07-17 00:39:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-07-17 00:39:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:11 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-07-17 00:39:45 +0000 UTC,LastTransitionTime:2020-07-10 10:30:32 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.11,},NodeAddress{Type:Hostname,Address:latest-worker2,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:58abb20e7a0b4d058f79f995dc3b2d92,SystemUUID:a7355a65-57ac-4117-ae3f-f79ca388e0d4,BootID:11738d2d-5baa-4089-8e7f-2fb0329fce58,KernelVersion:4.15.0-109-generic,OSImage:Ubuntu 20.04 LTS,ContainerRuntimeVersion:containerd://1.4.0-beta.1-34-g49b0743c,KubeletVersion:v1.18.4,KubeProxyVersion:v1.18.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.3-0],SizeBytes:289997247,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.18.4],SizeBytes:146649905,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.18.4],SizeBytes:133416062,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.18.4],SizeBytes:132840771,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200619-15f5b3ab],SizeBytes:120473968,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.18.4],SizeBytes:113093425,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/jessie-dnsutils@sha256:ad583e33cb284f7ef046673809b146ec4053cda19b54a85d2b180a86169715eb gcr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.0],SizeBytes:85425365,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.6.7],SizeBytes:43921887,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.12],SizeBytes:41994847,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 docker.io/appropriate/curl:latest],SizeBytes:2779755,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 docker.io/library/busybox:latest],SizeBytes:767885,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[k8s.gcr.io/pause:3.2],SizeBytes:685724,},ContainerImage{Names:[docker.io/kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 docker.io/kubernetes/pause:latest],SizeBytes:74015,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jul 17 00:40:00.123: INFO: Logging kubelet events for node latest-worker2 Jul 17 00:40:00.125: INFO: Logging pods the kubelet thinks is on node latest-worker2 Jul 17 00:40:00.129: INFO: kube-proxy-s596l started at 2020-07-10 10:30:17 +0000 UTC (0+1 container statuses recorded) Jul 17 00:40:00.129: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:40:00.129: INFO: kindnet-gkkxx started at 2020-07-10 10:30:17 +0000 UTC (0+1 container statuses recorded) Jul 17 00:40:00.129: INFO: Container kindnet-cni ready: true, restart count 0 W0717 00:40:00.134204 7 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Jul 17 00:40:00.277: INFO: Latency metrics for node latest-worker2 Jul 17 00:40:00.277: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "ingress-3372" for this suite. • Failure [0.482 seconds] [sig-network] Ingress API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should support creating Ingress API operations [Conformance] [It] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:39:59.854: expected ingresses, got []v1.APIResource{v1.APIResource{Name:"networkpolicies", SingularName:"", Namespaced:true, Group:"", Version:"", Kind:"NetworkPolicy", Verbs:v1.Verbs{"create", "delete", "deletecollection", "get", "list", "patch", "update", "watch"}, ShortNames:[]string{"netpol"}, Categories:[]string(nil), StorageVersionHash:"YpfwF18m1G8="}} Expected : false to equal : true /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingress.go:1050 ------------------------------ {"msg":"FAILED [sig-network] Ingress API should support creating Ingress API operations [Conformance]","total":294,"completed":268,"skipped":4307,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:40:00.286: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [It] should check if Kubernetes master services is included in cluster-info [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: validating cluster-info Jul 17 00:40:00.695: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config cluster-info' Jul 17 00:40:00.823: INFO: stderr: "" Jul 17 00:40:00.824: INFO: stdout: "\x1b[0;32mKubernetes master\x1b[0m is running at \x1b[0;33mhttps://172.30.12.66:39087\x1b[0m\n\x1b[0;32mKubeDNS\x1b[0m is running at \x1b[0;33mhttps://172.30.12.66:39087/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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:40:00.824: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-7801" 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":294,"completed":269,"skipped":4352,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Docker Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:40:00.833: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test override all Jul 17 00:40:01.113: INFO: Waiting up to 5m0s for pod "client-containers-e592f223-1838-40ec-84e9-1612161f5874" in namespace "containers-4850" to be "Succeeded or Failed" Jul 17 00:40:01.116: INFO: Pod "client-containers-e592f223-1838-40ec-84e9-1612161f5874": Phase="Pending", Reason="", readiness=false. Elapsed: 2.420825ms Jul 17 00:40:03.165: INFO: Pod "client-containers-e592f223-1838-40ec-84e9-1612161f5874": Phase="Pending", Reason="", readiness=false. Elapsed: 2.051467198s Jul 17 00:40:05.200: INFO: Pod "client-containers-e592f223-1838-40ec-84e9-1612161f5874": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.087057532s STEP: Saw pod success Jul 17 00:40:05.201: INFO: Pod "client-containers-e592f223-1838-40ec-84e9-1612161f5874" satisfied condition "Succeeded or Failed" Jul 17 00:40:05.203: INFO: Trying to get logs from node latest-worker pod client-containers-e592f223-1838-40ec-84e9-1612161f5874 container test-container: STEP: delete the pod Jul 17 00:40:05.276: INFO: Waiting for pod client-containers-e592f223-1838-40ec-84e9-1612161f5874 to disappear Jul 17 00:40:05.288: INFO: Pod client-containers-e592f223-1838-40ec-84e9-1612161f5874 no longer exists [AfterEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:40:05.288: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "containers-4850" for this suite. •{"msg":"PASSED [k8s.io] Docker Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]","total":294,"completed":270,"skipped":4389,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Docker Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:40:05.298: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Docker Containers /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:40:09.675: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "containers-4450" for this suite. •{"msg":"PASSED [k8s.io] Docker Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]","total":294,"completed":271,"skipped":4413,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:40:09.683: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:42 [It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward API volume plugin Jul 17 00:40:09.815: INFO: Waiting up to 5m0s for pod "downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b" in namespace "downward-api-5720" to be "Succeeded or Failed" Jul 17 00:40:09.853: INFO: Pod "downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b": Phase="Pending", Reason="", readiness=false. Elapsed: 37.967246ms Jul 17 00:40:11.858: INFO: Pod "downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.042324911s Jul 17 00:40:13.862: INFO: Pod "downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.046520326s STEP: Saw pod success Jul 17 00:40:13.862: INFO: Pod "downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b" satisfied condition "Succeeded or Failed" Jul 17 00:40:13.865: INFO: Trying to get logs from node latest-worker pod downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b container client-container: STEP: delete the pod Jul 17 00:40:13.882: INFO: Waiting for pod downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b to disappear Jul 17 00:40:13.896: INFO: Pod downwardapi-volume-94c3f7fe-05ab-431c-83c7-00df1b43320b no longer exists [AfterEach] [sig-storage] Downward API volume /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:40:13.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-5720" 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":294,"completed":272,"skipped":4443,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:40:13.962: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:40:15.314: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:40:17.400: 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:63730543215, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543215, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543215, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543215, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} Jul 17 00:40:19.435: 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:63730543215, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543215, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543215, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543215, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:40:22.749: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:40:22.752: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:40:24.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-812" for this suite. STEP: Destroying namespace "webhook-812-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:10.315 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should be able to deny custom resource creation, update and deletion [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]","total":294,"completed":273,"skipped":4458,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSS ------------------------------ [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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:40:24.277: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:90 Jul 17 00:40:24.353: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready Jul 17 00:40:24.369: INFO: Waiting for terminating namespaces to be deleted... Jul 17 00:40:24.372: INFO: Logging pods the apiserver thinks is on node latest-worker before test Jul 17 00:40:24.377: INFO: kindnet-qt4jk from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:40:24.377: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:40:24.377: INFO: kube-proxy-xb9q4 from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:40:24.377: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:40:24.377: INFO: Logging pods the apiserver thinks is on node latest-worker2 before test Jul 17 00:40:24.382: INFO: kindnet-gkkxx from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:40:24.382: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:40:24.382: INFO: kube-proxy-s596l from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:40:24.382: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:40:24.382: INFO: sample-webhook-deployment-d96bd46c8-rgg9b from webhook-812 started at 2020-07-17 00:40:15 +0000 UTC (1 container statuses recorded) Jul 17 00:40:24.382: INFO: Container sample-webhook 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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-e1f2e590-3937-4217-8253-a6fe6054c490 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-e1f2e590-3937-4217-8253-a6fe6054c490 off the node latest-worker2 STEP: verifying the node doesn't have the label kubernetes.io/e2e-e1f2e590-3937-4217-8253-a6fe6054c490 [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:45:32.661: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-pred-8099" for this suite. [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:81 • [SLOW TEST:308.392 seconds] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"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":294,"completed":274,"skipped":4475,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:45:32.669: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:45:43.863: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-399" for this suite. • [SLOW TEST:11.201 seconds] [sig-api-machinery] ResourceQuota /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and capture the life of a service. [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance]","total":294,"completed":275,"skipped":4510,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Kubectl label should update the label on a resource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:45:43.871: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [BeforeEach] Kubectl label /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1328 STEP: creating the pod Jul 17 00:45:43.921: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-5360' Jul 17 00:45:47.149: INFO: stderr: "" Jul 17 00:45:47.149: INFO: stdout: "pod/pause created\n" Jul 17 00:45:47.150: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] Jul 17 00:45:47.150: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-5360" to be "running and ready" Jul 17 00:45:47.163: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 13.724616ms Jul 17 00:45:49.248: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 2.098289487s Jul 17 00:45:51.252: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 4.102285401s Jul 17 00:45:51.252: INFO: Pod "pause" satisfied condition "running and ready" Jul 17 00:45:51.252: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [pause] [It] should update the label on a resource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: adding the label testing-label with value testing-label-value to a pod Jul 17 00:45:51.252: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config label pods pause testing-label=testing-label-value --namespace=kubectl-5360' Jul 17 00:45:51.368: INFO: stderr: "" Jul 17 00:45:51.368: INFO: stdout: "pod/pause labeled\n" STEP: verifying the pod has the label testing-label with the value testing-label-value Jul 17 00:45:51.368: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pod pause -L testing-label --namespace=kubectl-5360' Jul 17 00:45:51.500: INFO: stderr: "" Jul 17 00:45:51.501: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 4s testing-label-value\n" STEP: removing the label testing-label of a pod Jul 17 00:45:51.501: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config label pods pause testing-label- --namespace=kubectl-5360' Jul 17 00:45:51.629: INFO: stderr: "" Jul 17 00:45:51.629: INFO: stdout: "pod/pause labeled\n" STEP: verifying the pod doesn't have the label testing-label Jul 17 00:45:51.629: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pod pause -L testing-label --namespace=kubectl-5360' Jul 17 00:45:51.732: INFO: stderr: "" Jul 17 00:45:51.732: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 4s \n" [AfterEach] Kubectl label /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1335 STEP: using delete to clean up resources Jul 17 00:45:51.732: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-5360' Jul 17 00:45:51.856: 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" Jul 17 00:45:51.856: INFO: stdout: "pod \"pause\" force deleted\n" Jul 17 00:45:51.856: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get rc,svc -l name=pause --no-headers --namespace=kubectl-5360' Jul 17 00:45:51.972: INFO: stderr: "No resources found in kubectl-5360 namespace.\n" Jul 17 00:45:51.972: INFO: stdout: "" Jul 17 00:45:51.972: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -l name=pause --namespace=kubectl-5360 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' Jul 17 00:45:52.085: INFO: stderr: "" Jul 17 00:45:52.085: INFO: stdout: "" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:45:52.085: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-5360" for this suite. • [SLOW TEST:8.222 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Kubectl label /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1325 should update the label on a resource [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Kubectl label should update the label on a resource [Conformance]","total":294,"completed":276,"skipped":4526,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:45:52.093: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:41 [It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:45:52.321: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda" in namespace "security-context-test-8254" to be "Succeeded or Failed" Jul 17 00:45:52.410: INFO: Pod "busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda": Phase="Pending", Reason="", readiness=false. Elapsed: 88.572559ms Jul 17 00:45:54.414: INFO: Pod "busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda": Phase="Pending", Reason="", readiness=false. Elapsed: 2.092925051s Jul 17 00:45:56.418: INFO: Pod "busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.096974078s Jul 17 00:45:56.418: INFO: Pod "busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda" satisfied condition "Succeeded or Failed" Jul 17 00:45:56.442: INFO: Got logs for pod "busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda": "ip: RTNETLINK answers: Operation not permitted\n" [AfterEach] [k8s.io] Security Context /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:45:56.442: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "security-context-test-8254" 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":294,"completed":277,"skipped":4558,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSS ------------------------------ [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:45:56.450: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:90 Jul 17 00:45:56.497: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready Jul 17 00:45:56.515: INFO: Waiting for terminating namespaces to be deleted... Jul 17 00:45:56.518: INFO: Logging pods the apiserver thinks is on node latest-worker before test Jul 17 00:45:56.524: INFO: kindnet-qt4jk from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:45:56.524: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:45:56.524: INFO: kube-proxy-xb9q4 from kube-system started at 2020-07-10 10:30:16 +0000 UTC (1 container statuses recorded) Jul 17 00:45:56.524: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:45:56.524: INFO: Logging pods the apiserver thinks is on node latest-worker2 before test Jul 17 00:45:56.530: INFO: kindnet-gkkxx from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:45:56.530: INFO: Container kindnet-cni ready: true, restart count 0 Jul 17 00:45:56.530: INFO: kube-proxy-s596l from kube-system started at 2020-07-10 10:30:17 +0000 UTC (1 container statuses recorded) Jul 17 00:45:56.530: INFO: Container kube-proxy ready: true, restart count 0 Jul 17 00:45:56.530: INFO: busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda from security-context-test-8254 started at 2020-07-17 00:45:52 +0000 UTC (1 container statuses recorded) Jul 17 00:45:56.530: INFO: Container busybox-privileged-false-8f4fcfc2-f854-471e-afc8-b7f49f69cbda ready: false, restart count 0 [It] validates resource limits of pods that are allowed to run [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: verifying the node has the label node latest-worker STEP: verifying the node has the label node latest-worker2 Jul 17 00:45:56.626: INFO: Pod kindnet-gkkxx requesting resource cpu=100m on Node latest-worker2 Jul 17 00:45:56.626: INFO: Pod kindnet-qt4jk requesting resource cpu=100m on Node latest-worker Jul 17 00:45:56.626: INFO: Pod kube-proxy-s596l requesting resource cpu=0m on Node latest-worker2 Jul 17 00:45:56.626: INFO: Pod kube-proxy-xb9q4 requesting resource cpu=0m on Node latest-worker STEP: Starting Pods to consume most of the cluster CPU. Jul 17 00:45:56.626: INFO: Creating a pod which consumes cpu=11130m on Node latest-worker Jul 17 00:45:56.632: INFO: Creating a pod which consumes cpu=11130m on Node latest-worker2 STEP: Creating another pod that requires unavailable amount of CPU. STEP: Considering event: Type = [Normal], Name = [filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8.1622639ff3aa8201], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3517/filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8 to latest-worker2] STEP: Considering event: Type = [Normal], Name = [filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8.162263a078615203], Reason = [Pulled], Message = [Container image "k8s.gcr.io/pause:3.2" already present on machine] STEP: Considering event: Type = [Normal], Name = [filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8.162263a0b8a15516], Reason = [Created], Message = [Created container filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8] STEP: Considering event: Type = [Normal], Name = [filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8.162263a0c7ad1d7c], Reason = [Started], Message = [Started container filler-pod-5cf516a2-9aab-4d4e-acac-eda5b6b4dae8] STEP: Considering event: Type = [Normal], Name = [filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7.1622639ff159dbd6], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3517/filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7 to latest-worker] STEP: Considering event: Type = [Normal], Name = [filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7.162263a03f393527], Reason = [Pulled], Message = [Container image "k8s.gcr.io/pause:3.2" already present on machine] STEP: Considering event: Type = [Normal], Name = [filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7.162263a09530d5de], Reason = [Created], Message = [Created container filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7] STEP: Considering event: Type = [Normal], Name = [filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7.162263a0a4f47449], Reason = [Started], Message = [Started container filler-pod-e39695b1-6398-4ea9-b912-bf7c9de122f7] STEP: Considering event: Type = [Warning], Name = [additional-pod.162263a15c106523], Reason = [FailedScheduling], Message = [0/3 nodes are available: 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate, 2 Insufficient cpu.] STEP: Considering event: Type = [Warning], Name = [additional-pod.162263a15d06f9d0], Reason = [FailedScheduling], Message = [0/3 nodes are available: 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate, 2 Insufficient cpu.] STEP: removing the label node off the node latest-worker2 STEP: verifying the node doesn't have the label node STEP: removing the label node off the node latest-worker STEP: verifying the node doesn't have the label node [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:46:03.787: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-pred-3517" for this suite. [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:81 • [SLOW TEST:7.345 seconds] [sig-scheduling] SchedulerPredicates [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 validates resource limits of pods that are allowed to run [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance]","total":294,"completed":278,"skipped":4570,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSS ------------------------------ [k8s.io] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:46:03.795: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:38 [BeforeEach] when scheduling a busybox command that always fails in a pod /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:82 [It] should have an terminated reason [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [AfterEach] [k8s.io] Kubelet /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:46:07.946: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubelet-test-2768" 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":294,"completed":279,"skipped":4584,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] Events should ensure that an event can be fetched, patched, deleted, and listed [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Events /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:46:07.956: 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 ensure that an event can be fetched, patched, deleted, and listed [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a test event STEP: listing all events in all namespaces STEP: patching the test event STEP: fetching the test event STEP: deleting the test event STEP: listing all events in all namespaces [AfterEach] [sig-api-machinery] Events /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:46:08.320: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "events-9627" for this suite. •{"msg":"PASSED [sig-api-machinery] Events should ensure that an event can be fetched, patched, deleted, and listed [Conformance]","total":294,"completed":280,"skipped":4635,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSS ------------------------------ [k8s.io] Variable Expansion should fail substituting values in a volume subpath with backticks [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:46:08.329: 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 fail substituting values in a volume subpath with backticks [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:48:08.506: INFO: Deleting pod "var-expansion-7a0eef0b-ef74-4ede-bec6-2df84412240f" in namespace "var-expansion-1655" Jul 17 00:48:08.511: INFO: Wait up to 5m0s for pod "var-expansion-7a0eef0b-ef74-4ede-bec6-2df84412240f" to be fully deleted [AfterEach] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:10.535: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "var-expansion-1655" for this suite. • [SLOW TEST:122.216 seconds] [k8s.io] Variable Expansion /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should fail substituting values in a volume subpath with backticks [sig-storage][Slow] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Variable Expansion should fail substituting values in a volume subpath with backticks [sig-storage][Slow] [Conformance]","total":294,"completed":281,"skipped":4643,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:10.547: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating configMap with name projected-configmap-test-volume-c161eaf8-e6a8-4327-b782-a17833c4557f STEP: Creating a pod to test consume configMaps Jul 17 00:48:10.628: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191" in namespace "projected-7183" to be "Succeeded or Failed" Jul 17 00:48:10.633: INFO: Pod "pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191": Phase="Pending", Reason="", readiness=false. Elapsed: 4.562574ms Jul 17 00:48:12.637: INFO: Pod "pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008566954s Jul 17 00:48:14.641: INFO: Pod "pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012689088s STEP: Saw pod success Jul 17 00:48:14.641: INFO: Pod "pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191" satisfied condition "Succeeded or Failed" Jul 17 00:48:14.643: INFO: Trying to get logs from node latest-worker2 pod pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191 container projected-configmap-volume-test: STEP: delete the pod Jul 17 00:48:14.734: INFO: Waiting for pod pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191 to disappear Jul 17 00:48:14.741: INFO: Pod pod-projected-configmaps-bc06aab9-5a36-4841-b1fb-915cb2d22191 no longer exists [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:14.741: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-7183" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]","total":294,"completed":282,"skipped":4734,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:14.796: 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] /src/k8s.io/kubernetes/_output/local/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 Jul 17 00:48:15.942: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set Jul 17 00:48:17.953: 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:63730543695, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543695, loc:(*time.Location)(0x7deddc0)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543696, loc:(*time.Location)(0x7deddc0)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63730543695, loc:(*time.Location)(0x7deddc0)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-d96bd46c8\" is progressing."}}, CollisionCount:(*int32)(nil)} STEP: Deploying the webhook service STEP: Verifying the service has paired with the endpoint Jul 17 00:48:20.990: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 [It] should mutate custom resource with pruning [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Jul 17 00:48:20.993: INFO: >>> kubeConfig: /root/.kube/config STEP: Registering the mutating webhook for custom resource e2e-test-webhook-8822-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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:22.128: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "webhook-4451" for this suite. STEP: Destroying namespace "webhook-4451-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102 • [SLOW TEST:7.420 seconds] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should mutate custom resource with pruning [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]","total":294,"completed":283,"skipped":4797,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:22.217: 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 /src/k8s.io/kubernetes/_output/local/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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: create the pod with lifecycle hook STEP: check poststart hook STEP: delete the pod with lifecycle hook Jul 17 00:48:30.366: INFO: Waiting for pod pod-with-poststart-http-hook to disappear Jul 17 00:48:30.392: INFO: Pod pod-with-poststart-http-hook still exists Jul 17 00:48:32.392: INFO: Waiting for pod pod-with-poststart-http-hook to disappear Jul 17 00:48:32.397: INFO: Pod pod-with-poststart-http-hook still exists Jul 17 00:48:34.392: INFO: Waiting for pod pod-with-poststart-http-hook to disappear Jul 17 00:48:34.397: INFO: Pod pod-with-poststart-http-hook still exists Jul 17 00:48:36.392: INFO: Waiting for pod pod-with-poststart-http-hook to disappear Jul 17 00:48:36.397: INFO: Pod pod-with-poststart-http-hook still exists Jul 17 00:48:38.392: INFO: Waiting for pod pod-with-poststart-http-hook to disappear Jul 17 00:48:38.397: INFO: Pod pod-with-poststart-http-hook still exists Jul 17 00:48:40.392: INFO: Waiting for pod pod-with-poststart-http-hook to disappear Jul 17 00:48:40.402: INFO: Pod pod-with-poststart-http-hook no longer exists [AfterEach] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:40.402: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "container-lifecycle-hook-1926" for this suite. • [SLOW TEST:18.197 seconds] [k8s.io] Container Lifecycle Hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 when create a pod with lifecycle hook /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42 should execute poststart http hook properly [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]","total":294,"completed":284,"skipped":4826,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Update Demo should create and stop a replication controller [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:40.414: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:255 [BeforeEach] Update Demo /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:307 [It] should create and stop a replication controller [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating a replication controller Jul 17 00:48:40.536: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-12' Jul 17 00:48:40.891: INFO: stderr: "" Jul 17 00:48:40.892: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" STEP: waiting for all containers in name=update-demo pods to come up. Jul 17 00:48:40.892: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-12' Jul 17 00:48:41.043: INFO: stderr: "" Jul 17 00:48:41.043: INFO: stdout: "update-demo-nautilus-4vfb9 update-demo-nautilus-lvtws " Jul 17 00:48:41.043: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-4vfb9 -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-12' Jul 17 00:48:41.171: INFO: stderr: "" Jul 17 00:48:41.171: INFO: stdout: "" Jul 17 00:48:41.171: INFO: update-demo-nautilus-4vfb9 is created but not running Jul 17 00:48:46.171: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-12' Jul 17 00:48:46.308: INFO: stderr: "" Jul 17 00:48:46.308: INFO: stdout: "update-demo-nautilus-4vfb9 update-demo-nautilus-lvtws " Jul 17 00:48:46.308: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-4vfb9 -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-12' Jul 17 00:48:46.398: INFO: stderr: "" Jul 17 00:48:46.398: INFO: stdout: "true" Jul 17 00:48:46.398: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-4vfb9 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-12' Jul 17 00:48:46.493: INFO: stderr: "" Jul 17 00:48:46.493: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 17 00:48:46.493: INFO: validating pod update-demo-nautilus-4vfb9 Jul 17 00:48:46.497: INFO: got data: { "image": "nautilus.jpg" } Jul 17 00:48:46.497: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 17 00:48:46.497: INFO: update-demo-nautilus-4vfb9 is verified up and running Jul 17 00:48:46.497: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-lvtws -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-12' Jul 17 00:48:46.589: INFO: stderr: "" Jul 17 00:48:46.589: INFO: stdout: "true" Jul 17 00:48:46.589: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods update-demo-nautilus-lvtws -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-12' Jul 17 00:48:46.692: INFO: stderr: "" Jul 17 00:48:46.692: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0" Jul 17 00:48:46.692: INFO: validating pod update-demo-nautilus-lvtws Jul 17 00:48:46.695: INFO: got data: { "image": "nautilus.jpg" } Jul 17 00:48:46.695: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . Jul 17 00:48:46.695: INFO: update-demo-nautilus-lvtws is verified up and running STEP: using delete to clean up resources Jul 17 00:48:46.695: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-12' Jul 17 00:48:46.804: 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" Jul 17 00:48:46.804: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" Jul 17 00:48:46.804: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-12' Jul 17 00:48:46.906: INFO: stderr: "No resources found in kubectl-12 namespace.\n" Jul 17 00:48:46.906: INFO: stdout: "" Jul 17 00:48:46.906: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-12 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' Jul 17 00:48:47.006: INFO: stderr: "" Jul 17 00:48:47.006: INFO: stdout: "update-demo-nautilus-4vfb9\nupdate-demo-nautilus-lvtws\n" Jul 17 00:48:47.506: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-12' Jul 17 00:48:47.618: INFO: stderr: "No resources found in kubectl-12 namespace.\n" Jul 17 00:48:47.618: INFO: stdout: "" Jul 17 00:48:47.618: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:39087 --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-12 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' Jul 17 00:48:47.722: INFO: stderr: "" Jul 17 00:48:47.722: INFO: stdout: "" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:47.722: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-12" for this suite. • [SLOW TEST:7.316 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Update Demo /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:305 should create and stop a replication controller [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-cli] Kubectl client Update Demo should create and stop a replication controller [Conformance]","total":294,"completed":285,"skipped":4839,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:47.731: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating projection with configMap that has name projected-configmap-test-upd-9faa1b2b-faea-4738-a5ff-fee545c44df5 STEP: Creating the pod STEP: Updating configmap projected-configmap-test-upd-9faa1b2b-faea-4738-a5ff-fee545c44df5 STEP: waiting to observe update in volume [AfterEach] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:54.268: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-1923" for this suite. • [SLOW TEST:6.546 seconds] [sig-storage] Projected configMap /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:36 updates should be reflected in volume [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]","total":294,"completed":286,"skipped":4858,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSS ------------------------------ [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:54.277: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a pod to test downward api env vars Jul 17 00:48:54.386: INFO: Waiting up to 5m0s for pod "downward-api-f673bab2-2b36-44db-b927-35f36da892a0" in namespace "downward-api-3363" to be "Succeeded or Failed" Jul 17 00:48:54.390: INFO: Pod "downward-api-f673bab2-2b36-44db-b927-35f36da892a0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.851949ms Jul 17 00:48:56.556: INFO: Pod "downward-api-f673bab2-2b36-44db-b927-35f36da892a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.170559868s Jul 17 00:48:58.561: INFO: Pod "downward-api-f673bab2-2b36-44db-b927-35f36da892a0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.175422555s STEP: Saw pod success Jul 17 00:48:58.561: INFO: Pod "downward-api-f673bab2-2b36-44db-b927-35f36da892a0" satisfied condition "Succeeded or Failed" Jul 17 00:48:58.564: INFO: Trying to get logs from node latest-worker pod downward-api-f673bab2-2b36-44db-b927-35f36da892a0 container dapi-container: STEP: delete the pod Jul 17 00:48:58.618: INFO: Waiting for pod downward-api-f673bab2-2b36-44db-b927-35f36da892a0 to disappear Jul 17 00:48:58.623: INFO: Pod downward-api-f673bab2-2b36-44db-b927-35f36da892a0 no longer exists [AfterEach] [sig-node] Downward API /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:48:58.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-3363" for this suite. •{"msg":"PASSED [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]","total":294,"completed":287,"skipped":4876,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:48:58.651: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation Jul 17 00:48:58.743: INFO: >>> kubeConfig: /root/.kube/config STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation Jul 17 00:49:09.132: INFO: >>> kubeConfig: /root/.kube/config Jul 17 00:49:12.023: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:49:21.555: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-3155" for this suite. • [SLOW TEST:22.911 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for multiple CRDs of same group but different versions [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance]","total":294,"completed":288,"skipped":4891,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SS ------------------------------ [sig-api-machinery] Namespaces [Serial] should ensure that all services are removed when a namespace is deleted [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-api-machinery] Namespaces [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:49:21.563: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:49:27.874: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "namespaces-7107" for this suite. STEP: Destroying namespace "nsdeletetest-9289" for this suite. Jul 17 00:49:27.886: INFO: Namespace nsdeletetest-9289 was already deleted STEP: Destroying namespace "nsdeletetest-8212" for this suite. • [SLOW TEST:6.327 seconds] [sig-api-machinery] Namespaces [Serial] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should ensure that all services are removed when a namespace is deleted [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all services are removed when a namespace is deleted [Conformance]","total":294,"completed":289,"skipped":4893,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:49:27.890: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:162 [It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating the pod Jul 17 00:49:27.967: INFO: PodSpec: initContainers in spec.initContainers Jul 17 00:50:20.200: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-07483f7a-6e77-46d4-b441-20131a9f137f", GenerateName:"", Namespace:"init-container-8323", SelfLink:"/api/v1/namespaces/init-container-8323/pods/pod-init-07483f7a-6e77-46d4-b441-20131a9f137f", UID:"50404e58-5b85-49ba-b7c8-41362988f460", ResourceVersion:"1771866", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63730543767, loc:(*time.Location)(0x7deddc0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"967362444"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:(*v1.Time)(0xc004ced340), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004ced360)}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:(*v1.Time)(0xc004ced3a0), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004ced3c0)}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"default-token-rvfdp", 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)(0xc0046ab980), 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-rvfdp", 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-rvfdp", 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.2", 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-rvfdp", 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)(0xc003dedd08), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"latest-worker", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc0009f3ce0), 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)(0xc003dedda0)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc003deddc0)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc003deddc8), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc003deddcc), PreemptionPolicy:(*v1.PreemptionPolicy)(nil), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(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:63730543768, loc:(*time.Location)(0x7deddc0)}}, 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:63730543768, loc:(*time.Location)(0x7deddc0)}}, 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:63730543768, loc:(*time.Location)(0x7deddc0)}}, 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:63730543767, loc:(*time.Location)(0x7deddc0)}}, Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"172.18.0.14", PodIP:"10.244.2.112", PodIPs:[]v1.PodIP{v1.PodIP{IP:"10.244.2.112"}}, StartTime:(*v1.Time)(0xc004ced3e0), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0009f3dc0)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0009f3e30)}, Ready:false, RestartCount:3, Image:"docker.io/library/busybox:1.29", ImageID:"docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796", ContainerID:"containerd://d76d9bc42b2f7beefe555a0ebec5e386b533d202424c901639faa13d87664cbd", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc004ced420), 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)(0xc004ced400), 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.2", ImageID:"", ContainerID:"", Started:(*bool)(0xc003dede6f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} [AfterEach] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:50:20.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "init-container-8323" for this suite. • [SLOW TEST:52.342 seconds] [k8s.io] InitContainer [NodeConformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:592 should not start app containers if init containers fail on a RestartAlways pod [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]","total":294,"completed":290,"skipped":4913,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SSSSSS ------------------------------ [sig-apps] Job should delete a job [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Jul 17 00:50:20.232: 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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: Creating a job STEP: Ensuring active pods == parallelism STEP: delete a job STEP: deleting Job.batch foo in namespace job-906, will wait for the garbage collector to delete the pods Jul 17 00:50:24.414: INFO: Deleting Job.batch foo took: 5.494878ms Jul 17 00:50:24.714: INFO: Terminating Job.batch foo pods took: 300.189928ms STEP: Ensuring job was deleted [AfterEach] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 Jul 17 00:51:09.217: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "job-906" for this suite. • [SLOW TEST:48.992 seconds] [sig-apps] Job /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23 should delete a job [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 ------------------------------ {"msg":"PASSED [sig-apps] Job should delete a job [Conformance]","total":294,"completed":291,"skipped":4919,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} SJul 17 00:51:09.224: INFO: Running AfterSuite actions on all nodes Jul 17 00:51:09.224: INFO: Running AfterSuite actions on node 1 Jul 17 00:51:09.224: INFO: Skipping dumping logs from cluster JUnit report was created: /home/opnfv/functest/results/k8s_conformance/junit_01.xml {"msg":"Test Suite completed","total":294,"completed":291,"skipped":4920,"failed":3,"failures":["[sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","[sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","[sig-network] Ingress API should support creating Ingress API operations [Conformance]"]} Summarizing 3 Failures: [Fail] [sig-auth] Certificates API [Privileged:ClusterAdmin] [It] should support CSR API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/auth/certificates.go:231 [Fail] [sig-network] IngressClass API [It] should support creating IngressClass API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingressclass.go:210 [Fail] [sig-network] Ingress API [It] should support creating Ingress API operations [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/ingress.go:1050 Ran 294 of 5214 Specs in 5470.029 seconds FAIL! -- 291 Passed | 3 Failed | 0 Pending | 4920 Skipped --- FAIL: TestE2E (5470.12s) FAIL