From 5db2ac5a27a3084e64638945641a24dc28a88319 Mon Sep 17 00:00:00 2001 From: ShylajaDevadiga <56045581+ShylajaDevadiga@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:08:05 -0700 Subject: [PATCH] Conformance test results for v1.25/k3s (#2178) Signed-off-by: Shylaja Devadiga Signed-off-by: Shylaja Devadiga --- v1.25/k3s/PRODUCT.yaml | 9 + v1.25/k3s/README.md | 14 + v1.25/k3s/e2e.log | 46522 +++++++++++++++++++++++++++++++++++++++ v1.25/k3s/junit_01.xml | 20505 +++++++++++++++++ 4 files changed, 67050 insertions(+) create mode 100644 v1.25/k3s/PRODUCT.yaml create mode 100644 v1.25/k3s/README.md create mode 100644 v1.25/k3s/e2e.log create mode 100644 v1.25/k3s/junit_01.xml diff --git a/v1.25/k3s/PRODUCT.yaml b/v1.25/k3s/PRODUCT.yaml new file mode 100644 index 0000000000..a1c8997703 --- /dev/null +++ b/v1.25/k3s/PRODUCT.yaml @@ -0,0 +1,9 @@ +vendor: SUSE, LLC +name: k3s +version: v1.25.0+k3s1 +website_url: https://k3s.io/ +repo_url: https://github.com/k3s-io/k3s +documentation_url: https://rancher.com/docs/k3s/latest/en/ +product_logo_url: http://k3s.io/img/logo.svg?1 +type: distribution +description: Lightweight Kubernetes diff --git a/v1.25/k3s/README.md b/v1.25/k3s/README.md new file mode 100644 index 0000000000..c40955a7fc --- /dev/null +++ b/v1.25/k3s/README.md @@ -0,0 +1,14 @@ +# k3s +Lightweight Kubernetes +## To Reproduce + +1. Create two machines, any modern Linux will work but this test was done with SUSE Linux Enterprise Server 15 SP4 LTS. +2. K3s provides an installation script that is a convenient way to install it as a service on systemd or openrc based systems. This script is available at https://get.k3s.io. To install K3s using this method, just run: + + curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.25.0+k3s1 sh - + +3. To install on worker nodes and add them to the cluster, run the installation script with the K3S_URL and K3S_TOKEN environment variables. Here is an example showing how to join a worker node. The value to use for K3S_TOKEN is stored at /var/lib/rancher/k3s/server/node-token on your server node. + + curl -sfL https://get.k3s.io | K3S_URL=https://serverone:6443 K3S_TOKEN= INSTALL_K3S_VERSION=v1.25.0+k3s1 sh - + +4. Run sonobuoy v0.56.10: `sonobuoy run --mode=certified-conformance --kubernetes-version=v1.25.0` diff --git a/v1.25/k3s/e2e.log b/v1.25/k3s/e2e.log new file mode 100644 index 0000000000..7928ea5f64 --- /dev/null +++ b/v1.25/k3s/e2e.log @@ -0,0 +1,46522 @@ +I0916 19:10:18.835428 19 e2e.go:116] Starting e2e run "7dd2be77-bf86-45e0-8dc4-dbe73c4b97b0" on Ginkgo node 1 +Sep 16 19:10:18.849: INFO: Enabling in-tree volume drivers +Running Suite: Kubernetes e2e suite - /usr/local/bin +==================================================== +Random Seed: 1663355418 - will randomize all specs + +Will run 362 of 7067 specs +------------------------------ +[SynchronizedBeforeSuite] +test/e2e/e2e.go:76 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 +{"msg":"Test Suite starting","completed":0,"skipped":0,"failed":0} +Sep 16 19:10:18.976: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:10:18.978: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable +E0916 19:10:18.978845 19 progress.go:80] Failed to post progress update to http://localhost:8099/progress: Post "http://localhost:8099/progress": dial tcp [::1]:8099: connect: connection refused +E0916 19:10:18.978845 19 progress.go:80] Failed to post progress update to http://localhost:8099/progress: Post "http://localhost:8099/progress": dial tcp [::1]:8099: connect: connection refused +Sep 16 19:10:18.989: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready +Sep 16 19:10:19.006: INFO: The status of Pod helm-install-traefik-crd-ggsfz is Succeeded, skipping waiting +Sep 16 19:10:19.006: INFO: The status of Pod helm-install-traefik-gqqvh is Succeeded, skipping waiting +Sep 16 19:10:19.006: INFO: 6 / 8 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) +Sep 16 19:10:19.006: INFO: expected 4 pod replicas in namespace 'kube-system', 4 are Running and Ready. +Sep 16 19:10:19.007: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start +Sep 16 19:10:19.011: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'svclb-traefik-2a818804' (0 seconds elapsed) +Sep 16 19:10:19.011: INFO: e2e test version: v1.25.0 +Sep 16 19:10:19.012: INFO: kube-apiserver version: v1.25.0+k3s1 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 +Sep 16 19:10:19.012: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:10:19.017: INFO: Cluster IP family: ipv4 +------------------------------ +[SynchronizedBeforeSuite] PASSED [0.041 seconds] +[SynchronizedBeforeSuite] +test/e2e/e2e.go:76 + + Begin Captured GinkgoWriter Output >> + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 + Sep 16 19:10:18.976: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:10:18.978: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable + E0916 19:10:18.978845 19 progress.go:80] Failed to post progress update to http://localhost:8099/progress: Post "http://localhost:8099/progress": dial tcp [::1]:8099: connect: connection refused + Sep 16 19:10:18.989: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready + Sep 16 19:10:19.006: INFO: The status of Pod helm-install-traefik-crd-ggsfz is Succeeded, skipping waiting + Sep 16 19:10:19.006: INFO: The status of Pod helm-install-traefik-gqqvh is Succeeded, skipping waiting + Sep 16 19:10:19.006: INFO: 6 / 8 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) + Sep 16 19:10:19.006: INFO: expected 4 pod replicas in namespace 'kube-system', 4 are Running and Ready. + Sep 16 19:10:19.007: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start + Sep 16 19:10:19.011: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'svclb-traefik-2a818804' (0 seconds elapsed) + Sep 16 19:10:19.011: INFO: e2e test version: v1.25.0 + Sep 16 19:10:19.012: INFO: kube-apiserver version: v1.25.0+k3s1 + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 + Sep 16 19:10:19.012: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:10:19.017: INFO: Cluster IP family: ipv4 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicaSet + should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:10:19.039 +Sep 16 19:10:19.040: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replicaset 09/16/22 19:10:19.041 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:10:19.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:10:19.142 +[It] should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 +STEP: Given a Pod with a 'name' label pod-adoption-release is created 09/16/22 19:10:19.149 +Sep 16 19:10:19.180: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-1307" to be "running and ready" +Sep 16 19:10:19.206: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 25.512858ms +Sep 16 19:10:19.206: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:21.209: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 2.029156683s +Sep 16 19:10:21.209: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:23.210: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 4.02981792s +Sep 16 19:10:23.210: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:25.210: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 6.029864047s +Sep 16 19:10:25.210: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:27.209: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 8.028322987s +Sep 16 19:10:27.209: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:29.210: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 10.029681995s +Sep 16 19:10:29.210: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:31.209: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 12.028747126s +Sep 16 19:10:31.209: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:10:33.213: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 14.033141584s +Sep 16 19:10:33.214: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) +Sep 16 19:10:33.214: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" +STEP: When a replicaset with a matching selector is created 09/16/22 19:10:33.217 +STEP: Then the orphan pod is adopted 09/16/22 19:10:33.229 +STEP: When the matched label of one of its pods change 09/16/22 19:10:34.24 +Sep 16 19:10:34.244: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 +STEP: Then the pod is released 09/16/22 19:10:34.256 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 16 19:10:35.266: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-1307" for this suite. 09/16/22 19:10:35.269 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]","completed":1,"skipped":5,"failed":0} +------------------------------ +• [SLOW TEST] [16.240 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:10:19.039 + Sep 16 19:10:19.040: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replicaset 09/16/22 19:10:19.041 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:10:19.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:10:19.142 + [It] should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 + STEP: Given a Pod with a 'name' label pod-adoption-release is created 09/16/22 19:10:19.149 + Sep 16 19:10:19.180: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-1307" to be "running and ready" + Sep 16 19:10:19.206: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 25.512858ms + Sep 16 19:10:19.206: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:21.209: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 2.029156683s + Sep 16 19:10:21.209: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:23.210: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 4.02981792s + Sep 16 19:10:23.210: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:25.210: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 6.029864047s + Sep 16 19:10:25.210: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:27.209: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 8.028322987s + Sep 16 19:10:27.209: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:29.210: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 10.029681995s + Sep 16 19:10:29.210: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:31.209: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 12.028747126s + Sep 16 19:10:31.209: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:10:33.213: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 14.033141584s + Sep 16 19:10:33.214: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) + Sep 16 19:10:33.214: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" + STEP: When a replicaset with a matching selector is created 09/16/22 19:10:33.217 + STEP: Then the orphan pod is adopted 09/16/22 19:10:33.229 + STEP: When the matched label of one of its pods change 09/16/22 19:10:34.24 + Sep 16 19:10:34.244: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 + STEP: Then the pod is released 09/16/22 19:10:34.256 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 16 19:10:35.266: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-1307" for this suite. 09/16/22 19:10:35.269 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:10:35.296 +Sep 16 19:10:35.296: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 19:10:35.297 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:10:35.315 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:10:35.319 +[It] should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-3138.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-3138.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 09/16/22 19:10:35.323 +STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-3138.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-3138.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 09/16/22 19:10:35.324 +STEP: creating a pod to probe /etc/hosts 09/16/22 19:10:35.324 +STEP: submitting the pod to kubernetes 09/16/22 19:10:35.324 +Sep 16 19:10:35.331: INFO: Waiting up to 15m0s for pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222" in namespace "dns-3138" to be "running" +Sep 16 19:10:35.347: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 15.818559ms +Sep 16 19:10:37.355: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 2.024582208s +Sep 16 19:10:39.350: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 4.01944383s +Sep 16 19:10:41.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 6.020403901s +Sep 16 19:10:43.350: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 8.018920473s +Sep 16 19:10:46.357: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 11.026541911s +Sep 16 19:10:47.811: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 12.480354512s +Sep 16 19:10:49.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 14.019736154s +Sep 16 19:10:51.367: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 16.036686767s +Sep 16 19:10:53.353: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 18.021748999s +Sep 16 19:10:55.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 20.020163418s +Sep 16 19:10:57.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 22.019901727s +Sep 16 19:10:59.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 24.019771061s +Sep 16 19:11:01.356: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 26.025417582s +Sep 16 19:11:03.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Running", Reason="", readiness=true. Elapsed: 28.020491165s +Sep 16 19:11:03.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222" satisfied condition "running" +STEP: retrieving the pod 09/16/22 19:11:03.351 +STEP: looking for the results for each expected name from probers 09/16/22 19:11:03.355 +Sep 16 19:11:03.372: INFO: DNS probes using dns-3138/dns-test-9057e504-0698-40c6-8dc6-abc522b20222 succeeded + +STEP: deleting the pod 09/16/22 19:11:03.372 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 19:11:03.382: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-3138" for this suite. 09/16/22 19:11:03.389 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should provide /etc/hosts entries for the cluster [Conformance]","completed":2,"skipped":28,"failed":0} +------------------------------ +• [SLOW TEST] [28.098 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:10:35.296 + Sep 16 19:10:35.296: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 19:10:35.297 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:10:35.315 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:10:35.319 + [It] should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-3138.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-3138.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 09/16/22 19:10:35.323 + STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-3138.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-3138.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 09/16/22 19:10:35.324 + STEP: creating a pod to probe /etc/hosts 09/16/22 19:10:35.324 + STEP: submitting the pod to kubernetes 09/16/22 19:10:35.324 + Sep 16 19:10:35.331: INFO: Waiting up to 15m0s for pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222" in namespace "dns-3138" to be "running" + Sep 16 19:10:35.347: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 15.818559ms + Sep 16 19:10:37.355: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 2.024582208s + Sep 16 19:10:39.350: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 4.01944383s + Sep 16 19:10:41.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 6.020403901s + Sep 16 19:10:43.350: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 8.018920473s + Sep 16 19:10:46.357: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 11.026541911s + Sep 16 19:10:47.811: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 12.480354512s + Sep 16 19:10:49.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 14.019736154s + Sep 16 19:10:51.367: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 16.036686767s + Sep 16 19:10:53.353: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 18.021748999s + Sep 16 19:10:55.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 20.020163418s + Sep 16 19:10:57.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 22.019901727s + Sep 16 19:10:59.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 24.019771061s + Sep 16 19:11:01.356: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Pending", Reason="", readiness=false. Elapsed: 26.025417582s + Sep 16 19:11:03.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222": Phase="Running", Reason="", readiness=true. Elapsed: 28.020491165s + Sep 16 19:11:03.351: INFO: Pod "dns-test-9057e504-0698-40c6-8dc6-abc522b20222" satisfied condition "running" + STEP: retrieving the pod 09/16/22 19:11:03.351 + STEP: looking for the results for each expected name from probers 09/16/22 19:11:03.355 + Sep 16 19:11:03.372: INFO: DNS probes using dns-3138/dns-test-9057e504-0698-40c6-8dc6-abc522b20222 succeeded + + STEP: deleting the pod 09/16/22 19:11:03.372 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 19:11:03.382: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-3138" for this suite. 09/16/22 19:11:03.389 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:11:03.399 +Sep 16 19:11:03.399: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 19:11:03.402 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:11:03.423 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:11:03.426 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-8709 09/16/22 19:11:03.43 +[It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 +STEP: Creating a new StatefulSet 09/16/22 19:11:03.435 +Sep 16 19:11:03.459: INFO: Found 0 stateful pods, waiting for 3 +Sep 16 19:11:13.733: INFO: Found 2 stateful pods, waiting for 3 +Sep 16 19:11:23.464: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:11:23.464: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:11:23.464: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:11:23.480: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:11:23.707: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:11:23.707: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:11:23.707: 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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/16/22 19:11:33.723 +Sep 16 19:11:33.743: INFO: Updating stateful set ss2 +STEP: Creating a new revision 09/16/22 19:11:33.743 +STEP: Updating Pods in reverse ordinal order 09/16/22 19:11:43.769 +Sep 16 19:11:43.776: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:11:43.943: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:11:43.943: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:11:43.943: 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' + +Sep 16 19:11:54.139: INFO: Waiting for StatefulSet statefulset-8709/ss2 to complete update +Sep 16 19:11:54.139: INFO: Waiting for Pod statefulset-8709/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +Sep 16 19:11:54.139: INFO: Waiting for Pod statefulset-8709/ss2-1 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +Sep 16 19:12:06.795: INFO: Waiting for StatefulSet statefulset-8709/ss2 to complete update +Sep 16 19:12:06.795: INFO: Waiting for Pod statefulset-8709/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +Sep 16 19:12:14.145: INFO: Waiting for StatefulSet statefulset-8709/ss2 to complete update +Sep 16 19:12:14.145: INFO: Waiting for Pod statefulset-8709/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +STEP: Rolling back to a previous revision 09/16/22 19:12:24.145 +Sep 16 19:12:24.145: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:12:24.237: INFO: rc: 1 +Sep 16 19:12:24.237: INFO: Waiting 10s to retry failed RunHostCmd: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true: +Command stdout: + +stderr: +Error from server: error dialing backend: EOF + +error: +exit status 1 +Sep 16 19:12:34.238: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:12:34.391: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:12:34.391: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:12:34.391: 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' + +Sep 16 19:12:44.422: INFO: Updating stateful set ss2 +STEP: Rolling back update in reverse ordinal order 09/16/22 19:12:54.441 +Sep 16 19:12:54.446: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:12:54.680: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:12:54.680: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:12:54.680: 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' + +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 19:13:04.695: INFO: Deleting all statefulset in ns statefulset-8709 +Sep 16 19:13:04.698: INFO: Scaling statefulset ss2 to 0 +Sep 16 19:13:14.716: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:13:14.717: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 19:13:14.745: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-8709" for this suite. 09/16/22 19:13:14.749 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance]","completed":3,"skipped":32,"failed":0} +------------------------------ +• [SLOW TEST] [131.355 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:11:03.399 + Sep 16 19:11:03.399: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 19:11:03.402 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:11:03.423 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:11:03.426 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-8709 09/16/22 19:11:03.43 + [It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 + STEP: Creating a new StatefulSet 09/16/22 19:11:03.435 + Sep 16 19:11:03.459: INFO: Found 0 stateful pods, waiting for 3 + Sep 16 19:11:13.733: INFO: Found 2 stateful pods, waiting for 3 + Sep 16 19:11:23.464: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:11:23.464: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:11:23.464: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:11:23.480: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:11:23.707: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:11:23.707: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:11:23.707: 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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/16/22 19:11:33.723 + Sep 16 19:11:33.743: INFO: Updating stateful set ss2 + STEP: Creating a new revision 09/16/22 19:11:33.743 + STEP: Updating Pods in reverse ordinal order 09/16/22 19:11:43.769 + Sep 16 19:11:43.776: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:11:43.943: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:11:43.943: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:11:43.943: 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' + + Sep 16 19:11:54.139: INFO: Waiting for StatefulSet statefulset-8709/ss2 to complete update + Sep 16 19:11:54.139: INFO: Waiting for Pod statefulset-8709/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + Sep 16 19:11:54.139: INFO: Waiting for Pod statefulset-8709/ss2-1 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + Sep 16 19:12:06.795: INFO: Waiting for StatefulSet statefulset-8709/ss2 to complete update + Sep 16 19:12:06.795: INFO: Waiting for Pod statefulset-8709/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + Sep 16 19:12:14.145: INFO: Waiting for StatefulSet statefulset-8709/ss2 to complete update + Sep 16 19:12:14.145: INFO: Waiting for Pod statefulset-8709/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + STEP: Rolling back to a previous revision 09/16/22 19:12:24.145 + Sep 16 19:12:24.145: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:12:24.237: INFO: rc: 1 + Sep 16 19:12:24.237: INFO: Waiting 10s to retry failed RunHostCmd: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true: + Command stdout: + + stderr: + Error from server: error dialing backend: EOF + + error: + exit status 1 + Sep 16 19:12:34.238: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:12:34.391: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:12:34.391: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:12:34.391: 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' + + Sep 16 19:12:44.422: INFO: Updating stateful set ss2 + STEP: Rolling back update in reverse ordinal order 09/16/22 19:12:54.441 + Sep 16 19:12:54.446: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-8709 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:12:54.680: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:12:54.680: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:12:54.680: 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' + + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 19:13:04.695: INFO: Deleting all statefulset in ns statefulset-8709 + Sep 16 19:13:04.698: INFO: Scaling statefulset ss2 to 0 + Sep 16 19:13:14.716: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:13:14.717: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 19:13:14.745: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-8709" for this suite. 09/16/22 19:13:14.749 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Runtime blackbox test on terminated container + should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:13:14.754 +Sep 16 19:13:14.754: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-runtime 09/16/22 19:13:14.756 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:14.785 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:14.79 +[It] should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 +STEP: create the container 09/16/22 19:13:14.796 +STEP: wait for the container to reach Succeeded 09/16/22 19:13:14.807 +STEP: get the container status 09/16/22 19:13:19.833 +STEP: the container should be terminated 09/16/22 19:13:19.835 +STEP: the termination message should be set 09/16/22 19:13:19.836 +Sep 16 19:13:19.836: INFO: Expected: &{OK} to match Container's Termination Message: OK -- +STEP: delete the container 09/16/22 19:13:19.836 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 16 19:13:19.851: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-5140" for this suite. 09/16/22 19:13:19.857 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Runtime blackbox test on terminated container should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","completed":4,"skipped":44,"failed":0} +------------------------------ +• [SLOW TEST] [5.109 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:13:14.754 + Sep 16 19:13:14.754: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-runtime 09/16/22 19:13:14.756 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:14.785 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:14.79 + [It] should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 + STEP: create the container 09/16/22 19:13:14.796 + STEP: wait for the container to reach Succeeded 09/16/22 19:13:14.807 + STEP: get the container status 09/16/22 19:13:19.833 + STEP: the container should be terminated 09/16/22 19:13:19.835 + STEP: the termination message should be set 09/16/22 19:13:19.836 + Sep 16 19:13:19.836: INFO: Expected: &{OK} to match Container's Termination Message: OK -- + STEP: delete the container 09/16/22 19:13:19.836 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 16 19:13:19.851: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-5140" for this suite. 09/16/22 19:13:19.857 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:13:19.864 +Sep 16 19:13:19.865: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 19:13:19.866 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:19.882 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:19.886 +[It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 +STEP: Counting existing ResourceQuota 09/16/22 19:13:19.892 +STEP: Creating a ResourceQuota 09/16/22 19:13:24.904 +STEP: Ensuring resource quota status is calculated 09/16/22 19:13:24.909 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 19:13:26.912: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-5065" for this suite. 09/16/22 19:13:26.915 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance]","completed":5,"skipped":58,"failed":0} +------------------------------ +• [SLOW TEST] [7.059 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:13:19.864 + Sep 16 19:13:19.865: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 19:13:19.866 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:19.882 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:19.886 + [It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 + STEP: Counting existing ResourceQuota 09/16/22 19:13:19.892 + STEP: Creating a ResourceQuota 09/16/22 19:13:24.904 + STEP: Ensuring resource quota status is calculated 09/16/22 19:13:24.909 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 19:13:26.912: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-5065" for this suite. 09/16/22 19:13:26.915 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] ConfigMap + should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:13:26.924 +Sep 16 19:13:26.925: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:13:26.926 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:26.943 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:26.948 +[It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 +STEP: Creating configMap configmap-5640/configmap-test-0a53b976-843c-453e-89f1-25d6d6ae842b 09/16/22 19:13:26.952 +STEP: Creating a pod to test consume configMaps 09/16/22 19:13:26.957 +Sep 16 19:13:26.965: INFO: Waiting up to 5m0s for pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82" in namespace "configmap-5640" to be "Succeeded or Failed" +Sep 16 19:13:26.974: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82": Phase="Pending", Reason="", readiness=false. Elapsed: 8.53881ms +Sep 16 19:13:28.977: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011574733s +Sep 16 19:13:30.977: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011402466s +STEP: Saw pod success 09/16/22 19:13:30.977 +Sep 16 19:13:30.977: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82" satisfied condition "Succeeded or Failed" +Sep 16 19:13:30.979: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82 container env-test: +STEP: delete the pod 09/16/22 19:13:30.998 +Sep 16 19:13:31.007: INFO: Waiting for pod pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82 to disappear +Sep 16 19:13:31.010: INFO: Pod pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82 no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:13:31.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5640" for this suite. 09/16/22 19:13:31.013 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]","completed":6,"skipped":60,"failed":0} +------------------------------ +• [4.094 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:13:26.924 + Sep 16 19:13:26.925: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:13:26.926 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:26.943 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:26.948 + [It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 + STEP: Creating configMap configmap-5640/configmap-test-0a53b976-843c-453e-89f1-25d6d6ae842b 09/16/22 19:13:26.952 + STEP: Creating a pod to test consume configMaps 09/16/22 19:13:26.957 + Sep 16 19:13:26.965: INFO: Waiting up to 5m0s for pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82" in namespace "configmap-5640" to be "Succeeded or Failed" + Sep 16 19:13:26.974: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82": Phase="Pending", Reason="", readiness=false. Elapsed: 8.53881ms + Sep 16 19:13:28.977: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011574733s + Sep 16 19:13:30.977: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011402466s + STEP: Saw pod success 09/16/22 19:13:30.977 + Sep 16 19:13:30.977: INFO: Pod "pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82" satisfied condition "Succeeded or Failed" + Sep 16 19:13:30.979: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82 container env-test: + STEP: delete the pod 09/16/22 19:13:30.998 + Sep 16 19:13:31.007: INFO: Waiting for pod pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82 to disappear + Sep 16 19:13:31.010: INFO: Pod pod-configmaps-fd2e91d3-e77d-4cd8-b041-9a37a1029c82 no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:13:31.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5640" for this suite. 09/16/22 19:13:31.013 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:13:31.02 +Sep 16 19:13:31.021: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 19:13:31.023 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:31.033 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:31.037 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 +STEP: Creating pod liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 in namespace container-probe-9945 09/16/22 19:13:31.041 +Sep 16 19:13:31.049: INFO: Waiting up to 5m0s for pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7" in namespace "container-probe-9945" to be "not pending" +Sep 16 19:13:31.058: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Pending", Reason="", readiness=false. Elapsed: 9.304772ms +Sep 16 19:13:33.061: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012556432s +Sep 16 19:13:35.062: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013467474s +Sep 16 19:13:37.061: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Running", Reason="", readiness=true. Elapsed: 6.01228601s +Sep 16 19:13:37.061: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7" satisfied condition "not pending" +Sep 16 19:13:37.061: INFO: Started pod liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 in namespace container-probe-9945 +STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 19:13:37.061 +Sep 16 19:13:37.063: INFO: Initial restart count of pod liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is 0 +Sep 16 19:13:57.100: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 1 (20.036558745s elapsed) +Sep 16 19:14:13.444: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 2 (36.380217131s elapsed) +Sep 16 19:14:33.481: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 3 (56.417751872s elapsed) +Sep 16 19:14:53.514: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 4 (1m16.450718351s elapsed) +Sep 16 19:16:05.655: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 5 (2m28.59201582s elapsed) +STEP: deleting the pod 09/16/22 19:16:05.656 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 19:16:05.665: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-9945" for this suite. 09/16/22 19:16:05.669 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]","completed":7,"skipped":65,"failed":0} +------------------------------ +• [SLOW TEST] [154.655 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:13:31.02 + Sep 16 19:13:31.021: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 19:13:31.023 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:13:31.033 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:13:31.037 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 + STEP: Creating pod liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 in namespace container-probe-9945 09/16/22 19:13:31.041 + Sep 16 19:13:31.049: INFO: Waiting up to 5m0s for pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7" in namespace "container-probe-9945" to be "not pending" + Sep 16 19:13:31.058: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Pending", Reason="", readiness=false. Elapsed: 9.304772ms + Sep 16 19:13:33.061: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012556432s + Sep 16 19:13:35.062: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013467474s + Sep 16 19:13:37.061: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7": Phase="Running", Reason="", readiness=true. Elapsed: 6.01228601s + Sep 16 19:13:37.061: INFO: Pod "liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7" satisfied condition "not pending" + Sep 16 19:13:37.061: INFO: Started pod liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 in namespace container-probe-9945 + STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 19:13:37.061 + Sep 16 19:13:37.063: INFO: Initial restart count of pod liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is 0 + Sep 16 19:13:57.100: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 1 (20.036558745s elapsed) + Sep 16 19:14:13.444: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 2 (36.380217131s elapsed) + Sep 16 19:14:33.481: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 3 (56.417751872s elapsed) + Sep 16 19:14:53.514: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 4 (1m16.450718351s elapsed) + Sep 16 19:16:05.655: INFO: Restart count of pod container-probe-9945/liveness-13906f38-c7e2-403f-bf80-2cbe41b3d8f7 is now 5 (2m28.59201582s elapsed) + STEP: deleting the pod 09/16/22 19:16:05.656 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 19:16:05.665: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-9945" for this suite. 09/16/22 19:16:05.669 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:16:05.679 +Sep 16 19:16:05.679: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:16:05.68 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:16:05.702 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:16:05.71 +[It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 +STEP: Creating a pod to test emptydir 0644 on tmpfs 09/16/22 19:16:05.714 +Sep 16 19:16:05.722: INFO: Waiting up to 5m0s for pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831" in namespace "emptydir-4554" to be "Succeeded or Failed" +Sep 16 19:16:05.725: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831": Phase="Pending", Reason="", readiness=false. Elapsed: 2.855407ms +Sep 16 19:16:07.729: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00669803s +Sep 16 19:16:09.729: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006799682s +STEP: Saw pod success 09/16/22 19:16:09.729 +Sep 16 19:16:09.729: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831" satisfied condition "Succeeded or Failed" +Sep 16 19:16:09.731: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-0b3f7e71-40e9-46a8-8156-fd84b284b831 container test-container: +STEP: delete the pod 09/16/22 19:16:09.744 +Sep 16 19:16:09.751: INFO: Waiting for pod pod-0b3f7e71-40e9-46a8-8156-fd84b284b831 to disappear +Sep 16 19:16:09.755: INFO: Pod pod-0b3f7e71-40e9-46a8-8156-fd84b284b831 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:16:09.755: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-4554" for this suite. 09/16/22 19:16:09.759 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":8,"skipped":90,"failed":0} +------------------------------ +• [4.095 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:16:05.679 + Sep 16 19:16:05.679: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:16:05.68 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:16:05.702 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:16:05.71 + [It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 + STEP: Creating a pod to test emptydir 0644 on tmpfs 09/16/22 19:16:05.714 + Sep 16 19:16:05.722: INFO: Waiting up to 5m0s for pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831" in namespace "emptydir-4554" to be "Succeeded or Failed" + Sep 16 19:16:05.725: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831": Phase="Pending", Reason="", readiness=false. Elapsed: 2.855407ms + Sep 16 19:16:07.729: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00669803s + Sep 16 19:16:09.729: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006799682s + STEP: Saw pod success 09/16/22 19:16:09.729 + Sep 16 19:16:09.729: INFO: Pod "pod-0b3f7e71-40e9-46a8-8156-fd84b284b831" satisfied condition "Succeeded or Failed" + Sep 16 19:16:09.731: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-0b3f7e71-40e9-46a8-8156-fd84b284b831 container test-container: + STEP: delete the pod 09/16/22 19:16:09.744 + Sep 16 19:16:09.751: INFO: Waiting for pod pod-0b3f7e71-40e9-46a8-8156-fd84b284b831 to disappear + Sep 16 19:16:09.755: INFO: Pod pod-0b3f7e71-40e9-46a8-8156-fd84b284b831 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:16:09.755: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-4554" for this suite. 09/16/22 19:16:09.759 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] + validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:16:09.78 +Sep 16 19:16:09.781: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-preemption 09/16/22 19:16:09.782 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:16:09.794 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:16:09.798 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 16 19:16:09.812: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 16 19:17:09.831: INFO: Waiting for terminating namespaces to be deleted... +[It] validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 +STEP: Create pods that use 4/5 of node resources. 09/16/22 19:17:09.835 +Sep 16 19:17:09.857: INFO: Created pod: pod0-0-sched-preemption-low-priority +Sep 16 19:17:09.869: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Sep 16 19:17:09.895: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Sep 16 19:17:09.902: INFO: Created pod: pod1-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 09/16/22 19:17:09.902 +Sep 16 19:17:09.902: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-4538" to be "running" +Sep 16 19:17:09.907: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 5.434839ms +Sep 16 19:17:11.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008922826s +Sep 16 19:17:13.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008671593s +Sep 16 19:17:15.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008789308s +Sep 16 19:17:17.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 8.009434147s +Sep 16 19:17:19.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 10.009026611s +Sep 16 19:17:19.911: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Sep 16 19:17:19.911: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-4538" to be "running" +Sep 16 19:17:19.913: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.210286ms +Sep 16 19:17:19.913: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Sep 16 19:17:19.913: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-4538" to be "running" +Sep 16 19:17:19.915: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.79485ms +Sep 16 19:17:19.915: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Sep 16 19:17:19.915: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-4538" to be "running" +Sep 16 19:17:19.918: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.767485ms +Sep 16 19:17:19.918: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" +STEP: Run a high priority pod that has same requirements as that of lower priority pod 09/16/22 19:17:19.918 +Sep 16 19:17:19.922: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-4538" to be "running" +Sep 16 19:17:19.925: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.756765ms +Sep 16 19:17:21.929: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00667637s +Sep 16 19:17:23.928: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.0060884s +Sep 16 19:17:25.929: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.006525369s +Sep 16 19:17:25.929: INFO: Pod "preemptor-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:17:25.939: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-4538" for this suite. 09/16/22 19:17:25.945 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance]","completed":9,"skipped":140,"failed":0} +------------------------------ +• [SLOW TEST] [76.200 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:16:09.78 + Sep 16 19:16:09.781: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-preemption 09/16/22 19:16:09.782 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:16:09.794 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:16:09.798 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 16 19:16:09.812: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 16 19:17:09.831: INFO: Waiting for terminating namespaces to be deleted... + [It] validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 + STEP: Create pods that use 4/5 of node resources. 09/16/22 19:17:09.835 + Sep 16 19:17:09.857: INFO: Created pod: pod0-0-sched-preemption-low-priority + Sep 16 19:17:09.869: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Sep 16 19:17:09.895: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Sep 16 19:17:09.902: INFO: Created pod: pod1-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 09/16/22 19:17:09.902 + Sep 16 19:17:09.902: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-4538" to be "running" + Sep 16 19:17:09.907: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 5.434839ms + Sep 16 19:17:11.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008922826s + Sep 16 19:17:13.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008671593s + Sep 16 19:17:15.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008789308s + Sep 16 19:17:17.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 8.009434147s + Sep 16 19:17:19.911: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 10.009026611s + Sep 16 19:17:19.911: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Sep 16 19:17:19.911: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-4538" to be "running" + Sep 16 19:17:19.913: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.210286ms + Sep 16 19:17:19.913: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Sep 16 19:17:19.913: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-4538" to be "running" + Sep 16 19:17:19.915: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.79485ms + Sep 16 19:17:19.915: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Sep 16 19:17:19.915: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-4538" to be "running" + Sep 16 19:17:19.918: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.767485ms + Sep 16 19:17:19.918: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" + STEP: Run a high priority pod that has same requirements as that of lower priority pod 09/16/22 19:17:19.918 + Sep 16 19:17:19.922: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-4538" to be "running" + Sep 16 19:17:19.925: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.756765ms + Sep 16 19:17:21.929: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00667637s + Sep 16 19:17:23.928: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.0060884s + Sep 16 19:17:25.929: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.006525369s + Sep 16 19:17:25.929: INFO: Pod "preemptor-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:17:25.939: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-4538" for this suite. 09/16/22 19:17:25.945 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Lease + lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[BeforeEach] [sig-node] Lease + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:17:25.983 +Sep 16 19:17:25.983: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename lease-test 09/16/22 19:17:25.984 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:26.005 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:26.01 +[It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[AfterEach] [sig-node] Lease + test/e2e/framework/framework.go:187 +Sep 16 19:17:26.063: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "lease-test-1569" for this suite. 09/16/22 19:17:26.065 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Lease lease API should be available [Conformance]","completed":10,"skipped":174,"failed":0} +------------------------------ +• [0.087 seconds] +[sig-node] Lease +test/e2e/common/node/framework.go:23 + lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Lease + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:17:25.983 + Sep 16 19:17:25.983: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename lease-test 09/16/22 19:17:25.984 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:26.005 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:26.01 + [It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 + [AfterEach] [sig-node] Lease + test/e2e/framework/framework.go:187 + Sep 16 19:17:26.063: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "lease-test-1569" for this suite. 09/16/22 19:17:26.065 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:17:26.071 +Sep 16 19:17:26.071: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:17:26.072 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:26.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:26.141 +[It] updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 +STEP: set up a multi version CRD 09/16/22 19:17:26.145 +Sep 16 19:17:26.146: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: rename a version 09/16/22 19:17:34.153 +STEP: check the new version name is served 09/16/22 19:17:34.167 +STEP: check the old version name is removed 09/16/22 19:17:37.771 +STEP: check the other version is not changed 09/16/22 19:17:39.497 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:17:46.790: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-7733" for this suite. 09/16/22 19:17:46.795 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance]","completed":11,"skipped":179,"failed":0} +------------------------------ +• [SLOW TEST] [20.728 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:17:26.071 + Sep 16 19:17:26.071: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:17:26.072 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:26.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:26.141 + [It] updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 + STEP: set up a multi version CRD 09/16/22 19:17:26.145 + Sep 16 19:17:26.146: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: rename a version 09/16/22 19:17:34.153 + STEP: check the new version name is served 09/16/22 19:17:34.167 + STEP: check the old version name is removed 09/16/22 19:17:37.771 + STEP: check the other version is not changed 09/16/22 19:17:39.497 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:17:46.790: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-7733" for this suite. 09/16/22 19:17:46.795 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:17:46.807 +Sep 16 19:17:46.807: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:17:46.808 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:46.82 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:46.824 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 +STEP: Creating configMap with name projected-configmap-test-volume-782a86d2-4bd7-4afb-becb-14d7ef4512ce 09/16/22 19:17:46.83 +STEP: Creating a pod to test consume configMaps 09/16/22 19:17:46.84 +Sep 16 19:17:46.851: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f" in namespace "projected-9087" to be "Succeeded or Failed" +Sep 16 19:17:46.865: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f": Phase="Pending", Reason="", readiness=false. Elapsed: 14.151342ms +Sep 16 19:17:48.869: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017825553s +Sep 16 19:17:50.874: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.023383884s +STEP: Saw pod success 09/16/22 19:17:50.874 +Sep 16 19:17:50.874: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f" satisfied condition "Succeeded or Failed" +Sep 16 19:17:50.884: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f container agnhost-container: +STEP: delete the pod 09/16/22 19:17:50.907 +Sep 16 19:17:50.916: INFO: Waiting for pod pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f to disappear +Sep 16 19:17:50.920: INFO: Pod pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 19:17:50.920: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9087" for this suite. 09/16/22 19:17:50.923 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]","completed":12,"skipped":222,"failed":0} +------------------------------ +• [4.121 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:17:46.807 + Sep 16 19:17:46.807: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:17:46.808 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:46.82 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:46.824 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 + STEP: Creating configMap with name projected-configmap-test-volume-782a86d2-4bd7-4afb-becb-14d7ef4512ce 09/16/22 19:17:46.83 + STEP: Creating a pod to test consume configMaps 09/16/22 19:17:46.84 + Sep 16 19:17:46.851: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f" in namespace "projected-9087" to be "Succeeded or Failed" + Sep 16 19:17:46.865: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f": Phase="Pending", Reason="", readiness=false. Elapsed: 14.151342ms + Sep 16 19:17:48.869: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017825553s + Sep 16 19:17:50.874: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.023383884s + STEP: Saw pod success 09/16/22 19:17:50.874 + Sep 16 19:17:50.874: INFO: Pod "pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f" satisfied condition "Succeeded or Failed" + Sep 16 19:17:50.884: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f container agnhost-container: + STEP: delete the pod 09/16/22 19:17:50.907 + Sep 16 19:17:50.916: INFO: Waiting for pod pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f to disappear + Sep 16 19:17:50.920: INFO: Pod pod-projected-configmaps-c6ec6e10-0855-438a-8c50-8765cb38b85f no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 19:17:50.920: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9087" for this suite. 09/16/22 19:17:50.923 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:17:50.93 +Sep 16 19:17:50.931: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:17:50.931 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:50.946 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:50.95 +[It] should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 +STEP: Creating a pod to test substitution in container's command 09/16/22 19:17:50.953 +Sep 16 19:17:50.960: INFO: Waiting up to 5m0s for pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5" in namespace "var-expansion-5361" to be "Succeeded or Failed" +Sep 16 19:17:50.968: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5": Phase="Pending", Reason="", readiness=false. Elapsed: 7.719086ms +Sep 16 19:17:52.972: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011225314s +Sep 16 19:17:54.971: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010378683s +STEP: Saw pod success 09/16/22 19:17:54.971 +Sep 16 19:17:54.971: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5" satisfied condition "Succeeded or Failed" +Sep 16 19:17:54.974: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5 container dapi-container: +STEP: delete the pod 09/16/22 19:17:54.979 +Sep 16 19:17:54.987: INFO: Waiting for pod var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5 to disappear +Sep 16 19:17:54.992: INFO: Pod var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:17:54.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-5361" for this suite. 09/16/22 19:17:54.995 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]","completed":13,"skipped":234,"failed":0} +------------------------------ +• [4.077 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:17:50.93 + Sep 16 19:17:50.931: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:17:50.931 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:50.946 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:50.95 + [It] should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 + STEP: Creating a pod to test substitution in container's command 09/16/22 19:17:50.953 + Sep 16 19:17:50.960: INFO: Waiting up to 5m0s for pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5" in namespace "var-expansion-5361" to be "Succeeded or Failed" + Sep 16 19:17:50.968: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5": Phase="Pending", Reason="", readiness=false. Elapsed: 7.719086ms + Sep 16 19:17:52.972: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011225314s + Sep 16 19:17:54.971: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010378683s + STEP: Saw pod success 09/16/22 19:17:54.971 + Sep 16 19:17:54.971: INFO: Pod "var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5" satisfied condition "Succeeded or Failed" + Sep 16 19:17:54.974: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5 container dapi-container: + STEP: delete the pod 09/16/22 19:17:54.979 + Sep 16 19:17:54.987: INFO: Waiting for pod var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5 to disappear + Sep 16 19:17:54.992: INFO: Pod var-expansion-a3fd8a52-ad2e-481a-83d9-cc976d5273a5 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:17:54.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-5361" for this suite. 09/16/22 19:17:54.995 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] ServiceAccounts + ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:17:55.009 +Sep 16 19:17:55.009: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svcaccounts 09/16/22 19:17:55.01 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:55.038 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:55.043 +[It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 +Sep 16 19:17:55.063: INFO: created pod +Sep 16 19:17:55.064: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-4061" to be "Succeeded or Failed" +Sep 16 19:17:55.070: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 6.10336ms +Sep 16 19:17:57.073: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009538808s +Sep 16 19:17:59.074: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01037264s +STEP: Saw pod success 09/16/22 19:17:59.074 +Sep 16 19:17:59.074: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" +Sep 16 19:18:29.075: INFO: polling logs +Sep 16 19:18:29.081: INFO: Pod logs: +I0916 19:17:55.646997 1 log.go:195] OK: Got token +I0916 19:17:55.647047 1 log.go:195] validating with in-cluster discovery +I0916 19:17:55.649362 1 log.go:195] OK: got issuer https://kubernetes.default.svc.cluster.local +I0916 19:17:55.649396 1 log.go:195] Full, not-validated claims: +openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-4061:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663356475, NotBefore:1663355875, IssuedAt:1663355875, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-4061", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"e29f5041-0320-4543-8886-c92c2f000551"}}} +I0916 19:17:55.662135 1 log.go:195] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc.cluster.local +I0916 19:17:55.666784 1 log.go:195] OK: Validated signature on JWT +I0916 19:17:55.666953 1 log.go:195] OK: Got valid claims from token! +I0916 19:17:55.667027 1 log.go:195] Full, validated claims: +&openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-4061:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663356475, NotBefore:1663355875, IssuedAt:1663355875, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-4061", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"e29f5041-0320-4543-8886-c92c2f000551"}}} + +Sep 16 19:18:29.081: INFO: completed pod +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 16 19:18:29.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-4061" for this suite. 09/16/22 19:18:29.093 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] ServiceAccounts ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance]","completed":14,"skipped":246,"failed":0} +------------------------------ +• [SLOW TEST] [34.088 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:17:55.009 + Sep 16 19:17:55.009: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svcaccounts 09/16/22 19:17:55.01 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:17:55.038 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:17:55.043 + [It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 + Sep 16 19:17:55.063: INFO: created pod + Sep 16 19:17:55.064: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-4061" to be "Succeeded or Failed" + Sep 16 19:17:55.070: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 6.10336ms + Sep 16 19:17:57.073: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009538808s + Sep 16 19:17:59.074: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01037264s + STEP: Saw pod success 09/16/22 19:17:59.074 + Sep 16 19:17:59.074: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" + Sep 16 19:18:29.075: INFO: polling logs + Sep 16 19:18:29.081: INFO: Pod logs: + I0916 19:17:55.646997 1 log.go:195] OK: Got token + I0916 19:17:55.647047 1 log.go:195] validating with in-cluster discovery + I0916 19:17:55.649362 1 log.go:195] OK: got issuer https://kubernetes.default.svc.cluster.local + I0916 19:17:55.649396 1 log.go:195] Full, not-validated claims: + openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-4061:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663356475, NotBefore:1663355875, IssuedAt:1663355875, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-4061", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"e29f5041-0320-4543-8886-c92c2f000551"}}} + I0916 19:17:55.662135 1 log.go:195] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc.cluster.local + I0916 19:17:55.666784 1 log.go:195] OK: Validated signature on JWT + I0916 19:17:55.666953 1 log.go:195] OK: Got valid claims from token! + I0916 19:17:55.667027 1 log.go:195] Full, validated claims: + &openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-4061:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663356475, NotBefore:1663355875, IssuedAt:1663355875, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-4061", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"e29f5041-0320-4543-8886-c92c2f000551"}}} + + Sep 16 19:18:29.081: INFO: completed pod + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 16 19:18:29.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-4061" for this suite. 09/16/22 19:18:29.093 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] PodTemplates + should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:29.098 +Sep 16 19:18:29.098: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename podtemplate 09/16/22 19:18:29.099 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:29.166 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:29.17 +[It] should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Sep 16 19:18:29.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-9734" for this suite. 09/16/22 19:18:29.626 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]","completed":15,"skipped":251,"failed":0} +------------------------------ +• [0.532 seconds] +[sig-node] PodTemplates +test/e2e/common/node/framework.go:23 + should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:29.098 + Sep 16 19:18:29.098: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename podtemplate 09/16/22 19:18:29.099 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:29.166 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:29.17 + [It] should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Sep 16 19:18:29.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-9734" for this suite. 09/16/22 19:18:29.626 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:29.635 +Sep 16 19:18:29.635: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:18:29.636 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:29.653 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:29.659 +[It] binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 +STEP: Creating configMap with name configmap-test-upd-f46ea070-3be9-43a4-9165-6b5b4d49c625 09/16/22 19:18:29.671 +STEP: Creating the pod 09/16/22 19:18:29.676 +Sep 16 19:18:29.687: INFO: Waiting up to 5m0s for pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc" in namespace "configmap-5627" to be "running" +Sep 16 19:18:29.696: INFO: Pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc": Phase="Pending", Reason="", readiness=false. Elapsed: 9.269422ms +Sep 16 19:18:31.700: INFO: Pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc": Phase="Running", Reason="", readiness=false. Elapsed: 2.013146405s +Sep 16 19:18:31.700: INFO: Pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc" satisfied condition "running" +STEP: Waiting for pod with text data 09/16/22 19:18:31.701 +STEP: Waiting for pod with binary data 09/16/22 19:18:31.708 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:18:31.712: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5627" for this suite. 09/16/22 19:18:31.715 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]","completed":16,"skipped":274,"failed":0} +------------------------------ +• [2.084 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:29.635 + Sep 16 19:18:29.635: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:18:29.636 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:29.653 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:29.659 + [It] binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 + STEP: Creating configMap with name configmap-test-upd-f46ea070-3be9-43a4-9165-6b5b4d49c625 09/16/22 19:18:29.671 + STEP: Creating the pod 09/16/22 19:18:29.676 + Sep 16 19:18:29.687: INFO: Waiting up to 5m0s for pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc" in namespace "configmap-5627" to be "running" + Sep 16 19:18:29.696: INFO: Pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc": Phase="Pending", Reason="", readiness=false. Elapsed: 9.269422ms + Sep 16 19:18:31.700: INFO: Pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc": Phase="Running", Reason="", readiness=false. Elapsed: 2.013146405s + Sep 16 19:18:31.700: INFO: Pod "pod-configmaps-2e54215e-1d41-47ad-9c7e-76777e86a2dc" satisfied condition "running" + STEP: Waiting for pod with text data 09/16/22 19:18:31.701 + STEP: Waiting for pod with binary data 09/16/22 19:18:31.708 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:18:31.712: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5627" for this suite. 09/16/22 19:18:31.715 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:31.721 +Sep 16 19:18:31.721: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 19:18:31.722 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:31.736 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:31.739 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 +STEP: Creating the pod 09/16/22 19:18:31.743 +Sep 16 19:18:31.753: INFO: Waiting up to 5m0s for pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263" in namespace "downward-api-9505" to be "running and ready" +Sep 16 19:18:31.761: INFO: Pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263": Phase="Pending", Reason="", readiness=false. Elapsed: 8.439358ms +Sep 16 19:18:31.761: INFO: The phase of Pod labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:18:33.764: INFO: Pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263": Phase="Running", Reason="", readiness=true. Elapsed: 2.011092832s +Sep 16 19:18:33.764: INFO: The phase of Pod labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263 is Running (Ready = true) +Sep 16 19:18:33.764: INFO: Pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263" satisfied condition "running and ready" +Sep 16 19:18:36.292: INFO: Successfully updated pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 19:18:40.310: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-9505" for this suite. 09/16/22 19:18:40.313 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]","completed":17,"skipped":281,"failed":0} +------------------------------ +• [SLOW TEST] [8.599 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:31.721 + Sep 16 19:18:31.721: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 19:18:31.722 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:31.736 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:31.739 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 + STEP: Creating the pod 09/16/22 19:18:31.743 + Sep 16 19:18:31.753: INFO: Waiting up to 5m0s for pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263" in namespace "downward-api-9505" to be "running and ready" + Sep 16 19:18:31.761: INFO: Pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263": Phase="Pending", Reason="", readiness=false. Elapsed: 8.439358ms + Sep 16 19:18:31.761: INFO: The phase of Pod labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:18:33.764: INFO: Pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263": Phase="Running", Reason="", readiness=true. Elapsed: 2.011092832s + Sep 16 19:18:33.764: INFO: The phase of Pod labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263 is Running (Ready = true) + Sep 16 19:18:33.764: INFO: Pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263" satisfied condition "running and ready" + Sep 16 19:18:36.292: INFO: Successfully updated pod "labelsupdate81eeb56d-6999-47ad-87e5-e2b0298e1263" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 19:18:40.310: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-9505" for this suite. 09/16/22 19:18:40.313 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:40.322 +Sep 16 19:18:40.322: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:18:40.323 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:40.347 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:40.351 +[It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 +Sep 16 19:18:40.357: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/16/22 19:18:42.998 +Sep 16 19:18:42.998: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 create -f -' +Sep 16 19:18:43.761: INFO: stderr: "" +Sep 16 19:18:43.761: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Sep 16 19:18:43.761: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 delete e2e-test-crd-publish-openapi-5879-crds test-cr' +Sep 16 19:18:43.836: INFO: stderr: "" +Sep 16 19:18:43.836: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +Sep 16 19:18:43.837: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 apply -f -' +Sep 16 19:18:44.053: INFO: stderr: "" +Sep 16 19:18:44.053: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Sep 16 19:18:44.053: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 delete e2e-test-crd-publish-openapi-5879-crds test-cr' +Sep 16 19:18:44.128: INFO: stderr: "" +Sep 16 19:18:44.129: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 09/16/22 19:18:44.129 +Sep 16 19:18:44.129: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 explain e2e-test-crd-publish-openapi-5879-crds' +Sep 16 19:18:44.318: INFO: stderr: "" +Sep 16 19:18:44.318: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-5879-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] + test/e2e/framework/framework.go:187 +Sep 16 19:18:46.943: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-9336" for this suite. 09/16/22 19:18:46.95 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance]","completed":18,"skipped":297,"failed":0} +------------------------------ +• [SLOW TEST] [6.634 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:40.322 + Sep 16 19:18:40.322: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:18:40.323 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:40.347 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:40.351 + [It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 + Sep 16 19:18:40.357: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/16/22 19:18:42.998 + Sep 16 19:18:42.998: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 create -f -' + Sep 16 19:18:43.761: INFO: stderr: "" + Sep 16 19:18:43.761: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Sep 16 19:18:43.761: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 delete e2e-test-crd-publish-openapi-5879-crds test-cr' + Sep 16 19:18:43.836: INFO: stderr: "" + Sep 16 19:18:43.836: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + Sep 16 19:18:43.837: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 apply -f -' + Sep 16 19:18:44.053: INFO: stderr: "" + Sep 16 19:18:44.053: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Sep 16 19:18:44.053: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 --namespace=crd-publish-openapi-9336 delete e2e-test-crd-publish-openapi-5879-crds test-cr' + Sep 16 19:18:44.128: INFO: stderr: "" + Sep 16 19:18:44.129: INFO: stdout: "e2e-test-crd-publish-openapi-5879-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 09/16/22 19:18:44.129 + Sep 16 19:18:44.129: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-9336 explain e2e-test-crd-publish-openapi-5879-crds' + Sep 16 19:18:44.318: INFO: stderr: "" + Sep 16 19:18:44.318: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-5879-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] + test/e2e/framework/framework.go:187 + Sep 16 19:18:46.943: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-9336" for this suite. 09/16/22 19:18:46.95 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] ReplicaSet + should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:46.957 +Sep 16 19:18:46.957: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replicaset 09/16/22 19:18:46.958 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:46.971 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:46.974 +[It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +STEP: Create a ReplicaSet 09/16/22 19:18:46.977 +STEP: Verify that the required pods have come up 09/16/22 19:18:46.981 +Sep 16 19:18:46.982: INFO: Pod name sample-pod: Found 0 pods out of 3 +Sep 16 19:18:51.987: INFO: Pod name sample-pod: Found 3 pods out of 3 +STEP: ensuring each pod is running 09/16/22 19:18:51.987 +Sep 16 19:18:51.990: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} +STEP: Listing all ReplicaSets 09/16/22 19:18:51.99 +STEP: DeleteCollection of the ReplicaSets 09/16/22 19:18:51.993 +STEP: After DeleteCollection verify that ReplicaSets have been deleted 09/16/22 19:18:52.003 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 16 19:18:52.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-9897" for this suite. 09/16/22 19:18:52.014 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicaSet should list and delete a collection of ReplicaSets [Conformance]","completed":19,"skipped":297,"failed":0} +------------------------------ +• [SLOW TEST] [5.090 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:46.957 + Sep 16 19:18:46.957: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replicaset 09/16/22 19:18:46.958 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:46.971 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:46.974 + [It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 + STEP: Create a ReplicaSet 09/16/22 19:18:46.977 + STEP: Verify that the required pods have come up 09/16/22 19:18:46.981 + Sep 16 19:18:46.982: INFO: Pod name sample-pod: Found 0 pods out of 3 + Sep 16 19:18:51.987: INFO: Pod name sample-pod: Found 3 pods out of 3 + STEP: ensuring each pod is running 09/16/22 19:18:51.987 + Sep 16 19:18:51.990: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} + STEP: Listing all ReplicaSets 09/16/22 19:18:51.99 + STEP: DeleteCollection of the ReplicaSets 09/16/22 19:18:51.993 + STEP: After DeleteCollection verify that ReplicaSets have been deleted 09/16/22 19:18:52.003 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 16 19:18:52.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-9897" for this suite. 09/16/22 19:18:52.014 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + should be able to convert from CR v1 to CR v2 [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:149 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:52.059 +Sep 16 19:18:52.059: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-webhook 09/16/22 19:18:52.06 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:52.096 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:52.101 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 09/16/22 19:18:52.105 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/16/22 19:18:52.614 +STEP: Deploying the custom resource conversion webhook pod 09/16/22 19:18:52.62 +STEP: Wait for the deployment to be ready 09/16/22 19:18:52.636 +Sep 16 19:18:52.657: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 19:18:54.666 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:18:54.679 +Sep 16 19:18:55.679: 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] + test/e2e/apimachinery/crd_conversion_webhook.go:149 +Sep 16 19:18:55.683: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Creating a v1 custom resource 09/16/22 19:18:58.274 +STEP: v2 custom resource should be converted 09/16/22 19:18:58.278 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:18:58.793: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-webhook-2932" for this suite. 09/16/22 19:18:58.795 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance]","completed":20,"skipped":343,"failed":0} +------------------------------ +• [SLOW TEST] [6.820 seconds] +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to convert from CR v1 to CR v2 [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:149 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:52.059 + Sep 16 19:18:52.059: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-webhook 09/16/22 19:18:52.06 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:52.096 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:52.101 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 09/16/22 19:18:52.105 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/16/22 19:18:52.614 + STEP: Deploying the custom resource conversion webhook pod 09/16/22 19:18:52.62 + STEP: Wait for the deployment to be ready 09/16/22 19:18:52.636 + Sep 16 19:18:52.657: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 19:18:54.666 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:18:54.679 + Sep 16 19:18:55.679: 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] + test/e2e/apimachinery/crd_conversion_webhook.go:149 + Sep 16 19:18:55.683: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Creating a v1 custom resource 09/16/22 19:18:58.274 + STEP: v2 custom resource should be converted 09/16/22 19:18:58.278 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:18:58.793: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-webhook-2932" for this suite. 09/16/22 19:18:58.795 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:18:58.882 +Sep 16 19:18:58.882: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 19:18:58.883 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:58.909 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:58.913 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 +Sep 16 19:18:58.917: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: creating the pod 09/16/22 19:18:58.918 +STEP: submitting the pod to kubernetes 09/16/22 19:18:58.918 +Sep 16 19:18:58.925: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358" in namespace "pods-5716" to be "running and ready" +Sep 16 19:18:58.930: INFO: Pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358": Phase="Pending", Reason="", readiness=false. Elapsed: 5.083593ms +Sep 16 19:18:58.930: INFO: The phase of Pod pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:19:00.934: INFO: Pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358": Phase="Running", Reason="", readiness=true. Elapsed: 2.009050122s +Sep 16 19:19:00.934: INFO: The phase of Pod pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358 is Running (Ready = true) +Sep 16 19:19:00.934: INFO: Pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 19:19:01.017: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-5716" for this suite. 09/16/22 19:19:01.02 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should support remote command execution over websockets [NodeConformance] [Conformance]","completed":21,"skipped":370,"failed":0} +------------------------------ +• [2.143 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:18:58.882 + Sep 16 19:18:58.882: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 19:18:58.883 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:18:58.909 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:18:58.913 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 + Sep 16 19:18:58.917: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: creating the pod 09/16/22 19:18:58.918 + STEP: submitting the pod to kubernetes 09/16/22 19:18:58.918 + Sep 16 19:18:58.925: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358" in namespace "pods-5716" to be "running and ready" + Sep 16 19:18:58.930: INFO: Pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358": Phase="Pending", Reason="", readiness=false. Elapsed: 5.083593ms + Sep 16 19:18:58.930: INFO: The phase of Pod pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:19:00.934: INFO: Pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358": Phase="Running", Reason="", readiness=true. Elapsed: 2.009050122s + Sep 16 19:19:00.934: INFO: The phase of Pod pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358 is Running (Ready = true) + Sep 16 19:19:00.934: INFO: Pod "pod-exec-websocket-380b2e7f-f3b5-4987-8dd7-bc64f8c59358" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 19:19:01.017: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-5716" for this suite. 09/16/22 19:19:01.02 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:01.027 +Sep 16 19:19:01.027: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:19:01.028 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:01.05 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:01.054 +[It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 +STEP: Creating a pod to test emptydir 0777 on tmpfs 09/16/22 19:19:01.058 +Sep 16 19:19:01.068: INFO: Waiting up to 5m0s for pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679" in namespace "emptydir-7993" to be "Succeeded or Failed" +Sep 16 19:19:01.077: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679": Phase="Pending", Reason="", readiness=false. Elapsed: 9.16495ms +Sep 16 19:19:03.081: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013250703s +Sep 16 19:19:05.081: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012635877s +STEP: Saw pod success 09/16/22 19:19:05.081 +Sep 16 19:19:05.081: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679" satisfied condition "Succeeded or Failed" +Sep 16 19:19:05.084: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-ae87b1f3-191f-47c5-8476-509a64f8b679 container test-container: +STEP: delete the pod 09/16/22 19:19:05.09 +Sep 16 19:19:05.100: INFO: Waiting for pod pod-ae87b1f3-191f-47c5-8476-509a64f8b679 to disappear +Sep 16 19:19:05.103: INFO: Pod pod-ae87b1f3-191f-47c5-8476-509a64f8b679 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:19:05.103: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7993" for this suite. 09/16/22 19:19:05.106 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":22,"skipped":406,"failed":0} +------------------------------ +• [4.084 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:01.027 + Sep 16 19:19:01.027: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:19:01.028 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:01.05 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:01.054 + [It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 + STEP: Creating a pod to test emptydir 0777 on tmpfs 09/16/22 19:19:01.058 + Sep 16 19:19:01.068: INFO: Waiting up to 5m0s for pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679" in namespace "emptydir-7993" to be "Succeeded or Failed" + Sep 16 19:19:01.077: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679": Phase="Pending", Reason="", readiness=false. Elapsed: 9.16495ms + Sep 16 19:19:03.081: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013250703s + Sep 16 19:19:05.081: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012635877s + STEP: Saw pod success 09/16/22 19:19:05.081 + Sep 16 19:19:05.081: INFO: Pod "pod-ae87b1f3-191f-47c5-8476-509a64f8b679" satisfied condition "Succeeded or Failed" + Sep 16 19:19:05.084: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-ae87b1f3-191f-47c5-8476-509a64f8b679 container test-container: + STEP: delete the pod 09/16/22 19:19:05.09 + Sep 16 19:19:05.100: INFO: Waiting for pod pod-ae87b1f3-191f-47c5-8476-509a64f8b679 to disappear + Sep 16 19:19:05.103: INFO: Pod pod-ae87b1f3-191f-47c5-8476-509a64f8b679 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:19:05.103: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7993" for this suite. 09/16/22 19:19:05.106 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Kubelet when scheduling a busybox command that always fails in a pod + should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:05.114 +Sep 16 19:19:05.114: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubelet-test 09/16/22 19:19:05.115 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:05.13 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:05.135 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 +[It] should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 16 19:19:05.164: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-5133" for this suite. 09/16/22 19:19:05.177 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance]","completed":23,"skipped":438,"failed":0} +------------------------------ +• [0.072 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:82 + should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:05.114 + Sep 16 19:19:05.114: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubelet-test 09/16/22 19:19:05.115 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:05.13 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:05.135 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 + [It] should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 16 19:19:05.164: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-5133" for this suite. 09/16/22 19:19:05.177 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:05.186 +Sep 16 19:19:05.187: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename subpath 09/16/22 19:19:05.187 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:05.203 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:05.207 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/16/22 19:19:05.209 +[It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +STEP: Creating pod pod-subpath-test-projected-22sg 09/16/22 19:19:05.217 +STEP: Creating a pod to test atomic-volume-subpath 09/16/22 19:19:05.217 +Sep 16 19:19:05.225: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-22sg" in namespace "subpath-1850" to be "Succeeded or Failed" +Sep 16 19:19:05.232: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Pending", Reason="", readiness=false. Elapsed: 6.552267ms +Sep 16 19:19:07.236: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 2.010785271s +Sep 16 19:19:09.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 4.009792342s +Sep 16 19:19:11.237: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 6.011810679s +Sep 16 19:19:13.237: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 8.011537658s +Sep 16 19:19:15.234: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 10.009510951s +Sep 16 19:19:17.239: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 12.014175675s +Sep 16 19:19:19.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 14.009753277s +Sep 16 19:19:21.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 16.009678371s +Sep 16 19:19:23.237: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 18.011798694s +Sep 16 19:19:25.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 20.010303366s +Sep 16 19:19:27.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=false. Elapsed: 22.009516019s +Sep 16 19:19:29.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.010187684s +STEP: Saw pod success 09/16/22 19:19:29.235 +Sep 16 19:19:29.235: INFO: Pod "pod-subpath-test-projected-22sg" satisfied condition "Succeeded or Failed" +Sep 16 19:19:29.238: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-projected-22sg container test-container-subpath-projected-22sg: +STEP: delete the pod 09/16/22 19:19:29.244 +Sep 16 19:19:29.255: INFO: Waiting for pod pod-subpath-test-projected-22sg to disappear +Sep 16 19:19:29.261: INFO: Pod pod-subpath-test-projected-22sg no longer exists +STEP: Deleting pod pod-subpath-test-projected-22sg 09/16/22 19:19:29.261 +Sep 16 19:19:29.261: INFO: Deleting pod "pod-subpath-test-projected-22sg" in namespace "subpath-1850" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 16 19:19:29.264: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-1850" for this suite. 09/16/22 19:19:29.268 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [Conformance]","completed":24,"skipped":444,"failed":0} +------------------------------ +• [SLOW TEST] [24.086 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:05.186 + Sep 16 19:19:05.187: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename subpath 09/16/22 19:19:05.187 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:05.203 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:05.207 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/16/22 19:19:05.209 + [It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 + STEP: Creating pod pod-subpath-test-projected-22sg 09/16/22 19:19:05.217 + STEP: Creating a pod to test atomic-volume-subpath 09/16/22 19:19:05.217 + Sep 16 19:19:05.225: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-22sg" in namespace "subpath-1850" to be "Succeeded or Failed" + Sep 16 19:19:05.232: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Pending", Reason="", readiness=false. Elapsed: 6.552267ms + Sep 16 19:19:07.236: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 2.010785271s + Sep 16 19:19:09.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 4.009792342s + Sep 16 19:19:11.237: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 6.011810679s + Sep 16 19:19:13.237: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 8.011537658s + Sep 16 19:19:15.234: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 10.009510951s + Sep 16 19:19:17.239: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 12.014175675s + Sep 16 19:19:19.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 14.009753277s + Sep 16 19:19:21.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 16.009678371s + Sep 16 19:19:23.237: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 18.011798694s + Sep 16 19:19:25.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=true. Elapsed: 20.010303366s + Sep 16 19:19:27.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Running", Reason="", readiness=false. Elapsed: 22.009516019s + Sep 16 19:19:29.235: INFO: Pod "pod-subpath-test-projected-22sg": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.010187684s + STEP: Saw pod success 09/16/22 19:19:29.235 + Sep 16 19:19:29.235: INFO: Pod "pod-subpath-test-projected-22sg" satisfied condition "Succeeded or Failed" + Sep 16 19:19:29.238: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-projected-22sg container test-container-subpath-projected-22sg: + STEP: delete the pod 09/16/22 19:19:29.244 + Sep 16 19:19:29.255: INFO: Waiting for pod pod-subpath-test-projected-22sg to disappear + Sep 16 19:19:29.261: INFO: Pod pod-subpath-test-projected-22sg no longer exists + STEP: Deleting pod pod-subpath-test-projected-22sg 09/16/22 19:19:29.261 + Sep 16 19:19:29.261: INFO: Deleting pod "pod-subpath-test-projected-22sg" in namespace "subpath-1850" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 16 19:19:29.264: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-1850" for this suite. 09/16/22 19:19:29.268 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] ServiceAccounts + should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:29.278 +Sep 16 19:19:29.278: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svcaccounts 09/16/22 19:19:29.279 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:29.3 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:29.306 +[It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 +STEP: Creating a pod to test service account token: 09/16/22 19:19:29.31 +Sep 16 19:19:29.320: INFO: Waiting up to 5m0s for pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01" in namespace "svcaccounts-2295" to be "Succeeded or Failed" +Sep 16 19:19:29.329: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01": Phase="Pending", Reason="", readiness=false. Elapsed: 9.346853ms +Sep 16 19:19:31.333: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013352514s +Sep 16 19:19:33.335: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015472964s +STEP: Saw pod success 09/16/22 19:19:33.335 +Sep 16 19:19:33.335: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01" satisfied condition "Succeeded or Failed" +Sep 16 19:19:33.338: INFO: Trying to get logs from node ip-172-31-14-177 pod test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01 container agnhost-container: +STEP: delete the pod 09/16/22 19:19:33.343 +Sep 16 19:19:33.351: INFO: Waiting for pod test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01 to disappear +Sep 16 19:19:33.353: INFO: Pod test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01 no longer exists +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 16 19:19:33.354: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-2295" for this suite. 09/16/22 19:19:33.358 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] ServiceAccounts should mount projected service account token [Conformance]","completed":25,"skipped":473,"failed":0} +------------------------------ +• [4.086 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:29.278 + Sep 16 19:19:29.278: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svcaccounts 09/16/22 19:19:29.279 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:29.3 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:29.306 + [It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 + STEP: Creating a pod to test service account token: 09/16/22 19:19:29.31 + Sep 16 19:19:29.320: INFO: Waiting up to 5m0s for pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01" in namespace "svcaccounts-2295" to be "Succeeded or Failed" + Sep 16 19:19:29.329: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01": Phase="Pending", Reason="", readiness=false. Elapsed: 9.346853ms + Sep 16 19:19:31.333: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013352514s + Sep 16 19:19:33.335: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015472964s + STEP: Saw pod success 09/16/22 19:19:33.335 + Sep 16 19:19:33.335: INFO: Pod "test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01" satisfied condition "Succeeded or Failed" + Sep 16 19:19:33.338: INFO: Trying to get logs from node ip-172-31-14-177 pod test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01 container agnhost-container: + STEP: delete the pod 09/16/22 19:19:33.343 + Sep 16 19:19:33.351: INFO: Waiting for pod test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01 to disappear + Sep 16 19:19:33.353: INFO: Pod test-pod-0d4466c0-a368-4a2b-bd47-76dff034ee01 no longer exists + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 16 19:19:33.354: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-2295" for this suite. 09/16/22 19:19:33.358 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Job + should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:33.368 +Sep 16 19:19:33.368: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename job 09/16/22 19:19:33.369 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:33.382 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:33.386 +[It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 +STEP: Creating a job 09/16/22 19:19:33.389 +STEP: Ensuring job reaches completions 09/16/22 19:19:33.395 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 16 19:19:45.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-622" for this suite. 09/16/22 19:19:45.402 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]","completed":26,"skipped":489,"failed":0} +------------------------------ +• [SLOW TEST] [12.038 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:33.368 + Sep 16 19:19:33.368: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename job 09/16/22 19:19:33.369 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:33.382 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:33.386 + [It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 + STEP: Creating a job 09/16/22 19:19:33.389 + STEP: Ensuring job reaches completions 09/16/22 19:19:33.395 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 16 19:19:45.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-622" for this suite. 09/16/22 19:19:45.402 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-instrumentation] Events API + should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:45.411 +Sep 16 19:19:45.412: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename events 09/16/22 19:19:45.413 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.448 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.459 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 +[It] should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 +STEP: creating a test event 09/16/22 19:19:45.463 +STEP: listing events in all namespaces 09/16/22 19:19:45.468 +STEP: listing events in test namespace 09/16/22 19:19:45.473 +STEP: listing events with field selection filtering on source 09/16/22 19:19:45.476 +STEP: listing events with field selection filtering on reportingController 09/16/22 19:19:45.479 +STEP: getting the test event 09/16/22 19:19:45.484 +STEP: patching the test event 09/16/22 19:19:45.488 +STEP: getting the test event 09/16/22 19:19:45.497 +STEP: updating the test event 09/16/22 19:19:45.499 +STEP: getting the test event 09/16/22 19:19:45.503 +STEP: deleting the test event 09/16/22 19:19:45.506 +STEP: listing events in all namespaces 09/16/22 19:19:45.511 +STEP: listing events in test namespace 09/16/22 19:19:45.518 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 +Sep 16 19:19:45.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-7734" for this suite. 09/16/22 19:19:45.525 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]","completed":27,"skipped":523,"failed":0} +------------------------------ +• [0.118 seconds] +[sig-instrumentation] Events API +test/e2e/instrumentation/common/framework.go:23 + should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:45.411 + Sep 16 19:19:45.412: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename events 09/16/22 19:19:45.413 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.448 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.459 + [BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 + [It] should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 + STEP: creating a test event 09/16/22 19:19:45.463 + STEP: listing events in all namespaces 09/16/22 19:19:45.468 + STEP: listing events in test namespace 09/16/22 19:19:45.473 + STEP: listing events with field selection filtering on source 09/16/22 19:19:45.476 + STEP: listing events with field selection filtering on reportingController 09/16/22 19:19:45.479 + STEP: getting the test event 09/16/22 19:19:45.484 + STEP: patching the test event 09/16/22 19:19:45.488 + STEP: getting the test event 09/16/22 19:19:45.497 + STEP: updating the test event 09/16/22 19:19:45.499 + STEP: getting the test event 09/16/22 19:19:45.503 + STEP: deleting the test event 09/16/22 19:19:45.506 + STEP: listing events in all namespaces 09/16/22 19:19:45.511 + STEP: listing events in test namespace 09/16/22 19:19:45.518 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 + Sep 16 19:19:45.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-7734" for this suite. 09/16/22 19:19:45.525 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-instrumentation] Events + should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +[BeforeEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:45.532 +Sep 16 19:19:45.532: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename events 09/16/22 19:19:45.534 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.546 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.549 +[It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +STEP: creating a test event 09/16/22 19:19:45.552 +STEP: listing all events in all namespaces 09/16/22 19:19:45.555 +STEP: patching the test event 09/16/22 19:19:45.563 +STEP: fetching the test event 09/16/22 19:19:45.572 +STEP: updating the test event 09/16/22 19:19:45.575 +STEP: getting the test event 09/16/22 19:19:45.582 +STEP: deleting the test event 09/16/22 19:19:45.584 +STEP: listing all events in all namespaces 09/16/22 19:19:45.591 +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 +Sep 16 19:19:45.597: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-4358" for this suite. 09/16/22 19:19:45.6 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-instrumentation] Events should manage the lifecycle of an event [Conformance]","completed":28,"skipped":538,"failed":0} +------------------------------ +• [0.073 seconds] +[sig-instrumentation] Events +test/e2e/instrumentation/common/framework.go:23 + should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:45.532 + Sep 16 19:19:45.532: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename events 09/16/22 19:19:45.534 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.546 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.549 + [It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 + STEP: creating a test event 09/16/22 19:19:45.552 + STEP: listing all events in all namespaces 09/16/22 19:19:45.555 + STEP: patching the test event 09/16/22 19:19:45.563 + STEP: fetching the test event 09/16/22 19:19:45.572 + STEP: updating the test event 09/16/22 19:19:45.575 + STEP: getting the test event 09/16/22 19:19:45.582 + STEP: deleting the test event 09/16/22 19:19:45.584 + STEP: listing all events in all namespaces 09/16/22 19:19:45.591 + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 + Sep 16 19:19:45.597: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-4358" for this suite. 09/16/22 19:19:45.6 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Secrets + should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:45.609 +Sep 16 19:19:45.609: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 19:19:45.61 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.623 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.627 +[It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 +STEP: creating a secret 09/16/22 19:19:45.63 +STEP: listing secrets in all namespaces to ensure that there are more than zero 09/16/22 19:19:45.634 +STEP: patching the secret 09/16/22 19:19:45.638 +STEP: deleting the secret using a LabelSelector 09/16/22 19:19:45.647 +STEP: listing secrets in all namespaces, searching for label name and value in patch 09/16/22 19:19:45.653 +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 16 19:19:45.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4903" for this suite. 09/16/22 19:19:45.659 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Secrets should patch a secret [Conformance]","completed":29,"skipped":601,"failed":0} +------------------------------ +• [0.054 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:45.609 + Sep 16 19:19:45.609: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 19:19:45.61 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.623 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.627 + [It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 + STEP: creating a secret 09/16/22 19:19:45.63 + STEP: listing secrets in all namespaces to ensure that there are more than zero 09/16/22 19:19:45.634 + STEP: patching the secret 09/16/22 19:19:45.638 + STEP: deleting the secret using a LabelSelector 09/16/22 19:19:45.647 + STEP: listing secrets in all namespaces, searching for label name and value in patch 09/16/22 19:19:45.653 + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 16 19:19:45.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4903" for this suite. 09/16/22 19:19:45.659 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:260 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:45.671 +Sep 16 19:19:45.671: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:19:45.672 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.684 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.688 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:260 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:19:45.692 +Sep 16 19:19:45.698: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0" in namespace "projected-2448" to be "Succeeded or Failed" +Sep 16 19:19:45.701: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.276173ms +Sep 16 19:19:47.705: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007388367s +Sep 16 19:19:49.705: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0067326s +STEP: Saw pod success 09/16/22 19:19:49.705 +Sep 16 19:19:49.705: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0" satisfied condition "Succeeded or Failed" +Sep 16 19:19:49.707: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0 container client-container: +STEP: delete the pod 09/16/22 19:19:49.712 +Sep 16 19:19:49.720: INFO: Waiting for pod downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0 to disappear +Sep 16 19:19:49.725: INFO: Pod downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 19:19:49.725: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2448" for this suite. 09/16/22 19:19:49.728 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","completed":30,"skipped":646,"failed":0} +------------------------------ +• [4.064 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:260 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:45.671 + Sep 16 19:19:45.671: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:19:45.672 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:45.684 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:45.688 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:260 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:19:45.692 + Sep 16 19:19:45.698: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0" in namespace "projected-2448" to be "Succeeded or Failed" + Sep 16 19:19:45.701: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.276173ms + Sep 16 19:19:47.705: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007388367s + Sep 16 19:19:49.705: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0067326s + STEP: Saw pod success 09/16/22 19:19:49.705 + Sep 16 19:19:49.705: INFO: Pod "downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0" satisfied condition "Succeeded or Failed" + Sep 16 19:19:49.707: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0 container client-container: + STEP: delete the pod 09/16/22 19:19:49.712 + Sep 16 19:19:49.720: INFO: Waiting for pod downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0 to disappear + Sep 16 19:19:49.725: INFO: Pod downwardapi-volume-b853c25c-f608-49c9-a600-5e14ddc36bf0 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 19:19:49.725: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2448" for this suite. 09/16/22 19:19:49.728 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:19:49.739 +Sep 16 19:19:49.739: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename subpath 09/16/22 19:19:49.741 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:49.759 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:49.766 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/16/22 19:19:49.77 +[It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +STEP: Creating pod pod-subpath-test-downwardapi-wkkz 09/16/22 19:19:49.781 +STEP: Creating a pod to test atomic-volume-subpath 09/16/22 19:19:49.781 +Sep 16 19:19:49.791: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-wkkz" in namespace "subpath-1749" to be "Succeeded or Failed" +Sep 16 19:19:49.800: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Pending", Reason="", readiness=false. Elapsed: 8.909976ms +Sep 16 19:19:51.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 2.013360315s +Sep 16 19:19:54.286: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 4.495492214s +Sep 16 19:19:55.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 6.013333734s +Sep 16 19:19:57.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 8.012867044s +Sep 16 19:19:59.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 10.01361464s +Sep 16 19:20:01.803: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 12.01192573s +Sep 16 19:20:03.805: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 14.014292365s +Sep 16 19:20:05.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 16.013454566s +Sep 16 19:20:07.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 18.013220565s +Sep 16 19:20:09.803: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 20.012644153s +Sep 16 19:20:11.805: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=false. Elapsed: 22.014186175s +Sep 16 19:20:13.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.012802417s +STEP: Saw pod success 09/16/22 19:20:13.804 +Sep 16 19:20:13.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz" satisfied condition "Succeeded or Failed" +Sep 16 19:20:13.807: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-downwardapi-wkkz container test-container-subpath-downwardapi-wkkz: +STEP: delete the pod 09/16/22 19:20:13.811 +Sep 16 19:20:13.819: INFO: Waiting for pod pod-subpath-test-downwardapi-wkkz to disappear +Sep 16 19:20:13.830: INFO: Pod pod-subpath-test-downwardapi-wkkz no longer exists +STEP: Deleting pod pod-subpath-test-downwardapi-wkkz 09/16/22 19:20:13.83 +Sep 16 19:20:13.831: INFO: Deleting pod "pod-subpath-test-downwardapi-wkkz" in namespace "subpath-1749" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 16 19:20:13.833: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-1749" for this suite. 09/16/22 19:20:13.836 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [Conformance]","completed":31,"skipped":687,"failed":0} +------------------------------ +• [SLOW TEST] [24.102 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:19:49.739 + Sep 16 19:19:49.739: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename subpath 09/16/22 19:19:49.741 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:19:49.759 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:19:49.766 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/16/22 19:19:49.77 + [It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 + STEP: Creating pod pod-subpath-test-downwardapi-wkkz 09/16/22 19:19:49.781 + STEP: Creating a pod to test atomic-volume-subpath 09/16/22 19:19:49.781 + Sep 16 19:19:49.791: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-wkkz" in namespace "subpath-1749" to be "Succeeded or Failed" + Sep 16 19:19:49.800: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Pending", Reason="", readiness=false. Elapsed: 8.909976ms + Sep 16 19:19:51.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 2.013360315s + Sep 16 19:19:54.286: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 4.495492214s + Sep 16 19:19:55.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 6.013333734s + Sep 16 19:19:57.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 8.012867044s + Sep 16 19:19:59.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 10.01361464s + Sep 16 19:20:01.803: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 12.01192573s + Sep 16 19:20:03.805: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 14.014292365s + Sep 16 19:20:05.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 16.013454566s + Sep 16 19:20:07.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 18.013220565s + Sep 16 19:20:09.803: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=true. Elapsed: 20.012644153s + Sep 16 19:20:11.805: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Running", Reason="", readiness=false. Elapsed: 22.014186175s + Sep 16 19:20:13.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.012802417s + STEP: Saw pod success 09/16/22 19:20:13.804 + Sep 16 19:20:13.804: INFO: Pod "pod-subpath-test-downwardapi-wkkz" satisfied condition "Succeeded or Failed" + Sep 16 19:20:13.807: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-downwardapi-wkkz container test-container-subpath-downwardapi-wkkz: + STEP: delete the pod 09/16/22 19:20:13.811 + Sep 16 19:20:13.819: INFO: Waiting for pod pod-subpath-test-downwardapi-wkkz to disappear + Sep 16 19:20:13.830: INFO: Pod pod-subpath-test-downwardapi-wkkz no longer exists + STEP: Deleting pod pod-subpath-test-downwardapi-wkkz 09/16/22 19:20:13.83 + Sep 16 19:20:13.831: INFO: Deleting pod "pod-subpath-test-downwardapi-wkkz" in namespace "subpath-1749" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 16 19:20:13.833: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-1749" for this suite. 09/16/22 19:20:13.836 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] EndpointSliceMirroring + should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 +[BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:20:13.844 +Sep 16 19:20:13.844: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename endpointslicemirroring 09/16/22 19:20:13.845 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:13.861 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:13.864 +[BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/network/endpointslicemirroring.go:41 +[It] should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 +STEP: mirroring a new custom Endpoint 09/16/22 19:20:13.879 +Sep 16 19:20:13.906: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 +STEP: mirroring an update to a custom Endpoint 09/16/22 19:20:15.91 +STEP: mirroring deletion of a custom Endpoint 09/16/22 19:20:15.919 +Sep 16 19:20:15.933: INFO: Waiting for 0 EndpointSlices to exist, got 1 +[AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:187 +Sep 16 19:20:17.937: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslicemirroring-90" for this suite. 09/16/22 19:20:17.939 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] EndpointSliceMirroring should mirror a custom Endpoints resource through create update and delete [Conformance]","completed":32,"skipped":695,"failed":0} +------------------------------ +• [4.100 seconds] +[sig-network] EndpointSliceMirroring +test/e2e/network/common/framework.go:23 + should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:20:13.844 + Sep 16 19:20:13.844: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename endpointslicemirroring 09/16/22 19:20:13.845 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:13.861 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:13.864 + [BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/network/endpointslicemirroring.go:41 + [It] should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 + STEP: mirroring a new custom Endpoint 09/16/22 19:20:13.879 + Sep 16 19:20:13.906: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 + STEP: mirroring an update to a custom Endpoint 09/16/22 19:20:15.91 + STEP: mirroring deletion of a custom Endpoint 09/16/22 19:20:15.919 + Sep 16 19:20:15.933: INFO: Waiting for 0 EndpointSlices to exist, got 1 + [AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:187 + Sep 16 19:20:17.937: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslicemirroring-90" for this suite. 09/16/22 19:20:17.939 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:20:17.945 +Sep 16 19:20:17.946: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:20:17.946 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:17.959 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:17.964 +[It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 +STEP: Creating a pod to test emptydir volume type on node default medium 09/16/22 19:20:17.97 +Sep 16 19:20:17.977: INFO: Waiting up to 5m0s for pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc" in namespace "emptydir-7762" to be "Succeeded or Failed" +Sep 16 19:20:17.983: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.16594ms +Sep 16 19:20:19.986: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00952309s +Sep 16 19:20:21.987: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009917904s +STEP: Saw pod success 09/16/22 19:20:21.987 +Sep 16 19:20:21.987: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc" satisfied condition "Succeeded or Failed" +Sep 16 19:20:21.991: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-b39b7077-914a-4703-8b12-a1f4908503fc container test-container: +STEP: delete the pod 09/16/22 19:20:21.997 +Sep 16 19:20:22.009: INFO: Waiting for pod pod-b39b7077-914a-4703-8b12-a1f4908503fc to disappear +Sep 16 19:20:22.013: INFO: Pod pod-b39b7077-914a-4703-8b12-a1f4908503fc no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:20:22.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7762" for this suite. 09/16/22 19:20:22.016 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","completed":33,"skipped":702,"failed":0} +------------------------------ +• [4.078 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:20:17.945 + Sep 16 19:20:17.946: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:20:17.946 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:17.959 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:17.964 + [It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 + STEP: Creating a pod to test emptydir volume type on node default medium 09/16/22 19:20:17.97 + Sep 16 19:20:17.977: INFO: Waiting up to 5m0s for pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc" in namespace "emptydir-7762" to be "Succeeded or Failed" + Sep 16 19:20:17.983: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.16594ms + Sep 16 19:20:19.986: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00952309s + Sep 16 19:20:21.987: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009917904s + STEP: Saw pod success 09/16/22 19:20:21.987 + Sep 16 19:20:21.987: INFO: Pod "pod-b39b7077-914a-4703-8b12-a1f4908503fc" satisfied condition "Succeeded or Failed" + Sep 16 19:20:21.991: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-b39b7077-914a-4703-8b12-a1f4908503fc container test-container: + STEP: delete the pod 09/16/22 19:20:21.997 + Sep 16 19:20:22.009: INFO: Waiting for pod pod-b39b7077-914a-4703-8b12-a1f4908503fc to disappear + Sep 16 19:20:22.013: INFO: Pod pod-b39b7077-914a-4703-8b12-a1f4908503fc no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:20:22.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7762" for this suite. 09/16/22 19:20:22.016 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:20:22.028 +Sep 16 19:20:22.028: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:20:22.03 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:22.048 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:22.052 +[It] should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 +STEP: Creating a pod to test substitution in container's args 09/16/22 19:20:22.056 +Sep 16 19:20:22.061: INFO: Waiting up to 5m0s for pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614" in namespace "var-expansion-8105" to be "Succeeded or Failed" +Sep 16 19:20:22.073: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614": Phase="Pending", Reason="", readiness=false. Elapsed: 12.077687ms +Sep 16 19:20:24.077: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015815844s +Sep 16 19:20:26.078: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.016461061s +STEP: Saw pod success 09/16/22 19:20:26.078 +Sep 16 19:20:26.078: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614" satisfied condition "Succeeded or Failed" +Sep 16 19:20:26.080: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614 container dapi-container: +STEP: delete the pod 09/16/22 19:20:26.085 +Sep 16 19:20:26.093: INFO: Waiting for pod var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614 to disappear +Sep 16 19:20:26.095: INFO: Pod var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:20:26.096: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-8105" for this suite. 09/16/22 19:20:26.099 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]","completed":34,"skipped":744,"failed":0} +------------------------------ +• [4.077 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:20:22.028 + Sep 16 19:20:22.028: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:20:22.03 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:22.048 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:22.052 + [It] should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 + STEP: Creating a pod to test substitution in container's args 09/16/22 19:20:22.056 + Sep 16 19:20:22.061: INFO: Waiting up to 5m0s for pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614" in namespace "var-expansion-8105" to be "Succeeded or Failed" + Sep 16 19:20:22.073: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614": Phase="Pending", Reason="", readiness=false. Elapsed: 12.077687ms + Sep 16 19:20:24.077: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015815844s + Sep 16 19:20:26.078: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.016461061s + STEP: Saw pod success 09/16/22 19:20:26.078 + Sep 16 19:20:26.078: INFO: Pod "var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614" satisfied condition "Succeeded or Failed" + Sep 16 19:20:26.080: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614 container dapi-container: + STEP: delete the pod 09/16/22 19:20:26.085 + Sep 16 19:20:26.093: INFO: Waiting for pod var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614 to disappear + Sep 16 19:20:26.095: INFO: Pod var-expansion-2fdc4802-89df-4cd6-8d26-c83279d74614 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:20:26.096: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-8105" for this suite. 09/16/22 19:20:26.099 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:248 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:20:26.106 +Sep 16 19:20:26.106: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 19:20:26.107 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:26.126 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:26.13 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:248 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:20:26.135 +Sep 16 19:20:26.144: INFO: Waiting up to 5m0s for pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40" in namespace "downward-api-1528" to be "Succeeded or Failed" +Sep 16 19:20:26.150: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40": Phase="Pending", Reason="", readiness=false. Elapsed: 6.502476ms +Sep 16 19:20:28.154: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010143781s +Sep 16 19:20:30.154: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010777527s +STEP: Saw pod success 09/16/22 19:20:30.155 +Sep 16 19:20:30.155: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40" satisfied condition "Succeeded or Failed" +Sep 16 19:20:30.157: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40 container client-container: +STEP: delete the pod 09/16/22 19:20:30.162 +Sep 16 19:20:30.169: INFO: Waiting for pod downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40 to disappear +Sep 16 19:20:30.174: INFO: Pod downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 19:20:30.174: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-1528" for this suite. 09/16/22 19:20:30.176 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","completed":35,"skipped":747,"failed":0} +------------------------------ +• [4.075 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:20:26.106 + Sep 16 19:20:26.106: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 19:20:26.107 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:26.126 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:26.13 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:248 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:20:26.135 + Sep 16 19:20:26.144: INFO: Waiting up to 5m0s for pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40" in namespace "downward-api-1528" to be "Succeeded or Failed" + Sep 16 19:20:26.150: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40": Phase="Pending", Reason="", readiness=false. Elapsed: 6.502476ms + Sep 16 19:20:28.154: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010143781s + Sep 16 19:20:30.154: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010777527s + STEP: Saw pod success 09/16/22 19:20:30.155 + Sep 16 19:20:30.155: INFO: Pod "downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40" satisfied condition "Succeeded or Failed" + Sep 16 19:20:30.157: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40 container client-container: + STEP: delete the pod 09/16/22 19:20:30.162 + Sep 16 19:20:30.169: INFO: Waiting for pod downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40 to disappear + Sep 16 19:20:30.174: INFO: Pod downwardapi-volume-20a3f1a8-eca4-4d4b-a831-d4c5f37a2f40 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 19:20:30.174: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-1528" for this suite. 09/16/22 19:20:30.176 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch + watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:20:30.185 +Sep 16 19:20:30.186: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-watch 09/16/22 19:20:30.187 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:30.248 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:30.251 +[It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 +Sep 16 19:20:30.254: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Creating first CR 09/16/22 19:20:32.817 +Sep 16 19:20:32.822: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:32Z 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:2022-09-16T19:20:32Z]] name:name1 resourceVersion:6009 uid:cb6a296d-ac3c-4457-b8d2-3db6ce8de3b7] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Creating second CR 09/16/22 19:20:42.822 +Sep 16 19:20:42.826: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:42Z 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:2022-09-16T19:20:42Z]] name:name2 resourceVersion:6047 uid:49be1e39-26b7-4e10-b8b3-d5d18f336c9e] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying first CR 09/16/22 19:20:52.828 +Sep 16 19:20:52.833: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:32Z 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:2022-09-16T19:20:52Z]] name:name1 resourceVersion:6076 uid:cb6a296d-ac3c-4457-b8d2-3db6ce8de3b7] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying second CR 09/16/22 19:21:02.836 +Sep 16 19:21:02.841: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:42Z 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:2022-09-16T19:21:02Z]] name:name2 resourceVersion:6105 uid:49be1e39-26b7-4e10-b8b3-d5d18f336c9e] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting first CR 09/16/22 19:21:12.842 +Sep 16 19:21:12.847: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:32Z 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:2022-09-16T19:20:52Z]] name:name1 resourceVersion:6134 uid:cb6a296d-ac3c-4457-b8d2-3db6ce8de3b7] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting second CR 09/16/22 19:21:22.85 +Sep 16 19:21:22.855: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:42Z 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:2022-09-16T19:21:02Z]] name:name2 resourceVersion:6163 uid:49be1e39-26b7-4e10-b8b3-d5d18f336c9e] num:map[num1:9223372036854775807 num2:1000000]]} +[AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:21:33.369: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-watch-5020" for this suite. 09/16/22 19:21:33.371 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance]","completed":36,"skipped":760,"failed":0} +------------------------------ +• [SLOW TEST] [63.190 seconds] +[sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + CustomResourceDefinition Watch + test/e2e/apimachinery/crd_watch.go:44 + watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:20:30.185 + Sep 16 19:20:30.186: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-watch 09/16/22 19:20:30.187 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:20:30.248 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:20:30.251 + [It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 + Sep 16 19:20:30.254: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Creating first CR 09/16/22 19:20:32.817 + Sep 16 19:20:32.822: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:32Z 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:2022-09-16T19:20:32Z]] name:name1 resourceVersion:6009 uid:cb6a296d-ac3c-4457-b8d2-3db6ce8de3b7] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Creating second CR 09/16/22 19:20:42.822 + Sep 16 19:20:42.826: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:42Z 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:2022-09-16T19:20:42Z]] name:name2 resourceVersion:6047 uid:49be1e39-26b7-4e10-b8b3-d5d18f336c9e] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying first CR 09/16/22 19:20:52.828 + Sep 16 19:20:52.833: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:32Z 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:2022-09-16T19:20:52Z]] name:name1 resourceVersion:6076 uid:cb6a296d-ac3c-4457-b8d2-3db6ce8de3b7] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying second CR 09/16/22 19:21:02.836 + Sep 16 19:21:02.841: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:42Z 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:2022-09-16T19:21:02Z]] name:name2 resourceVersion:6105 uid:49be1e39-26b7-4e10-b8b3-d5d18f336c9e] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting first CR 09/16/22 19:21:12.842 + Sep 16 19:21:12.847: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:32Z 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:2022-09-16T19:20:52Z]] name:name1 resourceVersion:6134 uid:cb6a296d-ac3c-4457-b8d2-3db6ce8de3b7] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting second CR 09/16/22 19:21:22.85 + Sep 16 19:21:22.855: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-16T19:20:42Z 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:2022-09-16T19:21:02Z]] name:name2 resourceVersion:6163 uid:49be1e39-26b7-4e10-b8b3-d5d18f336c9e] num:map[num1:9223372036854775807 num2:1000000]]} + [AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:21:33.369: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-watch-5020" for this suite. 09/16/22 19:21:33.371 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Watchers + should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:21:33.381 +Sep 16 19:21:33.381: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename watch 09/16/22 19:21:33.382 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:21:33.394 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:21:33.399 +[It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 +STEP: getting a starting resourceVersion 09/16/22 19:21:33.406 +STEP: starting a background goroutine to produce watch events 09/16/22 19:21:33.409 +STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 09/16/22 19:21:33.41 +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:187 +Sep 16 19:21:36.186: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-3349" for this suite. 09/16/22 19:21:36.237 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]","completed":37,"skipped":775,"failed":0} +------------------------------ +• [2.906 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:21:33.381 + Sep 16 19:21:33.381: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename watch 09/16/22 19:21:33.382 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:21:33.394 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:21:33.399 + [It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 + STEP: getting a starting resourceVersion 09/16/22 19:21:33.406 + STEP: starting a background goroutine to produce watch events 09/16/22 19:21:33.409 + STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 09/16/22 19:21:33.41 + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:187 + Sep 16 19:21:36.186: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-3349" for this suite. 09/16/22 19:21:36.237 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicaSet + Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:21:36.291 +Sep 16 19:21:36.291: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replicaset 09/16/22 19:21:36.292 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:21:36.304 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:21:36.308 +[It] Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 +STEP: Creating replica set "test-rs" that asks for more than the allowed pod quota 09/16/22 19:21:36.313 +Sep 16 19:21:36.321: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 16 19:21:41.324: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/16/22 19:21:41.324 +STEP: getting scale subresource 09/16/22 19:21:41.324 +STEP: updating a scale subresource 09/16/22 19:21:41.327 +STEP: verifying the replicaset Spec.Replicas was modified 09/16/22 19:21:41.332 +STEP: Patch a scale subresource 09/16/22 19:21:41.336 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 16 19:21:41.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-6943" for this suite. 09/16/22 19:21:41.414 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]","completed":38,"skipped":785,"failed":0} +------------------------------ +• [SLOW TEST] [5.136 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:21:36.291 + Sep 16 19:21:36.291: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replicaset 09/16/22 19:21:36.292 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:21:36.304 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:21:36.308 + [It] Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 + STEP: Creating replica set "test-rs" that asks for more than the allowed pod quota 09/16/22 19:21:36.313 + Sep 16 19:21:36.321: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 16 19:21:41.324: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/16/22 19:21:41.324 + STEP: getting scale subresource 09/16/22 19:21:41.324 + STEP: updating a scale subresource 09/16/22 19:21:41.327 + STEP: verifying the replicaset Spec.Replicas was modified 09/16/22 19:21:41.332 + STEP: Patch a scale subresource 09/16/22 19:21:41.336 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 16 19:21:41.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-6943" for this suite. 09/16/22 19:21:41.414 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:21:41.431 +Sep 16 19:21:41.431: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 19:21:41.432 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:21:41.498 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:21:41.505 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-9204 09/16/22 19:21:41.518 +[It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 +STEP: Creating stateful set ss in namespace statefulset-9204 09/16/22 19:21:41.522 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-9204 09/16/22 19:21:41.529 +Sep 16 19:21:41.538: INFO: Found 0 stateful pods, waiting for 1 +Sep 16 19:21:51.542: 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 09/16/22 19:21:51.542 +Sep 16 19:21:51.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:21:51.715: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:21:51.715: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:21:51.715: 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' + +Sep 16 19:21:51.720: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Sep 16 19:22:01.723: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:22:01.723: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:22:01.734: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 16 19:22:01.734: INFO: ss-0 ip-172-31-14-177 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:51 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:51 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC }] +Sep 16 19:22:01.734: INFO: +Sep 16 19:22:01.734: INFO: StatefulSet ss has not reached scale 3, at 1 +Sep 16 19:22:02.737: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996821911s +Sep 16 19:22:03.773: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.99366734s +Sep 16 19:22:04.776: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.958104098s +Sep 16 19:22:05.778: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.955526348s +Sep 16 19:22:06.781: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.952756544s +Sep 16 19:22:07.785: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.949815097s +Sep 16 19:22:08.788: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.945653429s +Sep 16 19:22:09.791: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.942773853s +Sep 16 19:22:10.794: INFO: Verifying statefulset ss doesn't scale past 3 for another 939.624543ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-9204 09/16/22 19:22:11.795 +Sep 16 19:22:11.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:22:11.985: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:22:11.985: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:22:11.985: 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' + +Sep 16 19:22:11.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:22:12.158: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" +Sep 16 19:22:12.158: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:22:12.158: 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' + +Sep 16 19:22:12.158: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:22:12.321: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" +Sep 16 19:22:12.321: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:22:12.321: 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' + +Sep 16 19:22:12.325: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false +Sep 16 19:22:22.332: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:22:22.332: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:22:22.332: 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 09/16/22 19:22:22.332 +Sep 16 19:22:22.337: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:22:22.494: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:22:22.494: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:22:22.494: 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' + +Sep 16 19:22:22.495: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:22:22.649: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:22:22.649: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:22:22.649: 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' + +Sep 16 19:22:22.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:22:22.802: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:22:22.802: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:22:22.802: 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' + +Sep 16 19:22:22.802: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:22:22.805: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 +Sep 16 19:22:32.812: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:22:32.812: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:22:32.812: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:22:32.823: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 16 19:22:32.823: INFO: ss-0 ip-172-31-14-177 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC }] +Sep 16 19:22:32.823: INFO: ss-1 ip-172-31-15-7 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC }] +Sep 16 19:22:32.823: INFO: ss-2 ip-172-31-14-177 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC }] +Sep 16 19:22:32.823: INFO: +Sep 16 19:22:32.823: INFO: StatefulSet ss has not reached scale 0, at 3 +Sep 16 19:22:33.828: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 16 19:22:33.829: INFO: ss-0 ip-172-31-14-177 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC }] +Sep 16 19:22:33.829: INFO: ss-2 ip-172-31-14-177 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC }] +Sep 16 19:22:33.829: INFO: +Sep 16 19:22:33.829: INFO: StatefulSet ss has not reached scale 0, at 2 +Sep 16 19:22:34.831: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.989602763s +Sep 16 19:22:35.834: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.98700241s +Sep 16 19:22:36.837: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.984541522s +Sep 16 19:22:38.019: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.981094847s +Sep 16 19:22:39.022: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.79917014s +Sep 16 19:22:40.024: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.796747392s +Sep 16 19:22:41.027: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.793969966s +Sep 16 19:22:42.031: INFO: Verifying statefulset ss doesn't scale past 0 for another 791.574199ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-9204 09/16/22 19:22:43.031 +Sep 16 19:22:43.034: INFO: Scaling statefulset ss to 0 +Sep 16 19:22:43.041: INFO: Waiting for statefulset status.replicas updated to 0 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 19:22:43.043: INFO: Deleting all statefulset in ns statefulset-9204 +Sep 16 19:22:43.045: INFO: Scaling statefulset ss to 0 +Sep 16 19:22:43.052: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:22:43.054: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 19:22:43.081: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-9204" for this suite. 09/16/22 19:22:43.085 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]","completed":39,"skipped":821,"failed":0} +------------------------------ +• [SLOW TEST] [61.658 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:21:41.431 + Sep 16 19:21:41.431: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 19:21:41.432 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:21:41.498 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:21:41.505 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-9204 09/16/22 19:21:41.518 + [It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 + STEP: Creating stateful set ss in namespace statefulset-9204 09/16/22 19:21:41.522 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-9204 09/16/22 19:21:41.529 + Sep 16 19:21:41.538: INFO: Found 0 stateful pods, waiting for 1 + Sep 16 19:21:51.542: 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 09/16/22 19:21:51.542 + Sep 16 19:21:51.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:21:51.715: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:21:51.715: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:21:51.715: 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' + + Sep 16 19:21:51.720: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Sep 16 19:22:01.723: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:22:01.723: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:22:01.734: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 16 19:22:01.734: INFO: ss-0 ip-172-31-14-177 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:51 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:51 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC }] + Sep 16 19:22:01.734: INFO: + Sep 16 19:22:01.734: INFO: StatefulSet ss has not reached scale 3, at 1 + Sep 16 19:22:02.737: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996821911s + Sep 16 19:22:03.773: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.99366734s + Sep 16 19:22:04.776: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.958104098s + Sep 16 19:22:05.778: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.955526348s + Sep 16 19:22:06.781: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.952756544s + Sep 16 19:22:07.785: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.949815097s + Sep 16 19:22:08.788: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.945653429s + Sep 16 19:22:09.791: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.942773853s + Sep 16 19:22:10.794: INFO: Verifying statefulset ss doesn't scale past 3 for another 939.624543ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-9204 09/16/22 19:22:11.795 + Sep 16 19:22:11.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:22:11.985: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:22:11.985: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:22:11.985: 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' + + Sep 16 19:22:11.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:22:12.158: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" + Sep 16 19:22:12.158: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:22:12.158: 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' + + Sep 16 19:22:12.158: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:22:12.321: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" + Sep 16 19:22:12.321: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:22:12.321: 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' + + Sep 16 19:22:12.325: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false + Sep 16 19:22:22.332: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:22:22.332: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:22:22.332: 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 09/16/22 19:22:22.332 + Sep 16 19:22:22.337: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:22:22.494: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:22:22.494: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:22:22.494: 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' + + Sep 16 19:22:22.495: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:22:22.649: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:22:22.649: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:22:22.649: 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' + + Sep 16 19:22:22.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-9204 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:22:22.802: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:22:22.802: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:22:22.802: 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' + + Sep 16 19:22:22.802: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:22:22.805: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 + Sep 16 19:22:32.812: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:22:32.812: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:22:32.812: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:22:32.823: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 16 19:22:32.823: INFO: ss-0 ip-172-31-14-177 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC }] + Sep 16 19:22:32.823: INFO: ss-1 ip-172-31-15-7 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC }] + Sep 16 19:22:32.823: INFO: ss-2 ip-172-31-14-177 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC }] + Sep 16 19:22:32.823: INFO: + Sep 16 19:22:32.823: INFO: StatefulSet ss has not reached scale 0, at 3 + Sep 16 19:22:33.828: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 16 19:22:33.829: INFO: ss-0 ip-172-31-14-177 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:22 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:21:41 +0000 UTC }] + Sep 16 19:22:33.829: INFO: ss-2 ip-172-31-14-177 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:23 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:22:01 +0000 UTC }] + Sep 16 19:22:33.829: INFO: + Sep 16 19:22:33.829: INFO: StatefulSet ss has not reached scale 0, at 2 + Sep 16 19:22:34.831: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.989602763s + Sep 16 19:22:35.834: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.98700241s + Sep 16 19:22:36.837: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.984541522s + Sep 16 19:22:38.019: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.981094847s + Sep 16 19:22:39.022: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.79917014s + Sep 16 19:22:40.024: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.796747392s + Sep 16 19:22:41.027: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.793969966s + Sep 16 19:22:42.031: INFO: Verifying statefulset ss doesn't scale past 0 for another 791.574199ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-9204 09/16/22 19:22:43.031 + Sep 16 19:22:43.034: INFO: Scaling statefulset ss to 0 + Sep 16 19:22:43.041: INFO: Waiting for statefulset status.replicas updated to 0 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 19:22:43.043: INFO: Deleting all statefulset in ns statefulset-9204 + Sep 16 19:22:43.045: INFO: Scaling statefulset ss to 0 + Sep 16 19:22:43.052: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:22:43.054: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 19:22:43.081: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-9204" for this suite. 09/16/22 19:22:43.085 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:97 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:22:43.092 +Sep 16 19:22:43.092: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 19:22:43.093 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:43.169 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:43.173 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/16/22 19:22:43.18 +Sep 16 19:22:43.189: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-2205" to be "running and ready" +Sep 16 19:22:43.202: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 11.860624ms +Sep 16 19:22:43.202: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:22:45.205: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.014866212s +Sep 16 19:22:45.205: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 16 19:22:45.205: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:97 +STEP: create the pod with lifecycle hook 09/16/22 19:22:45.207 +Sep 16 19:22:45.212: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-2205" to be "running and ready" +Sep 16 19:22:45.215: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.598699ms +Sep 16 19:22:45.216: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:22:47.220: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008519036s +Sep 16 19:22:47.220: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) +Sep 16 19:22:47.220: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" +STEP: check poststart hook 09/16/22 19:22:47.222 +STEP: delete the pod with lifecycle hook 09/16/22 19:22:47.242 +Sep 16 19:22:47.250: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Sep 16 19:22:47.252: INFO: Pod pod-with-poststart-exec-hook still exists +Sep 16 19:22:49.253: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Sep 16 19:22:49.255: INFO: Pod pod-with-poststart-exec-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 16 19:22:49.255: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-2205" for this suite. 09/16/22 19:22:49.258 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]","completed":40,"skipped":821,"failed":0} +------------------------------ +• [SLOW TEST] [6.169 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:97 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:22:43.092 + Sep 16 19:22:43.092: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 19:22:43.093 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:43.169 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:43.173 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/16/22 19:22:43.18 + Sep 16 19:22:43.189: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-2205" to be "running and ready" + Sep 16 19:22:43.202: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 11.860624ms + Sep 16 19:22:43.202: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:22:45.205: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.014866212s + Sep 16 19:22:45.205: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 16 19:22:45.205: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:97 + STEP: create the pod with lifecycle hook 09/16/22 19:22:45.207 + Sep 16 19:22:45.212: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-2205" to be "running and ready" + Sep 16 19:22:45.215: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.598699ms + Sep 16 19:22:45.216: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:22:47.220: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008519036s + Sep 16 19:22:47.220: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) + Sep 16 19:22:47.220: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" + STEP: check poststart hook 09/16/22 19:22:47.222 + STEP: delete the pod with lifecycle hook 09/16/22 19:22:47.242 + Sep 16 19:22:47.250: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Sep 16 19:22:47.252: INFO: Pod pod-with-poststart-exec-hook still exists + Sep 16 19:22:49.253: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Sep 16 19:22:49.255: INFO: Pod pod-with-poststart-exec-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 16 19:22:49.255: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-2205" for this suite. 09/16/22 19:22:49.258 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl version + should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:22:49.262 +Sep 16 19:22:49.262: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:22:49.263 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:49.278 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:49.28 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 +Sep 16 19:22:49.283: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-751 version' +Sep 16 19:22:49.348: INFO: stderr: "WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.\n" +Sep 16 19:22:49.348: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.0\", GitCommit:\"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2\", GitTreeState:\"clean\", BuildDate:\"2022-08-23T17:44:59Z\", GoVersion:\"go1.19\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.0+k3s1\", GitCommit:\"26e9405767263a2915723cb72b1ffd7f50687a8f\", GitTreeState:\"clean\", BuildDate:\"2022-09-12T20:11:31Z\", GoVersion:\"go1.19\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:22:49.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-751" for this suite. 09/16/22 19:22:49.351 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl version should check is all data is printed [Conformance]","completed":41,"skipped":824,"failed":0} +------------------------------ +• [0.094 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl version + test/e2e/kubectl/kubectl.go:1677 + should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:22:49.262 + Sep 16 19:22:49.262: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:22:49.263 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:49.278 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:49.28 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 + Sep 16 19:22:49.283: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-751 version' + Sep 16 19:22:49.348: INFO: stderr: "WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.\n" + Sep 16 19:22:49.348: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.0\", GitCommit:\"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2\", GitTreeState:\"clean\", BuildDate:\"2022-08-23T17:44:59Z\", GoVersion:\"go1.19\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.0+k3s1\", GitCommit:\"26e9405767263a2915723cb72b1ffd7f50687a8f\", GitTreeState:\"clean\", BuildDate:\"2022-09-12T20:11:31Z\", GoVersion:\"go1.19\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:22:49.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-751" for this suite. 09/16/22 19:22:49.351 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:22:49.356 +Sep 16 19:22:49.357: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:22:49.358 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:49.377 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:49.38 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 +STEP: Creating configMap with name projected-configmap-test-volume-map-d086be23-4c85-4b2d-8fbc-12327ec8365e 09/16/22 19:22:49.383 +STEP: Creating a pod to test consume configMaps 09/16/22 19:22:49.387 +Sep 16 19:22:49.395: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de" in namespace "projected-9707" to be "Succeeded or Failed" +Sep 16 19:22:49.404: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de": Phase="Pending", Reason="", readiness=false. Elapsed: 8.770433ms +Sep 16 19:22:51.407: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012091136s +Sep 16 19:22:53.407: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012455039s +STEP: Saw pod success 09/16/22 19:22:53.407 +Sep 16 19:22:53.407: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de" satisfied condition "Succeeded or Failed" +Sep 16 19:22:53.410: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de container agnhost-container: +STEP: delete the pod 09/16/22 19:22:53.415 +Sep 16 19:22:53.423: INFO: Waiting for pod pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de to disappear +Sep 16 19:22:53.429: INFO: Pod pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 19:22:53.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9707" for this suite. 09/16/22 19:22:53.432 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":42,"skipped":827,"failed":0} +------------------------------ +• [4.079 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:22:49.356 + Sep 16 19:22:49.357: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:22:49.358 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:49.377 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:49.38 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 + STEP: Creating configMap with name projected-configmap-test-volume-map-d086be23-4c85-4b2d-8fbc-12327ec8365e 09/16/22 19:22:49.383 + STEP: Creating a pod to test consume configMaps 09/16/22 19:22:49.387 + Sep 16 19:22:49.395: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de" in namespace "projected-9707" to be "Succeeded or Failed" + Sep 16 19:22:49.404: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de": Phase="Pending", Reason="", readiness=false. Elapsed: 8.770433ms + Sep 16 19:22:51.407: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012091136s + Sep 16 19:22:53.407: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012455039s + STEP: Saw pod success 09/16/22 19:22:53.407 + Sep 16 19:22:53.407: INFO: Pod "pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de" satisfied condition "Succeeded or Failed" + Sep 16 19:22:53.410: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de container agnhost-container: + STEP: delete the pod 09/16/22 19:22:53.415 + Sep 16 19:22:53.423: INFO: Waiting for pod pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de to disappear + Sep 16 19:22:53.429: INFO: Pod pod-projected-configmaps-d2faf0eb-dc4c-4302-b2f5-1fa2f70630de no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 19:22:53.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9707" for this suite. 09/16/22 19:22:53.432 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:220 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:22:53.438 +Sep 16 19:22:53.438: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:22:53.44 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:53.451 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:53.454 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:22:53.475 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:22:54.293 +STEP: Deploying the webhook pod 09/16/22 19:22:54.302 +STEP: Wait for the deployment to be ready 09/16/22 19:22:54.318 +Sep 16 19:22:54.331: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 19:22:56.338 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:22:56.346 +Sep 16 19:22:57.346: 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] + test/e2e/apimachinery/webhook.go:220 +Sep 16 19:22:57.349: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Registering the custom resource webhook via the AdmissionRegistration API 09/16/22 19:22:57.858 +STEP: Creating a custom resource that should be denied by the webhook 09/16/22 19:22:57.877 +STEP: Creating a custom resource whose deletion would be denied by the webhook 09/16/22 19:22:59.923 +STEP: Updating the custom resource with disallowed data should be denied 09/16/22 19:22:59.931 +STEP: Deleting the custom resource should be denied 09/16/22 19:22:59.94 +STEP: Remove the offending key and value from the custom resource data 09/16/22 19:22:59.949 +STEP: Deleting the updated custom resource should be successful 09/16/22 19:22:59.958 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:23:00.479: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-5438" for this suite. 09/16/22 19:23:00.482 +STEP: Destroying namespace "webhook-5438-markers" for this suite. 09/16/22 19:23:00.495 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]","completed":43,"skipped":829,"failed":0} +------------------------------ +• [SLOW TEST] [7.182 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:22:53.438 + Sep 16 19:22:53.438: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:22:53.44 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:22:53.451 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:22:53.454 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:22:53.475 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:22:54.293 + STEP: Deploying the webhook pod 09/16/22 19:22:54.302 + STEP: Wait for the deployment to be ready 09/16/22 19:22:54.318 + Sep 16 19:22:54.331: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 19:22:56.338 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:22:56.346 + Sep 16 19:22:57.346: 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] + test/e2e/apimachinery/webhook.go:220 + Sep 16 19:22:57.349: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Registering the custom resource webhook via the AdmissionRegistration API 09/16/22 19:22:57.858 + STEP: Creating a custom resource that should be denied by the webhook 09/16/22 19:22:57.877 + STEP: Creating a custom resource whose deletion would be denied by the webhook 09/16/22 19:22:59.923 + STEP: Updating the custom resource with disallowed data should be denied 09/16/22 19:22:59.931 + STEP: Deleting the custom resource should be denied 09/16/22 19:22:59.94 + STEP: Remove the offending key and value from the custom resource data 09/16/22 19:22:59.949 + STEP: Deleting the updated custom resource should be successful 09/16/22 19:22:59.958 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:23:00.479: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-5438" for this suite. 09/16/22 19:23:00.482 + STEP: Destroying namespace "webhook-5438-markers" for this suite. 09/16/22 19:23:00.495 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + should be able to convert a non homogeneous list of CRs [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:184 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:23:00.622 +Sep 16 19:23:00.622: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-webhook 09/16/22 19:23:00.623 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:23:00.821 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:23:00.832 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 09/16/22 19:23:00.835 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/16/22 19:23:01.608 +STEP: Deploying the custom resource conversion webhook pod 09/16/22 19:23:01.711 +STEP: Wait for the deployment to be ready 09/16/22 19:23:01.72 +Sep 16 19:23:01.749: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 19:23:03.757 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:23:03.764 +Sep 16 19:23:04.764: 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] + test/e2e/apimachinery/crd_conversion_webhook.go:184 +Sep 16 19:23:04.767: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Creating a v1 custom resource 09/16/22 19:23:07.348 +STEP: Create a v2 custom resource 09/16/22 19:23:07.365 +STEP: List CRs in v1 09/16/22 19:23:07.432 +STEP: List CRs in v2 09/16/22 19:23:07.437 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:23:07.954: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-webhook-8171" for this suite. 09/16/22 19:23:07.958 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance]","completed":44,"skipped":836,"failed":0} +------------------------------ +• [SLOW TEST] [7.381 seconds] +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to convert a non homogeneous list of CRs [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:184 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:23:00.622 + Sep 16 19:23:00.622: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-webhook 09/16/22 19:23:00.623 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:23:00.821 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:23:00.832 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 09/16/22 19:23:00.835 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/16/22 19:23:01.608 + STEP: Deploying the custom resource conversion webhook pod 09/16/22 19:23:01.711 + STEP: Wait for the deployment to be ready 09/16/22 19:23:01.72 + Sep 16 19:23:01.749: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 19:23:03.757 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:23:03.764 + Sep 16 19:23:04.764: 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] + test/e2e/apimachinery/crd_conversion_webhook.go:184 + Sep 16 19:23:04.767: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Creating a v1 custom resource 09/16/22 19:23:07.348 + STEP: Create a v2 custom resource 09/16/22 19:23:07.365 + STEP: List CRs in v1 09/16/22 19:23:07.432 + STEP: List CRs in v2 09/16/22 19:23:07.437 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:23:07.954: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-webhook-8171" for this suite. 09/16/22 19:23:07.958 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] CronJob + should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:23:08.005 +Sep 16 19:23:08.005: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename cronjob 09/16/22 19:23:08.006 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:23:08.04 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:23:08.046 +[It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +STEP: Creating a cronjob 09/16/22 19:23:08.05 +STEP: Ensuring more than one job is running at a time 09/16/22 19:23:08.067 +STEP: Ensuring at least two running jobs exists by listing jobs explicitly 09/16/22 19:25:02.071 +STEP: Removing cronjob 09/16/22 19:25:02.073 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 16 19:25:02.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-4661" for this suite. 09/16/22 19:25:02.08 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] CronJob should schedule multiple jobs concurrently [Conformance]","completed":45,"skipped":843,"failed":0} +------------------------------ +• [SLOW TEST] [114.095 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:23:08.005 + Sep 16 19:23:08.005: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename cronjob 09/16/22 19:23:08.006 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:23:08.04 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:23:08.046 + [It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 + STEP: Creating a cronjob 09/16/22 19:23:08.05 + STEP: Ensuring more than one job is running at a time 09/16/22 19:23:08.067 + STEP: Ensuring at least two running jobs exists by listing jobs explicitly 09/16/22 19:25:02.071 + STEP: Removing cronjob 09/16/22 19:25:02.073 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 16 19:25:02.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-4661" for this suite. 09/16/22 19:25:02.08 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:02.101 +Sep 16 19:25:02.101: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:25:02.103 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:02.133 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:02.15 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:25:02.168 +Sep 16 19:25:02.174: INFO: Waiting up to 5m0s for pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1" in namespace "projected-7582" to be "Succeeded or Failed" +Sep 16 19:25:02.178: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.530337ms +Sep 16 19:25:04.182: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008058047s +Sep 16 19:25:06.182: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008017804s +STEP: Saw pod success 09/16/22 19:25:06.182 +Sep 16 19:25:06.183: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1" satisfied condition "Succeeded or Failed" +Sep 16 19:25:06.185: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1 container client-container: +STEP: delete the pod 09/16/22 19:25:06.197 +Sep 16 19:25:06.204: INFO: Waiting for pod downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1 to disappear +Sep 16 19:25:06.209: INFO: Pod downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 19:25:06.209: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7582" for this suite. 09/16/22 19:25:06.212 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]","completed":46,"skipped":856,"failed":0} +------------------------------ +• [4.115 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:02.101 + Sep 16 19:25:02.101: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:25:02.103 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:02.133 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:02.15 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:25:02.168 + Sep 16 19:25:02.174: INFO: Waiting up to 5m0s for pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1" in namespace "projected-7582" to be "Succeeded or Failed" + Sep 16 19:25:02.178: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.530337ms + Sep 16 19:25:04.182: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008058047s + Sep 16 19:25:06.182: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008017804s + STEP: Saw pod success 09/16/22 19:25:06.182 + Sep 16 19:25:06.183: INFO: Pod "downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1" satisfied condition "Succeeded or Failed" + Sep 16 19:25:06.185: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1 container client-container: + STEP: delete the pod 09/16/22 19:25:06.197 + Sep 16 19:25:06.204: INFO: Waiting for pod downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1 to disappear + Sep 16 19:25:06.209: INFO: Pod downwardapi-volume-48e28bcb-f875-4592-a2fe-f014528190b1 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 19:25:06.209: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7582" for this suite. 09/16/22 19:25:06.212 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] ServiceAccounts + should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:06.223 +Sep 16 19:25:06.223: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svcaccounts 09/16/22 19:25:06.224 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:06.239 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:06.243 +[It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 +STEP: creating a ServiceAccount 09/16/22 19:25:06.246 +STEP: watching for the ServiceAccount to be added 09/16/22 19:25:06.253 +STEP: patching the ServiceAccount 09/16/22 19:25:06.254 +STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 09/16/22 19:25:06.261 +STEP: deleting the ServiceAccount 09/16/22 19:25:06.264 +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 16 19:25:06.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-3083" for this suite. 09/16/22 19:25:06.277 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount [Conformance]","completed":47,"skipped":881,"failed":0} +------------------------------ +• [0.058 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:06.223 + Sep 16 19:25:06.223: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svcaccounts 09/16/22 19:25:06.224 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:06.239 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:06.243 + [It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 + STEP: creating a ServiceAccount 09/16/22 19:25:06.246 + STEP: watching for the ServiceAccount to be added 09/16/22 19:25:06.253 + STEP: patching the ServiceAccount 09/16/22 19:25:06.254 + STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 09/16/22 19:25:06.261 + STEP: deleting the ServiceAccount 09/16/22 19:25:06.264 + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 16 19:25:06.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-3083" for this suite. 09/16/22 19:25:06.277 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:06.282 +Sep 16 19:25:06.282: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:25:06.283 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:06.296 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:06.299 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 +STEP: Creating configMap with name configmap-test-volume-725f727f-9e24-4e29-86a6-ba6ef8c879b1 09/16/22 19:25:06.303 +STEP: Creating a pod to test consume configMaps 09/16/22 19:25:06.306 +Sep 16 19:25:06.313: INFO: Waiting up to 5m0s for pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca" in namespace "configmap-5573" to be "Succeeded or Failed" +Sep 16 19:25:06.315: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca": Phase="Pending", Reason="", readiness=false. Elapsed: 1.997762ms +Sep 16 19:25:08.319: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005657851s +Sep 16 19:25:10.318: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005247272s +STEP: Saw pod success 09/16/22 19:25:10.318 +Sep 16 19:25:10.319: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca" satisfied condition "Succeeded or Failed" +Sep 16 19:25:10.324: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca container agnhost-container: +STEP: delete the pod 09/16/22 19:25:10.331 +Sep 16 19:25:10.341: INFO: Waiting for pod pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca to disappear +Sep 16 19:25:10.344: INFO: Pod pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:25:10.344: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5573" for this suite. 09/16/22 19:25:10.347 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":48,"skipped":882,"failed":0} +------------------------------ +• [4.070 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:06.282 + Sep 16 19:25:06.282: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:25:06.283 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:06.296 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:06.299 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 + STEP: Creating configMap with name configmap-test-volume-725f727f-9e24-4e29-86a6-ba6ef8c879b1 09/16/22 19:25:06.303 + STEP: Creating a pod to test consume configMaps 09/16/22 19:25:06.306 + Sep 16 19:25:06.313: INFO: Waiting up to 5m0s for pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca" in namespace "configmap-5573" to be "Succeeded or Failed" + Sep 16 19:25:06.315: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca": Phase="Pending", Reason="", readiness=false. Elapsed: 1.997762ms + Sep 16 19:25:08.319: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005657851s + Sep 16 19:25:10.318: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005247272s + STEP: Saw pod success 09/16/22 19:25:10.318 + Sep 16 19:25:10.319: INFO: Pod "pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca" satisfied condition "Succeeded or Failed" + Sep 16 19:25:10.324: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca container agnhost-container: + STEP: delete the pod 09/16/22 19:25:10.331 + Sep 16 19:25:10.341: INFO: Waiting for pod pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca to disappear + Sep 16 19:25:10.344: INFO: Pod pod-configmaps-422ea32b-bd7d-42f6-afbc-e0760a6bb9ca no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:25:10.344: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5573" for this suite. 09/16/22 19:25:10.347 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:10.357 +Sep 16 19:25:10.357: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:25:10.358 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:10.383 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:10.39 +[It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 +STEP: Creating a pod to test emptydir 0666 on node default medium 09/16/22 19:25:10.395 +Sep 16 19:25:10.405: INFO: Waiting up to 5m0s for pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba" in namespace "emptydir-888" to be "Succeeded or Failed" +Sep 16 19:25:10.411: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba": Phase="Pending", Reason="", readiness=false. Elapsed: 6.318183ms +Sep 16 19:25:12.414: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009239036s +Sep 16 19:25:14.419: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013381938s +STEP: Saw pod success 09/16/22 19:25:14.419 +Sep 16 19:25:14.419: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba" satisfied condition "Succeeded or Failed" +Sep 16 19:25:14.425: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba container test-container: +STEP: delete the pod 09/16/22 19:25:14.442 +Sep 16 19:25:14.454: INFO: Waiting for pod pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba to disappear +Sep 16 19:25:14.461: INFO: Pod pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:25:14.461: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-888" for this suite. 09/16/22 19:25:14.465 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":49,"skipped":899,"failed":0} +------------------------------ +• [4.116 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:10.357 + Sep 16 19:25:10.357: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:25:10.358 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:10.383 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:10.39 + [It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 + STEP: Creating a pod to test emptydir 0666 on node default medium 09/16/22 19:25:10.395 + Sep 16 19:25:10.405: INFO: Waiting up to 5m0s for pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba" in namespace "emptydir-888" to be "Succeeded or Failed" + Sep 16 19:25:10.411: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba": Phase="Pending", Reason="", readiness=false. Elapsed: 6.318183ms + Sep 16 19:25:12.414: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009239036s + Sep 16 19:25:14.419: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013381938s + STEP: Saw pod success 09/16/22 19:25:14.419 + Sep 16 19:25:14.419: INFO: Pod "pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba" satisfied condition "Succeeded or Failed" + Sep 16 19:25:14.425: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba container test-container: + STEP: delete the pod 09/16/22 19:25:14.442 + Sep 16 19:25:14.454: INFO: Waiting for pod pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba to disappear + Sep 16 19:25:14.461: INFO: Pod pod-e4ebb169-30f2-4df6-ac8c-3f830e70f4ba no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:25:14.461: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-888" for this suite. 09/16/22 19:25:14.465 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:98 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:14.474 +Sep 16 19:25:14.474: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:25:14.475 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:14.493 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:14.497 +[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:98 +STEP: Creating configMap with name projected-configmap-test-volume-map-553acac8-9890-4db7-b845-f151a8fd46b0 09/16/22 19:25:14.51 +STEP: Creating a pod to test consume configMaps 09/16/22 19:25:14.514 +Sep 16 19:25:14.545: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61" in namespace "projected-7879" to be "Succeeded or Failed" +Sep 16 19:25:14.554: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61": Phase="Pending", Reason="", readiness=false. Elapsed: 8.469828ms +Sep 16 19:25:16.557: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01182659s +Sep 16 19:25:18.556: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011200816s +STEP: Saw pod success 09/16/22 19:25:18.557 +Sep 16 19:25:18.557: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61" satisfied condition "Succeeded or Failed" +Sep 16 19:25:18.560: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61 container agnhost-container: +STEP: delete the pod 09/16/22 19:25:18.565 +Sep 16 19:25:18.573: INFO: Waiting for pod pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61 to disappear +Sep 16 19:25:18.576: INFO: Pod pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 19:25:18.576: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7879" for this suite. 09/16/22 19:25:18.58 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":50,"skipped":900,"failed":0} +------------------------------ +• [4.112 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:14.474 + Sep 16 19:25:14.474: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:25:14.475 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:14.493 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:14.497 + [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:98 + STEP: Creating configMap with name projected-configmap-test-volume-map-553acac8-9890-4db7-b845-f151a8fd46b0 09/16/22 19:25:14.51 + STEP: Creating a pod to test consume configMaps 09/16/22 19:25:14.514 + Sep 16 19:25:14.545: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61" in namespace "projected-7879" to be "Succeeded or Failed" + Sep 16 19:25:14.554: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61": Phase="Pending", Reason="", readiness=false. Elapsed: 8.469828ms + Sep 16 19:25:16.557: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01182659s + Sep 16 19:25:18.556: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011200816s + STEP: Saw pod success 09/16/22 19:25:18.557 + Sep 16 19:25:18.557: INFO: Pod "pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61" satisfied condition "Succeeded or Failed" + Sep 16 19:25:18.560: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61 container agnhost-container: + STEP: delete the pod 09/16/22 19:25:18.565 + Sep 16 19:25:18.573: INFO: Waiting for pod pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61 to disappear + Sep 16 19:25:18.576: INFO: Pod pod-projected-configmaps-cc7de59c-a705-42de-b62a-01b1ee3afe61 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 19:25:18.576: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7879" for this suite. 09/16/22 19:25:18.58 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Job + should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:18.595 +Sep 16 19:25:18.596: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename job 09/16/22 19:25:18.598 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:18.615 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:18.621 +[It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 +STEP: Creating a job 09/16/22 19:25:18.626 +STEP: Ensuring active pods == parallelism 09/16/22 19:25:18.632 +STEP: Orphaning one of the Job's Pods 09/16/22 19:25:20.636 +Sep 16 19:25:21.149: INFO: Successfully updated pod "adopt-release-ppfbr" +STEP: Checking that the Job readopts the Pod 09/16/22 19:25:21.149 +Sep 16 19:25:21.149: INFO: Waiting up to 15m0s for pod "adopt-release-ppfbr" in namespace "job-9109" to be "adopted" +Sep 16 19:25:21.152: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 2.210476ms +Sep 16 19:25:23.155: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 2.005740631s +Sep 16 19:25:23.155: INFO: Pod "adopt-release-ppfbr" satisfied condition "adopted" +STEP: Removing the labels from the Job's Pod 09/16/22 19:25:23.155 +Sep 16 19:25:23.668: INFO: Successfully updated pod "adopt-release-ppfbr" +STEP: Checking that the Job releases the Pod 09/16/22 19:25:23.668 +Sep 16 19:25:23.668: INFO: Waiting up to 15m0s for pod "adopt-release-ppfbr" in namespace "job-9109" to be "released" +Sep 16 19:25:23.673: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 4.808638ms +Sep 16 19:25:25.677: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 2.008734548s +Sep 16 19:25:25.677: INFO: Pod "adopt-release-ppfbr" satisfied condition "released" +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 16 19:25:25.677: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-9109" for this suite. 09/16/22 19:25:25.681 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]","completed":51,"skipped":923,"failed":0} +------------------------------ +• [SLOW TEST] [7.091 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:18.595 + Sep 16 19:25:18.596: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename job 09/16/22 19:25:18.598 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:18.615 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:18.621 + [It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 + STEP: Creating a job 09/16/22 19:25:18.626 + STEP: Ensuring active pods == parallelism 09/16/22 19:25:18.632 + STEP: Orphaning one of the Job's Pods 09/16/22 19:25:20.636 + Sep 16 19:25:21.149: INFO: Successfully updated pod "adopt-release-ppfbr" + STEP: Checking that the Job readopts the Pod 09/16/22 19:25:21.149 + Sep 16 19:25:21.149: INFO: Waiting up to 15m0s for pod "adopt-release-ppfbr" in namespace "job-9109" to be "adopted" + Sep 16 19:25:21.152: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 2.210476ms + Sep 16 19:25:23.155: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 2.005740631s + Sep 16 19:25:23.155: INFO: Pod "adopt-release-ppfbr" satisfied condition "adopted" + STEP: Removing the labels from the Job's Pod 09/16/22 19:25:23.155 + Sep 16 19:25:23.668: INFO: Successfully updated pod "adopt-release-ppfbr" + STEP: Checking that the Job releases the Pod 09/16/22 19:25:23.668 + Sep 16 19:25:23.668: INFO: Waiting up to 15m0s for pod "adopt-release-ppfbr" in namespace "job-9109" to be "released" + Sep 16 19:25:23.673: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 4.808638ms + Sep 16 19:25:25.677: INFO: Pod "adopt-release-ppfbr": Phase="Running", Reason="", readiness=true. Elapsed: 2.008734548s + Sep 16 19:25:25.677: INFO: Pod "adopt-release-ppfbr" satisfied condition "released" + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 16 19:25:25.677: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-9109" for this suite. 09/16/22 19:25:25.681 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:25.69 +Sep 16 19:25:25.690: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 19:25:25.691 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:25.704 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:25.708 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 +STEP: creating pod 09/16/22 19:25:25.711 +Sep 16 19:25:25.719: INFO: Waiting up to 5m0s for pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1" in namespace "pods-2939" to be "running and ready" +Sep 16 19:25:25.735: INFO: Pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1": Phase="Pending", Reason="", readiness=false. Elapsed: 16.450688ms +Sep 16 19:25:25.735: INFO: The phase of Pod pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:25:27.738: INFO: Pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1": Phase="Running", Reason="", readiness=true. Elapsed: 2.019527814s +Sep 16 19:25:27.738: INFO: The phase of Pod pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1 is Running (Ready = true) +Sep 16 19:25:27.738: INFO: Pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1" satisfied condition "running and ready" +Sep 16 19:25:27.742: INFO: Pod pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1 has hostIP: 172.31.14.177 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 19:25:27.742: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-2939" for this suite. 09/16/22 19:25:27.745 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should get a host IP [NodeConformance] [Conformance]","completed":52,"skipped":928,"failed":0} +------------------------------ +• [2.059 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:25.69 + Sep 16 19:25:25.690: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 19:25:25.691 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:25.704 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:25.708 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 + STEP: creating pod 09/16/22 19:25:25.711 + Sep 16 19:25:25.719: INFO: Waiting up to 5m0s for pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1" in namespace "pods-2939" to be "running and ready" + Sep 16 19:25:25.735: INFO: Pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1": Phase="Pending", Reason="", readiness=false. Elapsed: 16.450688ms + Sep 16 19:25:25.735: INFO: The phase of Pod pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:25:27.738: INFO: Pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1": Phase="Running", Reason="", readiness=true. Elapsed: 2.019527814s + Sep 16 19:25:27.738: INFO: The phase of Pod pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1 is Running (Ready = true) + Sep 16 19:25:27.738: INFO: Pod "pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1" satisfied condition "running and ready" + Sep 16 19:25:27.742: INFO: Pod pod-hostip-02e9f3d2-b35d-4cbd-8d88-63614b9ffdd1 has hostIP: 172.31.14.177 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 19:25:27.742: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-2939" for this suite. 09/16/22 19:25:27.745 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir wrapper volumes + should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:25:27.754 +Sep 16 19:25:27.754: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir-wrapper 09/16/22 19:25:27.755 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:27.817 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:27.821 +[It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 +STEP: Creating 50 configmaps 09/16/22 19:25:27.826 +STEP: Creating RC which spawns configmap-volume pods 09/16/22 19:25:28.144 +Sep 16 19:25:28.157: INFO: Pod name wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2: Found 0 pods out of 5 +Sep 16 19:25:33.166: INFO: Pod name wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2: Found 5 pods out of 5 +STEP: Ensuring each pod is running 09/16/22 19:25:33.166 +Sep 16 19:25:33.166: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:25:33.168: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.618193ms +Sep 16 19:25:35.173: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007453578s +Sep 16 19:25:37.173: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007004067s +Sep 16 19:25:39.173: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007094344s +Sep 16 19:25:41.176: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010424104s +Sep 16 19:25:43.172: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Running", Reason="", readiness=true. Elapsed: 10.005973097s +Sep 16 19:25:43.172: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf" satisfied condition "running" +Sep 16 19:25:43.172: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-76l6b" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:25:43.174: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-76l6b": Phase="Running", Reason="", readiness=true. Elapsed: 2.45095ms +Sep 16 19:25:43.174: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-76l6b" satisfied condition "running" +Sep 16 19:25:43.174: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-7wml7" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:25:43.177: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-7wml7": Phase="Running", Reason="", readiness=true. Elapsed: 2.650073ms +Sep 16 19:25:43.177: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-7wml7" satisfied condition "running" +Sep 16 19:25:43.177: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-js8ff" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:25:43.179: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-js8ff": Phase="Running", Reason="", readiness=true. Elapsed: 2.303567ms +Sep 16 19:25:43.179: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-js8ff" satisfied condition "running" +Sep 16 19:25:43.179: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-vt77v" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:25:43.182: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-vt77v": Phase="Running", Reason="", readiness=true. Elapsed: 2.170836ms +Sep 16 19:25:43.182: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-vt77v" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2 in namespace emptydir-wrapper-1099, will wait for the garbage collector to delete the pods 09/16/22 19:25:43.182 +Sep 16 19:25:43.240: INFO: Deleting ReplicationController wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2 took: 4.527924ms +Sep 16 19:25:43.440: INFO: Terminating ReplicationController wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2 pods took: 200.423542ms +STEP: Creating RC which spawns configmap-volume pods 09/16/22 19:25:47.047 +Sep 16 19:25:47.061: INFO: Pod name wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e: Found 0 pods out of 5 +Sep 16 19:25:52.473: INFO: Pod name wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e: Found 5 pods out of 5 +STEP: Ensuring each pod is running 09/16/22 19:25:52.473 +Sep 16 19:25:52.473: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:25:52.481: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 7.680036ms +Sep 16 19:25:54.487: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013841461s +Sep 16 19:25:56.485: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012285231s +Sep 16 19:25:58.486: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 6.012700704s +Sep 16 19:26:00.503: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Running", Reason="", readiness=true. Elapsed: 8.030079094s +Sep 16 19:26:00.503: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x" satisfied condition "running" +Sep 16 19:26:00.503: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:00.517: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979": Phase="Pending", Reason="", readiness=false. Elapsed: 13.242376ms +Sep 16 19:26:02.520: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979": Phase="Running", Reason="", readiness=true. Elapsed: 2.016853681s +Sep 16 19:26:02.520: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979" satisfied condition "running" +Sep 16 19:26:02.520: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-mgztz" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:02.523: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-mgztz": Phase="Running", Reason="", readiness=true. Elapsed: 2.4573ms +Sep 16 19:26:02.523: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-mgztz" satisfied condition "running" +Sep 16 19:26:02.523: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-r47sw" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:02.525: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-r47sw": Phase="Running", Reason="", readiness=true. Elapsed: 2.091374ms +Sep 16 19:26:02.525: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-r47sw" satisfied condition "running" +Sep 16 19:26:02.525: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-s4vmk" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:02.527: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-s4vmk": Phase="Running", Reason="", readiness=true. Elapsed: 2.078664ms +Sep 16 19:26:02.527: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-s4vmk" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e in namespace emptydir-wrapper-1099, will wait for the garbage collector to delete the pods 09/16/22 19:26:02.528 +Sep 16 19:26:02.586: INFO: Deleting ReplicationController wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e took: 4.909111ms +Sep 16 19:26:02.686: INFO: Terminating ReplicationController wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e pods took: 100.362127ms +STEP: Creating RC which spawns configmap-volume pods 09/16/22 19:26:06.59 +Sep 16 19:26:06.605: INFO: Pod name wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea: Found 0 pods out of 5 +Sep 16 19:26:11.610: INFO: Pod name wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea: Found 5 pods out of 5 +STEP: Ensuring each pod is running 09/16/22 19:26:11.611 +Sep 16 19:26:11.611: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:11.614: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 2.853507ms +Sep 16 19:26:13.617: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006515063s +Sep 16 19:26:15.620: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009561548s +Sep 16 19:26:17.619: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00808795s +Sep 16 19:26:19.619: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008691625s +Sep 16 19:26:21.621: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Running", Reason="", readiness=true. Elapsed: 10.010598582s +Sep 16 19:26:21.621: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s" satisfied condition "running" +Sep 16 19:26:21.621: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-hbcrf" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:21.625: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-hbcrf": Phase="Running", Reason="", readiness=true. Elapsed: 3.348854ms +Sep 16 19:26:21.625: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-hbcrf" satisfied condition "running" +Sep 16 19:26:21.625: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-qn2x9" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:21.629: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-qn2x9": Phase="Running", Reason="", readiness=true. Elapsed: 4.535304ms +Sep 16 19:26:21.629: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-qn2x9" satisfied condition "running" +Sep 16 19:26:21.629: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-s79ts" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:21.635: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-s79ts": Phase="Running", Reason="", readiness=true. Elapsed: 5.608012ms +Sep 16 19:26:21.635: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-s79ts" satisfied condition "running" +Sep 16 19:26:21.635: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-xc5w5" in namespace "emptydir-wrapper-1099" to be "running" +Sep 16 19:26:21.638: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-xc5w5": Phase="Running", Reason="", readiness=true. Elapsed: 3.109351ms +Sep 16 19:26:21.638: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-xc5w5" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea in namespace emptydir-wrapper-1099, will wait for the garbage collector to delete the pods 09/16/22 19:26:21.639 +Sep 16 19:26:21.699: INFO: Deleting ReplicationController wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea took: 5.617032ms +Sep 16 19:26:21.800: INFO: Terminating ReplicationController wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea pods took: 100.974078ms +STEP: Cleaning up the configMaps 09/16/22 19:26:25.901 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 +Sep 16 19:26:26.231: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-wrapper-1099" for this suite. 09/16/22 19:26:26.234 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not cause race condition when used for configmaps [Serial] [Conformance]","completed":53,"skipped":973,"failed":0} +------------------------------ +• [SLOW TEST] [58.484 seconds] +[sig-storage] EmptyDir wrapper volumes +test/e2e/storage/utils/framework.go:23 + should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:25:27.754 + Sep 16 19:25:27.754: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir-wrapper 09/16/22 19:25:27.755 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:25:27.817 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:25:27.821 + [It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 + STEP: Creating 50 configmaps 09/16/22 19:25:27.826 + STEP: Creating RC which spawns configmap-volume pods 09/16/22 19:25:28.144 + Sep 16 19:25:28.157: INFO: Pod name wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2: Found 0 pods out of 5 + Sep 16 19:25:33.166: INFO: Pod name wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2: Found 5 pods out of 5 + STEP: Ensuring each pod is running 09/16/22 19:25:33.166 + Sep 16 19:25:33.166: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:25:33.168: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.618193ms + Sep 16 19:25:35.173: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007453578s + Sep 16 19:25:37.173: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007004067s + Sep 16 19:25:39.173: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007094344s + Sep 16 19:25:41.176: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010424104s + Sep 16 19:25:43.172: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf": Phase="Running", Reason="", readiness=true. Elapsed: 10.005973097s + Sep 16 19:25:43.172: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-58wkf" satisfied condition "running" + Sep 16 19:25:43.172: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-76l6b" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:25:43.174: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-76l6b": Phase="Running", Reason="", readiness=true. Elapsed: 2.45095ms + Sep 16 19:25:43.174: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-76l6b" satisfied condition "running" + Sep 16 19:25:43.174: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-7wml7" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:25:43.177: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-7wml7": Phase="Running", Reason="", readiness=true. Elapsed: 2.650073ms + Sep 16 19:25:43.177: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-7wml7" satisfied condition "running" + Sep 16 19:25:43.177: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-js8ff" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:25:43.179: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-js8ff": Phase="Running", Reason="", readiness=true. Elapsed: 2.303567ms + Sep 16 19:25:43.179: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-js8ff" satisfied condition "running" + Sep 16 19:25:43.179: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-vt77v" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:25:43.182: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-vt77v": Phase="Running", Reason="", readiness=true. Elapsed: 2.170836ms + Sep 16 19:25:43.182: INFO: Pod "wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2-vt77v" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2 in namespace emptydir-wrapper-1099, will wait for the garbage collector to delete the pods 09/16/22 19:25:43.182 + Sep 16 19:25:43.240: INFO: Deleting ReplicationController wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2 took: 4.527924ms + Sep 16 19:25:43.440: INFO: Terminating ReplicationController wrapped-volume-race-3ffa50b1-f29a-4443-986d-e1d340e94dd2 pods took: 200.423542ms + STEP: Creating RC which spawns configmap-volume pods 09/16/22 19:25:47.047 + Sep 16 19:25:47.061: INFO: Pod name wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e: Found 0 pods out of 5 + Sep 16 19:25:52.473: INFO: Pod name wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e: Found 5 pods out of 5 + STEP: Ensuring each pod is running 09/16/22 19:25:52.473 + Sep 16 19:25:52.473: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:25:52.481: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 7.680036ms + Sep 16 19:25:54.487: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013841461s + Sep 16 19:25:56.485: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012285231s + Sep 16 19:25:58.486: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Pending", Reason="", readiness=false. Elapsed: 6.012700704s + Sep 16 19:26:00.503: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x": Phase="Running", Reason="", readiness=true. Elapsed: 8.030079094s + Sep 16 19:26:00.503: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-6rq6x" satisfied condition "running" + Sep 16 19:26:00.503: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:00.517: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979": Phase="Pending", Reason="", readiness=false. Elapsed: 13.242376ms + Sep 16 19:26:02.520: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979": Phase="Running", Reason="", readiness=true. Elapsed: 2.016853681s + Sep 16 19:26:02.520: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-k6979" satisfied condition "running" + Sep 16 19:26:02.520: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-mgztz" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:02.523: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-mgztz": Phase="Running", Reason="", readiness=true. Elapsed: 2.4573ms + Sep 16 19:26:02.523: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-mgztz" satisfied condition "running" + Sep 16 19:26:02.523: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-r47sw" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:02.525: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-r47sw": Phase="Running", Reason="", readiness=true. Elapsed: 2.091374ms + Sep 16 19:26:02.525: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-r47sw" satisfied condition "running" + Sep 16 19:26:02.525: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-s4vmk" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:02.527: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-s4vmk": Phase="Running", Reason="", readiness=true. Elapsed: 2.078664ms + Sep 16 19:26:02.527: INFO: Pod "wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e-s4vmk" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e in namespace emptydir-wrapper-1099, will wait for the garbage collector to delete the pods 09/16/22 19:26:02.528 + Sep 16 19:26:02.586: INFO: Deleting ReplicationController wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e took: 4.909111ms + Sep 16 19:26:02.686: INFO: Terminating ReplicationController wrapped-volume-race-67b73518-1688-4f74-87ad-1c98b684b68e pods took: 100.362127ms + STEP: Creating RC which spawns configmap-volume pods 09/16/22 19:26:06.59 + Sep 16 19:26:06.605: INFO: Pod name wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea: Found 0 pods out of 5 + Sep 16 19:26:11.610: INFO: Pod name wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea: Found 5 pods out of 5 + STEP: Ensuring each pod is running 09/16/22 19:26:11.611 + Sep 16 19:26:11.611: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:11.614: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 2.853507ms + Sep 16 19:26:13.617: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006515063s + Sep 16 19:26:15.620: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009561548s + Sep 16 19:26:17.619: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00808795s + Sep 16 19:26:19.619: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008691625s + Sep 16 19:26:21.621: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s": Phase="Running", Reason="", readiness=true. Elapsed: 10.010598582s + Sep 16 19:26:21.621: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-dzn5s" satisfied condition "running" + Sep 16 19:26:21.621: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-hbcrf" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:21.625: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-hbcrf": Phase="Running", Reason="", readiness=true. Elapsed: 3.348854ms + Sep 16 19:26:21.625: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-hbcrf" satisfied condition "running" + Sep 16 19:26:21.625: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-qn2x9" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:21.629: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-qn2x9": Phase="Running", Reason="", readiness=true. Elapsed: 4.535304ms + Sep 16 19:26:21.629: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-qn2x9" satisfied condition "running" + Sep 16 19:26:21.629: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-s79ts" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:21.635: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-s79ts": Phase="Running", Reason="", readiness=true. Elapsed: 5.608012ms + Sep 16 19:26:21.635: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-s79ts" satisfied condition "running" + Sep 16 19:26:21.635: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-xc5w5" in namespace "emptydir-wrapper-1099" to be "running" + Sep 16 19:26:21.638: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-xc5w5": Phase="Running", Reason="", readiness=true. Elapsed: 3.109351ms + Sep 16 19:26:21.638: INFO: Pod "wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea-xc5w5" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea in namespace emptydir-wrapper-1099, will wait for the garbage collector to delete the pods 09/16/22 19:26:21.639 + Sep 16 19:26:21.699: INFO: Deleting ReplicationController wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea took: 5.617032ms + Sep 16 19:26:21.800: INFO: Terminating ReplicationController wrapped-volume-race-d990f5fe-d28a-4940-b3b2-37e7828caeea pods took: 100.974078ms + STEP: Cleaning up the configMaps 09/16/22 19:26:25.901 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 + Sep 16 19:26:26.231: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-wrapper-1099" for this suite. 09/16/22 19:26:26.234 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:224 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:26:26.241 +Sep 16 19:26:26.241: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:26:26.242 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:26:26.256 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:26:26.261 +[It] should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:224 +STEP: creating the pod with failed condition 09/16/22 19:26:26.265 +Sep 16 19:26:26.273: INFO: Waiting up to 2m0s for pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" in namespace "var-expansion-2288" to be "running" +Sep 16 19:26:26.276: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2.636524ms +Sep 16 19:26:28.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006530403s +Sep 16 19:26:30.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 4.006234163s +Sep 16 19:26:32.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007249374s +Sep 16 19:26:34.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 8.005686228s +Sep 16 19:26:36.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 10.007683446s +Sep 16 19:26:38.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 12.007855573s +Sep 16 19:26:40.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 14.006039951s +Sep 16 19:26:42.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 16.007529707s +Sep 16 19:26:44.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 18.007580253s +Sep 16 19:26:46.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 20.006551843s +Sep 16 19:26:48.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 22.005670944s +Sep 16 19:26:50.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 24.006562635s +Sep 16 19:26:52.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 26.007270172s +Sep 16 19:26:54.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 28.00613423s +Sep 16 19:26:56.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 30.00583542s +Sep 16 19:26:58.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 32.005984998s +Sep 16 19:27:00.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 34.005874911s +Sep 16 19:27:02.283: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 36.010548953s +Sep 16 19:27:04.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 38.006241589s +Sep 16 19:27:06.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 40.006188742s +Sep 16 19:27:08.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 42.007219355s +Sep 16 19:27:10.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 44.005991492s +Sep 16 19:27:12.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 46.006878881s +Sep 16 19:27:14.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 48.006352528s +Sep 16 19:27:16.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 50.00776765s +Sep 16 19:27:18.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 52.007365169s +Sep 16 19:27:20.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 54.005924783s +Sep 16 19:27:22.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 56.006356707s +Sep 16 19:27:24.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 58.005307364s +Sep 16 19:27:26.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.006610381s +Sep 16 19:27:28.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.006810849s +Sep 16 19:27:30.282: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.008663228s +Sep 16 19:27:32.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.008239479s +Sep 16 19:27:34.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.006807932s +Sep 16 19:27:36.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.005854372s +Sep 16 19:27:38.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.005975893s +Sep 16 19:27:40.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.005795318s +Sep 16 19:27:42.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.007121344s +Sep 16 19:27:44.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.006139835s +Sep 16 19:27:46.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.006384266s +Sep 16 19:27:48.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.006117843s +Sep 16 19:27:50.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.006364906s +Sep 16 19:27:52.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.005116232s +Sep 16 19:27:54.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.006644791s +Sep 16 19:27:56.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.006554526s +Sep 16 19:27:58.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.008229649s +Sep 16 19:28:00.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.008148835s +Sep 16 19:28:02.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.006041197s +Sep 16 19:28:04.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.006032503s +Sep 16 19:28:06.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.006841213s +Sep 16 19:28:08.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.006757597s +Sep 16 19:28:10.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.005523865s +Sep 16 19:28:12.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.006086382s +Sep 16 19:28:14.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.005650822s +Sep 16 19:28:16.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.006786896s +Sep 16 19:28:18.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.007145156s +Sep 16 19:28:20.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.006642803s +Sep 16 19:28:22.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.005139855s +Sep 16 19:28:24.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.005828842s +Sep 16 19:28:26.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.005979619s +Sep 16 19:28:26.282: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.008638663s +STEP: updating the pod 09/16/22 19:28:26.282 +Sep 16 19:28:26.793: INFO: Successfully updated pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" +STEP: waiting for pod running 09/16/22 19:28:26.793 +Sep 16 19:28:26.793: INFO: Waiting up to 2m0s for pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" in namespace "var-expansion-2288" to be "running" +Sep 16 19:28:26.801: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 8.466908ms +Sep 16 19:28:28.805: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Running", Reason="", readiness=true. Elapsed: 2.012371078s +Sep 16 19:28:28.805: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" satisfied condition "running" +STEP: deleting the pod gracefully 09/16/22 19:28:28.805 +Sep 16 19:28:28.805: INFO: Deleting pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" in namespace "var-expansion-2288" +Sep 16 19:28:28.811: INFO: Wait up to 5m0s for pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:29:00.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-2288" for this suite. 09/16/22 19:29:00.819 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance]","completed":54,"skipped":982,"failed":0} +------------------------------ +• [SLOW TEST] [154.584 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:224 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:26:26.241 + Sep 16 19:26:26.241: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:26:26.242 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:26:26.256 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:26:26.261 + [It] should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:224 + STEP: creating the pod with failed condition 09/16/22 19:26:26.265 + Sep 16 19:26:26.273: INFO: Waiting up to 2m0s for pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" in namespace "var-expansion-2288" to be "running" + Sep 16 19:26:26.276: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2.636524ms + Sep 16 19:26:28.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006530403s + Sep 16 19:26:30.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 4.006234163s + Sep 16 19:26:32.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007249374s + Sep 16 19:26:34.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 8.005686228s + Sep 16 19:26:36.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 10.007683446s + Sep 16 19:26:38.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 12.007855573s + Sep 16 19:26:40.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 14.006039951s + Sep 16 19:26:42.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 16.007529707s + Sep 16 19:26:44.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 18.007580253s + Sep 16 19:26:46.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 20.006551843s + Sep 16 19:26:48.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 22.005670944s + Sep 16 19:26:50.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 24.006562635s + Sep 16 19:26:52.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 26.007270172s + Sep 16 19:26:54.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 28.00613423s + Sep 16 19:26:56.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 30.00583542s + Sep 16 19:26:58.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 32.005984998s + Sep 16 19:27:00.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 34.005874911s + Sep 16 19:27:02.283: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 36.010548953s + Sep 16 19:27:04.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 38.006241589s + Sep 16 19:27:06.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 40.006188742s + Sep 16 19:27:08.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 42.007219355s + Sep 16 19:27:10.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 44.005991492s + Sep 16 19:27:12.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 46.006878881s + Sep 16 19:27:14.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 48.006352528s + Sep 16 19:27:16.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 50.00776765s + Sep 16 19:27:18.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 52.007365169s + Sep 16 19:27:20.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 54.005924783s + Sep 16 19:27:22.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 56.006356707s + Sep 16 19:27:24.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 58.005307364s + Sep 16 19:27:26.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.006610381s + Sep 16 19:27:28.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.006810849s + Sep 16 19:27:30.282: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.008663228s + Sep 16 19:27:32.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.008239479s + Sep 16 19:27:34.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.006807932s + Sep 16 19:27:36.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.005854372s + Sep 16 19:27:38.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.005975893s + Sep 16 19:27:40.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.005795318s + Sep 16 19:27:42.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.007121344s + Sep 16 19:27:44.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.006139835s + Sep 16 19:27:46.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.006384266s + Sep 16 19:27:48.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.006117843s + Sep 16 19:27:50.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.006364906s + Sep 16 19:27:52.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.005116232s + Sep 16 19:27:54.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.006644791s + Sep 16 19:27:56.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.006554526s + Sep 16 19:27:58.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.008229649s + Sep 16 19:28:00.281: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.008148835s + Sep 16 19:28:02.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.006041197s + Sep 16 19:28:04.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.006032503s + Sep 16 19:28:06.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.006841213s + Sep 16 19:28:08.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.006757597s + Sep 16 19:28:10.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.005523865s + Sep 16 19:28:12.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.006086382s + Sep 16 19:28:14.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.005650822s + Sep 16 19:28:16.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.006786896s + Sep 16 19:28:18.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.007145156s + Sep 16 19:28:20.280: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.006642803s + Sep 16 19:28:22.278: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.005139855s + Sep 16 19:28:24.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.005828842s + Sep 16 19:28:26.279: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.005979619s + Sep 16 19:28:26.282: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.008638663s + STEP: updating the pod 09/16/22 19:28:26.282 + Sep 16 19:28:26.793: INFO: Successfully updated pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" + STEP: waiting for pod running 09/16/22 19:28:26.793 + Sep 16 19:28:26.793: INFO: Waiting up to 2m0s for pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" in namespace "var-expansion-2288" to be "running" + Sep 16 19:28:26.801: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Pending", Reason="", readiness=false. Elapsed: 8.466908ms + Sep 16 19:28:28.805: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884": Phase="Running", Reason="", readiness=true. Elapsed: 2.012371078s + Sep 16 19:28:28.805: INFO: Pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" satisfied condition "running" + STEP: deleting the pod gracefully 09/16/22 19:28:28.805 + Sep 16 19:28:28.805: INFO: Deleting pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" in namespace "var-expansion-2288" + Sep 16 19:28:28.811: INFO: Wait up to 5m0s for pod "var-expansion-7ff54571-bcc3-42d5-bac7-40e18783c884" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:29:00.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-2288" for this suite. 09/16/22 19:29:00.819 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:66 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:29:00.826 +Sep 16 19:29:00.827: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:29:00.827 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:29:00.843 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:29:00.847 +[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:66 +STEP: Creating projection with secret that has name projected-secret-test-815da5b3-5cac-4dbf-a8ad-d64f884b1056 09/16/22 19:29:00.85 +STEP: Creating a pod to test consume secrets 09/16/22 19:29:00.855 +Sep 16 19:29:00.863: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220" in namespace "projected-4804" to be "Succeeded or Failed" +Sep 16 19:29:00.870: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220": Phase="Pending", Reason="", readiness=false. Elapsed: 6.1562ms +Sep 16 19:29:02.874: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010305705s +Sep 16 19:29:04.874: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010050457s +STEP: Saw pod success 09/16/22 19:29:04.874 +Sep 16 19:29:04.874: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220" satisfied condition "Succeeded or Failed" +Sep 16 19:29:04.877: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220 container projected-secret-volume-test: +STEP: delete the pod 09/16/22 19:29:04.892 +Sep 16 19:29:04.902: INFO: Waiting for pod pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220 to disappear +Sep 16 19:29:04.904: INFO: Pod pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 19:29:04.904: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4804" for this suite. 09/16/22 19:29:04.911 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","completed":55,"skipped":986,"failed":0} +------------------------------ +• [4.090 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:66 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:29:00.826 + Sep 16 19:29:00.827: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:29:00.827 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:29:00.843 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:29:00.847 + [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:66 + STEP: Creating projection with secret that has name projected-secret-test-815da5b3-5cac-4dbf-a8ad-d64f884b1056 09/16/22 19:29:00.85 + STEP: Creating a pod to test consume secrets 09/16/22 19:29:00.855 + Sep 16 19:29:00.863: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220" in namespace "projected-4804" to be "Succeeded or Failed" + Sep 16 19:29:00.870: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220": Phase="Pending", Reason="", readiness=false. Elapsed: 6.1562ms + Sep 16 19:29:02.874: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010305705s + Sep 16 19:29:04.874: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010050457s + STEP: Saw pod success 09/16/22 19:29:04.874 + Sep 16 19:29:04.874: INFO: Pod "pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220" satisfied condition "Succeeded or Failed" + Sep 16 19:29:04.877: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220 container projected-secret-volume-test: + STEP: delete the pod 09/16/22 19:29:04.892 + Sep 16 19:29:04.902: INFO: Waiting for pod pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220 to disappear + Sep 16 19:29:04.904: INFO: Pod pod-projected-secrets-82ce4b39-7fcd-41f2-afa2-30fce5c9b220 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 19:29:04.904: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4804" for this suite. 09/16/22 19:29:04.911 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[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] + test/e2e/apimachinery/garbage_collector.go:735 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:29:04.919 +Sep 16 19:29:04.920: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 19:29:04.921 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:29:04.935 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:29:04.939 +[It] should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance] + test/e2e/apimachinery/garbage_collector.go:735 +STEP: create the rc1 09/16/22 19:29:04.946 +STEP: create the rc2 09/16/22 19:29:04.955 +STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 09/16/22 19:29:10.053 +STEP: delete the rc simpletest-rc-to-be-deleted 09/16/22 19:29:17.679 +STEP: wait for the rc to be deleted 09/16/22 19:29:17.869 +Sep 16 19:29:22.895: INFO: 69 pods remaining +Sep 16 19:29:22.895: INFO: 69 pods has nil DeletionTimestamp +Sep 16 19:29:22.895: INFO: +STEP: Gathering metrics 09/16/22 19:29:27.881 +W0916 19:29:27.884607 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 16 19:29:27.884: 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: + +Sep 16 19:29:27.884: INFO: Deleting pod "simpletest-rc-to-be-deleted-29vp5" in namespace "gc-8462" +Sep 16 19:29:27.897: INFO: Deleting pod "simpletest-rc-to-be-deleted-2dd55" in namespace "gc-8462" +Sep 16 19:29:27.910: INFO: Deleting pod "simpletest-rc-to-be-deleted-2kvpf" in namespace "gc-8462" +Sep 16 19:29:27.924: INFO: Deleting pod "simpletest-rc-to-be-deleted-2mdx4" in namespace "gc-8462" +Sep 16 19:29:27.936: INFO: Deleting pod "simpletest-rc-to-be-deleted-2rzbj" in namespace "gc-8462" +Sep 16 19:29:27.950: INFO: Deleting pod "simpletest-rc-to-be-deleted-4brzb" in namespace "gc-8462" +Sep 16 19:29:27.969: INFO: Deleting pod "simpletest-rc-to-be-deleted-4ctlf" in namespace "gc-8462" +Sep 16 19:29:27.983: INFO: Deleting pod "simpletest-rc-to-be-deleted-4dzpz" in namespace "gc-8462" +Sep 16 19:29:28.023: INFO: Deleting pod "simpletest-rc-to-be-deleted-4mmpb" in namespace "gc-8462" +Sep 16 19:29:28.058: INFO: Deleting pod "simpletest-rc-to-be-deleted-4rvmp" in namespace "gc-8462" +Sep 16 19:29:28.109: INFO: Deleting pod "simpletest-rc-to-be-deleted-4rw2l" in namespace "gc-8462" +Sep 16 19:29:28.143: INFO: Deleting pod "simpletest-rc-to-be-deleted-56d82" in namespace "gc-8462" +Sep 16 19:29:28.167: INFO: Deleting pod "simpletest-rc-to-be-deleted-5sqln" in namespace "gc-8462" +Sep 16 19:29:28.195: INFO: Deleting pod "simpletest-rc-to-be-deleted-5wk4c" in namespace "gc-8462" +Sep 16 19:29:28.226: INFO: Deleting pod "simpletest-rc-to-be-deleted-62qxs" in namespace "gc-8462" +Sep 16 19:29:28.264: INFO: Deleting pod "simpletest-rc-to-be-deleted-6ks2h" in namespace "gc-8462" +Sep 16 19:29:28.275: INFO: Deleting pod "simpletest-rc-to-be-deleted-6lfmd" in namespace "gc-8462" +Sep 16 19:29:28.359: INFO: Deleting pod "simpletest-rc-to-be-deleted-6p5hg" in namespace "gc-8462" +Sep 16 19:29:28.424: INFO: Deleting pod "simpletest-rc-to-be-deleted-7bpf4" in namespace "gc-8462" +Sep 16 19:29:28.473: INFO: Deleting pod "simpletest-rc-to-be-deleted-7xhrm" in namespace "gc-8462" +Sep 16 19:29:28.528: INFO: Deleting pod "simpletest-rc-to-be-deleted-86fxg" in namespace "gc-8462" +Sep 16 19:29:28.567: INFO: Deleting pod "simpletest-rc-to-be-deleted-8hlnz" in namespace "gc-8462" +Sep 16 19:29:28.623: INFO: Deleting pod "simpletest-rc-to-be-deleted-8vvw8" in namespace "gc-8462" +Sep 16 19:29:28.698: INFO: Deleting pod "simpletest-rc-to-be-deleted-9cw2f" in namespace "gc-8462" +Sep 16 19:29:28.750: INFO: Deleting pod "simpletest-rc-to-be-deleted-9dldk" in namespace "gc-8462" +Sep 16 19:29:28.799: INFO: Deleting pod "simpletest-rc-to-be-deleted-9hc52" in namespace "gc-8462" +Sep 16 19:29:29.031: INFO: Deleting pod "simpletest-rc-to-be-deleted-9hl44" in namespace "gc-8462" +Sep 16 19:29:29.173: INFO: Deleting pod "simpletest-rc-to-be-deleted-bbqp6" in namespace "gc-8462" +Sep 16 19:29:29.199: INFO: Deleting pod "simpletest-rc-to-be-deleted-bdprv" in namespace "gc-8462" +Sep 16 19:29:29.222: INFO: Deleting pod "simpletest-rc-to-be-deleted-btc5m" in namespace "gc-8462" +Sep 16 19:29:29.304: INFO: Deleting pod "simpletest-rc-to-be-deleted-cb2l2" in namespace "gc-8462" +Sep 16 19:29:29.364: INFO: Deleting pod "simpletest-rc-to-be-deleted-ccjzj" in namespace "gc-8462" +Sep 16 19:29:29.456: INFO: Deleting pod "simpletest-rc-to-be-deleted-cwdbl" in namespace "gc-8462" +Sep 16 19:29:29.534: INFO: Deleting pod "simpletest-rc-to-be-deleted-d45bb" in namespace "gc-8462" +Sep 16 19:29:29.639: INFO: Deleting pod "simpletest-rc-to-be-deleted-d9l9q" in namespace "gc-8462" +Sep 16 19:29:29.739: INFO: Deleting pod "simpletest-rc-to-be-deleted-d9w28" in namespace "gc-8462" +Sep 16 19:29:29.831: INFO: Deleting pod "simpletest-rc-to-be-deleted-dwrkw" in namespace "gc-8462" +Sep 16 19:29:29.860: INFO: Deleting pod "simpletest-rc-to-be-deleted-dxtqx" in namespace "gc-8462" +Sep 16 19:29:29.924: INFO: Deleting pod "simpletest-rc-to-be-deleted-fbx8f" in namespace "gc-8462" +Sep 16 19:29:29.952: INFO: Deleting pod "simpletest-rc-to-be-deleted-fc27t" in namespace "gc-8462" +Sep 16 19:29:30.021: INFO: Deleting pod "simpletest-rc-to-be-deleted-fw8b9" in namespace "gc-8462" +Sep 16 19:29:30.276: INFO: Deleting pod "simpletest-rc-to-be-deleted-gdn4n" in namespace "gc-8462" +Sep 16 19:29:30.344: INFO: Deleting pod "simpletest-rc-to-be-deleted-gdx2g" in namespace "gc-8462" +Sep 16 19:29:30.550: INFO: Deleting pod "simpletest-rc-to-be-deleted-gjb27" in namespace "gc-8462" +Sep 16 19:29:30.647: INFO: Deleting pod "simpletest-rc-to-be-deleted-gvtdd" in namespace "gc-8462" +Sep 16 19:29:30.744: INFO: Deleting pod "simpletest-rc-to-be-deleted-h9fmt" in namespace "gc-8462" +Sep 16 19:29:30.807: INFO: Deleting pod "simpletest-rc-to-be-deleted-hcpkl" in namespace "gc-8462" +Sep 16 19:29:30.852: INFO: Deleting pod "simpletest-rc-to-be-deleted-hmgwv" in namespace "gc-8462" +Sep 16 19:29:30.890: INFO: Deleting pod "simpletest-rc-to-be-deleted-jqrkn" in namespace "gc-8462" +Sep 16 19:29:31.015: INFO: Deleting pod "simpletest-rc-to-be-deleted-jqtv5" in namespace "gc-8462" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Sep 16 19:29:31.063: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-8462" for this suite. 09/16/22 19:29:31.07 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"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]","completed":56,"skipped":1006,"failed":0} +------------------------------ +• [SLOW TEST] [26.160 seconds] +[sig-api-machinery] Garbage collector +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] + test/e2e/apimachinery/garbage_collector.go:735 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:29:04.919 + Sep 16 19:29:04.920: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 19:29:04.921 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:29:04.935 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:29:04.939 + [It] should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance] + test/e2e/apimachinery/garbage_collector.go:735 + STEP: create the rc1 09/16/22 19:29:04.946 + STEP: create the rc2 09/16/22 19:29:04.955 + STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 09/16/22 19:29:10.053 + STEP: delete the rc simpletest-rc-to-be-deleted 09/16/22 19:29:17.679 + STEP: wait for the rc to be deleted 09/16/22 19:29:17.869 + Sep 16 19:29:22.895: INFO: 69 pods remaining + Sep 16 19:29:22.895: INFO: 69 pods has nil DeletionTimestamp + Sep 16 19:29:22.895: INFO: + STEP: Gathering metrics 09/16/22 19:29:27.881 + W0916 19:29:27.884607 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 16 19:29:27.884: 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: + + Sep 16 19:29:27.884: INFO: Deleting pod "simpletest-rc-to-be-deleted-29vp5" in namespace "gc-8462" + Sep 16 19:29:27.897: INFO: Deleting pod "simpletest-rc-to-be-deleted-2dd55" in namespace "gc-8462" + Sep 16 19:29:27.910: INFO: Deleting pod "simpletest-rc-to-be-deleted-2kvpf" in namespace "gc-8462" + Sep 16 19:29:27.924: INFO: Deleting pod "simpletest-rc-to-be-deleted-2mdx4" in namespace "gc-8462" + Sep 16 19:29:27.936: INFO: Deleting pod "simpletest-rc-to-be-deleted-2rzbj" in namespace "gc-8462" + Sep 16 19:29:27.950: INFO: Deleting pod "simpletest-rc-to-be-deleted-4brzb" in namespace "gc-8462" + Sep 16 19:29:27.969: INFO: Deleting pod "simpletest-rc-to-be-deleted-4ctlf" in namespace "gc-8462" + Sep 16 19:29:27.983: INFO: Deleting pod "simpletest-rc-to-be-deleted-4dzpz" in namespace "gc-8462" + Sep 16 19:29:28.023: INFO: Deleting pod "simpletest-rc-to-be-deleted-4mmpb" in namespace "gc-8462" + Sep 16 19:29:28.058: INFO: Deleting pod "simpletest-rc-to-be-deleted-4rvmp" in namespace "gc-8462" + Sep 16 19:29:28.109: INFO: Deleting pod "simpletest-rc-to-be-deleted-4rw2l" in namespace "gc-8462" + Sep 16 19:29:28.143: INFO: Deleting pod "simpletest-rc-to-be-deleted-56d82" in namespace "gc-8462" + Sep 16 19:29:28.167: INFO: Deleting pod "simpletest-rc-to-be-deleted-5sqln" in namespace "gc-8462" + Sep 16 19:29:28.195: INFO: Deleting pod "simpletest-rc-to-be-deleted-5wk4c" in namespace "gc-8462" + Sep 16 19:29:28.226: INFO: Deleting pod "simpletest-rc-to-be-deleted-62qxs" in namespace "gc-8462" + Sep 16 19:29:28.264: INFO: Deleting pod "simpletest-rc-to-be-deleted-6ks2h" in namespace "gc-8462" + Sep 16 19:29:28.275: INFO: Deleting pod "simpletest-rc-to-be-deleted-6lfmd" in namespace "gc-8462" + Sep 16 19:29:28.359: INFO: Deleting pod "simpletest-rc-to-be-deleted-6p5hg" in namespace "gc-8462" + Sep 16 19:29:28.424: INFO: Deleting pod "simpletest-rc-to-be-deleted-7bpf4" in namespace "gc-8462" + Sep 16 19:29:28.473: INFO: Deleting pod "simpletest-rc-to-be-deleted-7xhrm" in namespace "gc-8462" + Sep 16 19:29:28.528: INFO: Deleting pod "simpletest-rc-to-be-deleted-86fxg" in namespace "gc-8462" + Sep 16 19:29:28.567: INFO: Deleting pod "simpletest-rc-to-be-deleted-8hlnz" in namespace "gc-8462" + Sep 16 19:29:28.623: INFO: Deleting pod "simpletest-rc-to-be-deleted-8vvw8" in namespace "gc-8462" + Sep 16 19:29:28.698: INFO: Deleting pod "simpletest-rc-to-be-deleted-9cw2f" in namespace "gc-8462" + Sep 16 19:29:28.750: INFO: Deleting pod "simpletest-rc-to-be-deleted-9dldk" in namespace "gc-8462" + Sep 16 19:29:28.799: INFO: Deleting pod "simpletest-rc-to-be-deleted-9hc52" in namespace "gc-8462" + Sep 16 19:29:29.031: INFO: Deleting pod "simpletest-rc-to-be-deleted-9hl44" in namespace "gc-8462" + Sep 16 19:29:29.173: INFO: Deleting pod "simpletest-rc-to-be-deleted-bbqp6" in namespace "gc-8462" + Sep 16 19:29:29.199: INFO: Deleting pod "simpletest-rc-to-be-deleted-bdprv" in namespace "gc-8462" + Sep 16 19:29:29.222: INFO: Deleting pod "simpletest-rc-to-be-deleted-btc5m" in namespace "gc-8462" + Sep 16 19:29:29.304: INFO: Deleting pod "simpletest-rc-to-be-deleted-cb2l2" in namespace "gc-8462" + Sep 16 19:29:29.364: INFO: Deleting pod "simpletest-rc-to-be-deleted-ccjzj" in namespace "gc-8462" + Sep 16 19:29:29.456: INFO: Deleting pod "simpletest-rc-to-be-deleted-cwdbl" in namespace "gc-8462" + Sep 16 19:29:29.534: INFO: Deleting pod "simpletest-rc-to-be-deleted-d45bb" in namespace "gc-8462" + Sep 16 19:29:29.639: INFO: Deleting pod "simpletest-rc-to-be-deleted-d9l9q" in namespace "gc-8462" + Sep 16 19:29:29.739: INFO: Deleting pod "simpletest-rc-to-be-deleted-d9w28" in namespace "gc-8462" + Sep 16 19:29:29.831: INFO: Deleting pod "simpletest-rc-to-be-deleted-dwrkw" in namespace "gc-8462" + Sep 16 19:29:29.860: INFO: Deleting pod "simpletest-rc-to-be-deleted-dxtqx" in namespace "gc-8462" + Sep 16 19:29:29.924: INFO: Deleting pod "simpletest-rc-to-be-deleted-fbx8f" in namespace "gc-8462" + Sep 16 19:29:29.952: INFO: Deleting pod "simpletest-rc-to-be-deleted-fc27t" in namespace "gc-8462" + Sep 16 19:29:30.021: INFO: Deleting pod "simpletest-rc-to-be-deleted-fw8b9" in namespace "gc-8462" + Sep 16 19:29:30.276: INFO: Deleting pod "simpletest-rc-to-be-deleted-gdn4n" in namespace "gc-8462" + Sep 16 19:29:30.344: INFO: Deleting pod "simpletest-rc-to-be-deleted-gdx2g" in namespace "gc-8462" + Sep 16 19:29:30.550: INFO: Deleting pod "simpletest-rc-to-be-deleted-gjb27" in namespace "gc-8462" + Sep 16 19:29:30.647: INFO: Deleting pod "simpletest-rc-to-be-deleted-gvtdd" in namespace "gc-8462" + Sep 16 19:29:30.744: INFO: Deleting pod "simpletest-rc-to-be-deleted-h9fmt" in namespace "gc-8462" + Sep 16 19:29:30.807: INFO: Deleting pod "simpletest-rc-to-be-deleted-hcpkl" in namespace "gc-8462" + Sep 16 19:29:30.852: INFO: Deleting pod "simpletest-rc-to-be-deleted-hmgwv" in namespace "gc-8462" + Sep 16 19:29:30.890: INFO: Deleting pod "simpletest-rc-to-be-deleted-jqrkn" in namespace "gc-8462" + Sep 16 19:29:31.015: INFO: Deleting pod "simpletest-rc-to-be-deleted-jqtv5" in namespace "gc-8462" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Sep 16 19:29:31.063: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-8462" for this suite. 09/16/22 19:29:31.07 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Garbage collector + should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:29:31.08 +Sep 16 19:29:31.081: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 19:29:31.081 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:29:31.129 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:29:31.141 +[It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 +STEP: create the rc 09/16/22 19:29:31.158 +STEP: delete the rc 09/16/22 19:29:36.188 +STEP: wait for the rc to be deleted 09/16/22 19:29:36.209 +STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 09/16/22 19:29:41.28 +STEP: Gathering metrics 09/16/22 19:30:11.294 +W0916 19:30:11.300290 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 16 19:30:11.300: 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: + +Sep 16 19:30:11.300: INFO: Deleting pod "simpletest.rc-2fkxf" in namespace "gc-1254" +Sep 16 19:30:11.314: INFO: Deleting pod "simpletest.rc-46nd7" in namespace "gc-1254" +Sep 16 19:30:11.330: INFO: Deleting pod "simpletest.rc-48sx8" in namespace "gc-1254" +Sep 16 19:30:11.346: INFO: Deleting pod "simpletest.rc-586b9" in namespace "gc-1254" +Sep 16 19:30:11.361: INFO: Deleting pod "simpletest.rc-59xdn" in namespace "gc-1254" +Sep 16 19:30:11.398: INFO: Deleting pod "simpletest.rc-5h8jb" in namespace "gc-1254" +Sep 16 19:30:11.413: INFO: Deleting pod "simpletest.rc-5tssb" in namespace "gc-1254" +Sep 16 19:30:11.453: INFO: Deleting pod "simpletest.rc-652g6" in namespace "gc-1254" +Sep 16 19:30:11.477: INFO: Deleting pod "simpletest.rc-67v7s" in namespace "gc-1254" +Sep 16 19:30:11.520: INFO: Deleting pod "simpletest.rc-6gv98" in namespace "gc-1254" +Sep 16 19:30:11.545: INFO: Deleting pod "simpletest.rc-6w94z" in namespace "gc-1254" +Sep 16 19:30:11.566: INFO: Deleting pod "simpletest.rc-76qt6" in namespace "gc-1254" +Sep 16 19:30:11.676: INFO: Deleting pod "simpletest.rc-7vghg" in namespace "gc-1254" +Sep 16 19:30:11.712: INFO: Deleting pod "simpletest.rc-7z95f" in namespace "gc-1254" +Sep 16 19:30:11.794: INFO: Deleting pod "simpletest.rc-87vz9" in namespace "gc-1254" +Sep 16 19:30:11.911: INFO: Deleting pod "simpletest.rc-8b7q5" in namespace "gc-1254" +Sep 16 19:30:12.103: INFO: Deleting pod "simpletest.rc-8c4w7" in namespace "gc-1254" +Sep 16 19:30:12.143: INFO: Deleting pod "simpletest.rc-8hd6d" in namespace "gc-1254" +Sep 16 19:30:12.394: INFO: Deleting pod "simpletest.rc-8ltdt" in namespace "gc-1254" +Sep 16 19:30:12.438: INFO: Deleting pod "simpletest.rc-8n67z" in namespace "gc-1254" +Sep 16 19:30:12.519: INFO: Deleting pod "simpletest.rc-8tdl9" in namespace "gc-1254" +Sep 16 19:30:12.687: INFO: Deleting pod "simpletest.rc-9npx2" in namespace "gc-1254" +Sep 16 19:30:12.768: INFO: Deleting pod "simpletest.rc-b45sj" in namespace "gc-1254" +Sep 16 19:30:12.831: INFO: Deleting pod "simpletest.rc-b4vzw" in namespace "gc-1254" +Sep 16 19:30:12.955: INFO: Deleting pod "simpletest.rc-b7fc5" in namespace "gc-1254" +Sep 16 19:30:13.101: INFO: Deleting pod "simpletest.rc-cd6hn" in namespace "gc-1254" +Sep 16 19:30:13.450: INFO: Deleting pod "simpletest.rc-cqjx9" in namespace "gc-1254" +Sep 16 19:30:13.801: INFO: Deleting pod "simpletest.rc-czdf2" in namespace "gc-1254" +Sep 16 19:30:13.927: INFO: Deleting pod "simpletest.rc-czmf9" in namespace "gc-1254" +Sep 16 19:30:13.987: INFO: Deleting pod "simpletest.rc-db2kl" in namespace "gc-1254" +Sep 16 19:30:14.105: INFO: Deleting pod "simpletest.rc-dfx8c" in namespace "gc-1254" +Sep 16 19:30:14.224: INFO: Deleting pod "simpletest.rc-dgpdw" in namespace "gc-1254" +Sep 16 19:30:14.408: INFO: Deleting pod "simpletest.rc-dhfvd" in namespace "gc-1254" +Sep 16 19:30:14.664: INFO: Deleting pod "simpletest.rc-dkzl4" in namespace "gc-1254" +Sep 16 19:30:14.719: INFO: Deleting pod "simpletest.rc-dv6jn" in namespace "gc-1254" +Sep 16 19:30:14.805: INFO: Deleting pod "simpletest.rc-dxjlk" in namespace "gc-1254" +Sep 16 19:30:14.907: INFO: Deleting pod "simpletest.rc-f59j6" in namespace "gc-1254" +Sep 16 19:30:14.947: INFO: Deleting pod "simpletest.rc-fgbj8" in namespace "gc-1254" +Sep 16 19:30:14.975: INFO: Deleting pod "simpletest.rc-fqwh8" in namespace "gc-1254" +Sep 16 19:30:15.010: INFO: Deleting pod "simpletest.rc-gbkx6" in namespace "gc-1254" +Sep 16 19:30:15.037: INFO: Deleting pod "simpletest.rc-gf24b" in namespace "gc-1254" +Sep 16 19:30:15.074: INFO: Deleting pod "simpletest.rc-glzds" in namespace "gc-1254" +Sep 16 19:30:15.116: INFO: Deleting pod "simpletest.rc-gqfxj" in namespace "gc-1254" +Sep 16 19:30:15.135: INFO: Deleting pod "simpletest.rc-grxbh" in namespace "gc-1254" +Sep 16 19:30:15.182: INFO: Deleting pod "simpletest.rc-h8zd2" in namespace "gc-1254" +Sep 16 19:30:15.213: INFO: Deleting pod "simpletest.rc-hp9s6" in namespace "gc-1254" +Sep 16 19:30:15.252: INFO: Deleting pod "simpletest.rc-hq9kk" in namespace "gc-1254" +Sep 16 19:30:15.275: INFO: Deleting pod "simpletest.rc-hqxd9" in namespace "gc-1254" +Sep 16 19:30:15.310: INFO: Deleting pod "simpletest.rc-jlx2b" in namespace "gc-1254" +Sep 16 19:30:15.362: INFO: Deleting pod "simpletest.rc-jn6t7" in namespace "gc-1254" +Sep 16 19:30:15.480: INFO: Deleting pod "simpletest.rc-k7jsc" in namespace "gc-1254" +Sep 16 19:30:15.526: INFO: Deleting pod "simpletest.rc-kb8lh" in namespace "gc-1254" +Sep 16 19:30:15.685: INFO: Deleting pod "simpletest.rc-ljm49" in namespace "gc-1254" +Sep 16 19:30:15.740: INFO: Deleting pod "simpletest.rc-lsvnt" in namespace "gc-1254" +Sep 16 19:30:15.874: INFO: Deleting pod "simpletest.rc-mb472" in namespace "gc-1254" +Sep 16 19:30:15.927: INFO: Deleting pod "simpletest.rc-mlfw4" in namespace "gc-1254" +Sep 16 19:30:15.996: INFO: Deleting pod "simpletest.rc-mmqxd" in namespace "gc-1254" +Sep 16 19:30:16.110: INFO: Deleting pod "simpletest.rc-n2qvq" in namespace "gc-1254" +Sep 16 19:30:16.326: INFO: Deleting pod "simpletest.rc-n4ndk" in namespace "gc-1254" +Sep 16 19:30:16.414: INFO: Deleting pod "simpletest.rc-nhrrl" in namespace "gc-1254" +Sep 16 19:30:16.497: INFO: Deleting pod "simpletest.rc-njrl7" in namespace "gc-1254" +Sep 16 19:30:16.626: INFO: Deleting pod "simpletest.rc-nsbsf" in namespace "gc-1254" +Sep 16 19:30:16.745: INFO: Deleting pod "simpletest.rc-nsgzv" in namespace "gc-1254" +Sep 16 19:30:16.868: INFO: Deleting pod "simpletest.rc-nzqzq" in namespace "gc-1254" +Sep 16 19:30:16.893: INFO: Deleting pod "simpletest.rc-p96zg" in namespace "gc-1254" +Sep 16 19:30:16.956: INFO: Deleting pod "simpletest.rc-pbszw" in namespace "gc-1254" +Sep 16 19:30:17.027: INFO: Deleting pod "simpletest.rc-pcqm4" in namespace "gc-1254" +Sep 16 19:30:17.066: INFO: Deleting pod "simpletest.rc-ph8sq" in namespace "gc-1254" +Sep 16 19:30:17.161: INFO: Deleting pod "simpletest.rc-ptvjw" in namespace "gc-1254" +Sep 16 19:30:17.186: INFO: Deleting pod "simpletest.rc-pvg46" in namespace "gc-1254" +Sep 16 19:30:17.246: INFO: Deleting pod "simpletest.rc-qc6ll" in namespace "gc-1254" +Sep 16 19:30:17.276: INFO: Deleting pod "simpletest.rc-qjp82" in namespace "gc-1254" +Sep 16 19:30:17.289: INFO: Deleting pod "simpletest.rc-ql54g" in namespace "gc-1254" +Sep 16 19:30:17.320: INFO: Deleting pod "simpletest.rc-qxl24" in namespace "gc-1254" +Sep 16 19:30:17.371: INFO: Deleting pod "simpletest.rc-qzjvs" in namespace "gc-1254" +Sep 16 19:30:17.402: INFO: Deleting pod "simpletest.rc-r2fjv" in namespace "gc-1254" +Sep 16 19:30:17.460: INFO: Deleting pod "simpletest.rc-r6ltt" in namespace "gc-1254" +Sep 16 19:30:17.509: INFO: Deleting pod "simpletest.rc-r9d6s" in namespace "gc-1254" +Sep 16 19:30:17.536: INFO: Deleting pod "simpletest.rc-rg8vp" in namespace "gc-1254" +Sep 16 19:30:17.644: INFO: Deleting pod "simpletest.rc-rppq9" in namespace "gc-1254" +Sep 16 19:30:17.702: INFO: Deleting pod "simpletest.rc-rxsqv" in namespace "gc-1254" +Sep 16 19:30:17.873: INFO: Deleting pod "simpletest.rc-rzhph" in namespace "gc-1254" +Sep 16 19:30:17.954: INFO: Deleting pod "simpletest.rc-s8lz9" in namespace "gc-1254" +Sep 16 19:30:18.013: INFO: Deleting pod "simpletest.rc-sj9g6" in namespace "gc-1254" +Sep 16 19:30:18.086: INFO: Deleting pod "simpletest.rc-tjlsz" in namespace "gc-1254" +Sep 16 19:30:18.219: INFO: Deleting pod "simpletest.rc-tsvqd" in namespace "gc-1254" +Sep 16 19:30:18.283: INFO: Deleting pod "simpletest.rc-ttpdj" in namespace "gc-1254" +Sep 16 19:30:18.375: INFO: Deleting pod "simpletest.rc-v8svg" in namespace "gc-1254" +Sep 16 19:30:18.650: INFO: Deleting pod "simpletest.rc-vkjxn" in namespace "gc-1254" +Sep 16 19:30:18.786: INFO: Deleting pod "simpletest.rc-vm54h" in namespace "gc-1254" +Sep 16 19:30:18.894: INFO: Deleting pod "simpletest.rc-vnlhk" in namespace "gc-1254" +Sep 16 19:30:18.922: INFO: Deleting pod "simpletest.rc-w8tdz" in namespace "gc-1254" +Sep 16 19:30:19.067: INFO: Deleting pod "simpletest.rc-wgp5x" in namespace "gc-1254" +Sep 16 19:30:19.227: INFO: Deleting pod "simpletest.rc-wwqnb" in namespace "gc-1254" +Sep 16 19:30:19.348: INFO: Deleting pod "simpletest.rc-xmkcw" in namespace "gc-1254" +Sep 16 19:30:19.485: INFO: Deleting pod "simpletest.rc-xs5ct" in namespace "gc-1254" +Sep 16 19:30:19.567: INFO: Deleting pod "simpletest.rc-xt4cm" in namespace "gc-1254" +Sep 16 19:30:19.681: INFO: Deleting pod "simpletest.rc-xtklg" in namespace "gc-1254" +Sep 16 19:30:19.800: INFO: Deleting pod "simpletest.rc-zrgjk" in namespace "gc-1254" +Sep 16 19:30:19.828: INFO: Deleting pod "simpletest.rc-zt86f" in namespace "gc-1254" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Sep 16 19:30:19.870: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-1254" for this suite. 09/16/22 19:30:19.911 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance]","completed":57,"skipped":1013,"failed":0} +------------------------------ +• [SLOW TEST] [48.846 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:29:31.08 + Sep 16 19:29:31.081: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 19:29:31.081 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:29:31.129 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:29:31.141 + [It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 + STEP: create the rc 09/16/22 19:29:31.158 + STEP: delete the rc 09/16/22 19:29:36.188 + STEP: wait for the rc to be deleted 09/16/22 19:29:36.209 + STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 09/16/22 19:29:41.28 + STEP: Gathering metrics 09/16/22 19:30:11.294 + W0916 19:30:11.300290 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 16 19:30:11.300: 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: + + Sep 16 19:30:11.300: INFO: Deleting pod "simpletest.rc-2fkxf" in namespace "gc-1254" + Sep 16 19:30:11.314: INFO: Deleting pod "simpletest.rc-46nd7" in namespace "gc-1254" + Sep 16 19:30:11.330: INFO: Deleting pod "simpletest.rc-48sx8" in namespace "gc-1254" + Sep 16 19:30:11.346: INFO: Deleting pod "simpletest.rc-586b9" in namespace "gc-1254" + Sep 16 19:30:11.361: INFO: Deleting pod "simpletest.rc-59xdn" in namespace "gc-1254" + Sep 16 19:30:11.398: INFO: Deleting pod "simpletest.rc-5h8jb" in namespace "gc-1254" + Sep 16 19:30:11.413: INFO: Deleting pod "simpletest.rc-5tssb" in namespace "gc-1254" + Sep 16 19:30:11.453: INFO: Deleting pod "simpletest.rc-652g6" in namespace "gc-1254" + Sep 16 19:30:11.477: INFO: Deleting pod "simpletest.rc-67v7s" in namespace "gc-1254" + Sep 16 19:30:11.520: INFO: Deleting pod "simpletest.rc-6gv98" in namespace "gc-1254" + Sep 16 19:30:11.545: INFO: Deleting pod "simpletest.rc-6w94z" in namespace "gc-1254" + Sep 16 19:30:11.566: INFO: Deleting pod "simpletest.rc-76qt6" in namespace "gc-1254" + Sep 16 19:30:11.676: INFO: Deleting pod "simpletest.rc-7vghg" in namespace "gc-1254" + Sep 16 19:30:11.712: INFO: Deleting pod "simpletest.rc-7z95f" in namespace "gc-1254" + Sep 16 19:30:11.794: INFO: Deleting pod "simpletest.rc-87vz9" in namespace "gc-1254" + Sep 16 19:30:11.911: INFO: Deleting pod "simpletest.rc-8b7q5" in namespace "gc-1254" + Sep 16 19:30:12.103: INFO: Deleting pod "simpletest.rc-8c4w7" in namespace "gc-1254" + Sep 16 19:30:12.143: INFO: Deleting pod "simpletest.rc-8hd6d" in namespace "gc-1254" + Sep 16 19:30:12.394: INFO: Deleting pod "simpletest.rc-8ltdt" in namespace "gc-1254" + Sep 16 19:30:12.438: INFO: Deleting pod "simpletest.rc-8n67z" in namespace "gc-1254" + Sep 16 19:30:12.519: INFO: Deleting pod "simpletest.rc-8tdl9" in namespace "gc-1254" + Sep 16 19:30:12.687: INFO: Deleting pod "simpletest.rc-9npx2" in namespace "gc-1254" + Sep 16 19:30:12.768: INFO: Deleting pod "simpletest.rc-b45sj" in namespace "gc-1254" + Sep 16 19:30:12.831: INFO: Deleting pod "simpletest.rc-b4vzw" in namespace "gc-1254" + Sep 16 19:30:12.955: INFO: Deleting pod "simpletest.rc-b7fc5" in namespace "gc-1254" + Sep 16 19:30:13.101: INFO: Deleting pod "simpletest.rc-cd6hn" in namespace "gc-1254" + Sep 16 19:30:13.450: INFO: Deleting pod "simpletest.rc-cqjx9" in namespace "gc-1254" + Sep 16 19:30:13.801: INFO: Deleting pod "simpletest.rc-czdf2" in namespace "gc-1254" + Sep 16 19:30:13.927: INFO: Deleting pod "simpletest.rc-czmf9" in namespace "gc-1254" + Sep 16 19:30:13.987: INFO: Deleting pod "simpletest.rc-db2kl" in namespace "gc-1254" + Sep 16 19:30:14.105: INFO: Deleting pod "simpletest.rc-dfx8c" in namespace "gc-1254" + Sep 16 19:30:14.224: INFO: Deleting pod "simpletest.rc-dgpdw" in namespace "gc-1254" + Sep 16 19:30:14.408: INFO: Deleting pod "simpletest.rc-dhfvd" in namespace "gc-1254" + Sep 16 19:30:14.664: INFO: Deleting pod "simpletest.rc-dkzl4" in namespace "gc-1254" + Sep 16 19:30:14.719: INFO: Deleting pod "simpletest.rc-dv6jn" in namespace "gc-1254" + Sep 16 19:30:14.805: INFO: Deleting pod "simpletest.rc-dxjlk" in namespace "gc-1254" + Sep 16 19:30:14.907: INFO: Deleting pod "simpletest.rc-f59j6" in namespace "gc-1254" + Sep 16 19:30:14.947: INFO: Deleting pod "simpletest.rc-fgbj8" in namespace "gc-1254" + Sep 16 19:30:14.975: INFO: Deleting pod "simpletest.rc-fqwh8" in namespace "gc-1254" + Sep 16 19:30:15.010: INFO: Deleting pod "simpletest.rc-gbkx6" in namespace "gc-1254" + Sep 16 19:30:15.037: INFO: Deleting pod "simpletest.rc-gf24b" in namespace "gc-1254" + Sep 16 19:30:15.074: INFO: Deleting pod "simpletest.rc-glzds" in namespace "gc-1254" + Sep 16 19:30:15.116: INFO: Deleting pod "simpletest.rc-gqfxj" in namespace "gc-1254" + Sep 16 19:30:15.135: INFO: Deleting pod "simpletest.rc-grxbh" in namespace "gc-1254" + Sep 16 19:30:15.182: INFO: Deleting pod "simpletest.rc-h8zd2" in namespace "gc-1254" + Sep 16 19:30:15.213: INFO: Deleting pod "simpletest.rc-hp9s6" in namespace "gc-1254" + Sep 16 19:30:15.252: INFO: Deleting pod "simpletest.rc-hq9kk" in namespace "gc-1254" + Sep 16 19:30:15.275: INFO: Deleting pod "simpletest.rc-hqxd9" in namespace "gc-1254" + Sep 16 19:30:15.310: INFO: Deleting pod "simpletest.rc-jlx2b" in namespace "gc-1254" + Sep 16 19:30:15.362: INFO: Deleting pod "simpletest.rc-jn6t7" in namespace "gc-1254" + Sep 16 19:30:15.480: INFO: Deleting pod "simpletest.rc-k7jsc" in namespace "gc-1254" + Sep 16 19:30:15.526: INFO: Deleting pod "simpletest.rc-kb8lh" in namespace "gc-1254" + Sep 16 19:30:15.685: INFO: Deleting pod "simpletest.rc-ljm49" in namespace "gc-1254" + Sep 16 19:30:15.740: INFO: Deleting pod "simpletest.rc-lsvnt" in namespace "gc-1254" + Sep 16 19:30:15.874: INFO: Deleting pod "simpletest.rc-mb472" in namespace "gc-1254" + Sep 16 19:30:15.927: INFO: Deleting pod "simpletest.rc-mlfw4" in namespace "gc-1254" + Sep 16 19:30:15.996: INFO: Deleting pod "simpletest.rc-mmqxd" in namespace "gc-1254" + Sep 16 19:30:16.110: INFO: Deleting pod "simpletest.rc-n2qvq" in namespace "gc-1254" + Sep 16 19:30:16.326: INFO: Deleting pod "simpletest.rc-n4ndk" in namespace "gc-1254" + Sep 16 19:30:16.414: INFO: Deleting pod "simpletest.rc-nhrrl" in namespace "gc-1254" + Sep 16 19:30:16.497: INFO: Deleting pod "simpletest.rc-njrl7" in namespace "gc-1254" + Sep 16 19:30:16.626: INFO: Deleting pod "simpletest.rc-nsbsf" in namespace "gc-1254" + Sep 16 19:30:16.745: INFO: Deleting pod "simpletest.rc-nsgzv" in namespace "gc-1254" + Sep 16 19:30:16.868: INFO: Deleting pod "simpletest.rc-nzqzq" in namespace "gc-1254" + Sep 16 19:30:16.893: INFO: Deleting pod "simpletest.rc-p96zg" in namespace "gc-1254" + Sep 16 19:30:16.956: INFO: Deleting pod "simpletest.rc-pbszw" in namespace "gc-1254" + Sep 16 19:30:17.027: INFO: Deleting pod "simpletest.rc-pcqm4" in namespace "gc-1254" + Sep 16 19:30:17.066: INFO: Deleting pod "simpletest.rc-ph8sq" in namespace "gc-1254" + Sep 16 19:30:17.161: INFO: Deleting pod "simpletest.rc-ptvjw" in namespace "gc-1254" + Sep 16 19:30:17.186: INFO: Deleting pod "simpletest.rc-pvg46" in namespace "gc-1254" + Sep 16 19:30:17.246: INFO: Deleting pod "simpletest.rc-qc6ll" in namespace "gc-1254" + Sep 16 19:30:17.276: INFO: Deleting pod "simpletest.rc-qjp82" in namespace "gc-1254" + Sep 16 19:30:17.289: INFO: Deleting pod "simpletest.rc-ql54g" in namespace "gc-1254" + Sep 16 19:30:17.320: INFO: Deleting pod "simpletest.rc-qxl24" in namespace "gc-1254" + Sep 16 19:30:17.371: INFO: Deleting pod "simpletest.rc-qzjvs" in namespace "gc-1254" + Sep 16 19:30:17.402: INFO: Deleting pod "simpletest.rc-r2fjv" in namespace "gc-1254" + Sep 16 19:30:17.460: INFO: Deleting pod "simpletest.rc-r6ltt" in namespace "gc-1254" + Sep 16 19:30:17.509: INFO: Deleting pod "simpletest.rc-r9d6s" in namespace "gc-1254" + Sep 16 19:30:17.536: INFO: Deleting pod "simpletest.rc-rg8vp" in namespace "gc-1254" + Sep 16 19:30:17.644: INFO: Deleting pod "simpletest.rc-rppq9" in namespace "gc-1254" + Sep 16 19:30:17.702: INFO: Deleting pod "simpletest.rc-rxsqv" in namespace "gc-1254" + Sep 16 19:30:17.873: INFO: Deleting pod "simpletest.rc-rzhph" in namespace "gc-1254" + Sep 16 19:30:17.954: INFO: Deleting pod "simpletest.rc-s8lz9" in namespace "gc-1254" + Sep 16 19:30:18.013: INFO: Deleting pod "simpletest.rc-sj9g6" in namespace "gc-1254" + Sep 16 19:30:18.086: INFO: Deleting pod "simpletest.rc-tjlsz" in namespace "gc-1254" + Sep 16 19:30:18.219: INFO: Deleting pod "simpletest.rc-tsvqd" in namespace "gc-1254" + Sep 16 19:30:18.283: INFO: Deleting pod "simpletest.rc-ttpdj" in namespace "gc-1254" + Sep 16 19:30:18.375: INFO: Deleting pod "simpletest.rc-v8svg" in namespace "gc-1254" + Sep 16 19:30:18.650: INFO: Deleting pod "simpletest.rc-vkjxn" in namespace "gc-1254" + Sep 16 19:30:18.786: INFO: Deleting pod "simpletest.rc-vm54h" in namespace "gc-1254" + Sep 16 19:30:18.894: INFO: Deleting pod "simpletest.rc-vnlhk" in namespace "gc-1254" + Sep 16 19:30:18.922: INFO: Deleting pod "simpletest.rc-w8tdz" in namespace "gc-1254" + Sep 16 19:30:19.067: INFO: Deleting pod "simpletest.rc-wgp5x" in namespace "gc-1254" + Sep 16 19:30:19.227: INFO: Deleting pod "simpletest.rc-wwqnb" in namespace "gc-1254" + Sep 16 19:30:19.348: INFO: Deleting pod "simpletest.rc-xmkcw" in namespace "gc-1254" + Sep 16 19:30:19.485: INFO: Deleting pod "simpletest.rc-xs5ct" in namespace "gc-1254" + Sep 16 19:30:19.567: INFO: Deleting pod "simpletest.rc-xt4cm" in namespace "gc-1254" + Sep 16 19:30:19.681: INFO: Deleting pod "simpletest.rc-xtklg" in namespace "gc-1254" + Sep 16 19:30:19.800: INFO: Deleting pod "simpletest.rc-zrgjk" in namespace "gc-1254" + Sep 16 19:30:19.828: INFO: Deleting pod "simpletest.rc-zt86f" in namespace "gc-1254" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Sep 16 19:30:19.870: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-1254" for this suite. 09/16/22 19:30:19.911 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl logs + should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:30:19.928 +Sep 16 19:30:19.928: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:30:19.929 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:20.02 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:20.028 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1570 +STEP: creating an pod 09/16/22 19:30:20.037 +Sep 16 19:30:20.037: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 run logs-generator --image=registry.k8s.io/e2e-test-images/agnhost:2.40 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' +Sep 16 19:30:20.199: INFO: stderr: "" +Sep 16 19:30:20.199: INFO: stdout: "pod/logs-generator created\n" +[It] should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 +STEP: Waiting for log generator to start. 09/16/22 19:30:20.199 +Sep 16 19:30:20.199: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] +Sep 16 19:30:20.199: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-4917" to be "running and ready, or succeeded" +Sep 16 19:30:20.203: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.830215ms +Sep 16 19:30:20.203: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'ip-172-31-14-177' to be 'Running' but was 'Pending' +Sep 16 19:30:22.641: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.441703705s +Sep 16 19:30:22.641: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'ip-172-31-14-177' to be 'Running' but was 'Pending' +Sep 16 19:30:24.206: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 4.006658663s +Sep 16 19:30:24.206: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" +Sep 16 19:30:24.206: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] +STEP: checking for a matching strings 09/16/22 19:30:24.206 +Sep 16 19:30:24.206: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator' +Sep 16 19:30:24.298: INFO: stderr: "" +Sep 16 19:30:24.298: INFO: stdout: "I0916 19:30:21.504886 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/kube-system/pods/6sp 538\nI0916 19:30:21.704986 1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/vc2 437\nI0916 19:30:21.905947 1 logs_generator.go:76] 2 POST /api/v1/namespaces/default/pods/6dx 419\nI0916 19:30:22.105282 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/8p4n 335\nI0916 19:30:22.306011 1 logs_generator.go:76] 4 PUT /api/v1/namespaces/default/pods/8bpb 412\nI0916 19:30:22.505364 1 logs_generator.go:76] 5 POST /api/v1/namespaces/ns/pods/vrf 546\nI0916 19:30:22.705760 1 logs_generator.go:76] 6 GET /api/v1/namespaces/default/pods/vzgg 200\nI0916 19:30:22.905331 1 logs_generator.go:76] 7 GET /api/v1/namespaces/kube-system/pods/hzm 460\nI0916 19:30:23.104918 1 logs_generator.go:76] 8 POST /api/v1/namespaces/kube-system/pods/2m8d 253\nI0916 19:30:23.305349 1 logs_generator.go:76] 9 GET /api/v1/namespaces/default/pods/8xn5 273\nI0916 19:30:23.504994 1 logs_generator.go:76] 10 POST /api/v1/namespaces/default/pods/dqp 578\nI0916 19:30:23.705342 1 logs_generator.go:76] 11 PUT /api/v1/namespaces/kube-system/pods/tsh 558\nI0916 19:30:23.906083 1 logs_generator.go:76] 12 POST /api/v1/namespaces/default/pods/jghl 203\nI0916 19:30:24.105389 1 logs_generator.go:76] 13 PUT /api/v1/namespaces/default/pods/skws 364\n" +STEP: limiting log lines 09/16/22 19:30:24.298 +Sep 16 19:30:24.299: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --tail=1' +Sep 16 19:30:24.384: INFO: stderr: "" +Sep 16 19:30:24.384: INFO: stdout: "I0916 19:30:24.305859 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/f5l 264\n" +Sep 16 19:30:24.384: INFO: got output "I0916 19:30:24.305859 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/f5l 264\n" +STEP: limiting log bytes 09/16/22 19:30:24.385 +Sep 16 19:30:24.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --limit-bytes=1' +Sep 16 19:30:24.488: INFO: stderr: "" +Sep 16 19:30:24.489: INFO: stdout: "I" +Sep 16 19:30:24.489: INFO: got output "I" +STEP: exposing timestamps 09/16/22 19:30:24.489 +Sep 16 19:30:24.489: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --tail=1 --timestamps' +Sep 16 19:30:24.594: INFO: stderr: "" +Sep 16 19:30:24.594: INFO: stdout: "2022-09-16T19:30:24.505077143Z I0916 19:30:24.504930 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/gh5 408\n" +Sep 16 19:30:24.594: INFO: got output "2022-09-16T19:30:24.505077143Z I0916 19:30:24.504930 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/gh5 408\n" +STEP: restricting to a time range 09/16/22 19:30:24.594 +Sep 16 19:30:27.095: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --since=1s' +Sep 16 19:30:27.194: INFO: stderr: "" +Sep 16 19:30:27.194: INFO: stdout: "I0916 19:30:26.305928 1 logs_generator.go:76] 24 GET /api/v1/namespaces/ns/pods/kmx 513\nI0916 19:30:26.505264 1 logs_generator.go:76] 25 POST /api/v1/namespaces/default/pods/dds 457\nI0916 19:30:26.705667 1 logs_generator.go:76] 26 PUT /api/v1/namespaces/kube-system/pods/l72 239\nI0916 19:30:26.904934 1 logs_generator.go:76] 27 PUT /api/v1/namespaces/kube-system/pods/nvvq 226\nI0916 19:30:27.105368 1 logs_generator.go:76] 28 PUT /api/v1/namespaces/kube-system/pods/6npm 458\n" +Sep 16 19:30:27.194: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --since=24h' +Sep 16 19:30:27.326: INFO: stderr: "" +Sep 16 19:30:27.326: INFO: stdout: "I0916 19:30:21.504886 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/kube-system/pods/6sp 538\nI0916 19:30:21.704986 1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/vc2 437\nI0916 19:30:21.905947 1 logs_generator.go:76] 2 POST /api/v1/namespaces/default/pods/6dx 419\nI0916 19:30:22.105282 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/8p4n 335\nI0916 19:30:22.306011 1 logs_generator.go:76] 4 PUT /api/v1/namespaces/default/pods/8bpb 412\nI0916 19:30:22.505364 1 logs_generator.go:76] 5 POST /api/v1/namespaces/ns/pods/vrf 546\nI0916 19:30:22.705760 1 logs_generator.go:76] 6 GET /api/v1/namespaces/default/pods/vzgg 200\nI0916 19:30:22.905331 1 logs_generator.go:76] 7 GET /api/v1/namespaces/kube-system/pods/hzm 460\nI0916 19:30:23.104918 1 logs_generator.go:76] 8 POST /api/v1/namespaces/kube-system/pods/2m8d 253\nI0916 19:30:23.305349 1 logs_generator.go:76] 9 GET /api/v1/namespaces/default/pods/8xn5 273\nI0916 19:30:23.504994 1 logs_generator.go:76] 10 POST /api/v1/namespaces/default/pods/dqp 578\nI0916 19:30:23.705342 1 logs_generator.go:76] 11 PUT /api/v1/namespaces/kube-system/pods/tsh 558\nI0916 19:30:23.906083 1 logs_generator.go:76] 12 POST /api/v1/namespaces/default/pods/jghl 203\nI0916 19:30:24.105389 1 logs_generator.go:76] 13 PUT /api/v1/namespaces/default/pods/skws 364\nI0916 19:30:24.305859 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/f5l 264\nI0916 19:30:24.504930 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/gh5 408\nI0916 19:30:24.705446 1 logs_generator.go:76] 16 POST /api/v1/namespaces/ns/pods/2z2x 219\nI0916 19:30:24.904942 1 logs_generator.go:76] 17 GET /api/v1/namespaces/kube-system/pods/6b74 467\nI0916 19:30:25.105473 1 logs_generator.go:76] 18 PUT /api/v1/namespaces/default/pods/2xlz 550\nI0916 19:30:25.305967 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/v78 457\nI0916 19:30:25.504908 1 logs_generator.go:76] 20 PUT /api/v1/namespaces/ns/pods/bg68 358\nI0916 19:30:25.705437 1 logs_generator.go:76] 21 PUT /api/v1/namespaces/ns/pods/jnd 455\nI0916 19:30:25.906005 1 logs_generator.go:76] 22 GET /api/v1/namespaces/kube-system/pods/g9c 309\nI0916 19:30:26.105426 1 logs_generator.go:76] 23 POST /api/v1/namespaces/ns/pods/dgdf 431\nI0916 19:30:26.305928 1 logs_generator.go:76] 24 GET /api/v1/namespaces/ns/pods/kmx 513\nI0916 19:30:26.505264 1 logs_generator.go:76] 25 POST /api/v1/namespaces/default/pods/dds 457\nI0916 19:30:26.705667 1 logs_generator.go:76] 26 PUT /api/v1/namespaces/kube-system/pods/l72 239\nI0916 19:30:26.904934 1 logs_generator.go:76] 27 PUT /api/v1/namespaces/kube-system/pods/nvvq 226\nI0916 19:30:27.105368 1 logs_generator.go:76] 28 PUT /api/v1/namespaces/kube-system/pods/6npm 458\nI0916 19:30:27.305652 1 logs_generator.go:76] 29 PUT /api/v1/namespaces/ns/pods/4g4 455\n" +[AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1575 +Sep 16 19:30:27.326: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 delete pod logs-generator' +Sep 16 19:30:28.553: INFO: stderr: "" +Sep 16 19:30:28.553: INFO: stdout: "pod \"logs-generator\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:30:28.554: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-4917" for this suite. 09/16/22 19:30:28.571 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs [Conformance]","completed":58,"skipped":1017,"failed":0} +------------------------------ +• [SLOW TEST] [8.661 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl logs + test/e2e/kubectl/kubectl.go:1567 + should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:30:19.928 + Sep 16 19:30:19.928: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:30:19.929 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:20.02 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:20.028 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1570 + STEP: creating an pod 09/16/22 19:30:20.037 + Sep 16 19:30:20.037: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 run logs-generator --image=registry.k8s.io/e2e-test-images/agnhost:2.40 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' + Sep 16 19:30:20.199: INFO: stderr: "" + Sep 16 19:30:20.199: INFO: stdout: "pod/logs-generator created\n" + [It] should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 + STEP: Waiting for log generator to start. 09/16/22 19:30:20.199 + Sep 16 19:30:20.199: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] + Sep 16 19:30:20.199: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-4917" to be "running and ready, or succeeded" + Sep 16 19:30:20.203: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.830215ms + Sep 16 19:30:20.203: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'ip-172-31-14-177' to be 'Running' but was 'Pending' + Sep 16 19:30:22.641: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.441703705s + Sep 16 19:30:22.641: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'ip-172-31-14-177' to be 'Running' but was 'Pending' + Sep 16 19:30:24.206: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 4.006658663s + Sep 16 19:30:24.206: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" + Sep 16 19:30:24.206: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] + STEP: checking for a matching strings 09/16/22 19:30:24.206 + Sep 16 19:30:24.206: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator' + Sep 16 19:30:24.298: INFO: stderr: "" + Sep 16 19:30:24.298: INFO: stdout: "I0916 19:30:21.504886 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/kube-system/pods/6sp 538\nI0916 19:30:21.704986 1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/vc2 437\nI0916 19:30:21.905947 1 logs_generator.go:76] 2 POST /api/v1/namespaces/default/pods/6dx 419\nI0916 19:30:22.105282 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/8p4n 335\nI0916 19:30:22.306011 1 logs_generator.go:76] 4 PUT /api/v1/namespaces/default/pods/8bpb 412\nI0916 19:30:22.505364 1 logs_generator.go:76] 5 POST /api/v1/namespaces/ns/pods/vrf 546\nI0916 19:30:22.705760 1 logs_generator.go:76] 6 GET /api/v1/namespaces/default/pods/vzgg 200\nI0916 19:30:22.905331 1 logs_generator.go:76] 7 GET /api/v1/namespaces/kube-system/pods/hzm 460\nI0916 19:30:23.104918 1 logs_generator.go:76] 8 POST /api/v1/namespaces/kube-system/pods/2m8d 253\nI0916 19:30:23.305349 1 logs_generator.go:76] 9 GET /api/v1/namespaces/default/pods/8xn5 273\nI0916 19:30:23.504994 1 logs_generator.go:76] 10 POST /api/v1/namespaces/default/pods/dqp 578\nI0916 19:30:23.705342 1 logs_generator.go:76] 11 PUT /api/v1/namespaces/kube-system/pods/tsh 558\nI0916 19:30:23.906083 1 logs_generator.go:76] 12 POST /api/v1/namespaces/default/pods/jghl 203\nI0916 19:30:24.105389 1 logs_generator.go:76] 13 PUT /api/v1/namespaces/default/pods/skws 364\n" + STEP: limiting log lines 09/16/22 19:30:24.298 + Sep 16 19:30:24.299: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --tail=1' + Sep 16 19:30:24.384: INFO: stderr: "" + Sep 16 19:30:24.384: INFO: stdout: "I0916 19:30:24.305859 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/f5l 264\n" + Sep 16 19:30:24.384: INFO: got output "I0916 19:30:24.305859 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/f5l 264\n" + STEP: limiting log bytes 09/16/22 19:30:24.385 + Sep 16 19:30:24.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --limit-bytes=1' + Sep 16 19:30:24.488: INFO: stderr: "" + Sep 16 19:30:24.489: INFO: stdout: "I" + Sep 16 19:30:24.489: INFO: got output "I" + STEP: exposing timestamps 09/16/22 19:30:24.489 + Sep 16 19:30:24.489: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --tail=1 --timestamps' + Sep 16 19:30:24.594: INFO: stderr: "" + Sep 16 19:30:24.594: INFO: stdout: "2022-09-16T19:30:24.505077143Z I0916 19:30:24.504930 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/gh5 408\n" + Sep 16 19:30:24.594: INFO: got output "2022-09-16T19:30:24.505077143Z I0916 19:30:24.504930 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/gh5 408\n" + STEP: restricting to a time range 09/16/22 19:30:24.594 + Sep 16 19:30:27.095: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --since=1s' + Sep 16 19:30:27.194: INFO: stderr: "" + Sep 16 19:30:27.194: INFO: stdout: "I0916 19:30:26.305928 1 logs_generator.go:76] 24 GET /api/v1/namespaces/ns/pods/kmx 513\nI0916 19:30:26.505264 1 logs_generator.go:76] 25 POST /api/v1/namespaces/default/pods/dds 457\nI0916 19:30:26.705667 1 logs_generator.go:76] 26 PUT /api/v1/namespaces/kube-system/pods/l72 239\nI0916 19:30:26.904934 1 logs_generator.go:76] 27 PUT /api/v1/namespaces/kube-system/pods/nvvq 226\nI0916 19:30:27.105368 1 logs_generator.go:76] 28 PUT /api/v1/namespaces/kube-system/pods/6npm 458\n" + Sep 16 19:30:27.194: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 logs logs-generator logs-generator --since=24h' + Sep 16 19:30:27.326: INFO: stderr: "" + Sep 16 19:30:27.326: INFO: stdout: "I0916 19:30:21.504886 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/kube-system/pods/6sp 538\nI0916 19:30:21.704986 1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/vc2 437\nI0916 19:30:21.905947 1 logs_generator.go:76] 2 POST /api/v1/namespaces/default/pods/6dx 419\nI0916 19:30:22.105282 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/8p4n 335\nI0916 19:30:22.306011 1 logs_generator.go:76] 4 PUT /api/v1/namespaces/default/pods/8bpb 412\nI0916 19:30:22.505364 1 logs_generator.go:76] 5 POST /api/v1/namespaces/ns/pods/vrf 546\nI0916 19:30:22.705760 1 logs_generator.go:76] 6 GET /api/v1/namespaces/default/pods/vzgg 200\nI0916 19:30:22.905331 1 logs_generator.go:76] 7 GET /api/v1/namespaces/kube-system/pods/hzm 460\nI0916 19:30:23.104918 1 logs_generator.go:76] 8 POST /api/v1/namespaces/kube-system/pods/2m8d 253\nI0916 19:30:23.305349 1 logs_generator.go:76] 9 GET /api/v1/namespaces/default/pods/8xn5 273\nI0916 19:30:23.504994 1 logs_generator.go:76] 10 POST /api/v1/namespaces/default/pods/dqp 578\nI0916 19:30:23.705342 1 logs_generator.go:76] 11 PUT /api/v1/namespaces/kube-system/pods/tsh 558\nI0916 19:30:23.906083 1 logs_generator.go:76] 12 POST /api/v1/namespaces/default/pods/jghl 203\nI0916 19:30:24.105389 1 logs_generator.go:76] 13 PUT /api/v1/namespaces/default/pods/skws 364\nI0916 19:30:24.305859 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/f5l 264\nI0916 19:30:24.504930 1 logs_generator.go:76] 15 POST /api/v1/namespaces/ns/pods/gh5 408\nI0916 19:30:24.705446 1 logs_generator.go:76] 16 POST /api/v1/namespaces/ns/pods/2z2x 219\nI0916 19:30:24.904942 1 logs_generator.go:76] 17 GET /api/v1/namespaces/kube-system/pods/6b74 467\nI0916 19:30:25.105473 1 logs_generator.go:76] 18 PUT /api/v1/namespaces/default/pods/2xlz 550\nI0916 19:30:25.305967 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/ns/pods/v78 457\nI0916 19:30:25.504908 1 logs_generator.go:76] 20 PUT /api/v1/namespaces/ns/pods/bg68 358\nI0916 19:30:25.705437 1 logs_generator.go:76] 21 PUT /api/v1/namespaces/ns/pods/jnd 455\nI0916 19:30:25.906005 1 logs_generator.go:76] 22 GET /api/v1/namespaces/kube-system/pods/g9c 309\nI0916 19:30:26.105426 1 logs_generator.go:76] 23 POST /api/v1/namespaces/ns/pods/dgdf 431\nI0916 19:30:26.305928 1 logs_generator.go:76] 24 GET /api/v1/namespaces/ns/pods/kmx 513\nI0916 19:30:26.505264 1 logs_generator.go:76] 25 POST /api/v1/namespaces/default/pods/dds 457\nI0916 19:30:26.705667 1 logs_generator.go:76] 26 PUT /api/v1/namespaces/kube-system/pods/l72 239\nI0916 19:30:26.904934 1 logs_generator.go:76] 27 PUT /api/v1/namespaces/kube-system/pods/nvvq 226\nI0916 19:30:27.105368 1 logs_generator.go:76] 28 PUT /api/v1/namespaces/kube-system/pods/6npm 458\nI0916 19:30:27.305652 1 logs_generator.go:76] 29 PUT /api/v1/namespaces/ns/pods/4g4 455\n" + [AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1575 + Sep 16 19:30:27.326: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-4917 delete pod logs-generator' + Sep 16 19:30:28.553: INFO: stderr: "" + Sep 16 19:30:28.553: INFO: stdout: "pod \"logs-generator\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:30:28.554: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-4917" for this suite. 09/16/22 19:30:28.571 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:581 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:30:28.589 +Sep 16 19:30:28.589: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:30:28.59 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:28.622 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:28.631 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:30:28.669 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:30:29.119 +STEP: Deploying the webhook pod 09/16/22 19:30:29.125 +STEP: Wait for the deployment to be ready 09/16/22 19:30:29.136 +Sep 16 19:30:29.140: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +Sep 16 19:30:31.151: 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:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 09/16/22 19:30:33.156 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:30:33.168 +Sep 16 19:30:34.168: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:581 +STEP: Listing all of the created validation webhooks 09/16/22 19:30:34.21 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:30:34.27 +STEP: Deleting the collection of validation webhooks 09/16/22 19:30:34.338 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:30:34.362 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:30:34.372: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7275" for this suite. 09/16/22 19:30:34.375 +STEP: Destroying namespace "webhook-7275-markers" for this suite. 09/16/22 19:30:34.379 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]","completed":59,"skipped":1034,"failed":0} +------------------------------ +• [SLOW TEST] [5.890 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:581 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:30:28.589 + Sep 16 19:30:28.589: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:30:28.59 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:28.622 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:28.631 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:30:28.669 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:30:29.119 + STEP: Deploying the webhook pod 09/16/22 19:30:29.125 + STEP: Wait for the deployment to be ready 09/16/22 19:30:29.136 + Sep 16 19:30:29.140: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + Sep 16 19:30:31.151: 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:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 30, 29, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 09/16/22 19:30:33.156 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:30:33.168 + Sep 16 19:30:34.168: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:581 + STEP: Listing all of the created validation webhooks 09/16/22 19:30:34.21 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:30:34.27 + STEP: Deleting the collection of validation webhooks 09/16/22 19:30:34.338 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:30:34.362 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:30:34.372: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7275" for this suite. 09/16/22 19:30:34.375 + STEP: Destroying namespace "webhook-7275-markers" for this suite. 09/16/22 19:30:34.379 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Servers with support for Table transformation + should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 +[BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:30:34.481 +Sep 16 19:30:34.481: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename tables 09/16/22 19:30:34.482 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:34.51 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:34.514 +[BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/apimachinery/table_conversion.go:49 +[It] should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 +[AfterEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/framework.go:187 +Sep 16 19:30:34.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "tables-5287" for this suite. 09/16/22 19:30:34.524 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Servers with support for Table transformation should return a 406 for a backend which does not implement metadata [Conformance]","completed":60,"skipped":1036,"failed":0} +------------------------------ +• [0.048 seconds] +[sig-api-machinery] Servers with support for Table transformation +test/e2e/apimachinery/framework.go:23 + should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:30:34.481 + Sep 16 19:30:34.481: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename tables 09/16/22 19:30:34.482 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:34.51 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:34.514 + [BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/apimachinery/table_conversion.go:49 + [It] should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 + [AfterEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/framework.go:187 + Sep 16 19:30:34.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "tables-5287" for this suite. 09/16/22 19:30:34.524 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] PreStop + should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 +[BeforeEach] [sig-node] PreStop + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:30:34.531 +Sep 16 19:30:34.531: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename prestop 09/16/22 19:30:34.532 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:34.548 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:34.553 +[BeforeEach] [sig-node] PreStop + test/e2e/node/pre_stop.go:159 +[It] should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 +STEP: Creating server pod server in namespace prestop-2204 09/16/22 19:30:34.557 +STEP: Waiting for pods to come up. 09/16/22 19:30:34.561 +Sep 16 19:30:34.562: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-2204" to be "running" +Sep 16 19:30:34.564: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 2.3605ms +Sep 16 19:30:36.567: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.005446646s +Sep 16 19:30:36.567: INFO: Pod "server" satisfied condition "running" +STEP: Creating tester pod tester in namespace prestop-2204 09/16/22 19:30:36.571 +Sep 16 19:30:36.575: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-2204" to be "running" +Sep 16 19:30:36.579: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 3.688212ms +Sep 16 19:30:38.582: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.006888657s +Sep 16 19:30:38.582: INFO: Pod "tester" satisfied condition "running" +STEP: Deleting pre-stop pod 09/16/22 19:30:38.582 +Sep 16 19:30:43.598: 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." + ], + "StillContactingPeers": true +} +STEP: Deleting the server pod 09/16/22 19:30:43.598 +[AfterEach] [sig-node] PreStop + test/e2e/framework/framework.go:187 +Sep 16 19:30:43.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "prestop-2204" for this suite. 09/16/22 19:30:43.617 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] PreStop should call prestop when killing a pod [Conformance]","completed":61,"skipped":1040,"failed":0} +------------------------------ +• [SLOW TEST] [9.094 seconds] +[sig-node] PreStop +test/e2e/node/framework.go:23 + should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PreStop + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:30:34.531 + Sep 16 19:30:34.531: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename prestop 09/16/22 19:30:34.532 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:34.548 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:34.553 + [BeforeEach] [sig-node] PreStop + test/e2e/node/pre_stop.go:159 + [It] should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 + STEP: Creating server pod server in namespace prestop-2204 09/16/22 19:30:34.557 + STEP: Waiting for pods to come up. 09/16/22 19:30:34.561 + Sep 16 19:30:34.562: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-2204" to be "running" + Sep 16 19:30:34.564: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 2.3605ms + Sep 16 19:30:36.567: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.005446646s + Sep 16 19:30:36.567: INFO: Pod "server" satisfied condition "running" + STEP: Creating tester pod tester in namespace prestop-2204 09/16/22 19:30:36.571 + Sep 16 19:30:36.575: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-2204" to be "running" + Sep 16 19:30:36.579: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 3.688212ms + Sep 16 19:30:38.582: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.006888657s + Sep 16 19:30:38.582: INFO: Pod "tester" satisfied condition "running" + STEP: Deleting pre-stop pod 09/16/22 19:30:38.582 + Sep 16 19:30:43.598: 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." + ], + "StillContactingPeers": true + } + STEP: Deleting the server pod 09/16/22 19:30:43.598 + [AfterEach] [sig-node] PreStop + test/e2e/framework/framework.go:187 + Sep 16 19:30:43.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "prestop-2204" for this suite. 09/16/22 19:30:43.617 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:356 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:30:43.625 +Sep 16 19:30:43.625: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:30:43.626 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:43.673 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:43.678 +[It] works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:356 +STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation 09/16/22 19:30:43.685 +Sep 16 19:30:43.687: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:30:48.417: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:31:01.682: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-5651" for this suite. 09/16/22 19:31:01.689 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance]","completed":62,"skipped":1041,"failed":0} +------------------------------ +• [SLOW TEST] [18.068 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:356 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:30:43.625 + Sep 16 19:30:43.625: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:30:43.626 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:30:43.673 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:30:43.678 + [It] works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:356 + STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation 09/16/22 19:30:43.685 + Sep 16 19:30:43.687: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:30:48.417: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:31:01.682: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-5651" for this suite. 09/16/22 19:31:01.689 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:441 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:01.696 +Sep 16 19:31:01.696: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:31:01.697 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:01.713 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:01.718 +[It] removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:441 +STEP: set up a multi version CRD 09/16/22 19:31:01.724 +Sep 16 19:31:01.724: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: mark a version not serverd 09/16/22 19:31:12.188 +STEP: check the unserved version gets removed 09/16/22 19:31:12.217 +STEP: check the other version is not changed 09/16/22 19:31:16.111 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:31:22.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-5509" for this suite. 09/16/22 19:31:22.995 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance]","completed":63,"skipped":1055,"failed":0} +------------------------------ +• [SLOW TEST] [21.309 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:441 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:01.696 + Sep 16 19:31:01.696: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:31:01.697 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:01.713 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:01.718 + [It] removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:441 + STEP: set up a multi version CRD 09/16/22 19:31:01.724 + Sep 16 19:31:01.724: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: mark a version not serverd 09/16/22 19:31:12.188 + STEP: check the unserved version gets removed 09/16/22 19:31:12.217 + STEP: check the other version is not changed 09/16/22 19:31:16.111 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:31:22.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-5509" for this suite. 09/16/22 19:31:22.995 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:23.006 +Sep 16 19:31:23.006: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 19:31:23.007 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:23.022 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:23.029 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-2727 09/16/22 19:31:23.033 +[It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 +STEP: Looking for a node to schedule stateful set and pod 09/16/22 19:31:23.04 +STEP: Creating pod with conflicting port in namespace statefulset-2727 09/16/22 19:31:23.046 +W0916 19:31:23.065635 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "webserver" uses hostPort 21017) +STEP: Waiting until pod test-pod will start running in namespace statefulset-2727 09/16/22 19:31:23.065 +Sep 16 19:31:23.065: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-2727" to be "running" +Sep 16 19:31:23.081: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 15.342912ms +Sep 16 19:31:25.085: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.019796939s +Sep 16 19:31:25.085: INFO: Pod "test-pod" satisfied condition "running" +STEP: Creating statefulset with conflicting port in namespace statefulset-2727 09/16/22 19:31:25.085 +W0916 19:31:25.090391 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "webserver" uses hostPort 21017) +STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-2727 09/16/22 19:31:25.09 +Sep 16 19:31:25.099: INFO: Observed stateful pod in namespace: statefulset-2727, name: ss-0, uid: 601ffd36-d45b-4707-837c-6b14f189f699, status phase: Pending. Waiting for statefulset controller to delete. +Sep 16 19:31:25.114: INFO: Observed stateful pod in namespace: statefulset-2727, name: ss-0, uid: 601ffd36-d45b-4707-837c-6b14f189f699, status phase: Failed. Waiting for statefulset controller to delete. +Sep 16 19:31:25.124: INFO: Observed stateful pod in namespace: statefulset-2727, name: ss-0, uid: 601ffd36-d45b-4707-837c-6b14f189f699, status phase: Failed. Waiting for statefulset controller to delete. +Sep 16 19:31:25.127: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-2727 +STEP: Removing pod with conflicting port in namespace statefulset-2727 09/16/22 19:31:25.127 +STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-2727 and will be in running state 09/16/22 19:31:25.158 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 19:31:27.171: INFO: Deleting all statefulset in ns statefulset-2727 +Sep 16 19:31:27.173: INFO: Scaling statefulset ss to 0 +W0916 19:31:27.180227 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "webserver" uses hostPort 21017) +Sep 16 19:31:37.188: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:31:37.190: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 19:31:37.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-2727" for this suite. 09/16/22 19:31:37.258 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]","completed":64,"skipped":1061,"failed":0} +------------------------------ +• [SLOW TEST] [14.268 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:23.006 + Sep 16 19:31:23.006: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 19:31:23.007 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:23.022 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:23.029 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-2727 09/16/22 19:31:23.033 + [It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 + STEP: Looking for a node to schedule stateful set and pod 09/16/22 19:31:23.04 + STEP: Creating pod with conflicting port in namespace statefulset-2727 09/16/22 19:31:23.046 + W0916 19:31:23.065635 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "webserver" uses hostPort 21017) + STEP: Waiting until pod test-pod will start running in namespace statefulset-2727 09/16/22 19:31:23.065 + Sep 16 19:31:23.065: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-2727" to be "running" + Sep 16 19:31:23.081: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 15.342912ms + Sep 16 19:31:25.085: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.019796939s + Sep 16 19:31:25.085: INFO: Pod "test-pod" satisfied condition "running" + STEP: Creating statefulset with conflicting port in namespace statefulset-2727 09/16/22 19:31:25.085 + W0916 19:31:25.090391 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "webserver" uses hostPort 21017) + STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-2727 09/16/22 19:31:25.09 + Sep 16 19:31:25.099: INFO: Observed stateful pod in namespace: statefulset-2727, name: ss-0, uid: 601ffd36-d45b-4707-837c-6b14f189f699, status phase: Pending. Waiting for statefulset controller to delete. + Sep 16 19:31:25.114: INFO: Observed stateful pod in namespace: statefulset-2727, name: ss-0, uid: 601ffd36-d45b-4707-837c-6b14f189f699, status phase: Failed. Waiting for statefulset controller to delete. + Sep 16 19:31:25.124: INFO: Observed stateful pod in namespace: statefulset-2727, name: ss-0, uid: 601ffd36-d45b-4707-837c-6b14f189f699, status phase: Failed. Waiting for statefulset controller to delete. + Sep 16 19:31:25.127: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-2727 + STEP: Removing pod with conflicting port in namespace statefulset-2727 09/16/22 19:31:25.127 + STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-2727 and will be in running state 09/16/22 19:31:25.158 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 19:31:27.171: INFO: Deleting all statefulset in ns statefulset-2727 + Sep 16 19:31:27.173: INFO: Scaling statefulset ss to 0 + W0916 19:31:27.180227 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "webserver" uses hostPort 21017) + Sep 16 19:31:37.188: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:31:37.190: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 19:31:37.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-2727" for this suite. 09/16/22 19:31:37.258 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] ConfigMap + should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:37.275 +Sep 16 19:31:37.275: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:31:37.276 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:37.342 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:37.348 +[It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 +STEP: creating a ConfigMap 09/16/22 19:31:37.354 +STEP: fetching the ConfigMap 09/16/22 19:31:37.364 +STEP: patching the ConfigMap 09/16/22 19:31:37.373 +STEP: listing all ConfigMaps in all namespaces with a label selector 09/16/22 19:31:37.381 +STEP: deleting the ConfigMap by collection with a label selector 09/16/22 19:31:37.387 +STEP: listing all ConfigMaps in test namespace 09/16/22 19:31:37.393 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:31:37.396: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5427" for this suite. 09/16/22 19:31:37.401 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]","completed":65,"skipped":1068,"failed":0} +------------------------------ +• [0.133 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:37.275 + Sep 16 19:31:37.275: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:31:37.276 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:37.342 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:37.348 + [It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 + STEP: creating a ConfigMap 09/16/22 19:31:37.354 + STEP: fetching the ConfigMap 09/16/22 19:31:37.364 + STEP: patching the ConfigMap 09/16/22 19:31:37.373 + STEP: listing all ConfigMaps in all namespaces with a label selector 09/16/22 19:31:37.381 + STEP: deleting the ConfigMap by collection with a label selector 09/16/22 19:31:37.387 + STEP: listing all ConfigMaps in test namespace 09/16/22 19:31:37.393 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:31:37.396: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5427" for this suite. 09/16/22 19:31:37.401 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Job + should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:37.417 +Sep 16 19:31:37.417: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename job 09/16/22 19:31:37.418 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:37.446 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:37.45 +[It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 +STEP: Creating a job 09/16/22 19:31:37.46 +STEP: Ensure pods equal to paralellism count is attached to the job 09/16/22 19:31:37.468 +STEP: patching /status 09/16/22 19:31:39.474 +STEP: updating /status 09/16/22 19:31:39.48 +STEP: get /status 09/16/22 19:31:39.511 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 16 19:31:39.514: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-973" for this suite. 09/16/22 19:31:39.518 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Job should apply changes to a job status [Conformance]","completed":66,"skipped":1109,"failed":0} +------------------------------ +• [2.109 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:37.417 + Sep 16 19:31:37.417: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename job 09/16/22 19:31:37.418 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:37.446 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:37.45 + [It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 + STEP: Creating a job 09/16/22 19:31:37.46 + STEP: Ensure pods equal to paralellism count is attached to the job 09/16/22 19:31:37.468 + STEP: patching /status 09/16/22 19:31:39.474 + STEP: updating /status 09/16/22 19:31:39.48 + STEP: get /status 09/16/22 19:31:39.511 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 16 19:31:39.514: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-973" for this suite. 09/16/22 19:31:39.518 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Containers + should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:39.533 +Sep 16 19:31:39.533: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename containers 09/16/22 19:31:39.534 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:39.55 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:39.555 +[It] should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 +STEP: Creating a pod to test override arguments 09/16/22 19:31:39.559 +Sep 16 19:31:39.566: INFO: Waiting up to 5m0s for pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c" in namespace "containers-880" to be "Succeeded or Failed" +Sep 16 19:31:39.569: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c": Phase="Pending", Reason="", readiness=false. Elapsed: 3.227222ms +Sep 16 19:31:41.573: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007034692s +Sep 16 19:31:43.572: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006346789s +STEP: Saw pod success 09/16/22 19:31:43.572 +Sep 16 19:31:43.573: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c" satisfied condition "Succeeded or Failed" +Sep 16 19:31:43.576: INFO: Trying to get logs from node ip-172-31-15-7 pod client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c container agnhost-container: +STEP: delete the pod 09/16/22 19:31:43.587 +Sep 16 19:31:43.596: INFO: Waiting for pod client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c to disappear +Sep 16 19:31:43.600: INFO: Pod client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 16 19:31:43.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-880" for this suite. 09/16/22 19:31:43.604 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance]","completed":67,"skipped":1186,"failed":0} +------------------------------ +• [4.075 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:39.533 + Sep 16 19:31:39.533: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename containers 09/16/22 19:31:39.534 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:39.55 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:39.555 + [It] should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 + STEP: Creating a pod to test override arguments 09/16/22 19:31:39.559 + Sep 16 19:31:39.566: INFO: Waiting up to 5m0s for pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c" in namespace "containers-880" to be "Succeeded or Failed" + Sep 16 19:31:39.569: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c": Phase="Pending", Reason="", readiness=false. Elapsed: 3.227222ms + Sep 16 19:31:41.573: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007034692s + Sep 16 19:31:43.572: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006346789s + STEP: Saw pod success 09/16/22 19:31:43.572 + Sep 16 19:31:43.573: INFO: Pod "client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c" satisfied condition "Succeeded or Failed" + Sep 16 19:31:43.576: INFO: Trying to get logs from node ip-172-31-15-7 pod client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c container agnhost-container: + STEP: delete the pod 09/16/22 19:31:43.587 + Sep 16 19:31:43.596: INFO: Waiting for pod client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c to disappear + Sep 16 19:31:43.600: INFO: Pod client-containers-de7b0f53-a0da-4628-beb3-591ffc10e57c no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 16 19:31:43.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-880" for this suite. 09/16/22 19:31:43.604 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl describe + should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:43.625 +Sep 16 19:31:43.625: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:31:43.626 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:43.637 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:43.641 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 +Sep 16 19:31:43.646: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 create -f -' +Sep 16 19:31:44.464: INFO: stderr: "" +Sep 16 19:31:44.464: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +Sep 16 19:31:44.465: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 create -f -' +Sep 16 19:31:44.714: INFO: stderr: "" +Sep 16 19:31:44.714: INFO: stdout: "service/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 09/16/22 19:31:44.714 +Sep 16 19:31:45.718: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 19:31:45.718: INFO: Found 1 / 1 +Sep 16 19:31:45.718: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Sep 16 19:31:45.721: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 19:31:45.721: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Sep 16 19:31:45.721: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe pod agnhost-primary-cgtmk' +Sep 16 19:31:45.806: INFO: stderr: "" +Sep 16 19:31:45.806: INFO: stdout: "Name: agnhost-primary-cgtmk\nNamespace: kubectl-9576\nPriority: 0\nService Account: default\nNode: ip-172-31-15-7/172.31.15.7\nStart Time: Fri, 16 Sep 2022 19:31:44 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 10.42.0.137\nIPs:\n IP: 10.42.0.137\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://594067fa87554d07a94d913a0806fcb0a0168b1f0c212cc7d1a171e0c2576e45\n Image: registry.k8s.io/e2e-test-images/agnhost:2.40\n Image ID: registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Fri, 16 Sep 2022 19:31:45 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-zzc4k (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-zzc4k:\n Type: Projected (a volume that contains injected data from multiple sources)\n TokenExpirationSeconds: 3607\n ConfigMapName: kube-root-ca.crt\n ConfigMapOptional: \n DownwardAPI: true\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 1s default-scheduler Successfully assigned kubectl-9576/agnhost-primary-cgtmk to ip-172-31-15-7\n Normal Pulled 1s kubelet Container image \"registry.k8s.io/e2e-test-images/agnhost:2.40\" already present on machine\n Normal Created 1s kubelet Created container agnhost-primary\n Normal Started 0s kubelet Started container agnhost-primary\n" +Sep 16 19:31:45.807: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe rc agnhost-primary' +Sep 16 19:31:45.895: INFO: stderr: "" +Sep 16 19:31:45.895: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-9576\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: registry.k8s.io/e2e-test-images/agnhost:2.40\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 1s replication-controller Created pod: agnhost-primary-cgtmk\n" +Sep 16 19:31:45.895: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe service agnhost-primary' +Sep 16 19:31:45.997: INFO: stderr: "" +Sep 16 19:31:45.997: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-9576\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 10.43.255.21\nIPs: 10.43.255.21\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 10.42.0.137:6379\nSession Affinity: None\nEvents: \n" +Sep 16 19:31:46.001: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe node ip-172-31-14-177' +Sep 16 19:31:46.112: INFO: stderr: "" +Sep 16 19:31:46.112: INFO: stdout: "Name: ip-172-31-14-177\nRoles: \nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/instance-type=k3s\n beta.kubernetes.io/os=linux\n egress.k3s.io/cluster=true\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=ip-172-31-14-177\n kubernetes.io/os=linux\n node.kubernetes.io/instance-type=k3s\nAnnotations: flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"46:87:59:e7:de:3f\"}\n flannel.alpha.coreos.com/backend-type: vxlan\n flannel.alpha.coreos.com/kube-subnet-manager: true\n flannel.alpha.coreos.com/public-ip: 172.31.14.177\n k3s.io/external-ip: 18.219.94.116\n k3s.io/hostname: ip-172-31-14-177\n k3s.io/internal-ip: 172.31.14.177\n k3s.io/node-args:\n [\"agent\",\"--server\",\"https://18.189.178.195:6443\",\"--token\",\"********\",\"--protect-kernel-defaults\",\"true\",\"--kubelet-arg\",\"streaming-conne...\n k3s.io/node-config-hash: MQ3GVJZ4VOWIJQHPYYFHISNKSS2XKDRTPT57H53Q3HPXPCQ67Z7A====\n k3s.io/node-env: {\"K3S_DATA_DIR\":\"/var/lib/rancher/k3s/data/5793f70de32aabc988a4b2734c5dda8caa4439e45176b663b5e317f3e9a83609\"}\n node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Fri, 16 Sep 2022 19:00:42 +0000\nTaints: \nUnschedulable: false\nLease:\n HolderIdentity: ip-172-31-14-177\n AcquireTime: \n RenewTime: Fri, 16 Sep 2022 19:31:40 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n MemoryPressure False Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:42 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:42 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:42 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:52 +0000 KubeletReady kubelet is posting ready status. AppArmor enabled\nAddresses:\n InternalIP: 172.31.14.177\n ExternalIP: 18.219.94.116\n Hostname: ip-172-31-14-177\nCapacity:\n cpu: 2\n ephemeral-storage: 20937708Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3961848Ki\n pods: 110\n scheduling.k8s.io/foo: 5\nAllocatable:\n cpu: 2\n ephemeral-storage: 20368202327\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3961848Ki\n pods: 110\n scheduling.k8s.io/foo: 5\nSystem Info:\n Machine ID: ec2feefff65b2ec1bb7223618c48dad5\n System UUID: ec2feeff-f65b-2ec1-bb72-23618c48dad5\n Boot ID: e924b8fd-98ae-4e73-9b18-cf00cd2d03be\n Kernel Version: 5.14.21-150400.22-default\n OS Image: SUSE Linux Enterprise Server 15 SP4\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.8-k3s1\n Kubelet Version: v1.25.0+k3s1\n Kube-Proxy Version: v1.25.0+k3s1\nPodCIDR: 10.42.1.0/24\nPodCIDRs: 10.42.1.0/24\nProviderID: k3s://ip-172-31-14-177\nNon-terminated Pods: (6 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n job-973 suspend-false-to-true-rnhb4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9s\n job-973 suspend-false-to-true-z22tg 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9s\n kube-system svclb-traefik-2a818804-54xmb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 30m\n sonobuoy sonobuoy 0 (0%) 0 (0%) 0 (0%) 0 (0%) 21m\n sonobuoy sonobuoy-e2e-job-3fe23839449340dc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 21m\n sonobuoy sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 21m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 0 (0%) 0 (0%)\n memory 0 (0%) 0 (0%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\n scheduling.k8s.io/foo 0 0\nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal Starting 31m kube-proxy \n Normal Starting 31m kubelet Starting kubelet.\n Warning InvalidDiskCapacity 31m kubelet invalid capacity 0 on image filesystem\n Normal CIDRAssignmentFailed 31m cidrAllocator Node ip-172-31-14-177 status is now: CIDRAssignmentFailed\n Normal Synced 31m cloud-node-controller Node synced successfully\n Normal NodeHasSufficientMemory 31m (x2 over 31m) kubelet Node ip-172-31-14-177 status is now: NodeHasSufficientMemory\n Normal NodeHasNoDiskPressure 31m (x2 over 31m) kubelet Node ip-172-31-14-177 status is now: NodeHasNoDiskPressure\n Normal NodeHasSufficientPID 31m (x2 over 31m) kubelet Node ip-172-31-14-177 status is now: NodeHasSufficientPID\n Normal NodeAllocatableEnforced 31m kubelet Updated Node Allocatable limit across pods\n Normal RegisteredNode 31m node-controller Node ip-172-31-14-177 event: Registered Node ip-172-31-14-177 in Controller\n Normal NodeReady 30m kubelet Node ip-172-31-14-177 status is now: NodeReady\n" +Sep 16 19:31:46.113: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe namespace kubectl-9576' +Sep 16 19:31:46.221: INFO: stderr: "" +Sep 16 19:31:46.221: INFO: stdout: "Name: kubectl-9576\nLabels: e2e-framework=kubectl\n e2e-run=7dd2be77-bf86-45e0-8dc4-dbe73c4b97b0\n kubernetes.io/metadata.name=kubectl-9576\n pod-security.kubernetes.io/enforce=baseline\nAnnotations: \nStatus: Active\n\nNo resource quota.\n\nNo LimitRange resource.\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:31:46.221: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-9576" for this suite. 09/16/22 19:31:46.225 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods [Conformance]","completed":68,"skipped":1259,"failed":0} +------------------------------ +• [2.604 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl describe + test/e2e/kubectl/kubectl.go:1268 + should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:43.625 + Sep 16 19:31:43.625: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:31:43.626 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:43.637 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:43.641 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 + Sep 16 19:31:43.646: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 create -f -' + Sep 16 19:31:44.464: INFO: stderr: "" + Sep 16 19:31:44.464: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + Sep 16 19:31:44.465: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 create -f -' + Sep 16 19:31:44.714: INFO: stderr: "" + Sep 16 19:31:44.714: INFO: stdout: "service/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 09/16/22 19:31:44.714 + Sep 16 19:31:45.718: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 19:31:45.718: INFO: Found 1 / 1 + Sep 16 19:31:45.718: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Sep 16 19:31:45.721: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 19:31:45.721: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Sep 16 19:31:45.721: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe pod agnhost-primary-cgtmk' + Sep 16 19:31:45.806: INFO: stderr: "" + Sep 16 19:31:45.806: INFO: stdout: "Name: agnhost-primary-cgtmk\nNamespace: kubectl-9576\nPriority: 0\nService Account: default\nNode: ip-172-31-15-7/172.31.15.7\nStart Time: Fri, 16 Sep 2022 19:31:44 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 10.42.0.137\nIPs:\n IP: 10.42.0.137\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://594067fa87554d07a94d913a0806fcb0a0168b1f0c212cc7d1a171e0c2576e45\n Image: registry.k8s.io/e2e-test-images/agnhost:2.40\n Image ID: registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Fri, 16 Sep 2022 19:31:45 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-zzc4k (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-zzc4k:\n Type: Projected (a volume that contains injected data from multiple sources)\n TokenExpirationSeconds: 3607\n ConfigMapName: kube-root-ca.crt\n ConfigMapOptional: \n DownwardAPI: true\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 1s default-scheduler Successfully assigned kubectl-9576/agnhost-primary-cgtmk to ip-172-31-15-7\n Normal Pulled 1s kubelet Container image \"registry.k8s.io/e2e-test-images/agnhost:2.40\" already present on machine\n Normal Created 1s kubelet Created container agnhost-primary\n Normal Started 0s kubelet Started container agnhost-primary\n" + Sep 16 19:31:45.807: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe rc agnhost-primary' + Sep 16 19:31:45.895: INFO: stderr: "" + Sep 16 19:31:45.895: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-9576\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: registry.k8s.io/e2e-test-images/agnhost:2.40\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 1s replication-controller Created pod: agnhost-primary-cgtmk\n" + Sep 16 19:31:45.895: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe service agnhost-primary' + Sep 16 19:31:45.997: INFO: stderr: "" + Sep 16 19:31:45.997: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-9576\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 10.43.255.21\nIPs: 10.43.255.21\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 10.42.0.137:6379\nSession Affinity: None\nEvents: \n" + Sep 16 19:31:46.001: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe node ip-172-31-14-177' + Sep 16 19:31:46.112: INFO: stderr: "" + Sep 16 19:31:46.112: INFO: stdout: "Name: ip-172-31-14-177\nRoles: \nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/instance-type=k3s\n beta.kubernetes.io/os=linux\n egress.k3s.io/cluster=true\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=ip-172-31-14-177\n kubernetes.io/os=linux\n node.kubernetes.io/instance-type=k3s\nAnnotations: flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"46:87:59:e7:de:3f\"}\n flannel.alpha.coreos.com/backend-type: vxlan\n flannel.alpha.coreos.com/kube-subnet-manager: true\n flannel.alpha.coreos.com/public-ip: 172.31.14.177\n k3s.io/external-ip: 18.219.94.116\n k3s.io/hostname: ip-172-31-14-177\n k3s.io/internal-ip: 172.31.14.177\n k3s.io/node-args:\n [\"agent\",\"--server\",\"https://18.189.178.195:6443\",\"--token\",\"********\",\"--protect-kernel-defaults\",\"true\",\"--kubelet-arg\",\"streaming-conne...\n k3s.io/node-config-hash: MQ3GVJZ4VOWIJQHPYYFHISNKSS2XKDRTPT57H53Q3HPXPCQ67Z7A====\n k3s.io/node-env: {\"K3S_DATA_DIR\":\"/var/lib/rancher/k3s/data/5793f70de32aabc988a4b2734c5dda8caa4439e45176b663b5e317f3e9a83609\"}\n node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Fri, 16 Sep 2022 19:00:42 +0000\nTaints: \nUnschedulable: false\nLease:\n HolderIdentity: ip-172-31-14-177\n AcquireTime: \n RenewTime: Fri, 16 Sep 2022 19:31:40 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n MemoryPressure False Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:42 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:42 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:42 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Fri, 16 Sep 2022 19:29:21 +0000 Fri, 16 Sep 2022 19:00:52 +0000 KubeletReady kubelet is posting ready status. AppArmor enabled\nAddresses:\n InternalIP: 172.31.14.177\n ExternalIP: 18.219.94.116\n Hostname: ip-172-31-14-177\nCapacity:\n cpu: 2\n ephemeral-storage: 20937708Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3961848Ki\n pods: 110\n scheduling.k8s.io/foo: 5\nAllocatable:\n cpu: 2\n ephemeral-storage: 20368202327\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 3961848Ki\n pods: 110\n scheduling.k8s.io/foo: 5\nSystem Info:\n Machine ID: ec2feefff65b2ec1bb7223618c48dad5\n System UUID: ec2feeff-f65b-2ec1-bb72-23618c48dad5\n Boot ID: e924b8fd-98ae-4e73-9b18-cf00cd2d03be\n Kernel Version: 5.14.21-150400.22-default\n OS Image: SUSE Linux Enterprise Server 15 SP4\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.8-k3s1\n Kubelet Version: v1.25.0+k3s1\n Kube-Proxy Version: v1.25.0+k3s1\nPodCIDR: 10.42.1.0/24\nPodCIDRs: 10.42.1.0/24\nProviderID: k3s://ip-172-31-14-177\nNon-terminated Pods: (6 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n job-973 suspend-false-to-true-rnhb4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9s\n job-973 suspend-false-to-true-z22tg 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9s\n kube-system svclb-traefik-2a818804-54xmb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 30m\n sonobuoy sonobuoy 0 (0%) 0 (0%) 0 (0%) 0 (0%) 21m\n sonobuoy sonobuoy-e2e-job-3fe23839449340dc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 21m\n sonobuoy sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 21m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 0 (0%) 0 (0%)\n memory 0 (0%) 0 (0%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\n scheduling.k8s.io/foo 0 0\nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal Starting 31m kube-proxy \n Normal Starting 31m kubelet Starting kubelet.\n Warning InvalidDiskCapacity 31m kubelet invalid capacity 0 on image filesystem\n Normal CIDRAssignmentFailed 31m cidrAllocator Node ip-172-31-14-177 status is now: CIDRAssignmentFailed\n Normal Synced 31m cloud-node-controller Node synced successfully\n Normal NodeHasSufficientMemory 31m (x2 over 31m) kubelet Node ip-172-31-14-177 status is now: NodeHasSufficientMemory\n Normal NodeHasNoDiskPressure 31m (x2 over 31m) kubelet Node ip-172-31-14-177 status is now: NodeHasNoDiskPressure\n Normal NodeHasSufficientPID 31m (x2 over 31m) kubelet Node ip-172-31-14-177 status is now: NodeHasSufficientPID\n Normal NodeAllocatableEnforced 31m kubelet Updated Node Allocatable limit across pods\n Normal RegisteredNode 31m node-controller Node ip-172-31-14-177 event: Registered Node ip-172-31-14-177 in Controller\n Normal NodeReady 30m kubelet Node ip-172-31-14-177 status is now: NodeReady\n" + Sep 16 19:31:46.113: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-9576 describe namespace kubectl-9576' + Sep 16 19:31:46.221: INFO: stderr: "" + Sep 16 19:31:46.221: INFO: stdout: "Name: kubectl-9576\nLabels: e2e-framework=kubectl\n e2e-run=7dd2be77-bf86-45e0-8dc4-dbe73c4b97b0\n kubernetes.io/metadata.name=kubectl-9576\n pod-security.kubernetes.io/enforce=baseline\nAnnotations: \nStatus: Active\n\nNo resource quota.\n\nNo LimitRange resource.\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:31:46.221: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-9576" for this suite. 09/16/22 19:31:46.225 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Sysctls [LinuxOnly] [NodeConformance] + should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:46.232 +Sep 16 19:31:46.232: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sysctl 09/16/22 19:31:46.233 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:46.246 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:46.249 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 +[It] should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 +STEP: Creating a pod with the kernel.shm_rmid_forced sysctl 09/16/22 19:31:46.252 +STEP: Watching for error events or started pod 09/16/22 19:31:46.258 +STEP: Waiting for pod completion 09/16/22 19:31:48.262 +Sep 16 19:31:48.263: INFO: Waiting up to 3m0s for pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c" in namespace "sysctl-8086" to be "completed" +Sep 16 19:31:48.266: INFO: Pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c": Phase="Pending", Reason="", readiness=false. Elapsed: 3.365945ms +Sep 16 19:31:50.270: INFO: Pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 2.007065462s +Sep 16 19:31:50.270: INFO: Pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c" satisfied condition "completed" +STEP: Checking that the pod succeeded 09/16/22 19:31:50.273 +STEP: Getting logs from the pod 09/16/22 19:31:50.273 +STEP: Checking that the sysctl is actually updated 09/16/22 19:31:50.281 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 19:31:50.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sysctl-8086" for this suite. 09/16/22 19:31:50.285 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Sysctls [LinuxOnly] [NodeConformance] should support sysctls [MinimumKubeletVersion:1.21] [Conformance]","completed":69,"skipped":1269,"failed":0} +------------------------------ +• [4.058 seconds] +[sig-node] Sysctls [LinuxOnly] [NodeConformance] +test/e2e/common/node/framework.go:23 + should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:46.232 + Sep 16 19:31:46.232: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sysctl 09/16/22 19:31:46.233 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:46.246 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:46.249 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 + [It] should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 + STEP: Creating a pod with the kernel.shm_rmid_forced sysctl 09/16/22 19:31:46.252 + STEP: Watching for error events or started pod 09/16/22 19:31:46.258 + STEP: Waiting for pod completion 09/16/22 19:31:48.262 + Sep 16 19:31:48.263: INFO: Waiting up to 3m0s for pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c" in namespace "sysctl-8086" to be "completed" + Sep 16 19:31:48.266: INFO: Pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c": Phase="Pending", Reason="", readiness=false. Elapsed: 3.365945ms + Sep 16 19:31:50.270: INFO: Pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 2.007065462s + Sep 16 19:31:50.270: INFO: Pod "sysctl-3febd9a1-0955-4dc2-bfcf-b7bb6e5ec65c" satisfied condition "completed" + STEP: Checking that the pod succeeded 09/16/22 19:31:50.273 + STEP: Getting logs from the pod 09/16/22 19:31:50.273 + STEP: Checking that the sysctl is actually updated 09/16/22 19:31:50.281 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 19:31:50.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sysctl-8086" for this suite. 09/16/22 19:31:50.285 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] DisruptionController + should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:50.296 +Sep 16 19:31:50.297: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename disruption 09/16/22 19:31:50.298 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:50.313 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:50.317 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 +STEP: Waiting for the pdb to be processed 09/16/22 19:31:50.343 +STEP: Waiting for all pods to be running 09/16/22 19:31:52.367 +Sep 16 19:31:52.393: INFO: running pods: 0 < 3 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 16 19:31:54.411: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-9274" for this suite. 09/16/22 19:31:54.414 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] DisruptionController should observe PodDisruptionBudget status updated [Conformance]","completed":70,"skipped":1315,"failed":0} +------------------------------ +• [4.125 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:50.296 + Sep 16 19:31:50.297: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename disruption 09/16/22 19:31:50.298 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:50.313 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:50.317 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 + STEP: Waiting for the pdb to be processed 09/16/22 19:31:50.343 + STEP: Waiting for all pods to be running 09/16/22 19:31:52.367 + Sep 16 19:31:52.393: INFO: running pods: 0 < 3 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 16 19:31:54.411: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-9274" for this suite. 09/16/22 19:31:54.414 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:54.423 +Sep 16 19:31:54.423: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 19:31:54.426 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:54.448 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:54.458 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 +STEP: creating the pod 09/16/22 19:31:54.468 +STEP: submitting the pod to kubernetes 09/16/22 19:31:54.469 +Sep 16 19:31:54.479: INFO: Waiting up to 5m0s for pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" in namespace "pods-3134" to be "running and ready" +Sep 16 19:31:54.490: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1": Phase="Pending", Reason="", readiness=false. Elapsed: 10.465801ms +Sep 16 19:31:54.490: INFO: The phase of Pod pod-update-833ba090-052b-46c8-9999-530000790dc1 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:31:56.493: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1": Phase="Running", Reason="", readiness=true. Elapsed: 2.013957265s +Sep 16 19:31:56.493: INFO: The phase of Pod pod-update-833ba090-052b-46c8-9999-530000790dc1 is Running (Ready = true) +Sep 16 19:31:56.493: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 09/16/22 19:31:56.495 +STEP: updating the pod 09/16/22 19:31:56.498 +Sep 16 19:31:57.009: INFO: Successfully updated pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" +Sep 16 19:31:57.009: INFO: Waiting up to 5m0s for pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" in namespace "pods-3134" to be "running" +Sep 16 19:31:57.020: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1": Phase="Running", Reason="", readiness=true. Elapsed: 10.40322ms +Sep 16 19:31:57.020: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" satisfied condition "running" +STEP: verifying the updated pod is in kubernetes 09/16/22 19:31:57.02 +Sep 16 19:31:57.022: INFO: Pod update OK +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 19:31:57.023: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-3134" for this suite. 09/16/22 19:31:57.026 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should be updated [NodeConformance] [Conformance]","completed":71,"skipped":1318,"failed":0} +------------------------------ +• [2.607 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:54.423 + Sep 16 19:31:54.423: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 19:31:54.426 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:54.448 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:54.458 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 + STEP: creating the pod 09/16/22 19:31:54.468 + STEP: submitting the pod to kubernetes 09/16/22 19:31:54.469 + Sep 16 19:31:54.479: INFO: Waiting up to 5m0s for pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" in namespace "pods-3134" to be "running and ready" + Sep 16 19:31:54.490: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1": Phase="Pending", Reason="", readiness=false. Elapsed: 10.465801ms + Sep 16 19:31:54.490: INFO: The phase of Pod pod-update-833ba090-052b-46c8-9999-530000790dc1 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:31:56.493: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1": Phase="Running", Reason="", readiness=true. Elapsed: 2.013957265s + Sep 16 19:31:56.493: INFO: The phase of Pod pod-update-833ba090-052b-46c8-9999-530000790dc1 is Running (Ready = true) + Sep 16 19:31:56.493: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 09/16/22 19:31:56.495 + STEP: updating the pod 09/16/22 19:31:56.498 + Sep 16 19:31:57.009: INFO: Successfully updated pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" + Sep 16 19:31:57.009: INFO: Waiting up to 5m0s for pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" in namespace "pods-3134" to be "running" + Sep 16 19:31:57.020: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1": Phase="Running", Reason="", readiness=true. Elapsed: 10.40322ms + Sep 16 19:31:57.020: INFO: Pod "pod-update-833ba090-052b-46c8-9999-530000790dc1" satisfied condition "running" + STEP: verifying the updated pod is in kubernetes 09/16/22 19:31:57.02 + Sep 16 19:31:57.022: INFO: Pod update OK + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 19:31:57.023: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-3134" for this suite. 09/16/22 19:31:57.026 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Security Context + should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:31:57.031 +Sep 16 19:31:57.031: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename security-context 09/16/22 19:31:57.033 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:57.044 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:57.049 +[It] should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 +STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/16/22 19:31:57.053 +Sep 16 19:31:57.061: INFO: Waiting up to 5m0s for pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712" in namespace "security-context-5166" to be "Succeeded or Failed" +Sep 16 19:31:57.068: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712": Phase="Pending", Reason="", readiness=false. Elapsed: 7.008705ms +Sep 16 19:31:59.073: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011523165s +Sep 16 19:32:01.071: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010341282s +STEP: Saw pod success 09/16/22 19:32:01.071 +Sep 16 19:32:01.072: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712" satisfied condition "Succeeded or Failed" +Sep 16 19:32:01.074: INFO: Trying to get logs from node ip-172-31-15-7 pod security-context-35cd710a-caa7-4004-9aff-1cbf770a2712 container test-container: +STEP: delete the pod 09/16/22 19:32:01.077 +Sep 16 19:32:01.089: INFO: Waiting for pod security-context-35cd710a-caa7-4004-9aff-1cbf770a2712 to disappear +Sep 16 19:32:01.092: INFO: Pod security-context-35cd710a-caa7-4004-9aff-1cbf770a2712 no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 16 19:32:01.093: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-5166" for this suite. 09/16/22 19:32:01.096 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Security Context should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance]","completed":72,"skipped":1318,"failed":0} +------------------------------ +• [4.072 seconds] +[sig-node] Security Context +test/e2e/node/framework.go:23 + should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:31:57.031 + Sep 16 19:31:57.031: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename security-context 09/16/22 19:31:57.033 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:31:57.044 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:31:57.049 + [It] should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 + STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/16/22 19:31:57.053 + Sep 16 19:31:57.061: INFO: Waiting up to 5m0s for pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712" in namespace "security-context-5166" to be "Succeeded or Failed" + Sep 16 19:31:57.068: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712": Phase="Pending", Reason="", readiness=false. Elapsed: 7.008705ms + Sep 16 19:31:59.073: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011523165s + Sep 16 19:32:01.071: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010341282s + STEP: Saw pod success 09/16/22 19:32:01.071 + Sep 16 19:32:01.072: INFO: Pod "security-context-35cd710a-caa7-4004-9aff-1cbf770a2712" satisfied condition "Succeeded or Failed" + Sep 16 19:32:01.074: INFO: Trying to get logs from node ip-172-31-15-7 pod security-context-35cd710a-caa7-4004-9aff-1cbf770a2712 container test-container: + STEP: delete the pod 09/16/22 19:32:01.077 + Sep 16 19:32:01.089: INFO: Waiting for pod security-context-35cd710a-caa7-4004-9aff-1cbf770a2712 to disappear + Sep 16 19:32:01.092: INFO: Pod security-context-35cd710a-caa7-4004-9aff-1cbf770a2712 no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 16 19:32:01.093: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-5166" for this suite. 09/16/22 19:32:01.096 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:87 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:32:01.109 +Sep 16 19:32:01.109: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:32:01.111 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:01.127 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:01.131 +[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:87 +STEP: Creating projection with secret that has name projected-secret-test-map-33b3e41a-c7d4-456a-a27a-eb174405c15b 09/16/22 19:32:01.135 +STEP: Creating a pod to test consume secrets 09/16/22 19:32:01.141 +Sep 16 19:32:01.148: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f" in namespace "projected-7593" to be "Succeeded or Failed" +Sep 16 19:32:01.156: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f": Phase="Pending", Reason="", readiness=false. Elapsed: 7.995981ms +Sep 16 19:32:03.167: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019452248s +Sep 16 19:32:05.162: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014547075s +STEP: Saw pod success 09/16/22 19:32:05.162 +Sep 16 19:32:05.163: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f" satisfied condition "Succeeded or Failed" +Sep 16 19:32:05.166: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f container projected-secret-volume-test: +STEP: delete the pod 09/16/22 19:32:05.172 +Sep 16 19:32:05.181: INFO: Waiting for pod pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f to disappear +Sep 16 19:32:05.189: INFO: Pod pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 19:32:05.189: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7593" for this suite. 09/16/22 19:32:05.197 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":73,"skipped":1332,"failed":0} +------------------------------ +• [4.096 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:87 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:32:01.109 + Sep 16 19:32:01.109: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:32:01.111 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:01.127 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:01.131 + [It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:87 + STEP: Creating projection with secret that has name projected-secret-test-map-33b3e41a-c7d4-456a-a27a-eb174405c15b 09/16/22 19:32:01.135 + STEP: Creating a pod to test consume secrets 09/16/22 19:32:01.141 + Sep 16 19:32:01.148: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f" in namespace "projected-7593" to be "Succeeded or Failed" + Sep 16 19:32:01.156: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f": Phase="Pending", Reason="", readiness=false. Elapsed: 7.995981ms + Sep 16 19:32:03.167: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019452248s + Sep 16 19:32:05.162: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014547075s + STEP: Saw pod success 09/16/22 19:32:05.162 + Sep 16 19:32:05.163: INFO: Pod "pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f" satisfied condition "Succeeded or Failed" + Sep 16 19:32:05.166: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f container projected-secret-volume-test: + STEP: delete the pod 09/16/22 19:32:05.172 + Sep 16 19:32:05.181: INFO: Waiting for pod pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f to disappear + Sep 16 19:32:05.189: INFO: Pod pod-projected-secrets-02aa6cba-855d-4dde-8077-922017c73c0f no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 19:32:05.189: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7593" for this suite. 09/16/22 19:32:05.197 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition + listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:32:05.206 +Sep 16 19:32:05.206: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 19:32:05.207 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:05.219 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:05.223 +[It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 +Sep 16 19:32:05.227: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:32:11.534: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-6089" for this suite. 09/16/22 19:32:11.537 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works [Conformance]","completed":74,"skipped":1339,"failed":0} +------------------------------ +• [SLOW TEST] [6.337 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + Simple CustomResourceDefinition + test/e2e/apimachinery/custom_resource_definition.go:50 + listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:32:05.206 + Sep 16 19:32:05.206: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 19:32:05.207 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:05.219 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:05.223 + [It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 + Sep 16 19:32:05.227: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:32:11.534: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-6089" for this suite. 09/16/22 19:32:11.537 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:32:11.545 +Sep 16 19:32:11.545: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:32:11.547 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:11.609 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:11.618 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:32:11.622 +Sep 16 19:32:11.632: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77" in namespace "projected-139" to be "Succeeded or Failed" +Sep 16 19:32:11.640: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77": Phase="Pending", Reason="", readiness=false. Elapsed: 7.478113ms +Sep 16 19:32:13.645: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012672516s +Sep 16 19:32:15.644: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011744119s +STEP: Saw pod success 09/16/22 19:32:15.644 +Sep 16 19:32:15.644: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77" satisfied condition "Succeeded or Failed" +Sep 16 19:32:15.647: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77 container client-container: +STEP: delete the pod 09/16/22 19:32:15.653 +Sep 16 19:32:15.664: INFO: Waiting for pod downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77 to disappear +Sep 16 19:32:15.671: INFO: Pod downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 19:32:15.671: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-139" for this suite. 09/16/22 19:32:15.675 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]","completed":75,"skipped":1345,"failed":0} +------------------------------ +• [4.136 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:32:11.545 + Sep 16 19:32:11.545: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:32:11.547 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:11.609 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:11.618 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:32:11.622 + Sep 16 19:32:11.632: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77" in namespace "projected-139" to be "Succeeded or Failed" + Sep 16 19:32:11.640: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77": Phase="Pending", Reason="", readiness=false. Elapsed: 7.478113ms + Sep 16 19:32:13.645: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012672516s + Sep 16 19:32:15.644: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011744119s + STEP: Saw pod success 09/16/22 19:32:15.644 + Sep 16 19:32:15.644: INFO: Pod "downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77" satisfied condition "Succeeded or Failed" + Sep 16 19:32:15.647: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77 container client-container: + STEP: delete the pod 09/16/22 19:32:15.653 + Sep 16 19:32:15.664: INFO: Waiting for pod downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77 to disappear + Sep 16 19:32:15.671: INFO: Pod downwardapi-volume-8552c28f-f25f-4381-99fe-1ee5f44e4a77 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 19:32:15.671: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-139" for this suite. 09/16/22 19:32:15.675 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:32:15.682 +Sep 16 19:32:15.682: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 19:32:15.683 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:15.745 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:15.75 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 +STEP: creating a Pod with a static label 09/16/22 19:32:15.76 +STEP: watching for Pod to be ready 09/16/22 19:32:15.769 +Sep 16 19:32:15.771: INFO: observed Pod pod-test in namespace pods-5061 in phase Pending with labels: map[test-pod-static:true] & conditions [] +Sep 16 19:32:15.776: INFO: observed Pod pod-test in namespace pods-5061 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC }] +Sep 16 19:32:15.790: INFO: observed Pod pod-test in namespace pods-5061 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC }] +Sep 16 19:32:17.105: INFO: Found Pod pod-test in namespace pods-5061 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:17 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:17 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC }] +STEP: patching the Pod with a new Label and updated data 09/16/22 19:32:17.113 +STEP: getting the Pod and ensuring that it's patched 09/16/22 19:32:17.133 +STEP: replacing the Pod's status Ready condition to False 09/16/22 19:32:17.138 +STEP: check the Pod again to ensure its Ready conditions are False 09/16/22 19:32:17.163 +STEP: deleting the Pod via a Collection with a LabelSelector 09/16/22 19:32:17.163 +STEP: watching for the Pod to be deleted 09/16/22 19:32:17.175 +Sep 16 19:32:17.177: INFO: observed event type MODIFIED +Sep 16 19:32:19.117: INFO: observed event type MODIFIED +Sep 16 19:32:20.115: INFO: observed event type MODIFIED +Sep 16 19:32:20.130: INFO: observed event type MODIFIED +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 19:32:20.143: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-5061" for this suite. 09/16/22 19:32:20.146 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]","completed":76,"skipped":1353,"failed":0} +------------------------------ +• [4.479 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:32:15.682 + Sep 16 19:32:15.682: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 19:32:15.683 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:15.745 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:15.75 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 + STEP: creating a Pod with a static label 09/16/22 19:32:15.76 + STEP: watching for Pod to be ready 09/16/22 19:32:15.769 + Sep 16 19:32:15.771: INFO: observed Pod pod-test in namespace pods-5061 in phase Pending with labels: map[test-pod-static:true] & conditions [] + Sep 16 19:32:15.776: INFO: observed Pod pod-test in namespace pods-5061 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC }] + Sep 16 19:32:15.790: INFO: observed Pod pod-test in namespace pods-5061 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC }] + Sep 16 19:32:17.105: INFO: Found Pod pod-test in namespace pods-5061 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:17 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:17 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:32:15 +0000 UTC }] + STEP: patching the Pod with a new Label and updated data 09/16/22 19:32:17.113 + STEP: getting the Pod and ensuring that it's patched 09/16/22 19:32:17.133 + STEP: replacing the Pod's status Ready condition to False 09/16/22 19:32:17.138 + STEP: check the Pod again to ensure its Ready conditions are False 09/16/22 19:32:17.163 + STEP: deleting the Pod via a Collection with a LabelSelector 09/16/22 19:32:17.163 + STEP: watching for the Pod to be deleted 09/16/22 19:32:17.175 + Sep 16 19:32:17.177: INFO: observed event type MODIFIED + Sep 16 19:32:19.117: INFO: observed event type MODIFIED + Sep 16 19:32:20.115: INFO: observed event type MODIFIED + Sep 16 19:32:20.130: INFO: observed event type MODIFIED + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 19:32:20.143: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-5061" for this suite. 09/16/22 19:32:20.146 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:32:20.162 +Sep 16 19:32:20.162: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:32:20.163 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:20.202 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:20.211 +[It] works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 +STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation 09/16/22 19:32:20.217 +Sep 16 19:32:20.218: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 09/16/22 19:32:35.473 +Sep 16 19:32:35.474: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:32:38.251: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:32:52.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-9480" for this suite. 09/16/22 19:32:52.281 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance]","completed":77,"skipped":1365,"failed":0} +------------------------------ +• [SLOW TEST] [32.127 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:32:20.162 + Sep 16 19:32:20.162: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:32:20.163 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:20.202 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:20.211 + [It] works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 + STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation 09/16/22 19:32:20.217 + Sep 16 19:32:20.218: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 09/16/22 19:32:35.473 + Sep 16 19:32:35.474: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:32:38.251: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:32:52.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-9480" for this suite. 09/16/22 19:32:52.281 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:32:52.29 +Sep 16 19:32:52.290: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 19:32:52.291 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:52.31 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:52.314 +[It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +STEP: Creating a test headless service 09/16/22 19:32:52.318 +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-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-160.svc.cluster.local;sleep 1; done + 09/16/22 19:32:52.324 +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-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-160.svc.cluster.local;sleep 1; done + 09/16/22 19:32:52.324 +STEP: creating a pod to probe DNS 09/16/22 19:32:52.324 +STEP: submitting the pod to kubernetes 09/16/22 19:32:52.324 +Sep 16 19:32:52.358: INFO: Waiting up to 15m0s for pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433" in namespace "dns-160" to be "running" +Sep 16 19:32:52.361: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 3.571448ms +Sep 16 19:32:54.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008449841s +Sep 16 19:32:56.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008198511s +Sep 16 19:32:58.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007823058s +Sep 16 19:33:00.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008425551s +Sep 16 19:33:02.365: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Running", Reason="", readiness=true. Elapsed: 10.00747288s +Sep 16 19:33:02.365: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433" satisfied condition "running" +STEP: retrieving the pod 09/16/22 19:33:02.365 +STEP: looking for the results for each expected name from probers 09/16/22 19:33:02.368 +Sep 16 19:33:02.374: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.377: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.379: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.382: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.384: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.386: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.390: INFO: Unable to read jessie_udp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.393: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) +Sep 16 19:33:02.393: INFO: Lookups using dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local wheezy_udp@dns-test-service-2.dns-160.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-160.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local jessie_udp@dns-test-service-2.dns-160.svc.cluster.local jessie_tcp@dns-test-service-2.dns-160.svc.cluster.local] + +Sep 16 19:33:07.424: INFO: DNS probes using dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433 succeeded + +STEP: deleting the pod 09/16/22 19:33:07.424 +STEP: deleting the test headless service 09/16/22 19:33:07.446 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 19:33:07.507: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-160" for this suite. 09/16/22 19:33:07.514 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]","completed":78,"skipped":1369,"failed":0} +------------------------------ +• [SLOW TEST] [15.230 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:32:52.29 + Sep 16 19:32:52.290: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 19:32:52.291 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:32:52.31 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:32:52.314 + [It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 + STEP: Creating a test headless service 09/16/22 19:32:52.318 + 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-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-160.svc.cluster.local;sleep 1; done + 09/16/22 19:32:52.324 + 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-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-160.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-160.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-160.svc.cluster.local;sleep 1; done + 09/16/22 19:32:52.324 + STEP: creating a pod to probe DNS 09/16/22 19:32:52.324 + STEP: submitting the pod to kubernetes 09/16/22 19:32:52.324 + Sep 16 19:32:52.358: INFO: Waiting up to 15m0s for pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433" in namespace "dns-160" to be "running" + Sep 16 19:32:52.361: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 3.571448ms + Sep 16 19:32:54.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008449841s + Sep 16 19:32:56.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008198511s + Sep 16 19:32:58.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007823058s + Sep 16 19:33:00.366: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Pending", Reason="", readiness=false. Elapsed: 8.008425551s + Sep 16 19:33:02.365: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433": Phase="Running", Reason="", readiness=true. Elapsed: 10.00747288s + Sep 16 19:33:02.365: INFO: Pod "dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433" satisfied condition "running" + STEP: retrieving the pod 09/16/22 19:33:02.365 + STEP: looking for the results for each expected name from probers 09/16/22 19:33:02.368 + Sep 16 19:33:02.374: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.377: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.379: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.382: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.384: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.386: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.390: INFO: Unable to read jessie_udp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.393: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-160.svc.cluster.local from pod dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433: the server could not find the requested resource (get pods dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433) + Sep 16 19:33:02.393: INFO: Lookups using dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local wheezy_udp@dns-test-service-2.dns-160.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-160.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-160.svc.cluster.local jessie_udp@dns-test-service-2.dns-160.svc.cluster.local jessie_tcp@dns-test-service-2.dns-160.svc.cluster.local] + + Sep 16 19:33:07.424: INFO: DNS probes using dns-160/dns-test-8ff9926e-7cfb-42e5-b8dc-4866dc6f4433 succeeded + + STEP: deleting the pod 09/16/22 19:33:07.424 + STEP: deleting the test headless service 09/16/22 19:33:07.446 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 19:33:07.507: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-160" for this suite. 09/16/22 19:33:07.514 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] ConfigMap + should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:07.527 +Sep 16 19:33:07.528: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:33:07.529 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:07.544 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:07.549 +[It] should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 +STEP: Creating configMap that has name configmap-test-emptyKey-c2f0500e-5735-4ef5-9c2b-fe7eedf857d5 09/16/22 19:33:07.555 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:33:07.558: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5938" for this suite. 09/16/22 19:33:07.561 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]","completed":79,"skipped":1396,"failed":0} +------------------------------ +• [0.038 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:07.527 + Sep 16 19:33:07.528: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:33:07.529 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:07.544 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:07.549 + [It] should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 + STEP: Creating configMap that has name configmap-test-emptyKey-c2f0500e-5735-4ef5-9c2b-fe7eedf857d5 09/16/22 19:33:07.555 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:33:07.558: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5938" for this suite. 09/16/22 19:33:07.561 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:07.566 +Sep 16 19:33:07.567: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:33:07.568 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:07.593 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:07.596 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 +STEP: Creating configMap with name configmap-test-volume-map-d3db1a89-6eee-4599-acc5-4f917c74e613 09/16/22 19:33:07.599 +STEP: Creating a pod to test consume configMaps 09/16/22 19:33:07.602 +Sep 16 19:33:07.609: INFO: Waiting up to 5m0s for pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91" in namespace "configmap-2945" to be "Succeeded or Failed" +Sep 16 19:33:07.618: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Pending", Reason="", readiness=false. Elapsed: 9.125ms +Sep 16 19:33:09.622: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012929486s +Sep 16 19:33:11.623: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Running", Reason="", readiness=true. Elapsed: 4.013922495s +Sep 16 19:33:13.622: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Running", Reason="", readiness=true. Elapsed: 6.013724166s +Sep 16 19:33:15.621: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Running", Reason="", readiness=false. Elapsed: 8.01256542s +Sep 16 19:33:17.623: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Succeeded", Reason="", readiness=false. Elapsed: 10.014467065s +STEP: Saw pod success 09/16/22 19:33:17.623 +Sep 16 19:33:17.623: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91" satisfied condition "Succeeded or Failed" +Sep 16 19:33:17.625: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91 container agnhost-container: +STEP: delete the pod 09/16/22 19:33:17.63 +Sep 16 19:33:17.637: INFO: Waiting for pod pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91 to disappear +Sep 16 19:33:17.643: INFO: Pod pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:33:17.643: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-2945" for this suite. 09/16/22 19:33:17.647 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":80,"skipped":1398,"failed":0} +------------------------------ +• [SLOW TEST] [10.086 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:07.566 + Sep 16 19:33:07.567: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:33:07.568 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:07.593 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:07.596 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 + STEP: Creating configMap with name configmap-test-volume-map-d3db1a89-6eee-4599-acc5-4f917c74e613 09/16/22 19:33:07.599 + STEP: Creating a pod to test consume configMaps 09/16/22 19:33:07.602 + Sep 16 19:33:07.609: INFO: Waiting up to 5m0s for pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91" in namespace "configmap-2945" to be "Succeeded or Failed" + Sep 16 19:33:07.618: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Pending", Reason="", readiness=false. Elapsed: 9.125ms + Sep 16 19:33:09.622: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012929486s + Sep 16 19:33:11.623: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Running", Reason="", readiness=true. Elapsed: 4.013922495s + Sep 16 19:33:13.622: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Running", Reason="", readiness=true. Elapsed: 6.013724166s + Sep 16 19:33:15.621: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Running", Reason="", readiness=false. Elapsed: 8.01256542s + Sep 16 19:33:17.623: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91": Phase="Succeeded", Reason="", readiness=false. Elapsed: 10.014467065s + STEP: Saw pod success 09/16/22 19:33:17.623 + Sep 16 19:33:17.623: INFO: Pod "pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91" satisfied condition "Succeeded or Failed" + Sep 16 19:33:17.625: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91 container agnhost-container: + STEP: delete the pod 09/16/22 19:33:17.63 + Sep 16 19:33:17.637: INFO: Waiting for pod pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91 to disappear + Sep 16 19:33:17.643: INFO: Pod pod-configmaps-7165320e-fe7e-48af-b60c-299de7b9bc91 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:33:17.643: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-2945" for this suite. 09/16/22 19:33:17.647 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] RuntimeClass + should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:17.66 +Sep 16 19:33:17.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename runtimeclass 09/16/22 19:33:17.661 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:17.678 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:17.693 +[It] should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 16 19:33:17.718: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-8976" for this suite. 09/16/22 19:33:17.728 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] RuntimeClass should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance]","completed":81,"skipped":1405,"failed":0} +------------------------------ +• [0.075 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:17.66 + Sep 16 19:33:17.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename runtimeclass 09/16/22 19:33:17.661 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:17.678 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:17.693 + [It] should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 16 19:33:17.718: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-8976" for this suite. 09/16/22 19:33:17.728 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl patch + should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:17.736 +Sep 16 19:33:17.736: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:33:17.741 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:17.767 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:17.779 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 +STEP: creating Agnhost RC 09/16/22 19:33:17.783 +Sep 16 19:33:17.783: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-358 create -f -' +Sep 16 19:33:18.529: INFO: stderr: "" +Sep 16 19:33:18.529: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 09/16/22 19:33:18.529 +Sep 16 19:33:19.533: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 19:33:19.533: INFO: Found 0 / 1 +Sep 16 19:33:20.533: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 19:33:20.533: INFO: Found 1 / 1 +Sep 16 19:33:20.533: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +STEP: patching all pods 09/16/22 19:33:20.533 +Sep 16 19:33:20.536: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 19:33:20.536: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Sep 16 19:33:20.536: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-358 patch pod agnhost-primary-fsp8r -p {"metadata":{"annotations":{"x":"y"}}}' +Sep 16 19:33:20.664: INFO: stderr: "" +Sep 16 19:33:20.664: INFO: stdout: "pod/agnhost-primary-fsp8r patched\n" +STEP: checking annotations 09/16/22 19:33:20.664 +Sep 16 19:33:20.666: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 19:33:20.666: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:33:20.666: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-358" for this suite. 09/16/22 19:33:20.67 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc [Conformance]","completed":82,"skipped":1413,"failed":0} +------------------------------ +• [2.942 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl patch + test/e2e/kubectl/kubectl.go:1644 + should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:17.736 + Sep 16 19:33:17.736: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:33:17.741 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:17.767 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:17.779 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 + STEP: creating Agnhost RC 09/16/22 19:33:17.783 + Sep 16 19:33:17.783: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-358 create -f -' + Sep 16 19:33:18.529: INFO: stderr: "" + Sep 16 19:33:18.529: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 09/16/22 19:33:18.529 + Sep 16 19:33:19.533: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 19:33:19.533: INFO: Found 0 / 1 + Sep 16 19:33:20.533: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 19:33:20.533: INFO: Found 1 / 1 + Sep 16 19:33:20.533: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + STEP: patching all pods 09/16/22 19:33:20.533 + Sep 16 19:33:20.536: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 19:33:20.536: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Sep 16 19:33:20.536: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-358 patch pod agnhost-primary-fsp8r -p {"metadata":{"annotations":{"x":"y"}}}' + Sep 16 19:33:20.664: INFO: stderr: "" + Sep 16 19:33:20.664: INFO: stdout: "pod/agnhost-primary-fsp8r patched\n" + STEP: checking annotations 09/16/22 19:33:20.664 + Sep 16 19:33:20.666: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 19:33:20.666: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:33:20.666: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-358" for this suite. 09/16/22 19:33:20.67 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:20.683 +Sep 16 19:33:20.683: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:33:20.684 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:20.701 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:20.705 +[It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 +Sep 16 19:33:20.711: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 09/16/22 19:33:24.717 +Sep 16 19:33:24.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' +Sep 16 19:33:25.565: INFO: stderr: "" +Sep 16 19:33:25.566: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Sep 16 19:33:25.566: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 delete e2e-test-crd-publish-openapi-7377-crds test-foo' +Sep 16 19:33:25.644: INFO: stderr: "" +Sep 16 19:33:25.644: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" +Sep 16 19:33:25.644: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 apply -f -' +Sep 16 19:33:25.879: INFO: stderr: "" +Sep 16 19:33:25.879: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Sep 16 19:33:25.879: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 delete e2e-test-crd-publish-openapi-7377-crds test-foo' +Sep 16 19:33:25.982: INFO: stderr: "" +Sep 16 19:33:25.982: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" +STEP: kubectl validation (kubectl create and apply) rejects request with value outside defined enum values 09/16/22 19:33:25.982 +Sep 16 19:33:25.982: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' +Sep 16 19:33:26.387: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 09/16/22 19:33:26.387 +Sep 16 19:33:26.387: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' +Sep 16 19:33:26.698: INFO: rc: 1 +Sep 16 19:33:26.698: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 apply -f -' +Sep 16 19:33:26.968: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request without required properties 09/16/22 19:33:26.968 +Sep 16 19:33:26.968: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' +Sep 16 19:33:27.162: INFO: rc: 1 +Sep 16 19:33:27.163: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 apply -f -' +Sep 16 19:33:27.803: INFO: rc: 1 +STEP: kubectl explain works to explain CR properties 09/16/22 19:33:27.803 +Sep 16 19:33:27.803: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds' +Sep 16 19:33:28.011: INFO: stderr: "" +Sep 16 19:33:28.011: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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 09/16/22 19:33:28.011 +Sep 16 19:33:28.011: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.metadata' +Sep 16 19:33:28.223: INFO: stderr: "" +Sep 16 19:33:28.223: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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 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 return a 409.\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 which 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 Deprecated: selfLink is a legacy read-only field that is no longer\n populated by the system.\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" +Sep 16 19:33:28.224: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.spec' +Sep 16 19:33:28.424: INFO: stderr: "" +Sep 16 19:33:28.424: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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" +Sep 16 19:33:28.425: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.spec.bars' +Sep 16 19:33:28.616: INFO: stderr: "" +Sep 16 19:33:28.616: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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 feeling\t\n Whether Bar is feeling great.\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 09/16/22 19:33:28.617 +Sep 16 19:33:28.617: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.spec.bars2' +Sep 16 19:33:28.798: INFO: rc: 1 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:33:31.641: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-3412" for this suite. 09/16/22 19:33:31.647 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance]","completed":83,"skipped":1421,"failed":0} +------------------------------ +• [SLOW TEST] [10.968 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:20.683 + Sep 16 19:33:20.683: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:33:20.684 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:20.701 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:20.705 + [It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 + Sep 16 19:33:20.711: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 09/16/22 19:33:24.717 + Sep 16 19:33:24.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' + Sep 16 19:33:25.565: INFO: stderr: "" + Sep 16 19:33:25.566: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Sep 16 19:33:25.566: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 delete e2e-test-crd-publish-openapi-7377-crds test-foo' + Sep 16 19:33:25.644: INFO: stderr: "" + Sep 16 19:33:25.644: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" + Sep 16 19:33:25.644: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 apply -f -' + Sep 16 19:33:25.879: INFO: stderr: "" + Sep 16 19:33:25.879: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Sep 16 19:33:25.879: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 delete e2e-test-crd-publish-openapi-7377-crds test-foo' + Sep 16 19:33:25.982: INFO: stderr: "" + Sep 16 19:33:25.982: INFO: stdout: "e2e-test-crd-publish-openapi-7377-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" + STEP: kubectl validation (kubectl create and apply) rejects request with value outside defined enum values 09/16/22 19:33:25.982 + Sep 16 19:33:25.982: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' + Sep 16 19:33:26.387: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 09/16/22 19:33:26.387 + Sep 16 19:33:26.387: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' + Sep 16 19:33:26.698: INFO: rc: 1 + Sep 16 19:33:26.698: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 apply -f -' + Sep 16 19:33:26.968: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request without required properties 09/16/22 19:33:26.968 + Sep 16 19:33:26.968: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 create -f -' + Sep 16 19:33:27.162: INFO: rc: 1 + Sep 16 19:33:27.163: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 --namespace=crd-publish-openapi-3412 apply -f -' + Sep 16 19:33:27.803: INFO: rc: 1 + STEP: kubectl explain works to explain CR properties 09/16/22 19:33:27.803 + Sep 16 19:33:27.803: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds' + Sep 16 19:33:28.011: INFO: stderr: "" + Sep 16 19:33:28.011: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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 09/16/22 19:33:28.011 + Sep 16 19:33:28.011: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.metadata' + Sep 16 19:33:28.223: INFO: stderr: "" + Sep 16 19:33:28.223: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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 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 return a 409.\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 which 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 Deprecated: selfLink is a legacy read-only field that is no longer\n populated by the system.\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" + Sep 16 19:33:28.224: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.spec' + Sep 16 19:33:28.424: INFO: stderr: "" + Sep 16 19:33:28.424: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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" + Sep 16 19:33:28.425: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.spec.bars' + Sep 16 19:33:28.616: INFO: stderr: "" + Sep 16 19:33:28.616: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7377-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 feeling\t\n Whether Bar is feeling great.\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 09/16/22 19:33:28.617 + Sep 16 19:33:28.617: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-3412 explain e2e-test-crd-publish-openapi-7377-crds.spec.bars2' + Sep 16 19:33:28.798: INFO: rc: 1 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:33:31.641: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-3412" for this suite. 09/16/22 19:33:31.647 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Downward API + should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:165 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:31.653 +Sep 16 19:33:31.653: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 19:33:31.654 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:31.67 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:31.674 +[It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:165 +STEP: Creating a pod to test downward api env vars 09/16/22 19:33:31.679 +Sep 16 19:33:31.687: INFO: Waiting up to 5m0s for pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca" in namespace "downward-api-3027" to be "Succeeded or Failed" +Sep 16 19:33:31.694: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca": Phase="Pending", Reason="", readiness=false. Elapsed: 7.438562ms +Sep 16 19:33:33.697: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca": Phase="Running", Reason="", readiness=false. Elapsed: 2.010564056s +Sep 16 19:33:35.698: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011055378s +STEP: Saw pod success 09/16/22 19:33:35.698 +Sep 16 19:33:35.698: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca" satisfied condition "Succeeded or Failed" +Sep 16 19:33:35.701: INFO: Trying to get logs from node ip-172-31-14-177 pod downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca container dapi-container: +STEP: delete the pod 09/16/22 19:33:35.706 +Sep 16 19:33:35.714: INFO: Waiting for pod downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca to disappear +Sep 16 19:33:35.718: INFO: Pod downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 16 19:33:35.718: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3027" for this suite. 09/16/22 19:33:35.724 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]","completed":84,"skipped":1446,"failed":0} +------------------------------ +• [4.076 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:31.653 + Sep 16 19:33:31.653: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 19:33:31.654 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:31.67 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:31.674 + [It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:165 + STEP: Creating a pod to test downward api env vars 09/16/22 19:33:31.679 + Sep 16 19:33:31.687: INFO: Waiting up to 5m0s for pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca" in namespace "downward-api-3027" to be "Succeeded or Failed" + Sep 16 19:33:31.694: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca": Phase="Pending", Reason="", readiness=false. Elapsed: 7.438562ms + Sep 16 19:33:33.697: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca": Phase="Running", Reason="", readiness=false. Elapsed: 2.010564056s + Sep 16 19:33:35.698: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011055378s + STEP: Saw pod success 09/16/22 19:33:35.698 + Sep 16 19:33:35.698: INFO: Pod "downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca" satisfied condition "Succeeded or Failed" + Sep 16 19:33:35.701: INFO: Trying to get logs from node ip-172-31-14-177 pod downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca container dapi-container: + STEP: delete the pod 09/16/22 19:33:35.706 + Sep 16 19:33:35.714: INFO: Waiting for pod downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca to disappear + Sep 16 19:33:35.718: INFO: Pod downward-api-f3115ed9-9fa7-4c01-9a36-204893a9e0ca no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 16 19:33:35.718: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3027" for this suite. 09/16/22 19:33:35.724 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should provide secure master service [Conformance] + test/e2e/network/service.go:781 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:35.734 +Sep 16 19:33:35.734: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:33:35.735 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:35.747 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:35.75 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should provide secure master service [Conformance] + test/e2e/network/service.go:781 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:33:35.758: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-5233" for this suite. 09/16/22 19:33:35.762 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should provide secure master service [Conformance]","completed":85,"skipped":1484,"failed":0} +------------------------------ +• [0.038 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should provide secure master service [Conformance] + test/e2e/network/service.go:781 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:35.734 + Sep 16 19:33:35.734: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:33:35.735 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:35.747 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:35.75 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should provide secure master service [Conformance] + test/e2e/network/service.go:781 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:33:35.758: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-5233" for this suite. 09/16/22 19:33:35.762 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:35.777 +Sep 16 19:33:35.777: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:33:35.778 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:35.79 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:35.793 +[It] works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 +STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation 09/16/22 19:33:35.799 +Sep 16 19:33:35.799: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:33:38.542: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:33:52.474: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-9380" for this suite. 09/16/22 19:33:52.482 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance]","completed":86,"skipped":1511,"failed":0} +------------------------------ +• [SLOW TEST] [16.712 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:35.777 + Sep 16 19:33:35.777: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 19:33:35.778 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:35.79 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:35.793 + [It] works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 + STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation 09/16/22 19:33:35.799 + Sep 16 19:33:35.799: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:33:38.542: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:33:52.474: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-9380" for this suite. 09/16/22 19:33:52.482 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Watchers + should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:33:52.49 +Sep 16 19:33:52.491: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename watch 09/16/22 19:33:52.492 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:52.514 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:52.518 +[It] should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 +STEP: creating a watch on configmaps with a certain label 09/16/22 19:33:52.523 +STEP: creating a new configmap 09/16/22 19:33:52.525 +STEP: modifying the configmap once 09/16/22 19:33:52.53 +STEP: changing the label value of the configmap 09/16/22 19:33:52.542 +STEP: Expecting to observe a delete notification for the watched object 09/16/22 19:33:52.553 +Sep 16 19:33:52.553: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13864 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:33:52 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 16 19:33:52.554: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13865 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:33:52 +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,} +Sep 16 19:33:52.554: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13866 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:33:52 +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 09/16/22 19:33:52.554 +STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 09/16/22 19:33:52.565 +STEP: changing the label value of the configmap back 09/16/22 19:34:02.566 +STEP: modifying the configmap a third time 09/16/22 19:34:02.572 +STEP: deleting the configmap 09/16/22 19:34:02.578 +STEP: Expecting to observe an add notification for the watched object when the label value was restored 09/16/22 19:34:02.582 +Sep 16 19:34:02.582: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13901 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:34:02 +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,} +Sep 16 19:34:02.582: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13902 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:34:02 +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,} +Sep 16 19:34:02.583: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13903 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:34:02 +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 + test/e2e/framework/framework.go:187 +Sep 16 19:34:02.583: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-2143" for this suite. 09/16/22 19:34:02.588 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]","completed":87,"skipped":1521,"failed":0} +------------------------------ +• [SLOW TEST] [10.104 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:33:52.49 + Sep 16 19:33:52.491: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename watch 09/16/22 19:33:52.492 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:33:52.514 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:33:52.518 + [It] should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 + STEP: creating a watch on configmaps with a certain label 09/16/22 19:33:52.523 + STEP: creating a new configmap 09/16/22 19:33:52.525 + STEP: modifying the configmap once 09/16/22 19:33:52.53 + STEP: changing the label value of the configmap 09/16/22 19:33:52.542 + STEP: Expecting to observe a delete notification for the watched object 09/16/22 19:33:52.553 + Sep 16 19:33:52.553: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13864 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:33:52 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 16 19:33:52.554: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13865 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:33:52 +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,} + Sep 16 19:33:52.554: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13866 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:33:52 +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 09/16/22 19:33:52.554 + STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 09/16/22 19:33:52.565 + STEP: changing the label value of the configmap back 09/16/22 19:34:02.566 + STEP: modifying the configmap a third time 09/16/22 19:34:02.572 + STEP: deleting the configmap 09/16/22 19:34:02.578 + STEP: Expecting to observe an add notification for the watched object when the label value was restored 09/16/22 19:34:02.582 + Sep 16 19:34:02.582: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13901 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:34:02 +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,} + Sep 16 19:34:02.582: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13902 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:34:02 +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,} + Sep 16 19:34:02.583: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2143 1d9b38e4-5ae0-40d3-a145-e913da1e90d4 13903 0 2022-09-16 19:33:52 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-16 19:34:02 +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 + test/e2e/framework/framework.go:187 + Sep 16 19:34:02.583: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-2143" for this suite. 09/16/22 19:34:02.588 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Runtime blackbox test on terminated container + should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:34:02.595 +Sep 16 19:34:02.595: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-runtime 09/16/22 19:34:02.597 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:02.609 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:02.613 +[It] should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 +STEP: create the container 09/16/22 19:34:02.616 +STEP: wait for the container to reach Failed 09/16/22 19:34:02.625 +STEP: get the container status 09/16/22 19:34:06.656 +STEP: the container should be terminated 09/16/22 19:34:06.66 +STEP: the termination message should be set 09/16/22 19:34:06.66 +Sep 16 19:34:06.660: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 09/16/22 19:34:06.66 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 16 19:34:06.671: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-8645" for this suite. 09/16/22 19:34:06.676 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Runtime blackbox test on terminated container should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","completed":88,"skipped":1524,"failed":0} +------------------------------ +• [4.085 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:34:02.595 + Sep 16 19:34:02.595: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-runtime 09/16/22 19:34:02.597 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:02.609 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:02.613 + [It] should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 + STEP: create the container 09/16/22 19:34:02.616 + STEP: wait for the container to reach Failed 09/16/22 19:34:02.625 + STEP: get the container status 09/16/22 19:34:06.656 + STEP: the container should be terminated 09/16/22 19:34:06.66 + STEP: the termination message should be set 09/16/22 19:34:06.66 + Sep 16 19:34:06.660: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 09/16/22 19:34:06.66 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 16 19:34:06.671: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-8645" for this suite. 09/16/22 19:34:06.676 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:98 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:34:06.683 +Sep 16 19:34:06.684: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:34:06.685 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:06.717 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:06.724 +[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:98 +STEP: Creating configMap with name configmap-test-volume-map-4ae4a1be-182c-4f38-a7b4-42bd4b35cca0 09/16/22 19:34:06.728 +STEP: Creating a pod to test consume configMaps 09/16/22 19:34:06.733 +Sep 16 19:34:06.742: INFO: Waiting up to 5m0s for pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f" in namespace "configmap-1630" to be "Succeeded or Failed" +Sep 16 19:34:06.747: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f": Phase="Pending", Reason="", readiness=false. Elapsed: 5.357267ms +Sep 16 19:34:08.751: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009589179s +Sep 16 19:34:10.752: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010122155s +STEP: Saw pod success 09/16/22 19:34:10.752 +Sep 16 19:34:10.752: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f" satisfied condition "Succeeded or Failed" +Sep 16 19:34:10.754: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f container agnhost-container: +STEP: delete the pod 09/16/22 19:34:10.765 +Sep 16 19:34:10.778: INFO: Waiting for pod pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f to disappear +Sep 16 19:34:10.783: INFO: Pod pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:34:10.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-1630" for this suite. 09/16/22 19:34:10.789 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":89,"skipped":1560,"failed":0} +------------------------------ +• [4.113 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:34:06.683 + Sep 16 19:34:06.684: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:34:06.685 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:06.717 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:06.724 + [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:98 + STEP: Creating configMap with name configmap-test-volume-map-4ae4a1be-182c-4f38-a7b4-42bd4b35cca0 09/16/22 19:34:06.728 + STEP: Creating a pod to test consume configMaps 09/16/22 19:34:06.733 + Sep 16 19:34:06.742: INFO: Waiting up to 5m0s for pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f" in namespace "configmap-1630" to be "Succeeded or Failed" + Sep 16 19:34:06.747: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f": Phase="Pending", Reason="", readiness=false. Elapsed: 5.357267ms + Sep 16 19:34:08.751: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009589179s + Sep 16 19:34:10.752: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010122155s + STEP: Saw pod success 09/16/22 19:34:10.752 + Sep 16 19:34:10.752: INFO: Pod "pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f" satisfied condition "Succeeded or Failed" + Sep 16 19:34:10.754: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f container agnhost-container: + STEP: delete the pod 09/16/22 19:34:10.765 + Sep 16 19:34:10.778: INFO: Waiting for pod pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f to disappear + Sep 16 19:34:10.783: INFO: Pod pod-configmaps-13b99a80-2555-4e03-ac45-660431668b5f no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:34:10.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-1630" for this suite. 09/16/22 19:34:10.789 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:34:10.802 +Sep 16 19:34:10.802: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 19:34:10.803 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:10.819 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:10.824 +[It] should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 +STEP: fetching the /apis discovery document 09/16/22 19:34:10.827 +STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 09/16/22 19:34:10.83 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 09/16/22 19:34:10.83 +STEP: fetching the /apis/apiextensions.k8s.io discovery document 09/16/22 19:34:10.83 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 09/16/22 19:34:10.838 +STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 09/16/22 19:34:10.838 +STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 09/16/22 19:34:10.84 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:34:10.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-8171" for this suite. 09/16/22 19:34:10.848 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance]","completed":90,"skipped":1592,"failed":0} +------------------------------ +• [0.055 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:34:10.802 + Sep 16 19:34:10.802: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 19:34:10.803 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:10.819 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:10.824 + [It] should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 + STEP: fetching the /apis discovery document 09/16/22 19:34:10.827 + STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 09/16/22 19:34:10.83 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 09/16/22 19:34:10.83 + STEP: fetching the /apis/apiextensions.k8s.io discovery document 09/16/22 19:34:10.83 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 09/16/22 19:34:10.838 + STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 09/16/22 19:34:10.838 + STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 09/16/22 19:34:10.84 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:34:10.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-8171" for this suite. 09/16/22 19:34:10.848 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] CronJob + should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:34:10.86 +Sep 16 19:34:10.860: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename cronjob 09/16/22 19:34:10.861 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:10.877 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:10.882 +[It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +STEP: Creating a suspended cronjob 09/16/22 19:34:10.924 +STEP: Ensuring no jobs are scheduled 09/16/22 19:34:10.933 +STEP: Ensuring no job exists by listing jobs explicitly 09/16/22 19:39:10.94 +STEP: Removing cronjob 09/16/22 19:39:10.943 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 16 19:39:10.951: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-1788" for this suite. 09/16/22 19:39:10.955 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] CronJob should not schedule jobs when suspended [Slow] [Conformance]","completed":91,"skipped":1602,"failed":0} +------------------------------ +• [SLOW TEST] [300.101 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:34:10.86 + Sep 16 19:34:10.860: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename cronjob 09/16/22 19:34:10.861 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:34:10.877 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:34:10.882 + [It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 + STEP: Creating a suspended cronjob 09/16/22 19:34:10.924 + STEP: Ensuring no jobs are scheduled 09/16/22 19:34:10.933 + STEP: Ensuring no job exists by listing jobs explicitly 09/16/22 19:39:10.94 + STEP: Removing cronjob 09/16/22 19:39:10.943 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 16 19:39:10.951: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-1788" for this suite. 09/16/22 19:39:10.955 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:116 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:10.967 +Sep 16 19:39:10.968: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:39:10.969 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:11.001 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:11.005 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:39:11.024 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:39:11.534 +STEP: Deploying the webhook pod 09/16/22 19:39:11.54 +STEP: Wait for the deployment to be ready 09/16/22 19:39:11.548 +Sep 16 19:39:11.570: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 19:39:13.577 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:39:13.589 +Sep 16 19:39:14.590: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:116 +STEP: fetching the /apis discovery document 09/16/22 19:39:14.593 +STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 09/16/22 19:39:14.595 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 09/16/22 19:39:14.595 +STEP: fetching the /apis/admissionregistration.k8s.io discovery document 09/16/22 19:39:14.595 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 09/16/22 19:39:14.596 +STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 09/16/22 19:39:14.596 +STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 09/16/22 19:39:14.597 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:39:14.598: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-3985" for this suite. 09/16/22 19:39:14.6 +STEP: Destroying namespace "webhook-3985-markers" for this suite. 09/16/22 19:39:14.604 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance]","completed":92,"skipped":1644,"failed":0} +------------------------------ +• [3.730 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:116 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:10.967 + Sep 16 19:39:10.968: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:39:10.969 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:11.001 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:11.005 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:39:11.024 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:39:11.534 + STEP: Deploying the webhook pod 09/16/22 19:39:11.54 + STEP: Wait for the deployment to be ready 09/16/22 19:39:11.548 + Sep 16 19:39:11.570: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 19:39:13.577 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:39:13.589 + Sep 16 19:39:14.590: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:116 + STEP: fetching the /apis discovery document 09/16/22 19:39:14.593 + STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 09/16/22 19:39:14.595 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 09/16/22 19:39:14.595 + STEP: fetching the /apis/admissionregistration.k8s.io discovery document 09/16/22 19:39:14.595 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 09/16/22 19:39:14.596 + STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 09/16/22 19:39:14.596 + STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 09/16/22 19:39:14.597 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:39:14.598: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-3985" for this suite. 09/16/22 19:39:14.6 + STEP: Destroying namespace "webhook-3985-markers" for this suite. 09/16/22 19:39:14.604 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Runtime blackbox test on terminated container + should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:14.703 +Sep 16 19:39:14.704: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-runtime 09/16/22 19:39:14.705 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:14.738 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:14.743 +[It] should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 +STEP: create the container 09/16/22 19:39:14.747 +STEP: wait for the container to reach Succeeded 09/16/22 19:39:14.758 +STEP: get the container status 09/16/22 19:39:18.783 +STEP: the container should be terminated 09/16/22 19:39:18.786 +STEP: the termination message should be set 09/16/22 19:39:18.786 +Sep 16 19:39:18.786: INFO: Expected: &{} to match Container's Termination Message: -- +STEP: delete the container 09/16/22 19:39:18.786 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 16 19:39:18.796: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-5663" for this suite. 09/16/22 19:39:18.8 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Runtime blackbox test on terminated container should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","completed":93,"skipped":1670,"failed":0} +------------------------------ +• [4.102 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:14.703 + Sep 16 19:39:14.704: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-runtime 09/16/22 19:39:14.705 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:14.738 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:14.743 + [It] should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 + STEP: create the container 09/16/22 19:39:14.747 + STEP: wait for the container to reach Succeeded 09/16/22 19:39:14.758 + STEP: get the container status 09/16/22 19:39:18.783 + STEP: the container should be terminated 09/16/22 19:39:18.786 + STEP: the termination message should be set 09/16/22 19:39:18.786 + Sep 16 19:39:18.786: INFO: Expected: &{} to match Container's Termination Message: -- + STEP: delete the container 09/16/22 19:39:18.786 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 16 19:39:18.796: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-5663" for this suite. 09/16/22 19:39:18.8 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:18.808 +Sep 16 19:39:18.808: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:39:18.809 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:18.825 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:18.829 +[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 +STEP: Creating configMap with name configmap-test-volume-map-adb13514-0905-42ef-b6a2-88e0cb0af8b4 09/16/22 19:39:18.833 +STEP: Creating a pod to test consume configMaps 09/16/22 19:39:18.837 +Sep 16 19:39:18.845: INFO: Waiting up to 5m0s for pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc" in namespace "configmap-5308" to be "Succeeded or Failed" +Sep 16 19:39:18.852: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Pending", Reason="", readiness=false. Elapsed: 7.083216ms +Sep 16 19:39:20.855: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Running", Reason="", readiness=true. Elapsed: 2.010335338s +Sep 16 19:39:22.856: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Running", Reason="", readiness=false. Elapsed: 4.010920025s +Sep 16 19:39:24.855: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.010426066s +STEP: Saw pod success 09/16/22 19:39:24.855 +Sep 16 19:39:24.855: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc" satisfied condition "Succeeded or Failed" +Sep 16 19:39:24.858: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc container agnhost-container: +STEP: delete the pod 09/16/22 19:39:24.873 +Sep 16 19:39:24.882: INFO: Waiting for pod pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc to disappear +Sep 16 19:39:24.886: INFO: Pod pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:39:24.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5308" for this suite. 09/16/22 19:39:24.891 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","completed":94,"skipped":1676,"failed":0} +------------------------------ +• [SLOW TEST] [6.088 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:18.808 + Sep 16 19:39:18.808: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:39:18.809 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:18.825 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:18.829 + [It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 + STEP: Creating configMap with name configmap-test-volume-map-adb13514-0905-42ef-b6a2-88e0cb0af8b4 09/16/22 19:39:18.833 + STEP: Creating a pod to test consume configMaps 09/16/22 19:39:18.837 + Sep 16 19:39:18.845: INFO: Waiting up to 5m0s for pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc" in namespace "configmap-5308" to be "Succeeded or Failed" + Sep 16 19:39:18.852: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Pending", Reason="", readiness=false. Elapsed: 7.083216ms + Sep 16 19:39:20.855: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Running", Reason="", readiness=true. Elapsed: 2.010335338s + Sep 16 19:39:22.856: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Running", Reason="", readiness=false. Elapsed: 4.010920025s + Sep 16 19:39:24.855: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.010426066s + STEP: Saw pod success 09/16/22 19:39:24.855 + Sep 16 19:39:24.855: INFO: Pod "pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc" satisfied condition "Succeeded or Failed" + Sep 16 19:39:24.858: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc container agnhost-container: + STEP: delete the pod 09/16/22 19:39:24.873 + Sep 16 19:39:24.882: INFO: Waiting for pod pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc to disappear + Sep 16 19:39:24.886: INFO: Pod pod-configmaps-b4eb8bd5-72e4-4df8-b107-18cb5d10dbcc no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:39:24.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5308" for this suite. 09/16/22 19:39:24.891 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Deployment + deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:24.897 +Sep 16 19:39:24.897: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 19:39:24.898 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:24.913 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:24.917 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +Sep 16 19:39:24.934: INFO: Pod name rollover-pod: Found 0 pods out of 1 +Sep 16 19:39:29.937: INFO: Pod name rollover-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/16/22 19:39:29.937 +Sep 16 19:39:29.938: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready +Sep 16 19:39:31.941: INFO: Creating deployment "test-rollover-deployment" +Sep 16 19:39:31.948: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations +Sep 16 19:39:33.958: INFO: Check revision of new replica set for deployment "test-rollover-deployment" +Sep 16 19:39:33.963: INFO: Ensure that both replica sets have 1 created replica +Sep 16 19:39:33.968: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update +Sep 16 19:39:33.974: INFO: Updating deployment test-rollover-deployment +Sep 16 19:39:33.974: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller +Sep 16 19:39:35.980: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 +Sep 16 19:39:35.983: INFO: Make sure deployment "test-rollover-deployment" is complete +Sep 16 19:39:35.989: INFO: all replica sets need to contain the pod-template-hash label +Sep 16 19:39:35.989: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:39:37.996: INFO: all replica sets need to contain the pod-template-hash label +Sep 16 19:39:37.997: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:39:39.997: INFO: all replica sets need to contain the pod-template-hash label +Sep 16 19:39:39.997: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:39:41.997: INFO: all replica sets need to contain the pod-template-hash label +Sep 16 19:39:41.997: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:39:44.003: INFO: all replica sets need to contain the pod-template-hash label +Sep 16 19:39:44.003: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:39:45.997: INFO: +Sep 16 19:39:45.997: INFO: Ensure that both old replica sets have no replicas +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 19:39:46.004: INFO: Deployment "test-rollover-deployment": +&Deployment{ObjectMeta:{test-rollover-deployment deployment-3167 c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 15119 2 2022-09-16 19:39:31 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-16 19:39:33 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:minReadySeconds":{},"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +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":{}}} status}]},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 registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc00432c5e8 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[] [] nil }},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:2022-09-16 19:39:31 +0000 UTC,LastTransitionTime:2022-09-16 19:39:31 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-6d45fd857b" has successfully progressed.,LastUpdateTime:2022-09-16 19:39:45 +0000 UTC,LastTransitionTime:2022-09-16 19:39:31 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 16 19:39:46.007: INFO: New ReplicaSet "test-rollover-deployment-6d45fd857b" of Deployment "test-rollover-deployment": +&ReplicaSet{ObjectMeta:{test-rollover-deployment-6d45fd857b deployment-3167 f8a51b8a-4db9-4d45-bf2b-80ceb49f0925 15109 2 2022-09-16 19:39:33 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 0xc0043810d7 0xc0043810d8}] [] [{k3s Update apps/v1 2022-09-16 19:39:33 +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\":\"c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 6d45fd857b,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004381198 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[] [] nil }},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:39:46.007: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": +Sep 16 19:39:46.007: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-3167 2904ea5c-26a5-451a-9a35-f86cbbc19e3a 15118 2 2022-09-16 19:39:24 +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 c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 0xc004380e67 0xc004380e68}] [] [{e2e.test Update apps/v1 2022-09-16 19:39:24 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75\"}":{}}},"f:spec":{"f:replicas":{}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc004380f38 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:39:46.008: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-59b9df946d deployment-3167 807caf33-c6c2-4f8e-9883-da10fc84d961 15070 2 2022-09-16 19:39:31 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 0xc004380fa7 0xc004380fa8}] [] [{k3s Update apps/v1 2022-09-16 19:39:33 +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\":\"c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:34 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 59b9df946d,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] 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 0xc004381068 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[] [] nil }},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:39:46.010: INFO: Pod "test-rollover-deployment-6d45fd857b-f2l2m" is available: +&Pod{ObjectMeta:{test-rollover-deployment-6d45fd857b-f2l2m test-rollover-deployment-6d45fd857b- deployment-3167 2abbc463-ebdf-4d45-8bc7-94ff0b876440 15077 0 2022-09-16 19:39:34 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [{apps/v1 ReplicaSet test-rollover-deployment-6d45fd857b f8a51b8a-4db9-4d45-bf2b-80ceb49f0925 0xc004381707 0xc004381708}] [] [{k3s Update v1 2022-09-16 19:39:34 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f8a51b8a-4db9-4d45-bf2b-80ceb49f0925\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:39: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.42.1.180\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xnbcm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xnbcm,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:34 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.180,StartTime:2022-09-16 19:39:34 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:39:34 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://91ce95a62cc5b098765f456a4044d522842cf95b33633f7b441ceeb9616fc269,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.180,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 19:39:46.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-3167" for this suite. 09/16/22 19:39:46.015 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment deployment should support rollover [Conformance]","completed":95,"skipped":1676,"failed":0} +------------------------------ +• [SLOW TEST] [21.122 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:24.897 + Sep 16 19:39:24.897: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 19:39:24.898 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:24.913 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:24.917 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 + Sep 16 19:39:24.934: INFO: Pod name rollover-pod: Found 0 pods out of 1 + Sep 16 19:39:29.937: INFO: Pod name rollover-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/16/22 19:39:29.937 + Sep 16 19:39:29.938: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready + Sep 16 19:39:31.941: INFO: Creating deployment "test-rollover-deployment" + Sep 16 19:39:31.948: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations + Sep 16 19:39:33.958: INFO: Check revision of new replica set for deployment "test-rollover-deployment" + Sep 16 19:39:33.963: INFO: Ensure that both replica sets have 1 created replica + Sep 16 19:39:33.968: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update + Sep 16 19:39:33.974: INFO: Updating deployment test-rollover-deployment + Sep 16 19:39:33.974: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller + Sep 16 19:39:35.980: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 + Sep 16 19:39:35.983: INFO: Make sure deployment "test-rollover-deployment" is complete + Sep 16 19:39:35.989: INFO: all replica sets need to contain the pod-template-hash label + Sep 16 19:39:35.989: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:39:37.996: INFO: all replica sets need to contain the pod-template-hash label + Sep 16 19:39:37.997: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:39:39.997: INFO: all replica sets need to contain the pod-template-hash label + Sep 16 19:39:39.997: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:39:41.997: INFO: all replica sets need to contain the pod-template-hash label + Sep 16 19:39:41.997: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:39:44.003: INFO: all replica sets need to contain the pod-template-hash label + Sep 16 19:39:44.003: 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:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 39, 35, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 39, 31, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:39:45.997: INFO: + Sep 16 19:39:45.997: INFO: Ensure that both old replica sets have no replicas + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 19:39:46.004: INFO: Deployment "test-rollover-deployment": + &Deployment{ObjectMeta:{test-rollover-deployment deployment-3167 c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 15119 2 2022-09-16 19:39:31 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-16 19:39:33 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:minReadySeconds":{},"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +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":{}}} status}]},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 registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc00432c5e8 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[] [] nil }},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:2022-09-16 19:39:31 +0000 UTC,LastTransitionTime:2022-09-16 19:39:31 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-6d45fd857b" has successfully progressed.,LastUpdateTime:2022-09-16 19:39:45 +0000 UTC,LastTransitionTime:2022-09-16 19:39:31 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 16 19:39:46.007: INFO: New ReplicaSet "test-rollover-deployment-6d45fd857b" of Deployment "test-rollover-deployment": + &ReplicaSet{ObjectMeta:{test-rollover-deployment-6d45fd857b deployment-3167 f8a51b8a-4db9-4d45-bf2b-80ceb49f0925 15109 2 2022-09-16 19:39:33 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 0xc0043810d7 0xc0043810d8}] [] [{k3s Update apps/v1 2022-09-16 19:39:33 +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\":\"c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 6d45fd857b,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004381198 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[] [] nil }},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:39:46.007: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": + Sep 16 19:39:46.007: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-3167 2904ea5c-26a5-451a-9a35-f86cbbc19e3a 15118 2 2022-09-16 19:39:24 +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 c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 0xc004380e67 0xc004380e68}] [] [{e2e.test Update apps/v1 2022-09-16 19:39:24 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75\"}":{}}},"f:spec":{"f:replicas":{}}} } {k3s Update apps/v1 2022-09-16 19:39:45 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc004380f38 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:39:46.008: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-59b9df946d deployment-3167 807caf33-c6c2-4f8e-9883-da10fc84d961 15070 2 2022-09-16 19:39:31 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75 0xc004380fa7 0xc004380fa8}] [] [{k3s Update apps/v1 2022-09-16 19:39:33 +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\":\"c6d1a3d3-fa6c-4a47-b11a-ded4c8221f75\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:39:34 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 59b9df946d,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] 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 0xc004381068 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[] [] nil }},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:39:46.010: INFO: Pod "test-rollover-deployment-6d45fd857b-f2l2m" is available: + &Pod{ObjectMeta:{test-rollover-deployment-6d45fd857b-f2l2m test-rollover-deployment-6d45fd857b- deployment-3167 2abbc463-ebdf-4d45-8bc7-94ff0b876440 15077 0 2022-09-16 19:39:34 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [{apps/v1 ReplicaSet test-rollover-deployment-6d45fd857b f8a51b8a-4db9-4d45-bf2b-80ceb49f0925 0xc004381707 0xc004381708}] [] [{k3s Update v1 2022-09-16 19:39:34 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f8a51b8a-4db9-4d45-bf2b-80ceb49f0925\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:39: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.42.1.180\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xnbcm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xnbcm,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:35 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:39:34 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.180,StartTime:2022-09-16 19:39:34 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:39:34 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://91ce95a62cc5b098765f456a4044d522842cf95b33633f7b441ceeb9616fc269,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.180,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 19:39:46.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-3167" for this suite. 09/16/22 19:39:46.015 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] server version + should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +[BeforeEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:46.023 +Sep 16 19:39:46.023: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename server-version 09/16/22 19:39:46.024 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:46.04 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:46.045 +[It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +STEP: Request ServerVersion 09/16/22 19:39:46.053 +STEP: Confirm major version 09/16/22 19:39:46.056 +Sep 16 19:39:46.056: INFO: Major version: 1 +STEP: Confirm minor version 09/16/22 19:39:46.056 +Sep 16 19:39:46.056: INFO: cleanMinorVersion: 25 +Sep 16 19:39:46.056: INFO: Minor version: 25 +[AfterEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:187 +Sep 16 19:39:46.057: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "server-version-2239" for this suite. 09/16/22 19:39:46.06 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] server version should find the server version [Conformance]","completed":96,"skipped":1687,"failed":0} +------------------------------ +• [0.040 seconds] +[sig-api-machinery] server version +test/e2e/apimachinery/framework.go:23 + should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:46.023 + Sep 16 19:39:46.023: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename server-version 09/16/22 19:39:46.024 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:46.04 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:46.045 + [It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 + STEP: Request ServerVersion 09/16/22 19:39:46.053 + STEP: Confirm major version 09/16/22 19:39:46.056 + Sep 16 19:39:46.056: INFO: Major version: 1 + STEP: Confirm minor version 09/16/22 19:39:46.056 + Sep 16 19:39:46.056: INFO: cleanMinorVersion: 25 + Sep 16 19:39:46.056: INFO: Minor version: 25 + [AfterEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:187 + Sep 16 19:39:46.057: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "server-version-2239" for this suite. 09/16/22 19:39:46.06 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Watchers + should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:46.072 +Sep 16 19:39:46.073: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename watch 09/16/22 19:39:46.074 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:46.086 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:46.089 +[It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 +STEP: creating a new configmap 09/16/22 19:39:46.092 +STEP: modifying the configmap once 09/16/22 19:39:46.095 +STEP: modifying the configmap a second time 09/16/22 19:39:46.102 +STEP: deleting the configmap 09/16/22 19:39:46.109 +STEP: creating a watch on configmaps from the resource version returned by the first update 09/16/22 19:39:46.112 +STEP: Expecting to observe notifications for all changes to the configmap after the first update 09/16/22 19:39:46.114 +Sep 16 19:39:46.114: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4172 ccbcfcc3-c0d0-4dff-bc2b-c8dd9019146d 15135 0 2022-09-16 19:39:46 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-16 19:39:46 +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,} +Sep 16 19:39:46.115: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4172 ccbcfcc3-c0d0-4dff-bc2b-c8dd9019146d 15136 0 2022-09-16 19:39:46 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-16 19:39:46 +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 + test/e2e/framework/framework.go:187 +Sep 16 19:39:46.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-4172" for this suite. 09/16/22 19:39:46.117 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]","completed":97,"skipped":1730,"failed":0} +------------------------------ +• [0.048 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:46.072 + Sep 16 19:39:46.073: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename watch 09/16/22 19:39:46.074 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:46.086 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:46.089 + [It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 + STEP: creating a new configmap 09/16/22 19:39:46.092 + STEP: modifying the configmap once 09/16/22 19:39:46.095 + STEP: modifying the configmap a second time 09/16/22 19:39:46.102 + STEP: deleting the configmap 09/16/22 19:39:46.109 + STEP: creating a watch on configmaps from the resource version returned by the first update 09/16/22 19:39:46.112 + STEP: Expecting to observe notifications for all changes to the configmap after the first update 09/16/22 19:39:46.114 + Sep 16 19:39:46.114: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4172 ccbcfcc3-c0d0-4dff-bc2b-c8dd9019146d 15135 0 2022-09-16 19:39:46 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-16 19:39:46 +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,} + Sep 16 19:39:46.115: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4172 ccbcfcc3-c0d0-4dff-bc2b-c8dd9019146d 15136 0 2022-09-16 19:39:46 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-16 19:39:46 +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 + test/e2e/framework/framework.go:187 + Sep 16 19:39:46.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-4172" for this suite. 09/16/22 19:39:46.117 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:46.123 +Sep 16 19:39:46.123: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:39:46.123 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:46.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:46.138 +[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 +STEP: Creating configMap with name configmap-test-volume-c6bfd585-8e5e-4239-a33b-905bb98fdfb6 09/16/22 19:39:46.141 +STEP: Creating a pod to test consume configMaps 09/16/22 19:39:46.143 +Sep 16 19:39:46.149: INFO: Waiting up to 5m0s for pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf" in namespace "configmap-366" to be "Succeeded or Failed" +Sep 16 19:39:46.153: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf": Phase="Pending", Reason="", readiness=false. Elapsed: 3.770282ms +Sep 16 19:39:48.159: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009349282s +Sep 16 19:39:50.158: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008677759s +STEP: Saw pod success 09/16/22 19:39:50.158 +Sep 16 19:39:50.158: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf" satisfied condition "Succeeded or Failed" +Sep 16 19:39:50.161: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf container configmap-volume-test: +STEP: delete the pod 09/16/22 19:39:50.165 +Sep 16 19:39:50.174: INFO: Waiting for pod pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf to disappear +Sep 16 19:39:50.180: INFO: Pod pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:39:50.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-366" for this suite. 09/16/22 19:39:50.184 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","completed":98,"skipped":1751,"failed":0} +------------------------------ +• [4.070 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:46.123 + Sep 16 19:39:46.123: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:39:46.123 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:46.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:46.138 + [It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 + STEP: Creating configMap with name configmap-test-volume-c6bfd585-8e5e-4239-a33b-905bb98fdfb6 09/16/22 19:39:46.141 + STEP: Creating a pod to test consume configMaps 09/16/22 19:39:46.143 + Sep 16 19:39:46.149: INFO: Waiting up to 5m0s for pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf" in namespace "configmap-366" to be "Succeeded or Failed" + Sep 16 19:39:46.153: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf": Phase="Pending", Reason="", readiness=false. Elapsed: 3.770282ms + Sep 16 19:39:48.159: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009349282s + Sep 16 19:39:50.158: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008677759s + STEP: Saw pod success 09/16/22 19:39:50.158 + Sep 16 19:39:50.158: INFO: Pod "pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf" satisfied condition "Succeeded or Failed" + Sep 16 19:39:50.161: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf container configmap-volume-test: + STEP: delete the pod 09/16/22 19:39:50.165 + Sep 16 19:39:50.174: INFO: Waiting for pod pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf to disappear + Sep 16 19:39:50.180: INFO: Pod pod-configmaps-535954a4-f82c-4271-8b15-e4c67e7d62cf no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:39:50.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-366" for this suite. 09/16/22 19:39:50.184 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:39:50.193 +Sep 16 19:39:50.193: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename subpath 09/16/22 19:39:50.194 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:50.205 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:50.209 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/16/22 19:39:50.213 +[It] should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 +STEP: Creating pod pod-subpath-test-configmap-9tn7 09/16/22 19:39:50.222 +STEP: Creating a pod to test atomic-volume-subpath 09/16/22 19:39:50.222 +Sep 16 19:39:50.237: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-9tn7" in namespace "subpath-3202" to be "Succeeded or Failed" +Sep 16 19:39:50.241: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.763608ms +Sep 16 19:39:52.245: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 2.00799793s +Sep 16 19:39:54.257: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 4.020025195s +Sep 16 19:39:56.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 6.009782936s +Sep 16 19:39:58.247: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 8.010415818s +Sep 16 19:40:00.245: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 10.008100806s +Sep 16 19:40:02.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 12.009074321s +Sep 16 19:40:04.245: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 14.0084438s +Sep 16 19:40:06.247: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 16.010526973s +Sep 16 19:40:08.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 18.009528185s +Sep 16 19:40:10.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 20.009127707s +Sep 16 19:40:12.248: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=false. Elapsed: 22.01133129s +Sep 16 19:40:14.244: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.007590456s +STEP: Saw pod success 09/16/22 19:40:14.244 +Sep 16 19:40:14.245: INFO: Pod "pod-subpath-test-configmap-9tn7" satisfied condition "Succeeded or Failed" +Sep 16 19:40:14.249: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-configmap-9tn7 container test-container-subpath-configmap-9tn7: +STEP: delete the pod 09/16/22 19:40:14.255 +Sep 16 19:40:14.262: INFO: Waiting for pod pod-subpath-test-configmap-9tn7 to disappear +Sep 16 19:40:14.268: INFO: Pod pod-subpath-test-configmap-9tn7 no longer exists +STEP: Deleting pod pod-subpath-test-configmap-9tn7 09/16/22 19:40:14.268 +Sep 16 19:40:14.269: INFO: Deleting pod "pod-subpath-test-configmap-9tn7" in namespace "subpath-3202" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 16 19:40:14.272: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-3202" for this suite. 09/16/22 19:40:14.276 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [Conformance]","completed":99,"skipped":1756,"failed":0} +------------------------------ +• [SLOW TEST] [24.091 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:39:50.193 + Sep 16 19:39:50.193: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename subpath 09/16/22 19:39:50.194 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:39:50.205 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:39:50.209 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/16/22 19:39:50.213 + [It] should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 + STEP: Creating pod pod-subpath-test-configmap-9tn7 09/16/22 19:39:50.222 + STEP: Creating a pod to test atomic-volume-subpath 09/16/22 19:39:50.222 + Sep 16 19:39:50.237: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-9tn7" in namespace "subpath-3202" to be "Succeeded or Failed" + Sep 16 19:39:50.241: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.763608ms + Sep 16 19:39:52.245: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 2.00799793s + Sep 16 19:39:54.257: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 4.020025195s + Sep 16 19:39:56.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 6.009782936s + Sep 16 19:39:58.247: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 8.010415818s + Sep 16 19:40:00.245: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 10.008100806s + Sep 16 19:40:02.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 12.009074321s + Sep 16 19:40:04.245: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 14.0084438s + Sep 16 19:40:06.247: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 16.010526973s + Sep 16 19:40:08.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 18.009528185s + Sep 16 19:40:10.246: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=true. Elapsed: 20.009127707s + Sep 16 19:40:12.248: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Running", Reason="", readiness=false. Elapsed: 22.01133129s + Sep 16 19:40:14.244: INFO: Pod "pod-subpath-test-configmap-9tn7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.007590456s + STEP: Saw pod success 09/16/22 19:40:14.244 + Sep 16 19:40:14.245: INFO: Pod "pod-subpath-test-configmap-9tn7" satisfied condition "Succeeded or Failed" + Sep 16 19:40:14.249: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-configmap-9tn7 container test-container-subpath-configmap-9tn7: + STEP: delete the pod 09/16/22 19:40:14.255 + Sep 16 19:40:14.262: INFO: Waiting for pod pod-subpath-test-configmap-9tn7 to disappear + Sep 16 19:40:14.268: INFO: Pod pod-subpath-test-configmap-9tn7 no longer exists + STEP: Deleting pod pod-subpath-test-configmap-9tn7 09/16/22 19:40:14.268 + Sep 16 19:40:14.269: INFO: Deleting pod "pod-subpath-test-configmap-9tn7" in namespace "subpath-3202" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 16 19:40:14.272: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-3202" for this suite. 09/16/22 19:40:14.276 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:14.286 +Sep 16 19:40:14.286: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:40:14.287 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:14.303 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:14.307 +[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 +STEP: Creating configMap with name projected-configmap-test-volume-31425cd9-d17c-4ae4-97a4-43e3cd9f225a 09/16/22 19:40:14.312 +STEP: Creating a pod to test consume configMaps 09/16/22 19:40:14.317 +Sep 16 19:40:14.324: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f" in namespace "projected-9241" to be "Succeeded or Failed" +Sep 16 19:40:14.339: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f": Phase="Pending", Reason="", readiness=false. Elapsed: 15.064116ms +Sep 16 19:40:16.344: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019272623s +Sep 16 19:40:18.342: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017871789s +STEP: Saw pod success 09/16/22 19:40:18.342 +Sep 16 19:40:18.342: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f" satisfied condition "Succeeded or Failed" +Sep 16 19:40:18.345: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f container agnhost-container: +STEP: delete the pod 09/16/22 19:40:18.349 +Sep 16 19:40:18.356: INFO: Waiting for pod pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f to disappear +Sep 16 19:40:18.359: INFO: Pod pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 19:40:18.361: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9241" for this suite. 09/16/22 19:40:18.366 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","completed":100,"skipped":1757,"failed":0} +------------------------------ +• [4.085 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:14.286 + Sep 16 19:40:14.286: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:40:14.287 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:14.303 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:14.307 + [It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 + STEP: Creating configMap with name projected-configmap-test-volume-31425cd9-d17c-4ae4-97a4-43e3cd9f225a 09/16/22 19:40:14.312 + STEP: Creating a pod to test consume configMaps 09/16/22 19:40:14.317 + Sep 16 19:40:14.324: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f" in namespace "projected-9241" to be "Succeeded or Failed" + Sep 16 19:40:14.339: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f": Phase="Pending", Reason="", readiness=false. Elapsed: 15.064116ms + Sep 16 19:40:16.344: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019272623s + Sep 16 19:40:18.342: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017871789s + STEP: Saw pod success 09/16/22 19:40:18.342 + Sep 16 19:40:18.342: INFO: Pod "pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f" satisfied condition "Succeeded or Failed" + Sep 16 19:40:18.345: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f container agnhost-container: + STEP: delete the pod 09/16/22 19:40:18.349 + Sep 16 19:40:18.356: INFO: Waiting for pod pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f to disappear + Sep 16 19:40:18.359: INFO: Pod pod-projected-configmaps-7a60411f-5e8b-4c85-ad6d-52e69d0b469f no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 19:40:18.361: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9241" for this suite. 09/16/22 19:40:18.366 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Ingress API + should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +[BeforeEach] [sig-network] Ingress API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:18.387 +Sep 16 19:40:18.387: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename ingress 09/16/22 19:40:18.389 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:18.407 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:18.413 +[It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +STEP: getting /apis 09/16/22 19:40:18.419 +STEP: getting /apis/networking.k8s.io 09/16/22 19:40:18.422 +STEP: getting /apis/networking.k8s.iov1 09/16/22 19:40:18.423 +STEP: creating 09/16/22 19:40:18.424 +STEP: getting 09/16/22 19:40:18.438 +STEP: listing 09/16/22 19:40:18.442 +STEP: watching 09/16/22 19:40:18.446 +Sep 16 19:40:18.446: INFO: starting watch +STEP: cluster-wide listing 09/16/22 19:40:18.448 +STEP: cluster-wide watching 09/16/22 19:40:18.45 +Sep 16 19:40:18.450: INFO: starting watch +STEP: patching 09/16/22 19:40:18.451 +STEP: updating 09/16/22 19:40:18.456 +Sep 16 19:40:18.465: INFO: waiting for watch events with expected annotations +Sep 16 19:40:18.465: INFO: saw patched and updated annotations +STEP: patching /status 09/16/22 19:40:18.465 +STEP: updating /status 09/16/22 19:40:18.471 +STEP: get /status 09/16/22 19:40:18.481 +STEP: deleting 09/16/22 19:40:18.485 +STEP: deleting a collection 09/16/22 19:40:18.495 +[AfterEach] [sig-network] Ingress API + test/e2e/framework/framework.go:187 +Sep 16 19:40:18.506: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ingress-7462" for this suite. 09/16/22 19:40:18.511 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Ingress API should support creating Ingress API operations [Conformance]","completed":101,"skipped":1821,"failed":0} +------------------------------ +• [0.129 seconds] +[sig-network] Ingress API +test/e2e/network/common/framework.go:23 + should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Ingress API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:18.387 + Sep 16 19:40:18.387: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename ingress 09/16/22 19:40:18.389 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:18.407 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:18.413 + [It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 + STEP: getting /apis 09/16/22 19:40:18.419 + STEP: getting /apis/networking.k8s.io 09/16/22 19:40:18.422 + STEP: getting /apis/networking.k8s.iov1 09/16/22 19:40:18.423 + STEP: creating 09/16/22 19:40:18.424 + STEP: getting 09/16/22 19:40:18.438 + STEP: listing 09/16/22 19:40:18.442 + STEP: watching 09/16/22 19:40:18.446 + Sep 16 19:40:18.446: INFO: starting watch + STEP: cluster-wide listing 09/16/22 19:40:18.448 + STEP: cluster-wide watching 09/16/22 19:40:18.45 + Sep 16 19:40:18.450: INFO: starting watch + STEP: patching 09/16/22 19:40:18.451 + STEP: updating 09/16/22 19:40:18.456 + Sep 16 19:40:18.465: INFO: waiting for watch events with expected annotations + Sep 16 19:40:18.465: INFO: saw patched and updated annotations + STEP: patching /status 09/16/22 19:40:18.465 + STEP: updating /status 09/16/22 19:40:18.471 + STEP: get /status 09/16/22 19:40:18.481 + STEP: deleting 09/16/22 19:40:18.485 + STEP: deleting a collection 09/16/22 19:40:18.495 + [AfterEach] [sig-network] Ingress API + test/e2e/framework/framework.go:187 + Sep 16 19:40:18.506: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ingress-7462" for this suite. 09/16/22 19:40:18.511 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicationController + should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:18.524 +Sep 16 19:40:18.524: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replication-controller 09/16/22 19:40:18.526 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:18.539 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:18.542 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 +STEP: Given a ReplicationController is created 09/16/22 19:40:18.545 +STEP: When the matched label of one of its pods change 09/16/22 19:40:18.55 +Sep 16 19:40:18.553: INFO: Pod name pod-release: Found 0 pods out of 1 +Sep 16 19:40:23.562: INFO: Pod name pod-release: Found 1 pods out of 1 +STEP: Then the pod is released 09/16/22 19:40:23.572 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 16 19:40:24.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-4387" for this suite. 09/16/22 19:40:24.596 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicationController should release no longer matching pods [Conformance]","completed":102,"skipped":1886,"failed":0} +------------------------------ +• [SLOW TEST] [6.077 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:18.524 + Sep 16 19:40:18.524: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replication-controller 09/16/22 19:40:18.526 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:18.539 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:18.542 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 + STEP: Given a ReplicationController is created 09/16/22 19:40:18.545 + STEP: When the matched label of one of its pods change 09/16/22 19:40:18.55 + Sep 16 19:40:18.553: INFO: Pod name pod-release: Found 0 pods out of 1 + Sep 16 19:40:23.562: INFO: Pod name pod-release: Found 1 pods out of 1 + STEP: Then the pod is released 09/16/22 19:40:23.572 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 16 19:40:24.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-4387" for this suite. 09/16/22 19:40:24.596 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] DisruptionController + should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:24.601 +Sep 16 19:40:24.602: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename disruption 09/16/22 19:40:24.603 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:24.621 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:24.625 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 +STEP: Creating a pdb that targets all three pods in a test replica set 09/16/22 19:40:24.629 +STEP: Waiting for the pdb to be processed 09/16/22 19:40:24.634 +STEP: First trying to evict a pod which shouldn't be evictable 09/16/22 19:40:26.653 +STEP: Waiting for all pods to be running 09/16/22 19:40:26.654 +Sep 16 19:40:26.657: INFO: pods: 0 < 3 +Sep 16 19:40:28.661: INFO: running pods: 2 < 3 +STEP: locating a running pod 09/16/22 19:40:30.661 +STEP: Updating the pdb to allow a pod to be evicted 09/16/22 19:40:30.667 +STEP: Waiting for the pdb to be processed 09/16/22 19:40:30.672 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/16/22 19:40:30.677 +STEP: Waiting for all pods to be running 09/16/22 19:40:30.677 +STEP: Waiting for the pdb to observed all healthy pods 09/16/22 19:40:30.679 +STEP: Patching the pdb to disallow a pod to be evicted 09/16/22 19:40:30.692 +STEP: Waiting for the pdb to be processed 09/16/22 19:40:30.706 +STEP: Waiting for all pods to be running 09/16/22 19:40:30.712 +Sep 16 19:40:30.720: INFO: running pods: 2 < 3 +STEP: locating a running pod 09/16/22 19:40:32.724 +STEP: Deleting the pdb to allow a pod to be evicted 09/16/22 19:40:32.732 +STEP: Waiting for the pdb to be deleted 09/16/22 19:40:32.736 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/16/22 19:40:32.738 +STEP: Waiting for all pods to be running 09/16/22 19:40:32.738 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 16 19:40:32.747: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-2140" for this suite. 09/16/22 19:40:32.759 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] DisruptionController should block an eviction until the PDB is updated to allow it [Conformance]","completed":103,"skipped":1886,"failed":0} +------------------------------ +• [SLOW TEST] [8.175 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:24.601 + Sep 16 19:40:24.602: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename disruption 09/16/22 19:40:24.603 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:24.621 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:24.625 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 + STEP: Creating a pdb that targets all three pods in a test replica set 09/16/22 19:40:24.629 + STEP: Waiting for the pdb to be processed 09/16/22 19:40:24.634 + STEP: First trying to evict a pod which shouldn't be evictable 09/16/22 19:40:26.653 + STEP: Waiting for all pods to be running 09/16/22 19:40:26.654 + Sep 16 19:40:26.657: INFO: pods: 0 < 3 + Sep 16 19:40:28.661: INFO: running pods: 2 < 3 + STEP: locating a running pod 09/16/22 19:40:30.661 + STEP: Updating the pdb to allow a pod to be evicted 09/16/22 19:40:30.667 + STEP: Waiting for the pdb to be processed 09/16/22 19:40:30.672 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/16/22 19:40:30.677 + STEP: Waiting for all pods to be running 09/16/22 19:40:30.677 + STEP: Waiting for the pdb to observed all healthy pods 09/16/22 19:40:30.679 + STEP: Patching the pdb to disallow a pod to be evicted 09/16/22 19:40:30.692 + STEP: Waiting for the pdb to be processed 09/16/22 19:40:30.706 + STEP: Waiting for all pods to be running 09/16/22 19:40:30.712 + Sep 16 19:40:30.720: INFO: running pods: 2 < 3 + STEP: locating a running pod 09/16/22 19:40:32.724 + STEP: Deleting the pdb to allow a pod to be evicted 09/16/22 19:40:32.732 + STEP: Waiting for the pdb to be deleted 09/16/22 19:40:32.736 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/16/22 19:40:32.738 + STEP: Waiting for all pods to be running 09/16/22 19:40:32.738 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 16 19:40:32.747: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-2140" for this suite. 09/16/22 19:40:32.759 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Deployment + should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:32.782 +Sep 16 19:40:32.782: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 19:40:32.783 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:32.813 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:32.816 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 +STEP: creating a Deployment 09/16/22 19:40:32.822 +Sep 16 19:40:32.823: INFO: Creating simple deployment test-deployment-wst4q +Sep 16 19:40:32.838: INFO: deployment "test-deployment-wst4q" doesn't have the required revision set +STEP: Getting /status 09/16/22 19:40:34.85 +Sep 16 19:40:34.854: INFO: Deployment test-deployment-wst4q has Conditions: [{Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.}] +STEP: updating Deployment Status 09/16/22 19:40:34.854 +Sep 16 19:40:34.866: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 40, 34, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 40, 34, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 40, 34, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 40, 32, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-wst4q-777898ffcc\" has successfully progressed."}, v1.DeploymentCondition{Type:"StatusUpdate", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the Deployment status to be updated 09/16/22 19:40:34.866 +Sep 16 19:40:34.868: INFO: Observed &Deployment event: ADDED +Sep 16 19:40:34.868: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} +Sep 16 19:40:34.869: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} +Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 16 19:40:34.869: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-wst4q-777898ffcc" is progressing.} +Sep 16 19:40:34.870: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} +Sep 16 19:40:34.870: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} +Sep 16 19:40:34.870: INFO: Found Deployment test-deployment-wst4q in namespace deployment-8766 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Sep 16 19:40:34.870: INFO: Deployment test-deployment-wst4q has an updated status +STEP: patching the Statefulset Status 09/16/22 19:40:34.871 +Sep 16 19:40:34.871: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Sep 16 19:40:34.886: INFO: Patched status conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"StatusPatched", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} +STEP: watching for the Deployment status to be patched 09/16/22 19:40:34.886 +Sep 16 19:40:34.893: INFO: Observed &Deployment event: ADDED +Sep 16 19:40:34.893: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} +Sep 16 19:40:34.893: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} +Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 16 19:40:34.895: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-wst4q-777898ffcc" is progressing.} +Sep 16 19:40:34.896: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.896: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 16 19:40:34.896: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} +Sep 16 19:40:34.896: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.896: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 16 19:40:34.897: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} +Sep 16 19:40:34.897: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Sep 16 19:40:34.897: INFO: Observed &Deployment event: MODIFIED +Sep 16 19:40:34.897: INFO: Found deployment test-deployment-wst4q in namespace deployment-8766 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC } +Sep 16 19:40:34.897: INFO: Deployment test-deployment-wst4q has a patched status +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 19:40:34.903: INFO: Deployment "test-deployment-wst4q": +&Deployment{ObjectMeta:{test-deployment-wst4q deployment-8766 e4f74990-d571-4238-a591-e284040e1ad3 15569 1 2022-09-16 19:40:32 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2022-09-16 19:40:32 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"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":{}}}}} } {e2e.test Update apps/v1 2022-09-16 19:40:34 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"StatusPatched\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}}}} status} {k3s Update apps/v1 2022-09-16 19:40:34 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0045e24d8 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[] [] nil }},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:StatusPatched,Status:True,Reason:,Message:,LastUpdateTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:0001-01-01 00:00:00 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 16 19:40:34.915: INFO: New ReplicaSet "test-deployment-wst4q-777898ffcc" of Deployment "test-deployment-wst4q": +&ReplicaSet{ObjectMeta:{test-deployment-wst4q-777898ffcc deployment-8766 575b15cb-7e83-4074-b0ce-a1d45fd962d1 15563 1 2022-09-16 19:40:32 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-wst4q e4f74990-d571-4238-a591-e284040e1ad3 0xc0045e28a0 0xc0045e28a1}] [] [{k3s Update apps/v1 2022-09-16 19:40:32 +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:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"e4f74990-d571-4238-a591-e284040e1ad3\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:40:34 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,pod-template-hash: 777898ffcc,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0045e2958 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:40:34.927: INFO: Pod "test-deployment-wst4q-777898ffcc-htc4h" is available: +&Pod{ObjectMeta:{test-deployment-wst4q-777898ffcc-htc4h test-deployment-wst4q-777898ffcc- deployment-8766 21fa18bb-7dcb-4581-a0ce-a31d676c7c92 15562 0 2022-09-16 19:40:32 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [{apps/v1 ReplicaSet test-deployment-wst4q-777898ffcc 575b15cb-7e83-4074-b0ce-a1d45fd962d1 0xc0045462d0 0xc0045462d1}] [] [{k3s Update v1 2022-09-16 19:40:32 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"575b15cb-7e83-4074-b0ce-a1d45fd962d1\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:40:34 +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.42.1.188\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-bnglm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-bnglm,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:32 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:32 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.188,StartTime:2022-09-16 19:40:32 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:40:33 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://53615ae77d2a5f7f62c6638d916617f2a8a9b0fc41fb250c9667f529528dfe34,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.188,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 19:40:34.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-8766" for this suite. 09/16/22 19:40:34.939 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment should validate Deployment Status endpoints [Conformance]","completed":104,"skipped":1915,"failed":0} +------------------------------ +• [2.168 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:32.782 + Sep 16 19:40:32.782: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 19:40:32.783 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:32.813 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:32.816 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 + STEP: creating a Deployment 09/16/22 19:40:32.822 + Sep 16 19:40:32.823: INFO: Creating simple deployment test-deployment-wst4q + Sep 16 19:40:32.838: INFO: deployment "test-deployment-wst4q" doesn't have the required revision set + STEP: Getting /status 09/16/22 19:40:34.85 + Sep 16 19:40:34.854: INFO: Deployment test-deployment-wst4q has Conditions: [{Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.}] + STEP: updating Deployment Status 09/16/22 19:40:34.854 + Sep 16 19:40:34.866: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 40, 34, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 40, 34, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 40, 34, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 40, 32, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-wst4q-777898ffcc\" has successfully progressed."}, v1.DeploymentCondition{Type:"StatusUpdate", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the Deployment status to be updated 09/16/22 19:40:34.866 + Sep 16 19:40:34.868: INFO: Observed &Deployment event: ADDED + Sep 16 19:40:34.868: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} + Sep 16 19:40:34.869: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} + Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 16 19:40:34.869: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 16 19:40:34.869: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-wst4q-777898ffcc" is progressing.} + Sep 16 19:40:34.870: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} + Sep 16 19:40:34.870: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 16 19:40:34.870: INFO: Observed Deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} + Sep 16 19:40:34.870: INFO: Found Deployment test-deployment-wst4q in namespace deployment-8766 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Sep 16 19:40:34.870: INFO: Deployment test-deployment-wst4q has an updated status + STEP: patching the Statefulset Status 09/16/22 19:40:34.871 + Sep 16 19:40:34.871: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Sep 16 19:40:34.886: INFO: Patched status conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"StatusPatched", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} + STEP: watching for the Deployment status to be patched 09/16/22 19:40:34.886 + Sep 16 19:40:34.893: INFO: Observed &Deployment event: ADDED + Sep 16 19:40:34.893: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} + Sep 16 19:40:34.893: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-wst4q-777898ffcc"} + Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 16 19:40:34.895: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 16 19:40:34.895: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:32 +0000 UTC 2022-09-16 19:40:32 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-wst4q-777898ffcc" is progressing.} + Sep 16 19:40:34.896: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.896: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 16 19:40:34.896: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} + Sep 16 19:40:34.896: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.896: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:34 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 16 19:40:34.897: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-16 19:40:34 +0000 UTC 2022-09-16 19:40:32 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-wst4q-777898ffcc" has successfully progressed.} + Sep 16 19:40:34.897: INFO: Observed deployment test-deployment-wst4q in namespace deployment-8766 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Sep 16 19:40:34.897: INFO: Observed &Deployment event: MODIFIED + Sep 16 19:40:34.897: INFO: Found deployment test-deployment-wst4q in namespace deployment-8766 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC } + Sep 16 19:40:34.897: INFO: Deployment test-deployment-wst4q has a patched status + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 19:40:34.903: INFO: Deployment "test-deployment-wst4q": + &Deployment{ObjectMeta:{test-deployment-wst4q deployment-8766 e4f74990-d571-4238-a591-e284040e1ad3 15569 1 2022-09-16 19:40:32 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2022-09-16 19:40:32 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"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":{}}}}} } {e2e.test Update apps/v1 2022-09-16 19:40:34 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"StatusPatched\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}}}} status} {k3s Update apps/v1 2022-09-16 19:40:34 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0045e24d8 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[] [] nil }},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:StatusPatched,Status:True,Reason:,Message:,LastUpdateTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:0001-01-01 00:00:00 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 16 19:40:34.915: INFO: New ReplicaSet "test-deployment-wst4q-777898ffcc" of Deployment "test-deployment-wst4q": + &ReplicaSet{ObjectMeta:{test-deployment-wst4q-777898ffcc deployment-8766 575b15cb-7e83-4074-b0ce-a1d45fd962d1 15563 1 2022-09-16 19:40:32 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-wst4q e4f74990-d571-4238-a591-e284040e1ad3 0xc0045e28a0 0xc0045e28a1}] [] [{k3s Update apps/v1 2022-09-16 19:40:32 +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:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"e4f74990-d571-4238-a591-e284040e1ad3\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:40:34 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,pod-template-hash: 777898ffcc,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0045e2958 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:40:34.927: INFO: Pod "test-deployment-wst4q-777898ffcc-htc4h" is available: + &Pod{ObjectMeta:{test-deployment-wst4q-777898ffcc-htc4h test-deployment-wst4q-777898ffcc- deployment-8766 21fa18bb-7dcb-4581-a0ce-a31d676c7c92 15562 0 2022-09-16 19:40:32 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [{apps/v1 ReplicaSet test-deployment-wst4q-777898ffcc 575b15cb-7e83-4074-b0ce-a1d45fd962d1 0xc0045462d0 0xc0045462d1}] [] [{k3s Update v1 2022-09-16 19:40:32 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"575b15cb-7e83-4074-b0ce-a1d45fd962d1\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:40:34 +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.42.1.188\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-bnglm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-bnglm,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:32 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:34 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:40:32 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.188,StartTime:2022-09-16 19:40:32 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:40:33 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://53615ae77d2a5f7f62c6638d916617f2a8a9b0fc41fb250c9667f529528dfe34,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.188,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 19:40:34.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-8766" for this suite. 09/16/22 19:40:34.939 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] KubeletManagedEtcHosts + should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 +[BeforeEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:34.961 +Sep 16 19:40:34.961: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 09/16/22 19:40:34.962 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:34.991 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:35.017 +[It] should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 +STEP: Setting up the test 09/16/22 19:40:35.023 +STEP: Creating hostNetwork=false pod 09/16/22 19:40:35.023 +W0916 19:40:35.037552 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPath volumes (volume "host-etc-hosts") +Sep 16 19:40:35.037: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-6130" to be "running and ready" +Sep 16 19:40:35.046: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 8.863875ms +Sep 16 19:40:35.046: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:40:37.049: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011862812s +Sep 16 19:40:37.049: INFO: The phase of Pod test-pod is Running (Ready = true) +Sep 16 19:40:37.049: INFO: Pod "test-pod" satisfied condition "running and ready" +STEP: Creating hostNetwork=true pod 09/16/22 19:40:37.051 +W0916 19:40:37.055205 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true), hostPath volumes (volume "host-etc-hosts") +Sep 16 19:40:37.055: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-6130" to be "running and ready" +Sep 16 19:40:37.061: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 6.187561ms +Sep 16 19:40:37.061: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:40:39.065: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009694476s +Sep 16 19:40:39.065: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) +Sep 16 19:40:39.065: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" +STEP: Running the test 09/16/22 19:40:39.067 +STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 09/16/22 19:40:39.067 +Sep 16 19:40:39.068: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.068: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.069: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.069: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 16 19:40:39.131: INFO: Exec stderr: "" +Sep 16 19:40:39.131: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.131: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.132: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.132: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 16 19:40:39.194: INFO: Exec stderr: "" +Sep 16 19:40:39.194: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.194: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.195: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.195: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 16 19:40:39.266: INFO: Exec stderr: "" +Sep 16 19:40:39.267: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.267: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.267: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.267: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 16 19:40:39.327: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 09/16/22 19:40:39.328 +Sep 16 19:40:39.328: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.328: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.328: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.329: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Sep 16 19:40:39.382: INFO: Exec stderr: "" +Sep 16 19:40:39.383: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.383: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.383: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.383: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Sep 16 19:40:39.445: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 09/16/22 19:40:39.445 +Sep 16 19:40:39.445: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.445: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.446: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.446: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 16 19:40:39.522: INFO: Exec stderr: "" +Sep 16 19:40:39.522: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:39.522: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:39.523: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:39.523: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 16 19:40:40.046: INFO: Exec stderr: "" +Sep 16 19:40:40.046: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:40.046: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:40.047: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:40.047: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 16 19:40:40.135: INFO: Exec stderr: "" +Sep 16 19:40:40.135: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:40:40.135: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:40:40.136: INFO: ExecWithOptions: Clientset creation +Sep 16 19:40:40.136: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 16 19:40:40.199: INFO: Exec stderr: "" +[AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:187 +Sep 16 19:40:40.199: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "e2e-kubelet-etc-hosts-6130" for this suite. 09/16/22 19:40:40.203 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]","completed":105,"skipped":1997,"failed":0} +------------------------------ +• [SLOW TEST] [5.247 seconds] +[sig-node] KubeletManagedEtcHosts +test/e2e/common/node/framework.go:23 + should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:34.961 + Sep 16 19:40:34.961: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 09/16/22 19:40:34.962 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:34.991 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:35.017 + [It] should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 + STEP: Setting up the test 09/16/22 19:40:35.023 + STEP: Creating hostNetwork=false pod 09/16/22 19:40:35.023 + W0916 19:40:35.037552 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPath volumes (volume "host-etc-hosts") + Sep 16 19:40:35.037: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-6130" to be "running and ready" + Sep 16 19:40:35.046: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 8.863875ms + Sep 16 19:40:35.046: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:40:37.049: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011862812s + Sep 16 19:40:37.049: INFO: The phase of Pod test-pod is Running (Ready = true) + Sep 16 19:40:37.049: INFO: Pod "test-pod" satisfied condition "running and ready" + STEP: Creating hostNetwork=true pod 09/16/22 19:40:37.051 + W0916 19:40:37.055205 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true), hostPath volumes (volume "host-etc-hosts") + Sep 16 19:40:37.055: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-6130" to be "running and ready" + Sep 16 19:40:37.061: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 6.187561ms + Sep 16 19:40:37.061: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:40:39.065: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009694476s + Sep 16 19:40:39.065: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) + Sep 16 19:40:39.065: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" + STEP: Running the test 09/16/22 19:40:39.067 + STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 09/16/22 19:40:39.067 + Sep 16 19:40:39.068: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.068: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.069: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.069: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 16 19:40:39.131: INFO: Exec stderr: "" + Sep 16 19:40:39.131: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.131: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.132: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.132: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 16 19:40:39.194: INFO: Exec stderr: "" + Sep 16 19:40:39.194: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.194: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.195: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.195: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 16 19:40:39.266: INFO: Exec stderr: "" + Sep 16 19:40:39.267: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.267: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.267: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.267: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 16 19:40:39.327: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 09/16/22 19:40:39.328 + Sep 16 19:40:39.328: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.328: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.328: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.329: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Sep 16 19:40:39.382: INFO: Exec stderr: "" + Sep 16 19:40:39.383: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.383: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.383: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.383: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Sep 16 19:40:39.445: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 09/16/22 19:40:39.445 + Sep 16 19:40:39.445: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.445: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.446: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.446: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 16 19:40:39.522: INFO: Exec stderr: "" + Sep 16 19:40:39.522: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:39.522: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:39.523: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:39.523: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 16 19:40:40.046: INFO: Exec stderr: "" + Sep 16 19:40:40.046: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:40.046: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:40.047: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:40.047: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 16 19:40:40.135: INFO: Exec stderr: "" + Sep 16 19:40:40.135: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6130 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:40:40.135: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:40:40.136: INFO: ExecWithOptions: Clientset creation + Sep 16 19:40:40.136: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6130/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 16 19:40:40.199: INFO: Exec stderr: "" + [AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:187 + Sep 16 19:40:40.199: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "e2e-kubelet-etc-hosts-6130" for this suite. 09/16/22 19:40:40.203 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:40.213 +Sep 16 19:40:40.214: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:40:40.215 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:40.245 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:40.249 +[It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 +Sep 16 19:40:40.258: INFO: Waiting up to 2m0s for pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" in namespace "var-expansion-3081" to be "container 0 failed with reason CreateContainerConfigError" +Sep 16 19:40:40.264: INFO: Pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.734261ms +Sep 16 19:40:42.268: INFO: Pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010006152s +Sep 16 19:40:42.268: INFO: Pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Sep 16 19:40:42.268: INFO: Deleting pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" in namespace "var-expansion-3081" +Sep 16 19:40:42.273: INFO: Wait up to 5m0s for pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:40:44.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-3081" for this suite. 09/16/22 19:40:44.294 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should fail substituting values in a volume subpath with backticks [Slow] [Conformance]","completed":106,"skipped":2029,"failed":0} +------------------------------ +• [4.086 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:40.213 + Sep 16 19:40:40.214: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:40:40.215 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:40.245 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:40.249 + [It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 + Sep 16 19:40:40.258: INFO: Waiting up to 2m0s for pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" in namespace "var-expansion-3081" to be "container 0 failed with reason CreateContainerConfigError" + Sep 16 19:40:40.264: INFO: Pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.734261ms + Sep 16 19:40:42.268: INFO: Pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010006152s + Sep 16 19:40:42.268: INFO: Pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Sep 16 19:40:42.268: INFO: Deleting pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" in namespace "var-expansion-3081" + Sep 16 19:40:42.273: INFO: Wait up to 5m0s for pod "var-expansion-b2578710-af77-46b3-86b0-e2dd6a88cbd4" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:40:44.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-3081" for this suite. 09/16/22 19:40:44.294 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:40:44.304 +Sep 16 19:40:44.304: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:40:44.306 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:44.369 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:44.373 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:40:44.39 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:40:45.218 +STEP: Deploying the webhook pod 09/16/22 19:40:45.226 +STEP: Wait for the deployment to be ready 09/16/22 19:40:45.237 +Sep 16 19:40:45.243: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 19:40:47.25 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:40:47.258 +Sep 16 19:40:48.259: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 +STEP: Setting timeout (1s) shorter than webhook latency (5s) 09/16/22 19:40:48.263 +STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:48.263 +STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 09/16/22 19:40:48.283 +STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 09/16/22 19:40:49.291 +STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:49.291 +STEP: Having no error when timeout is longer than webhook latency 09/16/22 19:40:50.309 +STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:50.309 +STEP: Having no error when timeout is empty (defaulted to 10s in v1) 09/16/22 19:40:55.339 +STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:55.339 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:41:00.576: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7778" for this suite. 09/16/22 19:41:00.581 +STEP: Destroying namespace "webhook-7778-markers" for this suite. 09/16/22 19:41:00.586 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]","completed":107,"skipped":2075,"failed":0} +------------------------------ +• [SLOW TEST] [16.400 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:40:44.304 + Sep 16 19:40:44.304: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:40:44.306 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:40:44.369 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:40:44.373 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:40:44.39 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:40:45.218 + STEP: Deploying the webhook pod 09/16/22 19:40:45.226 + STEP: Wait for the deployment to be ready 09/16/22 19:40:45.237 + Sep 16 19:40:45.243: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 19:40:47.25 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:40:47.258 + Sep 16 19:40:48.259: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 + STEP: Setting timeout (1s) shorter than webhook latency (5s) 09/16/22 19:40:48.263 + STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:48.263 + STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 09/16/22 19:40:48.283 + STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 09/16/22 19:40:49.291 + STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:49.291 + STEP: Having no error when timeout is longer than webhook latency 09/16/22 19:40:50.309 + STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:50.309 + STEP: Having no error when timeout is empty (defaulted to 10s in v1) 09/16/22 19:40:55.339 + STEP: Registering slow webhook via the AdmissionRegistration API 09/16/22 19:40:55.339 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:41:00.576: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7778" for this suite. 09/16/22 19:41:00.581 + STEP: Destroying namespace "webhook-7778-markers" for this suite. 09/16/22 19:41:00.586 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] EndpointSlice + should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:41:00.707 +Sep 16 19:41:00.707: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename endpointslice 09/16/22 19:41:00.709 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:41:00.821 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:41:00.827 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 16 19:41:02.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-1255" for this suite. 09/16/22 19:41:02.889 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] EndpointSlice should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance]","completed":108,"skipped":2082,"failed":0} +------------------------------ +• [2.186 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:41:00.707 + Sep 16 19:41:00.707: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename endpointslice 09/16/22 19:41:00.709 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:41:00.821 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:41:00.827 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 16 19:41:02.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-1255" for this suite. 09/16/22 19:41:02.889 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:208 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:41:02.894 +Sep 16 19:41:02.894: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:41:02.895 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:41:02.911 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:41:02.917 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:41:02.932 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:41:03.442 +STEP: Deploying the webhook pod 09/16/22 19:41:03.445 +STEP: Wait for the deployment to be ready 09/16/22 19:41:03.454 +Sep 16 19:41:03.484: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:0, Replicas:0, UpdatedReplicas:0, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:0, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 41, 3, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 41, 3, 0, time.Local), Reason:"NewReplicaSetCreated", Message:"Created new replica set \"sample-webhook-deployment-5d85dd8cdb\""}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 09/16/22 19:41:05.487 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:41:05.493 +Sep 16 19:41:06.494: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:208 +STEP: Registering the webhook via the AdmissionRegistration API 09/16/22 19:41:06.496 +STEP: create a pod 09/16/22 19:41:06.511 +Sep 16 19:41:06.517: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-4860" to be "running" +Sep 16 19:41:06.525: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 8.091372ms +Sep 16 19:41:08.529: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.012241468s +Sep 16 19:41:08.529: INFO: Pod "to-be-attached-pod" satisfied condition "running" +STEP: 'kubectl attach' the pod, should be denied by the webhook 09/16/22 19:41:08.529 +Sep 16 19:41:08.529: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=webhook-4860 attach --namespace=webhook-4860 to-be-attached-pod -i -c=container1' +Sep 16 19:41:08.635: INFO: rc: 1 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:41:08.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4860" for this suite. 09/16/22 19:41:08.643 +STEP: Destroying namespace "webhook-4860-markers" for this suite. 09/16/22 19:41:08.649 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]","completed":109,"skipped":2082,"failed":0} +------------------------------ +• [SLOW TEST] [5.829 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:208 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:41:02.894 + Sep 16 19:41:02.894: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:41:02.895 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:41:02.911 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:41:02.917 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:41:02.932 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:41:03.442 + STEP: Deploying the webhook pod 09/16/22 19:41:03.445 + STEP: Wait for the deployment to be ready 09/16/22 19:41:03.454 + Sep 16 19:41:03.484: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:0, Replicas:0, UpdatedReplicas:0, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:0, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 41, 3, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 41, 3, 0, time.Local), Reason:"NewReplicaSetCreated", Message:"Created new replica set \"sample-webhook-deployment-5d85dd8cdb\""}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 09/16/22 19:41:05.487 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:41:05.493 + Sep 16 19:41:06.494: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:208 + STEP: Registering the webhook via the AdmissionRegistration API 09/16/22 19:41:06.496 + STEP: create a pod 09/16/22 19:41:06.511 + Sep 16 19:41:06.517: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-4860" to be "running" + Sep 16 19:41:06.525: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 8.091372ms + Sep 16 19:41:08.529: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.012241468s + Sep 16 19:41:08.529: INFO: Pod "to-be-attached-pod" satisfied condition "running" + STEP: 'kubectl attach' the pod, should be denied by the webhook 09/16/22 19:41:08.529 + Sep 16 19:41:08.529: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=webhook-4860 attach --namespace=webhook-4860 to-be-attached-pod -i -c=container1' + Sep 16 19:41:08.635: INFO: rc: 1 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:41:08.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4860" for this suite. 09/16/22 19:41:08.643 + STEP: Destroying namespace "webhook-4860-markers" for this suite. 09/16/22 19:41:08.649 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:41:08.724 +Sep 16 19:41:08.724: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 19:41:08.725 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:41:08.803 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:41:08.808 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-5904 09/16/22 19:41:08.813 +[It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 +STEP: Creating a new StatefulSet 09/16/22 19:41:08.818 +Sep 16 19:41:08.833: INFO: Found 0 stateful pods, waiting for 3 +Sep 16 19:41:18.838: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:41:18.838: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:41:18.838: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Updating stateful set template: update image from registry.k8s.io/e2e-test-images/httpd:2.4.38-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/16/22 19:41:18.846 +Sep 16 19:41:18.863: INFO: Updating stateful set ss2 +STEP: Creating a new revision 09/16/22 19:41:18.863 +STEP: Not applying an update when the partition is greater than the number of replicas 09/16/22 19:41:28.875 +STEP: Performing a canary update 09/16/22 19:41:28.875 +Sep 16 19:41:28.894: INFO: Updating stateful set ss2 +Sep 16 19:41:28.911: INFO: Waiting for Pod statefulset-5904/ss2-2 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +STEP: Restoring Pods to the correct revision when they are deleted 09/16/22 19:41:38.917 +Sep 16 19:41:38.995: INFO: Found 1 stateful pods, waiting for 3 +Sep 16 19:41:49.000: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:41:49.000: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:41:49.000: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Performing a phased rolling update 09/16/22 19:41:49.004 +Sep 16 19:41:49.021: INFO: Updating stateful set ss2 +Sep 16 19:41:49.029: INFO: Waiting for Pod statefulset-5904/ss2-1 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +Sep 16 19:41:59.054: INFO: Updating stateful set ss2 +Sep 16 19:41:59.059: INFO: Waiting for StatefulSet statefulset-5904/ss2 to complete update +Sep 16 19:41:59.059: INFO: Waiting for Pod statefulset-5904/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 19:42:09.066: INFO: Deleting all statefulset in ns statefulset-5904 +Sep 16 19:42:09.068: INFO: Scaling statefulset ss2 to 0 +Sep 16 19:42:19.081: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:42:19.083: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 19:42:19.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-5904" for this suite. 09/16/22 19:42:19.1 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance]","completed":110,"skipped":2086,"failed":0} +------------------------------ +• [SLOW TEST] [70.401 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:41:08.724 + Sep 16 19:41:08.724: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 19:41:08.725 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:41:08.803 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:41:08.808 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-5904 09/16/22 19:41:08.813 + [It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 + STEP: Creating a new StatefulSet 09/16/22 19:41:08.818 + Sep 16 19:41:08.833: INFO: Found 0 stateful pods, waiting for 3 + Sep 16 19:41:18.838: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:41:18.838: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:41:18.838: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Updating stateful set template: update image from registry.k8s.io/e2e-test-images/httpd:2.4.38-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/16/22 19:41:18.846 + Sep 16 19:41:18.863: INFO: Updating stateful set ss2 + STEP: Creating a new revision 09/16/22 19:41:18.863 + STEP: Not applying an update when the partition is greater than the number of replicas 09/16/22 19:41:28.875 + STEP: Performing a canary update 09/16/22 19:41:28.875 + Sep 16 19:41:28.894: INFO: Updating stateful set ss2 + Sep 16 19:41:28.911: INFO: Waiting for Pod statefulset-5904/ss2-2 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + STEP: Restoring Pods to the correct revision when they are deleted 09/16/22 19:41:38.917 + Sep 16 19:41:38.995: INFO: Found 1 stateful pods, waiting for 3 + Sep 16 19:41:49.000: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:41:49.000: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:41:49.000: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Performing a phased rolling update 09/16/22 19:41:49.004 + Sep 16 19:41:49.021: INFO: Updating stateful set ss2 + Sep 16 19:41:49.029: INFO: Waiting for Pod statefulset-5904/ss2-1 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + Sep 16 19:41:59.054: INFO: Updating stateful set ss2 + Sep 16 19:41:59.059: INFO: Waiting for StatefulSet statefulset-5904/ss2 to complete update + Sep 16 19:41:59.059: INFO: Waiting for Pod statefulset-5904/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 19:42:09.066: INFO: Deleting all statefulset in ns statefulset-5904 + Sep 16 19:42:09.068: INFO: Scaling statefulset ss2 to 0 + Sep 16 19:42:19.081: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:42:19.083: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 19:42:19.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-5904" for this suite. 09/16/22 19:42:19.1 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicationController + should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:42:19.13 +Sep 16 19:42:19.130: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replication-controller 09/16/22 19:42:19.133 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:19.198 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:19.206 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 +STEP: creating a ReplicationController 09/16/22 19:42:19.214 +STEP: waiting for RC to be added 09/16/22 19:42:19.221 +STEP: waiting for available Replicas 09/16/22 19:42:19.221 +STEP: patching ReplicationController 09/16/22 19:42:20.553 +STEP: waiting for RC to be modified 09/16/22 19:42:20.562 +STEP: patching ReplicationController status 09/16/22 19:42:20.563 +STEP: waiting for RC to be modified 09/16/22 19:42:20.569 +STEP: waiting for available Replicas 09/16/22 19:42:20.569 +STEP: fetching ReplicationController status 09/16/22 19:42:20.575 +STEP: patching ReplicationController scale 09/16/22 19:42:20.578 +STEP: waiting for RC to be modified 09/16/22 19:42:20.584 +STEP: waiting for ReplicationController's scale to be the max amount 09/16/22 19:42:20.584 +STEP: fetching ReplicationController; ensuring that it's patched 09/16/22 19:42:21.923 +STEP: updating ReplicationController status 09/16/22 19:42:21.926 +STEP: waiting for RC to be modified 09/16/22 19:42:21.933 +STEP: listing all ReplicationControllers 09/16/22 19:42:21.933 +STEP: checking that ReplicationController has expected values 09/16/22 19:42:21.94 +STEP: deleting ReplicationControllers by collection 09/16/22 19:42:21.94 +STEP: waiting for ReplicationController to have a DELETED watchEvent 09/16/22 19:42:21.947 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 16 19:42:22.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-1119" for this suite. 09/16/22 19:42:22.005 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicationController should test the lifecycle of a ReplicationController [Conformance]","completed":111,"skipped":2123,"failed":0} +------------------------------ +• [2.880 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:42:19.13 + Sep 16 19:42:19.130: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replication-controller 09/16/22 19:42:19.133 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:19.198 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:19.206 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 + STEP: creating a ReplicationController 09/16/22 19:42:19.214 + STEP: waiting for RC to be added 09/16/22 19:42:19.221 + STEP: waiting for available Replicas 09/16/22 19:42:19.221 + STEP: patching ReplicationController 09/16/22 19:42:20.553 + STEP: waiting for RC to be modified 09/16/22 19:42:20.562 + STEP: patching ReplicationController status 09/16/22 19:42:20.563 + STEP: waiting for RC to be modified 09/16/22 19:42:20.569 + STEP: waiting for available Replicas 09/16/22 19:42:20.569 + STEP: fetching ReplicationController status 09/16/22 19:42:20.575 + STEP: patching ReplicationController scale 09/16/22 19:42:20.578 + STEP: waiting for RC to be modified 09/16/22 19:42:20.584 + STEP: waiting for ReplicationController's scale to be the max amount 09/16/22 19:42:20.584 + STEP: fetching ReplicationController; ensuring that it's patched 09/16/22 19:42:21.923 + STEP: updating ReplicationController status 09/16/22 19:42:21.926 + STEP: waiting for RC to be modified 09/16/22 19:42:21.933 + STEP: listing all ReplicationControllers 09/16/22 19:42:21.933 + STEP: checking that ReplicationController has expected values 09/16/22 19:42:21.94 + STEP: deleting ReplicationControllers by collection 09/16/22 19:42:21.94 + STEP: waiting for ReplicationController to have a DELETED watchEvent 09/16/22 19:42:21.947 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 16 19:42:22.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-1119" for this suite. 09/16/22 19:42:22.005 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:42:22.011 +Sep 16 19:42:22.011: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:42:22.013 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:22.023 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:22.026 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 +STEP: creating an Endpoint 09/16/22 19:42:22.031 +STEP: waiting for available Endpoint 09/16/22 19:42:22.035 +STEP: listing all Endpoints 09/16/22 19:42:22.037 +STEP: updating the Endpoint 09/16/22 19:42:22.04 +STEP: fetching the Endpoint 09/16/22 19:42:22.045 +STEP: patching the Endpoint 09/16/22 19:42:22.048 +STEP: fetching the Endpoint 09/16/22 19:42:22.057 +STEP: deleting the Endpoint by Collection 09/16/22 19:42:22.059 +STEP: waiting for Endpoint deletion 09/16/22 19:42:22.063 +STEP: fetching the Endpoint 09/16/22 19:42:22.068 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:42:22.071: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-5951" for this suite. 09/16/22 19:42:22.073 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should test the lifecycle of an Endpoint [Conformance]","completed":112,"skipped":2146,"failed":0} +------------------------------ +• [0.067 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:42:22.011 + Sep 16 19:42:22.011: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:42:22.013 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:22.023 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:22.026 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 + STEP: creating an Endpoint 09/16/22 19:42:22.031 + STEP: waiting for available Endpoint 09/16/22 19:42:22.035 + STEP: listing all Endpoints 09/16/22 19:42:22.037 + STEP: updating the Endpoint 09/16/22 19:42:22.04 + STEP: fetching the Endpoint 09/16/22 19:42:22.045 + STEP: patching the Endpoint 09/16/22 19:42:22.048 + STEP: fetching the Endpoint 09/16/22 19:42:22.057 + STEP: deleting the Endpoint by Collection 09/16/22 19:42:22.059 + STEP: waiting for Endpoint deletion 09/16/22 19:42:22.063 + STEP: fetching the Endpoint 09/16/22 19:42:22.068 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:42:22.071: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-5951" for this suite. 09/16/22 19:42:22.073 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:42:22.081 +Sep 16 19:42:22.082: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:42:22.083 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:22.095 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:22.098 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 +STEP: creating a collection of services 09/16/22 19:42:22.101 +Sep 16 19:42:22.101: INFO: Creating e2e-svc-a-4547t +Sep 16 19:42:22.110: INFO: Creating e2e-svc-b-gqggc +Sep 16 19:42:22.120: INFO: Creating e2e-svc-c-rbfw2 +STEP: deleting service collection 09/16/22 19:42:22.133 +Sep 16 19:42:22.157: INFO: Collection of services has been deleted +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:42:22.158: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1405" for this suite. 09/16/22 19:42:22.16 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should delete a collection of services [Conformance]","completed":113,"skipped":2166,"failed":0} +------------------------------ +• [0.083 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:42:22.081 + Sep 16 19:42:22.082: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:42:22.083 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:22.095 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:22.098 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 + STEP: creating a collection of services 09/16/22 19:42:22.101 + Sep 16 19:42:22.101: INFO: Creating e2e-svc-a-4547t + Sep 16 19:42:22.110: INFO: Creating e2e-svc-b-gqggc + Sep 16 19:42:22.120: INFO: Creating e2e-svc-c-rbfw2 + STEP: deleting service collection 09/16/22 19:42:22.133 + Sep 16 19:42:22.157: INFO: Collection of services has been deleted + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:42:22.158: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1405" for this suite. 09/16/22 19:42:22.16 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:42:22.166 +Sep 16 19:42:22.167: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 19:42:22.168 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:22.181 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:22.185 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 +STEP: creating the pod 09/16/22 19:42:22.189 +STEP: setting up watch 09/16/22 19:42:22.189 +STEP: submitting the pod to kubernetes 09/16/22 19:42:22.293 +STEP: verifying the pod is in kubernetes 09/16/22 19:42:22.297 +STEP: verifying pod creation was observed 09/16/22 19:42:22.307 +Sep 16 19:42:22.307: INFO: Waiting up to 5m0s for pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345" in namespace "pods-5694" to be "running" +Sep 16 19:42:22.310: INFO: Pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345": Phase="Pending", Reason="", readiness=false. Elapsed: 2.859717ms +Sep 16 19:42:24.315: INFO: Pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345": Phase="Running", Reason="", readiness=true. Elapsed: 2.007506911s +Sep 16 19:42:24.315: INFO: Pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345" satisfied condition "running" +STEP: deleting the pod gracefully 09/16/22 19:42:24.317 +STEP: verifying pod deletion was observed 09/16/22 19:42:24.343 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 19:42:26.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-5694" for this suite. 09/16/22 19:42:26.615 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should be submitted and removed [NodeConformance] [Conformance]","completed":114,"skipped":2169,"failed":0} +------------------------------ +• [4.471 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:42:22.166 + Sep 16 19:42:22.167: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 19:42:22.168 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:22.181 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:22.185 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 + STEP: creating the pod 09/16/22 19:42:22.189 + STEP: setting up watch 09/16/22 19:42:22.189 + STEP: submitting the pod to kubernetes 09/16/22 19:42:22.293 + STEP: verifying the pod is in kubernetes 09/16/22 19:42:22.297 + STEP: verifying pod creation was observed 09/16/22 19:42:22.307 + Sep 16 19:42:22.307: INFO: Waiting up to 5m0s for pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345" in namespace "pods-5694" to be "running" + Sep 16 19:42:22.310: INFO: Pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345": Phase="Pending", Reason="", readiness=false. Elapsed: 2.859717ms + Sep 16 19:42:24.315: INFO: Pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345": Phase="Running", Reason="", readiness=true. Elapsed: 2.007506911s + Sep 16 19:42:24.315: INFO: Pod "pod-submit-remove-a7b8b556-71dc-4227-91de-1bca9dcb3345" satisfied condition "running" + STEP: deleting the pod gracefully 09/16/22 19:42:24.317 + STEP: verifying pod deletion was observed 09/16/22 19:42:24.343 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 19:42:26.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-5694" for this suite. 09/16/22 19:42:26.615 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl replace + should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:42:26.64 +Sep 16 19:42:26.640: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:42:26.641 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:26.68 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:26.688 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1732 +[It] should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 19:42:26.695 +Sep 16 19:42:26.696: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Sep 16 19:42:26.810: INFO: stderr: "" +Sep 16 19:42:26.810: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod is running 09/16/22 19:42:26.81 +STEP: verifying the pod e2e-test-httpd-pod was created 09/16/22 19:42:31.862 +Sep 16 19:42:31.862: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 get pod e2e-test-httpd-pod -o json' +Sep 16 19:42:31.979: INFO: stderr: "" +Sep 16 19:42:31.979: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2022-09-16T19:42:26Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-7879\",\n \"resourceVersion\": \"16599\",\n \"uid\": \"f218188d-3af7-459a-b3a5-79684039e823\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\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\": \"kube-api-access-5plfx\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"ip-172-31-14-177\",\n \"preemptionPolicy\": \"PreemptLowerPriority\",\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\": \"kube-api-access-5plfx\",\n \"projected\": {\n \"defaultMode\": 420,\n \"sources\": [\n {\n \"serviceAccountToken\": {\n \"expirationSeconds\": 3607,\n \"path\": \"token\"\n }\n },\n {\n \"configMap\": {\n \"items\": [\n {\n \"key\": \"ca.crt\",\n \"path\": \"ca.crt\"\n }\n ],\n \"name\": \"kube-root-ca.crt\"\n }\n },\n {\n \"downwardAPI\": {\n \"items\": [\n {\n \"fieldRef\": {\n \"apiVersion\": \"v1\",\n \"fieldPath\": \"metadata.namespace\"\n },\n \"path\": \"namespace\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"status\": {\n \"conditions\": [\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:26Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:27Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:27Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:26Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://91ce55057c13f5eeda54829e1a0cc9dafc2a71927ef36a0358999ab08e54b4b0\",\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\n \"imageID\": \"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2022-09-16T19:42:27Z\"\n }\n }\n }\n ],\n \"hostIP\": \"172.31.14.177\",\n \"phase\": \"Running\",\n \"podIP\": \"10.42.1.199\",\n \"podIPs\": [\n {\n \"ip\": \"10.42.1.199\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2022-09-16T19:42:26Z\"\n }\n}\n" +STEP: replace the image in the pod 09/16/22 19:42:31.98 +Sep 16 19:42:31.980: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 replace -f -' +Sep 16 19:42:32.715: INFO: stderr: "" +Sep 16 19:42:32.715: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n" +STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/busybox:1.29-2 09/16/22 19:42:32.715 +[AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1736 +Sep 16 19:42:32.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 delete pods e2e-test-httpd-pod' +Sep 16 19:42:34.622: INFO: stderr: "" +Sep 16 19:42:34.622: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:42:34.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7879" for this suite. 09/16/22 19:42:34.632 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image [Conformance]","completed":115,"skipped":2177,"failed":0} +------------------------------ +• [SLOW TEST] [7.998 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl replace + test/e2e/kubectl/kubectl.go:1729 + should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:42:26.64 + Sep 16 19:42:26.640: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:42:26.641 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:26.68 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:26.688 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1732 + [It] should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 19:42:26.695 + Sep 16 19:42:26.696: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Sep 16 19:42:26.810: INFO: stderr: "" + Sep 16 19:42:26.810: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod is running 09/16/22 19:42:26.81 + STEP: verifying the pod e2e-test-httpd-pod was created 09/16/22 19:42:31.862 + Sep 16 19:42:31.862: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 get pod e2e-test-httpd-pod -o json' + Sep 16 19:42:31.979: INFO: stderr: "" + Sep 16 19:42:31.979: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2022-09-16T19:42:26Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-7879\",\n \"resourceVersion\": \"16599\",\n \"uid\": \"f218188d-3af7-459a-b3a5-79684039e823\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\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\": \"kube-api-access-5plfx\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"ip-172-31-14-177\",\n \"preemptionPolicy\": \"PreemptLowerPriority\",\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\": \"kube-api-access-5plfx\",\n \"projected\": {\n \"defaultMode\": 420,\n \"sources\": [\n {\n \"serviceAccountToken\": {\n \"expirationSeconds\": 3607,\n \"path\": \"token\"\n }\n },\n {\n \"configMap\": {\n \"items\": [\n {\n \"key\": \"ca.crt\",\n \"path\": \"ca.crt\"\n }\n ],\n \"name\": \"kube-root-ca.crt\"\n }\n },\n {\n \"downwardAPI\": {\n \"items\": [\n {\n \"fieldRef\": {\n \"apiVersion\": \"v1\",\n \"fieldPath\": \"metadata.namespace\"\n },\n \"path\": \"namespace\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"status\": {\n \"conditions\": [\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:26Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:27Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:27Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-16T19:42:26Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://91ce55057c13f5eeda54829e1a0cc9dafc2a71927ef36a0358999ab08e54b4b0\",\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\n \"imageID\": \"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2022-09-16T19:42:27Z\"\n }\n }\n }\n ],\n \"hostIP\": \"172.31.14.177\",\n \"phase\": \"Running\",\n \"podIP\": \"10.42.1.199\",\n \"podIPs\": [\n {\n \"ip\": \"10.42.1.199\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2022-09-16T19:42:26Z\"\n }\n}\n" + STEP: replace the image in the pod 09/16/22 19:42:31.98 + Sep 16 19:42:31.980: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 replace -f -' + Sep 16 19:42:32.715: INFO: stderr: "" + Sep 16 19:42:32.715: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n" + STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/busybox:1.29-2 09/16/22 19:42:32.715 + [AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1736 + Sep 16 19:42:32.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7879 delete pods e2e-test-httpd-pod' + Sep 16 19:42:34.622: INFO: stderr: "" + Sep 16 19:42:34.622: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:42:34.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7879" for this suite. 09/16/22 19:42:34.632 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:42:34.638 +Sep 16 19:42:34.639: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 19:42:34.64 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:34.654 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:34.658 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 +STEP: Creating pod test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f in namespace container-probe-6864 09/16/22 19:42:34.661 +Sep 16 19:42:34.674: INFO: Waiting up to 5m0s for pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f" in namespace "container-probe-6864" to be "not pending" +Sep 16 19:42:34.681: INFO: Pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f": Phase="Pending", Reason="", readiness=false. Elapsed: 6.929634ms +Sep 16 19:42:36.685: INFO: Pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f": Phase="Running", Reason="", readiness=true. Elapsed: 2.010966668s +Sep 16 19:42:36.685: INFO: Pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f" satisfied condition "not pending" +Sep 16 19:42:36.685: INFO: Started pod test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f in namespace container-probe-6864 +STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 19:42:36.685 +Sep 16 19:42:36.688: INFO: Initial restart count of pod test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f is 0 +STEP: deleting the pod 09/16/22 19:46:37.189 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 19:46:37.199: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-6864" for this suite. 09/16/22 19:46:37.205 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","completed":116,"skipped":2185,"failed":0} +------------------------------ +• [SLOW TEST] [242.574 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:42:34.638 + Sep 16 19:42:34.639: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 19:42:34.64 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:42:34.654 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:42:34.658 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 + STEP: Creating pod test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f in namespace container-probe-6864 09/16/22 19:42:34.661 + Sep 16 19:42:34.674: INFO: Waiting up to 5m0s for pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f" in namespace "container-probe-6864" to be "not pending" + Sep 16 19:42:34.681: INFO: Pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f": Phase="Pending", Reason="", readiness=false. Elapsed: 6.929634ms + Sep 16 19:42:36.685: INFO: Pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f": Phase="Running", Reason="", readiness=true. Elapsed: 2.010966668s + Sep 16 19:42:36.685: INFO: Pod "test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f" satisfied condition "not pending" + Sep 16 19:42:36.685: INFO: Started pod test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f in namespace container-probe-6864 + STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 19:42:36.685 + Sep 16 19:42:36.688: INFO: Initial restart count of pod test-webserver-d659fc78-b530-45d2-b12f-9c40c0b13d9f is 0 + STEP: deleting the pod 09/16/22 19:46:37.189 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 19:46:37.199: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-6864" for this suite. 09/16/22 19:46:37.205 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:46:37.219 +Sep 16 19:46:37.219: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:46:37.221 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:46:37.253 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:46:37.257 +[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 +STEP: Creating configMap with name configmap-test-volume-fca47337-53f7-4e2f-a6c1-72400b579c3e 09/16/22 19:46:37.261 +STEP: Creating a pod to test consume configMaps 09/16/22 19:46:37.265 +Sep 16 19:46:37.271: INFO: Waiting up to 5m0s for pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027" in namespace "configmap-871" to be "Succeeded or Failed" +Sep 16 19:46:37.274: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027": Phase="Pending", Reason="", readiness=false. Elapsed: 2.349538ms +Sep 16 19:46:39.278: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006020295s +Sep 16 19:46:41.278: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006237285s +STEP: Saw pod success 09/16/22 19:46:41.278 +Sep 16 19:46:41.279: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027" satisfied condition "Succeeded or Failed" +Sep 16 19:46:41.281: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027 container agnhost-container: +STEP: delete the pod 09/16/22 19:46:41.295 +Sep 16 19:46:41.302: INFO: Waiting for pod pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027 to disappear +Sep 16 19:46:41.306: INFO: Pod pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:46:41.306: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-871" for this suite. 09/16/22 19:46:41.309 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","completed":117,"skipped":2199,"failed":0} +------------------------------ +• [4.096 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:46:37.219 + Sep 16 19:46:37.219: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:46:37.221 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:46:37.253 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:46:37.257 + [It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 + STEP: Creating configMap with name configmap-test-volume-fca47337-53f7-4e2f-a6c1-72400b579c3e 09/16/22 19:46:37.261 + STEP: Creating a pod to test consume configMaps 09/16/22 19:46:37.265 + Sep 16 19:46:37.271: INFO: Waiting up to 5m0s for pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027" in namespace "configmap-871" to be "Succeeded or Failed" + Sep 16 19:46:37.274: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027": Phase="Pending", Reason="", readiness=false. Elapsed: 2.349538ms + Sep 16 19:46:39.278: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006020295s + Sep 16 19:46:41.278: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006237285s + STEP: Saw pod success 09/16/22 19:46:41.278 + Sep 16 19:46:41.279: INFO: Pod "pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027" satisfied condition "Succeeded or Failed" + Sep 16 19:46:41.281: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027 container agnhost-container: + STEP: delete the pod 09/16/22 19:46:41.295 + Sep 16 19:46:41.302: INFO: Waiting for pod pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027 to disappear + Sep 16 19:46:41.306: INFO: Pod pod-configmaps-0e95c0c6-6aa5-49ec-aaec-dbcf9f3c4027 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:46:41.306: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-871" for this suite. 09/16/22 19:46:41.309 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:46:41.315 +Sep 16 19:46:41.316: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:46:41.317 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:46:41.327 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:46:41.331 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:46:41.346 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:46:42.144 +STEP: Deploying the webhook pod 09/16/22 19:46:42.149 +STEP: Wait for the deployment to be ready 09/16/22 19:46:42.157 +Sep 16 19:46:42.161: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/16/22 19:46:44.167 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:46:44.176 +Sep 16 19:46:45.177: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 +Sep 16 19:46:45.180: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-3685-crds.webhook.example.com via the AdmissionRegistration API 09/16/22 19:46:45.689 +STEP: Creating a custom resource that should be mutated by the webhook 09/16/22 19:46:45.705 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:46:48.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-9165" for this suite. 09/16/22 19:46:48.243 +STEP: Destroying namespace "webhook-9165-markers" for this suite. 09/16/22 19:46:48.247 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance]","completed":118,"skipped":2213,"failed":0} +------------------------------ +• [SLOW TEST] [6.972 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:46:41.315 + Sep 16 19:46:41.316: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:46:41.317 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:46:41.327 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:46:41.331 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:46:41.346 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:46:42.144 + STEP: Deploying the webhook pod 09/16/22 19:46:42.149 + STEP: Wait for the deployment to be ready 09/16/22 19:46:42.157 + Sep 16 19:46:42.161: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/16/22 19:46:44.167 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:46:44.176 + Sep 16 19:46:45.177: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 + Sep 16 19:46:45.180: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-3685-crds.webhook.example.com via the AdmissionRegistration API 09/16/22 19:46:45.689 + STEP: Creating a custom resource that should be mutated by the webhook 09/16/22 19:46:45.705 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:46:48.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-9165" for this suite. 09/16/22 19:46:48.243 + STEP: Destroying namespace "webhook-9165-markers" for this suite. 09/16/22 19:46:48.247 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:46:48.289 +Sep 16 19:46:48.289: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 19:46:48.291 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:46:48.319 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:46:48.324 +[It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 +STEP: Creating a ResourceQuota with best effort scope 09/16/22 19:46:48.329 +STEP: Ensuring ResourceQuota status is calculated 09/16/22 19:46:48.334 +STEP: Creating a ResourceQuota with not best effort scope 09/16/22 19:46:50.337 +STEP: Ensuring ResourceQuota status is calculated 09/16/22 19:46:50.34 +STEP: Creating a best-effort pod 09/16/22 19:46:52.344 +STEP: Ensuring resource quota with best effort scope captures the pod usage 09/16/22 19:46:52.351 +STEP: Ensuring resource quota with not best effort ignored the pod usage 09/16/22 19:46:54.354 +STEP: Deleting the pod 09/16/22 19:46:56.357 +STEP: Ensuring resource quota status released the pod usage 09/16/22 19:46:56.37 +STEP: Creating a not best-effort pod 09/16/22 19:46:58.373 +STEP: Ensuring resource quota with not best effort scope captures the pod usage 09/16/22 19:46:58.38 +STEP: Ensuring resource quota with best effort scope ignored the pod usage 09/16/22 19:47:00.383 +STEP: Deleting the pod 09/16/22 19:47:02.386 +STEP: Ensuring resource quota status released the pod usage 09/16/22 19:47:02.395 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 19:47:04.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-2898" for this suite. 09/16/22 19:47:04.403 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]","completed":119,"skipped":2215,"failed":0} +------------------------------ +• [SLOW TEST] [16.120 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:46:48.289 + Sep 16 19:46:48.289: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 19:46:48.291 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:46:48.319 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:46:48.324 + [It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 + STEP: Creating a ResourceQuota with best effort scope 09/16/22 19:46:48.329 + STEP: Ensuring ResourceQuota status is calculated 09/16/22 19:46:48.334 + STEP: Creating a ResourceQuota with not best effort scope 09/16/22 19:46:50.337 + STEP: Ensuring ResourceQuota status is calculated 09/16/22 19:46:50.34 + STEP: Creating a best-effort pod 09/16/22 19:46:52.344 + STEP: Ensuring resource quota with best effort scope captures the pod usage 09/16/22 19:46:52.351 + STEP: Ensuring resource quota with not best effort ignored the pod usage 09/16/22 19:46:54.354 + STEP: Deleting the pod 09/16/22 19:46:56.357 + STEP: Ensuring resource quota status released the pod usage 09/16/22 19:46:56.37 + STEP: Creating a not best-effort pod 09/16/22 19:46:58.373 + STEP: Ensuring resource quota with not best effort scope captures the pod usage 09/16/22 19:46:58.38 + STEP: Ensuring resource quota with best effort scope ignored the pod usage 09/16/22 19:47:00.383 + STEP: Deleting the pod 09/16/22 19:47:02.386 + STEP: Ensuring resource quota status released the pod usage 09/16/22 19:47:02.395 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 19:47:04.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-2898" for this suite. 09/16/22 19:47:04.403 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Downward API + should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:04.413 +Sep 16 19:47:04.413: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 19:47:04.414 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:04.442 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:04.447 +[It] should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 +STEP: Creating a pod to test downward api env vars 09/16/22 19:47:04.46 +Sep 16 19:47:04.471: INFO: Waiting up to 5m0s for pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2" in namespace "downward-api-2481" to be "Succeeded or Failed" +Sep 16 19:47:04.505: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2": Phase="Pending", Reason="", readiness=false. Elapsed: 33.422228ms +Sep 16 19:47:06.509: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.036914072s +Sep 16 19:47:08.509: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.037326825s +STEP: Saw pod success 09/16/22 19:47:08.509 +Sep 16 19:47:08.509: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2" satisfied condition "Succeeded or Failed" +Sep 16 19:47:08.512: INFO: Trying to get logs from node ip-172-31-14-177 pod downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2 container dapi-container: +STEP: delete the pod 09/16/22 19:47:08.519 +Sep 16 19:47:08.852: INFO: Waiting for pod downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2 to disappear +Sep 16 19:47:08.855: INFO: Pod downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 16 19:47:08.856: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-2481" for this suite. 09/16/22 19:47:08.86 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]","completed":120,"skipped":2225,"failed":0} +------------------------------ +• [4.451 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:04.413 + Sep 16 19:47:04.413: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 19:47:04.414 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:04.442 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:04.447 + [It] should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 + STEP: Creating a pod to test downward api env vars 09/16/22 19:47:04.46 + Sep 16 19:47:04.471: INFO: Waiting up to 5m0s for pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2" in namespace "downward-api-2481" to be "Succeeded or Failed" + Sep 16 19:47:04.505: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2": Phase="Pending", Reason="", readiness=false. Elapsed: 33.422228ms + Sep 16 19:47:06.509: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.036914072s + Sep 16 19:47:08.509: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.037326825s + STEP: Saw pod success 09/16/22 19:47:08.509 + Sep 16 19:47:08.509: INFO: Pod "downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2" satisfied condition "Succeeded or Failed" + Sep 16 19:47:08.512: INFO: Trying to get logs from node ip-172-31-14-177 pod downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2 container dapi-container: + STEP: delete the pod 09/16/22 19:47:08.519 + Sep 16 19:47:08.852: INFO: Waiting for pod downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2 to disappear + Sep 16 19:47:08.855: INFO: Pod downward-api-24ae29ac-4cb8-4272-a531-96652bc7f0c2 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 16 19:47:08.856: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-2481" for this suite. 09/16/22 19:47:08.86 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Runtime blackbox test on terminated container + should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:194 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:08.866 +Sep 16 19:47:08.867: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-runtime 09/16/22 19:47:08.868 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:08.879 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:08.883 +[It] should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:194 +STEP: create the container 09/16/22 19:47:08.889 +STEP: wait for the container to reach Succeeded 09/16/22 19:47:08.895 +STEP: get the container status 09/16/22 19:47:12.91 +STEP: the container should be terminated 09/16/22 19:47:12.913 +STEP: the termination message should be set 09/16/22 19:47:12.913 +Sep 16 19:47:12.913: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 09/16/22 19:47:12.913 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 16 19:47:12.923: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-1625" for this suite. 09/16/22 19:47:12.926 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Runtime blackbox test on terminated container should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]","completed":121,"skipped":2234,"failed":0} +------------------------------ +• [4.065 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:194 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:08.866 + Sep 16 19:47:08.867: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-runtime 09/16/22 19:47:08.868 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:08.879 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:08.883 + [It] should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:194 + STEP: create the container 09/16/22 19:47:08.889 + STEP: wait for the container to reach Succeeded 09/16/22 19:47:08.895 + STEP: get the container status 09/16/22 19:47:12.91 + STEP: the container should be terminated 09/16/22 19:47:12.913 + STEP: the termination message should be set 09/16/22 19:47:12.913 + Sep 16 19:47:12.913: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 09/16/22 19:47:12.913 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 16 19:47:12.923: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-1625" for this suite. 09/16/22 19:47:12.926 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] DisruptionController + should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:12.934 +Sep 16 19:47:12.934: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename disruption 09/16/22 19:47:12.935 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:12.951 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:12.955 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 +STEP: creating the pdb 09/16/22 19:47:12.958 +STEP: Waiting for the pdb to be processed 09/16/22 19:47:12.963 +STEP: updating the pdb 09/16/22 19:47:12.972 +STEP: Waiting for the pdb to be processed 09/16/22 19:47:12.982 +STEP: patching the pdb 09/16/22 19:47:12.989 +STEP: Waiting for the pdb to be processed 09/16/22 19:47:12.998 +STEP: Waiting for the pdb to be deleted 09/16/22 19:47:13.01 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 16 19:47:13.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-1412" for this suite. 09/16/22 19:47:13.015 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] DisruptionController should create a PodDisruptionBudget [Conformance]","completed":122,"skipped":2244,"failed":0} +------------------------------ +• [0.087 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:12.934 + Sep 16 19:47:12.934: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename disruption 09/16/22 19:47:12.935 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:12.951 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:12.955 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 + STEP: creating the pdb 09/16/22 19:47:12.958 + STEP: Waiting for the pdb to be processed 09/16/22 19:47:12.963 + STEP: updating the pdb 09/16/22 19:47:12.972 + STEP: Waiting for the pdb to be processed 09/16/22 19:47:12.982 + STEP: patching the pdb 09/16/22 19:47:12.989 + STEP: Waiting for the pdb to be processed 09/16/22 19:47:12.998 + STEP: Waiting for the pdb to be deleted 09/16/22 19:47:13.01 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 16 19:47:13.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-1412" for this suite. 09/16/22 19:47:13.015 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] InitContainer [NodeConformance] + should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:457 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:13.022 +Sep 16 19:47:13.022: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename init-container 09/16/22 19:47:13.023 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:13.034 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:13.037 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:457 +STEP: creating the pod 09/16/22 19:47:13.041 +Sep 16 19:47:13.041: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 19:47:17.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-4061" for this suite. 09/16/22 19:47:17.219 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]","completed":123,"skipped":2258,"failed":0} +------------------------------ +• [4.202 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:457 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:13.022 + Sep 16 19:47:13.022: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename init-container 09/16/22 19:47:13.023 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:13.034 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:13.037 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:457 + STEP: creating the pod 09/16/22 19:47:13.041 + Sep 16 19:47:13.041: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 19:47:17.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-4061" for this suite. 09/16/22 19:47:17.219 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicaSet + should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:17.226 +Sep 16 19:47:17.226: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replicaset 09/16/22 19:47:17.227 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:17.247 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:17.25 +[It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +STEP: Create a Replicaset 09/16/22 19:47:17.257 +STEP: Verify that the required pods have come up. 09/16/22 19:47:17.262 +Sep 16 19:47:17.266: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 16 19:47:22.275: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/16/22 19:47:22.275 +STEP: Getting /status 09/16/22 19:47:22.275 +Sep 16 19:47:22.278: INFO: Replicaset test-rs has Conditions: [] +STEP: updating the Replicaset Status 09/16/22 19:47:22.278 +Sep 16 19:47:22.285: INFO: updatedStatus.Conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the ReplicaSet status to be updated 09/16/22 19:47:22.285 +Sep 16 19:47:22.287: INFO: Observed &ReplicaSet event: ADDED +Sep 16 19:47:22.287: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.288: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.288: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.288: INFO: Found replicaset test-rs in namespace replicaset-1185 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Sep 16 19:47:22.288: INFO: Replicaset test-rs has an updated status +STEP: patching the Replicaset Status 09/16/22 19:47:22.288 +Sep 16 19:47:22.288: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Sep 16 19:47:22.294: INFO: Patched status conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} +STEP: watching for the Replicaset status to be patched 09/16/22 19:47:22.294 +Sep 16 19:47:22.297: INFO: Observed &ReplicaSet event: ADDED +Sep 16 19:47:22.297: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.297: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.298: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.298: INFO: Observed replicaset test-rs in namespace replicaset-1185 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Sep 16 19:47:22.298: INFO: Observed &ReplicaSet event: MODIFIED +Sep 16 19:47:22.298: INFO: Found replicaset test-rs in namespace replicaset-1185 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } +Sep 16 19:47:22.298: INFO: Replicaset test-rs has a patched status +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 16 19:47:22.298: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-1185" for this suite. 09/16/22 19:47:22.301 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]","completed":124,"skipped":2259,"failed":0} +------------------------------ +• [SLOW TEST] [5.083 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:17.226 + Sep 16 19:47:17.226: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replicaset 09/16/22 19:47:17.227 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:17.247 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:17.25 + [It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 + STEP: Create a Replicaset 09/16/22 19:47:17.257 + STEP: Verify that the required pods have come up. 09/16/22 19:47:17.262 + Sep 16 19:47:17.266: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 16 19:47:22.275: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/16/22 19:47:22.275 + STEP: Getting /status 09/16/22 19:47:22.275 + Sep 16 19:47:22.278: INFO: Replicaset test-rs has Conditions: [] + STEP: updating the Replicaset Status 09/16/22 19:47:22.278 + Sep 16 19:47:22.285: INFO: updatedStatus.Conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the ReplicaSet status to be updated 09/16/22 19:47:22.285 + Sep 16 19:47:22.287: INFO: Observed &ReplicaSet event: ADDED + Sep 16 19:47:22.287: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.288: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.288: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.288: INFO: Found replicaset test-rs in namespace replicaset-1185 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Sep 16 19:47:22.288: INFO: Replicaset test-rs has an updated status + STEP: patching the Replicaset Status 09/16/22 19:47:22.288 + Sep 16 19:47:22.288: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Sep 16 19:47:22.294: INFO: Patched status conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} + STEP: watching for the Replicaset status to be patched 09/16/22 19:47:22.294 + Sep 16 19:47:22.297: INFO: Observed &ReplicaSet event: ADDED + Sep 16 19:47:22.297: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.297: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.298: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.298: INFO: Observed replicaset test-rs in namespace replicaset-1185 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Sep 16 19:47:22.298: INFO: Observed &ReplicaSet event: MODIFIED + Sep 16 19:47:22.298: INFO: Found replicaset test-rs in namespace replicaset-1185 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } + Sep 16 19:47:22.298: INFO: Replicaset test-rs has a patched status + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 16 19:47:22.298: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-1185" for this suite. 09/16/22 19:47:22.301 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicationController + should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:22.31 +Sep 16 19:47:22.311: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replication-controller 09/16/22 19:47:22.313 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:22.328 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:22.334 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 +STEP: Given a Pod with a 'name' label pod-adoption is created 09/16/22 19:47:22.34 +Sep 16 19:47:22.352: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-8623" to be "running and ready" +Sep 16 19:47:22.361: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 9.13098ms +Sep 16 19:47:22.361: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:47:24.365: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.013355266s +Sep 16 19:47:24.365: INFO: The phase of Pod pod-adoption is Running (Ready = true) +Sep 16 19:47:24.365: INFO: Pod "pod-adoption" satisfied condition "running and ready" +STEP: When a replication controller with a matching selector is created 09/16/22 19:47:24.367 +STEP: Then the orphan pod is adopted 09/16/22 19:47:24.372 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 16 19:47:25.380: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-8623" for this suite. 09/16/22 19:47:25.382 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicationController should adopt matching pods on creation [Conformance]","completed":125,"skipped":2269,"failed":0} +------------------------------ +• [3.076 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:22.31 + Sep 16 19:47:22.311: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replication-controller 09/16/22 19:47:22.313 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:22.328 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:22.334 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 + STEP: Given a Pod with a 'name' label pod-adoption is created 09/16/22 19:47:22.34 + Sep 16 19:47:22.352: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-8623" to be "running and ready" + Sep 16 19:47:22.361: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 9.13098ms + Sep 16 19:47:22.361: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:47:24.365: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.013355266s + Sep 16 19:47:24.365: INFO: The phase of Pod pod-adoption is Running (Ready = true) + Sep 16 19:47:24.365: INFO: Pod "pod-adoption" satisfied condition "running and ready" + STEP: When a replication controller with a matching selector is created 09/16/22 19:47:24.367 + STEP: Then the orphan pod is adopted 09/16/22 19:47:24.372 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 16 19:47:25.380: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-8623" for this suite. 09/16/22 19:47:25.382 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:25.393 +Sep 16 19:47:25.393: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 19:47:25.394 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:25.438 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:25.442 +[It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 +Sep 16 19:47:25.446: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:47:28.562: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-3983" for this suite. 09/16/22 19:47:28.565 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works [Conformance]","completed":126,"skipped":2310,"failed":0} +------------------------------ +• [3.175 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:25.393 + Sep 16 19:47:25.393: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 19:47:25.394 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:25.438 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:25.442 + [It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 + Sep 16 19:47:25.446: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:47:28.562: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-3983" for this suite. 09/16/22 19:47:28.565 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] NoExecuteTaintManager Multiple Pods [Serial] + evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:47:28.569 +Sep 16 19:47:28.570: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename taint-multiple-pods 09/16/22 19:47:28.57 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:28.587 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:28.592 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:348 +Sep 16 19:47:28.596: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 16 19:48:28.612: INFO: Waiting for terminating namespaces to be deleted... +[It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 +Sep 16 19:48:28.615: INFO: Starting informer... +STEP: Starting pods... 09/16/22 19:48:28.615 +Sep 16 19:48:28.831: INFO: Pod1 is running on ip-172-31-14-177. Tainting Node +Sep 16 19:48:29.046: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-1426" to be "running" +Sep 16 19:48:29.049: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.964569ms +Sep 16 19:48:31.052: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.005982135s +Sep 16 19:48:31.052: INFO: Pod "taint-eviction-b1" satisfied condition "running" +Sep 16 19:48:31.052: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-1426" to be "running" +Sep 16 19:48:31.054: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 1.82055ms +Sep 16 19:48:31.054: INFO: Pod "taint-eviction-b2" satisfied condition "running" +Sep 16 19:48:31.054: INFO: Pod2 is running on ip-172-31-14-177. Tainting Node +STEP: Trying to apply a taint on the Node 09/16/22 19:48:31.054 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 19:48:31.064 +STEP: Waiting for Pod1 and Pod2 to be deleted 09/16/22 19:48:31.069 +Sep 16 19:48:36.436: INFO: Noticed Pod "taint-eviction-b1" gets evicted. +Sep 16 19:48:57.038: INFO: Noticed Pod "taint-eviction-b2" gets evicted. +STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 19:48:57.059 +[AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:48:57.067: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "taint-multiple-pods-1426" for this suite. 09/16/22 19:48:57.071 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] NoExecuteTaintManager Multiple Pods [Serial] evicts pods with minTolerationSeconds [Disruptive] [Conformance]","completed":127,"skipped":2328,"failed":0} +------------------------------ +• [SLOW TEST] [88.516 seconds] +[sig-node] NoExecuteTaintManager Multiple Pods [Serial] +test/e2e/node/framework.go:23 + evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:47:28.569 + Sep 16 19:47:28.570: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename taint-multiple-pods 09/16/22 19:47:28.57 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:47:28.587 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:47:28.592 + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:348 + Sep 16 19:47:28.596: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 16 19:48:28.612: INFO: Waiting for terminating namespaces to be deleted... + [It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 + Sep 16 19:48:28.615: INFO: Starting informer... + STEP: Starting pods... 09/16/22 19:48:28.615 + Sep 16 19:48:28.831: INFO: Pod1 is running on ip-172-31-14-177. Tainting Node + Sep 16 19:48:29.046: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-1426" to be "running" + Sep 16 19:48:29.049: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.964569ms + Sep 16 19:48:31.052: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.005982135s + Sep 16 19:48:31.052: INFO: Pod "taint-eviction-b1" satisfied condition "running" + Sep 16 19:48:31.052: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-1426" to be "running" + Sep 16 19:48:31.054: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 1.82055ms + Sep 16 19:48:31.054: INFO: Pod "taint-eviction-b2" satisfied condition "running" + Sep 16 19:48:31.054: INFO: Pod2 is running on ip-172-31-14-177. Tainting Node + STEP: Trying to apply a taint on the Node 09/16/22 19:48:31.054 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 19:48:31.064 + STEP: Waiting for Pod1 and Pod2 to be deleted 09/16/22 19:48:31.069 + Sep 16 19:48:36.436: INFO: Noticed Pod "taint-eviction-b1" gets evicted. + Sep 16 19:48:57.038: INFO: Noticed Pod "taint-eviction-b2" gets evicted. + STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 19:48:57.059 + [AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:48:57.067: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "taint-multiple-pods-1426" for this suite. 09/16/22 19:48:57.071 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:48:57.091 +Sep 16 19:48:57.091: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:48:57.092 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:48:57.12 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:48:57.13 +[It] should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 +STEP: Creating a pod to test env composition 09/16/22 19:48:57.132 +Sep 16 19:48:57.139: INFO: Waiting up to 5m0s for pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc" in namespace "var-expansion-4898" to be "Succeeded or Failed" +Sep 16 19:48:57.145: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.622499ms +Sep 16 19:48:59.149: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010351421s +Sep 16 19:49:01.150: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011215535s +STEP: Saw pod success 09/16/22 19:49:01.15 +Sep 16 19:49:01.150: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc" satisfied condition "Succeeded or Failed" +Sep 16 19:49:01.153: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc container dapi-container: +STEP: delete the pod 09/16/22 19:49:01.166 +Sep 16 19:49:01.175: INFO: Waiting for pod var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc to disappear +Sep 16 19:49:01.178: INFO: Pod var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:49:01.178: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-4898" for this suite. 09/16/22 19:49:01.182 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]","completed":128,"skipped":2361,"failed":0} +------------------------------ +• [4.096 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:48:57.091 + Sep 16 19:48:57.091: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:48:57.092 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:48:57.12 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:48:57.13 + [It] should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 + STEP: Creating a pod to test env composition 09/16/22 19:48:57.132 + Sep 16 19:48:57.139: INFO: Waiting up to 5m0s for pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc" in namespace "var-expansion-4898" to be "Succeeded or Failed" + Sep 16 19:48:57.145: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.622499ms + Sep 16 19:48:59.149: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010351421s + Sep 16 19:49:01.150: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011215535s + STEP: Saw pod success 09/16/22 19:49:01.15 + Sep 16 19:49:01.150: INFO: Pod "var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc" satisfied condition "Succeeded or Failed" + Sep 16 19:49:01.153: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc container dapi-container: + STEP: delete the pod 09/16/22 19:49:01.166 + Sep 16 19:49:01.175: INFO: Waiting for pod var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc to disappear + Sep 16 19:49:01.178: INFO: Pod var-expansion-c8b9e50a-265f-4040-8091-aeb6430043bc no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:49:01.178: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-4898" for this suite. 09/16/22 19:49:01.182 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Proxy version v1 + A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 +[BeforeEach] version v1 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:01.188 +Sep 16 19:49:01.188: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename proxy 09/16/22 19:49:01.19 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:01.202 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:01.207 +[It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 +Sep 16 19:49:01.211: INFO: Creating pod... +Sep 16 19:49:01.217: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-7908" to be "running" +Sep 16 19:49:01.231: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 12.922352ms +Sep 16 19:49:03.234: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.016231575s +Sep 16 19:49:03.234: INFO: Pod "agnhost" satisfied condition "running" +Sep 16 19:49:03.234: INFO: Creating service... +Sep 16 19:49:03.240: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=DELETE +Sep 16 19:49:03.269: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 16 19:49:03.269: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=OPTIONS +Sep 16 19:49:03.273: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 16 19:49:03.273: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=PATCH +Sep 16 19:49:03.276: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 16 19:49:03.276: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=POST +Sep 16 19:49:03.279: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 16 19:49:03.279: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=PUT +Sep 16 19:49:03.282: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Sep 16 19:49:03.282: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=DELETE +Sep 16 19:49:03.286: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 16 19:49:03.286: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=OPTIONS +Sep 16 19:49:03.290: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 16 19:49:03.290: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=PATCH +Sep 16 19:49:03.296: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 16 19:49:03.296: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=POST +Sep 16 19:49:03.300: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 16 19:49:03.300: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=PUT +Sep 16 19:49:03.303: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Sep 16 19:49:03.303: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=GET +Sep 16 19:49:03.306: INFO: http.Client request:GET StatusCode:301 +Sep 16 19:49:03.306: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=GET +Sep 16 19:49:03.309: INFO: http.Client request:GET StatusCode:301 +Sep 16 19:49:03.309: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=HEAD +Sep 16 19:49:03.311: INFO: http.Client request:HEAD StatusCode:301 +Sep 16 19:49:03.311: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=HEAD +Sep 16 19:49:03.314: INFO: http.Client request:HEAD StatusCode:301 +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Sep 16 19:49:03.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-7908" for this suite. 09/16/22 19:49:03.317 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Proxy version v1 A set of valid responses are returned for both pod and service Proxy [Conformance]","completed":129,"skipped":2364,"failed":0} +------------------------------ +• [2.134 seconds] +[sig-network] Proxy +test/e2e/network/common/framework.go:23 + version v1 + test/e2e/network/proxy.go:74 + A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] version v1 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:01.188 + Sep 16 19:49:01.188: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename proxy 09/16/22 19:49:01.19 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:01.202 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:01.207 + [It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 + Sep 16 19:49:01.211: INFO: Creating pod... + Sep 16 19:49:01.217: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-7908" to be "running" + Sep 16 19:49:01.231: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 12.922352ms + Sep 16 19:49:03.234: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.016231575s + Sep 16 19:49:03.234: INFO: Pod "agnhost" satisfied condition "running" + Sep 16 19:49:03.234: INFO: Creating service... + Sep 16 19:49:03.240: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=DELETE + Sep 16 19:49:03.269: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 16 19:49:03.269: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=OPTIONS + Sep 16 19:49:03.273: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 16 19:49:03.273: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=PATCH + Sep 16 19:49:03.276: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 16 19:49:03.276: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=POST + Sep 16 19:49:03.279: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 16 19:49:03.279: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=PUT + Sep 16 19:49:03.282: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Sep 16 19:49:03.282: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=DELETE + Sep 16 19:49:03.286: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 16 19:49:03.286: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=OPTIONS + Sep 16 19:49:03.290: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 16 19:49:03.290: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=PATCH + Sep 16 19:49:03.296: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 16 19:49:03.296: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=POST + Sep 16 19:49:03.300: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 16 19:49:03.300: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=PUT + Sep 16 19:49:03.303: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Sep 16 19:49:03.303: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=GET + Sep 16 19:49:03.306: INFO: http.Client request:GET StatusCode:301 + Sep 16 19:49:03.306: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=GET + Sep 16 19:49:03.309: INFO: http.Client request:GET StatusCode:301 + Sep 16 19:49:03.309: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/pods/agnhost/proxy?method=HEAD + Sep 16 19:49:03.311: INFO: http.Client request:HEAD StatusCode:301 + Sep 16 19:49:03.311: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-7908/services/e2e-proxy-test-service/proxy?method=HEAD + Sep 16 19:49:03.314: INFO: http.Client request:HEAD StatusCode:301 + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Sep 16 19:49:03.314: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-7908" for this suite. 09/16/22 19:49:03.317 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Proxy server + should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:03.328 +Sep 16 19:49:03.328: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:49:03.329 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:03.35 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:03.353 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 +STEP: Starting the proxy 09/16/22 19:49:03.356 +Sep 16 19:49:03.356: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-881 proxy --unix-socket=/tmp/kubectl-proxy-unix1455473048/test' +STEP: retrieving proxy /api/ output 09/16/22 19:49:03.423 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:49:03.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-881" for this suite. 09/16/22 19:49:03.427 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support --unix-socket=/path [Conformance]","completed":130,"skipped":2420,"failed":0} +------------------------------ +• [0.103 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Proxy server + test/e2e/kubectl/kubectl.go:1778 + should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:03.328 + Sep 16 19:49:03.328: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:49:03.329 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:03.35 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:03.353 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 + STEP: Starting the proxy 09/16/22 19:49:03.356 + Sep 16 19:49:03.356: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-881 proxy --unix-socket=/tmp/kubectl-proxy-unix1455473048/test' + STEP: retrieving proxy /api/ output 09/16/22 19:49:03.423 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:49:03.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-881" for this suite. 09/16/22 19:49:03.427 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Security Context When creating a pod with readOnlyRootFilesystem + should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:03.432 +Sep 16 19:49:03.432: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename security-context-test 09/16/22 19:49:03.433 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:03.444 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:03.449 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 +Sep 16 19:49:03.459: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857" in namespace "security-context-test-5634" to be "Succeeded or Failed" +Sep 16 19:49:03.465: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857": Phase="Pending", Reason="", readiness=false. Elapsed: 5.419549ms +Sep 16 19:49:05.469: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009373178s +Sep 16 19:49:07.469: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009950056s +Sep 16 19:49:07.469: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 16 19:49:07.470: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-5634" for this suite. 09/16/22 19:49:07.473 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]","completed":131,"skipped":2440,"failed":0} +------------------------------ +• [4.045 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + When creating a pod with readOnlyRootFilesystem + test/e2e/common/node/security_context.go:429 + should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:03.432 + Sep 16 19:49:03.432: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename security-context-test 09/16/22 19:49:03.433 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:03.444 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:03.449 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 + Sep 16 19:49:03.459: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857" in namespace "security-context-test-5634" to be "Succeeded or Failed" + Sep 16 19:49:03.465: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857": Phase="Pending", Reason="", readiness=false. Elapsed: 5.419549ms + Sep 16 19:49:05.469: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009373178s + Sep 16 19:49:07.469: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009950056s + Sep 16 19:49:07.469: INFO: Pod "busybox-readonly-false-c85b7ca8-efba-49b7-89db-2780e4ef2857" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 16 19:49:07.470: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-5634" for this suite. 09/16/22 19:49:07.473 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:07.482 +Sep 16 19:49:07.483: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:49:07.484 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:07.498 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:07.511 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 +STEP: creating service in namespace services-9131 09/16/22 19:49:07.515 +STEP: creating service affinity-nodeport-transition in namespace services-9131 09/16/22 19:49:07.515 +STEP: creating replication controller affinity-nodeport-transition in namespace services-9131 09/16/22 19:49:07.525 +I0916 19:49:07.532759 19 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-9131, replica count: 3 +I0916 19:49:10.583386 19 runners.go:193] affinity-nodeport-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 19:49:10.590: INFO: Creating new exec pod +Sep 16 19:49:10.594: INFO: Waiting up to 5m0s for pod "execpod-affinityw8z8h" in namespace "services-9131" to be "running" +Sep 16 19:49:10.603: INFO: Pod "execpod-affinityw8z8h": Phase="Pending", Reason="", readiness=false. Elapsed: 8.599041ms +Sep 16 19:49:12.607: INFO: Pod "execpod-affinityw8z8h": Phase="Running", Reason="", readiness=true. Elapsed: 2.012711499s +Sep 16 19:49:12.607: INFO: Pod "execpod-affinityw8z8h" satisfied condition "running" +Sep 16 19:49:13.612: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-transition 80' +Sep 16 19:49:13.822: INFO: stderr: "+ + echo hostNamenc\n -v -t -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" +Sep 16 19:49:13.822: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:13.822: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.79.244 80' +Sep 16 19:49:13.986: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.79.244 80\nConnection to 10.43.79.244 80 port [tcp/http] succeeded!\n" +Sep 16 19:49:13.986: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:13.987: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 30077' +Sep 16 19:49:14.109: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 30077\nConnection to 172.31.14.177 30077 port [tcp/*] succeeded!\n" +Sep 16 19:49:14.109: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:14.109: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 30077' +Sep 16 19:49:14.238: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 30077\nConnection to 172.31.15.7 30077 port [tcp/*] succeeded!\n" +Sep 16 19:49:14.238: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:14.244: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:30077/ ; done' +Sep 16 19:49:14.578: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n" +Sep 16 19:49:14.578: INFO: stdout: "\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xkrql" +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w +Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:30077/ ; done' +Sep 16 19:49:14.806: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n" +Sep 16 19:49:14.806: INFO: stdout: "\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql" +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql +Sep 16 19:49:14.806: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-9131, will wait for the garbage collector to delete the pods 09/16/22 19:49:14.816 +Sep 16 19:49:14.877: INFO: Deleting ReplicationController affinity-nodeport-transition took: 5.133044ms +Sep 16 19:49:14.978: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.852972ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:49:16.895: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9131" for this suite. 09/16/22 19:49:16.898 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance]","completed":132,"skipped":2454,"failed":0} +------------------------------ +• [SLOW TEST] [9.419 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:07.482 + Sep 16 19:49:07.483: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:49:07.484 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:07.498 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:07.511 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 + STEP: creating service in namespace services-9131 09/16/22 19:49:07.515 + STEP: creating service affinity-nodeport-transition in namespace services-9131 09/16/22 19:49:07.515 + STEP: creating replication controller affinity-nodeport-transition in namespace services-9131 09/16/22 19:49:07.525 + I0916 19:49:07.532759 19 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-9131, replica count: 3 + I0916 19:49:10.583386 19 runners.go:193] affinity-nodeport-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 19:49:10.590: INFO: Creating new exec pod + Sep 16 19:49:10.594: INFO: Waiting up to 5m0s for pod "execpod-affinityw8z8h" in namespace "services-9131" to be "running" + Sep 16 19:49:10.603: INFO: Pod "execpod-affinityw8z8h": Phase="Pending", Reason="", readiness=false. Elapsed: 8.599041ms + Sep 16 19:49:12.607: INFO: Pod "execpod-affinityw8z8h": Phase="Running", Reason="", readiness=true. Elapsed: 2.012711499s + Sep 16 19:49:12.607: INFO: Pod "execpod-affinityw8z8h" satisfied condition "running" + Sep 16 19:49:13.612: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-transition 80' + Sep 16 19:49:13.822: INFO: stderr: "+ + echo hostNamenc\n -v -t -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" + Sep 16 19:49:13.822: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:13.822: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.79.244 80' + Sep 16 19:49:13.986: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.79.244 80\nConnection to 10.43.79.244 80 port [tcp/http] succeeded!\n" + Sep 16 19:49:13.986: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:13.987: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 30077' + Sep 16 19:49:14.109: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 30077\nConnection to 172.31.14.177 30077 port [tcp/*] succeeded!\n" + Sep 16 19:49:14.109: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:14.109: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 30077' + Sep 16 19:49:14.238: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 30077\nConnection to 172.31.15.7 30077 port [tcp/*] succeeded!\n" + Sep 16 19:49:14.238: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:14.244: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:30077/ ; done' + Sep 16 19:49:14.578: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n" + Sep 16 19:49:14.578: INFO: stdout: "\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xlbh5\naffinity-nodeport-transition-wp54w\naffinity-nodeport-transition-xkrql" + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xlbh5 + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-wp54w + Sep 16 19:49:14.578: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9131 exec execpod-affinityw8z8h -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:30077/ ; done' + Sep 16 19:49:14.806: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:30077/\n" + Sep 16 19:49:14.806: INFO: stdout: "\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql\naffinity-nodeport-transition-xkrql" + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Received response from host: affinity-nodeport-transition-xkrql + Sep 16 19:49:14.806: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-9131, will wait for the garbage collector to delete the pods 09/16/22 19:49:14.816 + Sep 16 19:49:14.877: INFO: Deleting ReplicationController affinity-nodeport-transition took: 5.133044ms + Sep 16 19:49:14.978: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.852972ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:49:16.895: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9131" for this suite. 09/16/22 19:49:16.898 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:16.905 +Sep 16 19:49:16.905: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:49:16.906 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:16.918 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:16.921 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 +STEP: fetching services 09/16/22 19:49:16.924 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:49:16.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-848" for this suite. 09/16/22 19:49:16.93 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should find a service from listing all namespaces [Conformance]","completed":133,"skipped":2488,"failed":0} +------------------------------ +• [0.029 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:16.905 + Sep 16 19:49:16.905: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:49:16.906 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:16.918 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:16.921 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 + STEP: fetching services 09/16/22 19:49:16.924 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:49:16.927: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-848" for this suite. 09/16/22 19:49:16.93 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:196 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:16.934 +Sep 16 19:49:16.935: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:49:16.935 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:16.996 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:16.999 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:49:17.009 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:49:17.497 +STEP: Deploying the webhook pod 09/16/22 19:49:17.501 +STEP: Wait for the deployment to be ready 09/16/22 19:49:17.509 +Sep 16 19:49:17.525: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/16/22 19:49:19.533 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:49:19.538 +Sep 16 19:49:20.538: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:196 +STEP: Registering the webhook via the AdmissionRegistration API 09/16/22 19:49:20.541 +STEP: create a pod that should be denied by the webhook 09/16/22 19:49:20.559 +STEP: create a pod that causes the webhook to hang 09/16/22 19:49:20.576 +STEP: create a configmap that should be denied by the webhook 09/16/22 19:49:30.582 +STEP: create a configmap that should be admitted by the webhook 09/16/22 19:49:30.599 +STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 09/16/22 19:49:30.611 +STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 09/16/22 19:49:30.617 +STEP: create a namespace that bypass the webhook 09/16/22 19:49:30.622 +STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 09/16/22 19:49:30.627 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:49:30.706: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-5727" for this suite. 09/16/22 19:49:30.709 +STEP: Destroying namespace "webhook-5727-markers" for this suite. 09/16/22 19:49:30.714 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]","completed":134,"skipped":2495,"failed":0} +------------------------------ +• [SLOW TEST] [13.860 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:196 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:16.934 + Sep 16 19:49:16.935: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:49:16.935 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:16.996 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:16.999 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:49:17.009 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:49:17.497 + STEP: Deploying the webhook pod 09/16/22 19:49:17.501 + STEP: Wait for the deployment to be ready 09/16/22 19:49:17.509 + Sep 16 19:49:17.525: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/16/22 19:49:19.533 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:49:19.538 + Sep 16 19:49:20.538: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:196 + STEP: Registering the webhook via the AdmissionRegistration API 09/16/22 19:49:20.541 + STEP: create a pod that should be denied by the webhook 09/16/22 19:49:20.559 + STEP: create a pod that causes the webhook to hang 09/16/22 19:49:20.576 + STEP: create a configmap that should be denied by the webhook 09/16/22 19:49:30.582 + STEP: create a configmap that should be admitted by the webhook 09/16/22 19:49:30.599 + STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 09/16/22 19:49:30.611 + STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 09/16/22 19:49:30.617 + STEP: create a namespace that bypass the webhook 09/16/22 19:49:30.622 + STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 09/16/22 19:49:30.627 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:49:30.706: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-5727" for this suite. 09/16/22 19:49:30.709 + STEP: Destroying namespace "webhook-5727-markers" for this suite. 09/16/22 19:49:30.714 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:49:30.795 +Sep 16 19:49:30.795: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:49:30.796 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:30.827 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:30.831 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 +STEP: creating service in namespace services-8527 09/16/22 19:49:30.835 +W0916 19:49:30.841693 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) +Sep 16 19:49:30.841: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-8527" to be "running and ready" +Sep 16 19:49:30.848: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 6.833193ms +Sep 16 19:49:30.848: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:49:32.853: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.011457189s +Sep 16 19:49:32.853: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) +Sep 16 19:49:32.853: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" +Sep 16 19:49:32.856: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' +Sep 16 19:49:32.997: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" +Sep 16 19:49:32.997: INFO: stdout: "iptables" +Sep 16 19:49:32.997: INFO: proxyMode: iptables +Sep 16 19:49:33.006: INFO: Waiting for pod kube-proxy-mode-detector to disappear +Sep 16 19:49:33.009: INFO: Pod kube-proxy-mode-detector no longer exists +STEP: creating service affinity-nodeport-timeout in namespace services-8527 09/16/22 19:49:33.009 +STEP: creating replication controller affinity-nodeport-timeout in namespace services-8527 09/16/22 19:49:33.018 +I0916 19:49:33.031091 19 runners.go:193] Created replication controller with name: affinity-nodeport-timeout, namespace: services-8527, replica count: 3 +I0916 19:49:36.083806 19 runners.go:193] affinity-nodeport-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 19:49:36.090: INFO: Creating new exec pod +Sep 16 19:49:36.095: INFO: Waiting up to 5m0s for pod "execpod-affinityb9mwm" in namespace "services-8527" to be "running" +Sep 16 19:49:36.098: INFO: Pod "execpod-affinityb9mwm": Phase="Pending", Reason="", readiness=false. Elapsed: 3.287714ms +Sep 16 19:49:38.102: INFO: Pod "execpod-affinityb9mwm": Phase="Running", Reason="", readiness=true. Elapsed: 2.007035815s +Sep 16 19:49:38.102: INFO: Pod "execpod-affinityb9mwm" satisfied condition "running" +Sep 16 19:49:39.105: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-timeout 80' +Sep 16 19:49:39.282: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport-timeout 80\nConnection to affinity-nodeport-timeout 80 port [tcp/http] succeeded!\n" +Sep 16 19:49:39.282: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:39.282: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.41.240 80' +Sep 16 19:49:39.436: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.41.240 80\nConnection to 10.43.41.240 80 port [tcp/http] succeeded!\n" +Sep 16 19:49:39.436: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:39.436: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 31667' +Sep 16 19:49:39.602: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 31667\nConnection to 172.31.14.177 31667 port [tcp/*] succeeded!\n" +Sep 16 19:49:39.602: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:39.602: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 31667' +Sep 16 19:49:39.773: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 31667\nConnection to 172.31.15.7 31667 port [tcp/*] succeeded!\n" +Sep 16 19:49:39.773: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:49:39.773: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:31667/ ; done' +Sep 16 19:49:40.075: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" +Sep 16 19:49:40.075: INFO: stdout: "\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk" +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk +Sep 16 19:49:40.075: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' +Sep 16 19:49:40.203: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" +Sep 16 19:49:40.203: INFO: stdout: "affinity-nodeport-timeout-p68pk" +Sep 16 19:50:00.204: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' +Sep 16 19:50:00.367: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" +Sep 16 19:50:00.367: INFO: stdout: "affinity-nodeport-timeout-p68pk" +Sep 16 19:50:20.367: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' +Sep 16 19:50:20.531: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" +Sep 16 19:50:20.531: INFO: stdout: "affinity-nodeport-timeout-p68pk" +Sep 16 19:50:40.532: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' +Sep 16 19:50:40.694: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" +Sep 16 19:50:40.694: INFO: stdout: "affinity-nodeport-timeout-p68pk" +Sep 16 19:51:00.696: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' +Sep 16 19:51:00.858: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" +Sep 16 19:51:00.858: INFO: stdout: "affinity-nodeport-timeout-qbmwg" +Sep 16 19:51:00.858: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-8527, will wait for the garbage collector to delete the pods 09/16/22 19:51:00.866 +Sep 16 19:51:00.925: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 3.549538ms +Sep 16 19:51:01.026: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 100.935844ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:51:03.146: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8527" for this suite. 09/16/22 19:51:03.153 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance]","completed":135,"skipped":2496,"failed":0} +------------------------------ +• [SLOW TEST] [92.366 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:49:30.795 + Sep 16 19:49:30.795: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:49:30.796 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:49:30.827 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:49:30.831 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 + STEP: creating service in namespace services-8527 09/16/22 19:49:30.835 + W0916 19:49:30.841693 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) + Sep 16 19:49:30.841: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-8527" to be "running and ready" + Sep 16 19:49:30.848: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 6.833193ms + Sep 16 19:49:30.848: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:49:32.853: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.011457189s + Sep 16 19:49:32.853: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) + Sep 16 19:49:32.853: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" + Sep 16 19:49:32.856: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' + Sep 16 19:49:32.997: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" + Sep 16 19:49:32.997: INFO: stdout: "iptables" + Sep 16 19:49:32.997: INFO: proxyMode: iptables + Sep 16 19:49:33.006: INFO: Waiting for pod kube-proxy-mode-detector to disappear + Sep 16 19:49:33.009: INFO: Pod kube-proxy-mode-detector no longer exists + STEP: creating service affinity-nodeport-timeout in namespace services-8527 09/16/22 19:49:33.009 + STEP: creating replication controller affinity-nodeport-timeout in namespace services-8527 09/16/22 19:49:33.018 + I0916 19:49:33.031091 19 runners.go:193] Created replication controller with name: affinity-nodeport-timeout, namespace: services-8527, replica count: 3 + I0916 19:49:36.083806 19 runners.go:193] affinity-nodeport-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 19:49:36.090: INFO: Creating new exec pod + Sep 16 19:49:36.095: INFO: Waiting up to 5m0s for pod "execpod-affinityb9mwm" in namespace "services-8527" to be "running" + Sep 16 19:49:36.098: INFO: Pod "execpod-affinityb9mwm": Phase="Pending", Reason="", readiness=false. Elapsed: 3.287714ms + Sep 16 19:49:38.102: INFO: Pod "execpod-affinityb9mwm": Phase="Running", Reason="", readiness=true. Elapsed: 2.007035815s + Sep 16 19:49:38.102: INFO: Pod "execpod-affinityb9mwm" satisfied condition "running" + Sep 16 19:49:39.105: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-timeout 80' + Sep 16 19:49:39.282: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport-timeout 80\nConnection to affinity-nodeport-timeout 80 port [tcp/http] succeeded!\n" + Sep 16 19:49:39.282: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:39.282: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.41.240 80' + Sep 16 19:49:39.436: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.41.240 80\nConnection to 10.43.41.240 80 port [tcp/http] succeeded!\n" + Sep 16 19:49:39.436: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:39.436: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 31667' + Sep 16 19:49:39.602: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 31667\nConnection to 172.31.14.177 31667 port [tcp/*] succeeded!\n" + Sep 16 19:49:39.602: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:39.602: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 31667' + Sep 16 19:49:39.773: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 31667\nConnection to 172.31.15.7 31667 port [tcp/*] succeeded!\n" + Sep 16 19:49:39.773: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:49:39.773: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:31667/ ; done' + Sep 16 19:49:40.075: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" + Sep 16 19:49:40.075: INFO: stdout: "\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk\naffinity-nodeport-timeout-p68pk" + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Received response from host: affinity-nodeport-timeout-p68pk + Sep 16 19:49:40.075: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' + Sep 16 19:49:40.203: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" + Sep 16 19:49:40.203: INFO: stdout: "affinity-nodeport-timeout-p68pk" + Sep 16 19:50:00.204: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' + Sep 16 19:50:00.367: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" + Sep 16 19:50:00.367: INFO: stdout: "affinity-nodeport-timeout-p68pk" + Sep 16 19:50:20.367: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' + Sep 16 19:50:20.531: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" + Sep 16 19:50:20.531: INFO: stdout: "affinity-nodeport-timeout-p68pk" + Sep 16 19:50:40.532: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' + Sep 16 19:50:40.694: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" + Sep 16 19:50:40.694: INFO: stdout: "affinity-nodeport-timeout-p68pk" + Sep 16 19:51:00.696: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8527 exec execpod-affinityb9mwm -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://172.31.14.177:31667/' + Sep 16 19:51:00.858: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://172.31.14.177:31667/\n" + Sep 16 19:51:00.858: INFO: stdout: "affinity-nodeport-timeout-qbmwg" + Sep 16 19:51:00.858: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-8527, will wait for the garbage collector to delete the pods 09/16/22 19:51:00.866 + Sep 16 19:51:00.925: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 3.549538ms + Sep 16 19:51:01.026: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 100.935844ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:51:03.146: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8527" for this suite. 09/16/22 19:51:03.153 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] EndpointSlice + should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:03.17 +Sep 16 19:51:03.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename endpointslice 09/16/22 19:51:03.171 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:03.181 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:03.186 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 +STEP: getting /apis 09/16/22 19:51:03.191 +STEP: getting /apis/discovery.k8s.io 09/16/22 19:51:03.194 +STEP: getting /apis/discovery.k8s.iov1 09/16/22 19:51:03.195 +STEP: creating 09/16/22 19:51:03.197 +STEP: getting 09/16/22 19:51:03.208 +STEP: listing 09/16/22 19:51:03.211 +STEP: watching 09/16/22 19:51:03.213 +Sep 16 19:51:03.213: INFO: starting watch +STEP: cluster-wide listing 09/16/22 19:51:03.215 +STEP: cluster-wide watching 09/16/22 19:51:03.217 +Sep 16 19:51:03.217: INFO: starting watch +STEP: patching 09/16/22 19:51:03.219 +STEP: updating 09/16/22 19:51:03.223 +Sep 16 19:51:03.229: INFO: waiting for watch events with expected annotations +Sep 16 19:51:03.229: INFO: saw patched and updated annotations +STEP: deleting 09/16/22 19:51:03.229 +STEP: deleting a collection 09/16/22 19:51:03.237 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 16 19:51:03.248: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-1454" for this suite. 09/16/22 19:51:03.254 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] EndpointSlice should support creating EndpointSlice API operations [Conformance]","completed":136,"skipped":2533,"failed":0} +------------------------------ +• [0.088 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:03.17 + Sep 16 19:51:03.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename endpointslice 09/16/22 19:51:03.171 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:03.181 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:03.186 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 + STEP: getting /apis 09/16/22 19:51:03.191 + STEP: getting /apis/discovery.k8s.io 09/16/22 19:51:03.194 + STEP: getting /apis/discovery.k8s.iov1 09/16/22 19:51:03.195 + STEP: creating 09/16/22 19:51:03.197 + STEP: getting 09/16/22 19:51:03.208 + STEP: listing 09/16/22 19:51:03.211 + STEP: watching 09/16/22 19:51:03.213 + Sep 16 19:51:03.213: INFO: starting watch + STEP: cluster-wide listing 09/16/22 19:51:03.215 + STEP: cluster-wide watching 09/16/22 19:51:03.217 + Sep 16 19:51:03.217: INFO: starting watch + STEP: patching 09/16/22 19:51:03.219 + STEP: updating 09/16/22 19:51:03.223 + Sep 16 19:51:03.229: INFO: waiting for watch events with expected annotations + Sep 16 19:51:03.229: INFO: saw patched and updated annotations + STEP: deleting 09/16/22 19:51:03.229 + STEP: deleting a collection 09/16/22 19:51:03.237 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 16 19:51:03.248: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-1454" for this suite. 09/16/22 19:51:03.254 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:03.26 +Sep 16 19:51:03.261: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 19:51:03.261 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:03.271 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:03.275 +[It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 +STEP: Counting existing ResourceQuota 09/16/22 19:51:03.278 +STEP: Creating a ResourceQuota 09/16/22 19:51:08.282 +STEP: Ensuring resource quota status is calculated 09/16/22 19:51:08.291 +STEP: Creating a Service 09/16/22 19:51:10.294 +STEP: Creating a NodePort Service 09/16/22 19:51:10.31 +STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 09/16/22 19:51:10.326 +STEP: Ensuring resource quota status captures service creation 09/16/22 19:51:10.348 +STEP: Deleting Services 09/16/22 19:51:12.351 +STEP: Ensuring resource quota status released usage 09/16/22 19:51:12.401 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 19:51:14.405: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-6260" for this suite. 09/16/22 19:51:14.407 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance]","completed":137,"skipped":2576,"failed":0} +------------------------------ +• [SLOW TEST] [11.151 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:03.26 + Sep 16 19:51:03.261: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 19:51:03.261 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:03.271 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:03.275 + [It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 + STEP: Counting existing ResourceQuota 09/16/22 19:51:03.278 + STEP: Creating a ResourceQuota 09/16/22 19:51:08.282 + STEP: Ensuring resource quota status is calculated 09/16/22 19:51:08.291 + STEP: Creating a Service 09/16/22 19:51:10.294 + STEP: Creating a NodePort Service 09/16/22 19:51:10.31 + STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 09/16/22 19:51:10.326 + STEP: Ensuring resource quota status captures service creation 09/16/22 19:51:10.348 + STEP: Deleting Services 09/16/22 19:51:12.351 + STEP: Ensuring resource quota status released usage 09/16/22 19:51:12.401 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 19:51:14.405: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-6260" for this suite. 09/16/22 19:51:14.407 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Deployment + deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:14.412 +Sep 16 19:51:14.412: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 19:51:14.413 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:14.426 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:14.43 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +Sep 16 19:51:14.435: INFO: Creating deployment "webserver-deployment" +Sep 16 19:51:14.438: INFO: Waiting for observed generation 1 +Sep 16 19:51:16.450: INFO: Waiting for all required pods to come up +Sep 16 19:51:16.453: INFO: Pod name httpd: Found 10 pods out of 10 +STEP: ensuring each pod is running 09/16/22 19:51:16.453 +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-zfpnx" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-9s265" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-cpnpz" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-f547h" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-f75ws" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-vm54c" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-lzrbh" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-ww6k2" in namespace "deployment-3747" to be "running" +Sep 16 19:51:16.458: INFO: Pod "webserver-deployment-845c8977d9-f75ws": Phase="Pending", Reason="", readiness=false. Elapsed: 4.236269ms +Sep 16 19:51:16.459: INFO: Pod "webserver-deployment-845c8977d9-f547h": Phase="Pending", Reason="", readiness=false. Elapsed: 5.49901ms +Sep 16 19:51:16.459: INFO: Pod "webserver-deployment-845c8977d9-cpnpz": Phase="Pending", Reason="", readiness=false. Elapsed: 5.886877ms +Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-9s265": Phase="Pending", Reason="", readiness=false. Elapsed: 6.16264ms +Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-lzrbh": Phase="Pending", Reason="", readiness=false. Elapsed: 5.686233ms +Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-ww6k2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.688203ms +Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-zfpnx": Phase="Pending", Reason="", readiness=false. Elapsed: 6.792132ms +Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-vm54c": Phase="Pending", Reason="", readiness=false. Elapsed: 5.993888ms +Sep 16 19:51:18.461: INFO: Pod "webserver-deployment-845c8977d9-f75ws": Phase="Running", Reason="", readiness=true. Elapsed: 2.007037687s +Sep 16 19:51:18.461: INFO: Pod "webserver-deployment-845c8977d9-f75ws" satisfied condition "running" +Sep 16 19:51:18.462: INFO: Pod "webserver-deployment-845c8977d9-9s265": Phase="Running", Reason="", readiness=true. Elapsed: 2.008909628s +Sep 16 19:51:18.462: INFO: Pod "webserver-deployment-845c8977d9-9s265" satisfied condition "running" +Sep 16 19:51:18.463: INFO: Pod "webserver-deployment-845c8977d9-vm54c": Phase="Running", Reason="", readiness=true. Elapsed: 2.009248773s +Sep 16 19:51:18.463: INFO: Pod "webserver-deployment-845c8977d9-vm54c" satisfied condition "running" +Sep 16 19:51:18.464: INFO: Pod "webserver-deployment-845c8977d9-lzrbh": Phase="Running", Reason="", readiness=true. Elapsed: 2.010004126s +Sep 16 19:51:18.464: INFO: Pod "webserver-deployment-845c8977d9-lzrbh" satisfied condition "running" +Sep 16 19:51:18.464: INFO: Pod "webserver-deployment-845c8977d9-f547h": Phase="Running", Reason="", readiness=true. Elapsed: 2.010719328s +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-f547h" satisfied condition "running" +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-ww6k2": Phase="Running", Reason="", readiness=true. Elapsed: 2.011011313s +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-ww6k2" satisfied condition "running" +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-cpnpz": Phase="Running", Reason="", readiness=true. Elapsed: 2.011703145s +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-cpnpz" satisfied condition "running" +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-zfpnx": Phase="Running", Reason="", readiness=true. Elapsed: 2.012183273s +Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-zfpnx" satisfied condition "running" +Sep 16 19:51:18.465: INFO: Waiting for deployment "webserver-deployment" to complete +Sep 16 19:51:18.469: INFO: Updating deployment "webserver-deployment" with a non-existent image +Sep 16 19:51:18.475: INFO: Updating deployment webserver-deployment +Sep 16 19:51:18.475: INFO: Waiting for observed generation 2 +Sep 16 19:51:20.481: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 +Sep 16 19:51:20.484: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 +Sep 16 19:51:20.486: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Sep 16 19:51:20.491: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 +Sep 16 19:51:20.491: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 +Sep 16 19:51:20.494: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Sep 16 19:51:20.497: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas +Sep 16 19:51:20.497: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 +Sep 16 19:51:20.504: INFO: Updating deployment webserver-deployment +Sep 16 19:51:20.504: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas +Sep 16 19:51:20.533: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 +Sep 16 19:51:22.557: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 19:51:22.567: INFO: Deployment "webserver-deployment": +&Deployment{ObjectMeta:{webserver-deployment deployment-3747 afb21d45-2453-4a06-98b2-f271aed1f10b 19307 3 2022-09-16 19:51:14 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:51:20 +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":{}}} status}]},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 0xc00334f268 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[] [] nil }},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:2,MaxSurge:3,},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:3,Replicas:33,UpdatedReplicas:13,AvailableReplicas:8,UnavailableReplicas:25,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-09-16 19:51:20 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-69b7448995" is progressing.,LastUpdateTime:2022-09-16 19:51:20 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} + +Sep 16 19:51:22.575: INFO: New ReplicaSet "webserver-deployment-69b7448995" of Deployment "webserver-deployment": +&ReplicaSet{ObjectMeta:{webserver-deployment-69b7448995 deployment-3747 660c68d4-9516-43db-b166-c184533dd6ed 19297 3 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment afb21d45-2453-4a06-98b2-f271aed1f10b 0xc004593827 0xc004593828}] [] [{k3s Update apps/v1 2022-09-16 19:51:20 +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\":\"afb21d45-2453-4a06-98b2-f271aed1f10b\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*13,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 69b7448995,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:69b7448995] 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 0xc0045938d8 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:13,FullyLabeledReplicas:13,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:51:22.575: INFO: All old ReplicaSets of Deployment "webserver-deployment": +Sep 16 19:51:22.576: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-845c8977d9 deployment-3747 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 19296 3 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment afb21d45-2453-4a06-98b2-f271aed1f10b 0xc004593937 0xc004593938}] [] [{k3s Update apps/v1 2022-09-16 19:51:20 +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\":\"afb21d45-2453-4a06-98b2-f271aed1f10b\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc004593b08 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:20,FullyLabeledReplicas:20,ObservedGeneration:3,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:51:22.583: INFO: Pod "webserver-deployment-69b7448995-7vdwv" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-7vdwv webserver-deployment-69b7448995- deployment-3747 22908ffd-9bd4-4c26-98b7-85bacd71782b 19200 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334f687 0xc00334f688}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:19 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-b7plx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-b7plx,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:,StartTime:2022-09-16 19:51:18 +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{},},} +Sep 16 19:51:22.583: INFO: Pod "webserver-deployment-69b7448995-bh9n2" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-bh9n2 webserver-deployment-69b7448995- deployment-3747 e5972188-6c62-4c7c-aeba-50f2818e03c5 19226 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334f887 0xc00334f888}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.0.159\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-pfgs2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-pfgs2,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.159,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.0.159,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.583: INFO: Pod "webserver-deployment-69b7448995-c2stn" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-c2stn webserver-deployment-69b7448995- deployment-3747 e96e1dcb-f94f-4984-b01b-9e4f89a1d405 19277 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334faa0 0xc00334faa1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-pxssr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-pxssr,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.584: INFO: Pod "webserver-deployment-69b7448995-ctcxx" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-ctcxx webserver-deployment-69b7448995- deployment-3747 454f9978-eb18-470f-8205-9f2131b61357 19254 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334fc20 0xc00334fc21}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-pctw4,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-pctw4,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.584: INFO: Pod "webserver-deployment-69b7448995-jsj5q" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-jsj5q webserver-deployment-69b7448995- deployment-3747 f0ba4b66-1536-48c7-8dd0-444b90161716 19223 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334fd90 0xc00334fd91}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.0.158\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-44qr9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-44qr9,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.158,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.0.158,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.585: INFO: Pod "webserver-deployment-69b7448995-kxm8x" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-kxm8x webserver-deployment-69b7448995- deployment-3747 ca818853-0f63-4307-b2eb-c5624550b25e 19287 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334ffa0 0xc00334ffa1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-7mtpx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-7mtpx,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.585: INFO: Pod "webserver-deployment-69b7448995-mhdzc" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-mhdzc webserver-deployment-69b7448995- deployment-3747 e17150fc-16f5-4ea0-84c1-24a36a73c197 19266 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a110 0xc002e1a111}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-kfqlw,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-kfqlw,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 19:51:20 +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{},},} +Sep 16 19:51:22.585: INFO: Pod "webserver-deployment-69b7448995-pdgjx" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-pdgjx webserver-deployment-69b7448995- deployment-3747 042b7824-f594-4de3-b186-caf7cdae4df6 19295 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a2f0 0xc002e1a2f1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-sx4zr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-sx4zr,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.586: INFO: Pod "webserver-deployment-69b7448995-r7kkw" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-r7kkw webserver-deployment-69b7448995- deployment-3747 24eaf802-3dd2-46e3-b607-ae7725c6ebbc 19230 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a460 0xc002e1a461}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.1.226\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6fhdn,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-6fhdn,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.226,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.1.226,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.586: INFO: Pod "webserver-deployment-69b7448995-s2llk" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-s2llk webserver-deployment-69b7448995- deployment-3747 f18ffa9d-3d91-428d-80ba-92b5d312d6fe 19323 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a670 0xc002e1a671}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gtpb9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-gtpb9,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 19:51:20 +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{},},} +Sep 16 19:51:22.586: INFO: Pod "webserver-deployment-69b7448995-sksrh" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-sksrh webserver-deployment-69b7448995- deployment-3747 bbb499b5-d494-41df-9e57-a18505f0da72 19276 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a850 0xc002e1a851}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-zdlf9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-zdlf9,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.587: INFO: Pod "webserver-deployment-69b7448995-trj7h" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-trj7h webserver-deployment-69b7448995- deployment-3747 b5454d4d-4de4-4d08-affd-0b96fbc1c479 19284 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a9d0 0xc002e1a9d1}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.1.227\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gbdbx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-gbdbx,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.227,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.1.227,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.587: INFO: Pod "webserver-deployment-69b7448995-vbbtp" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-vbbtp webserver-deployment-69b7448995- deployment-3747 bb55d9ea-654e-4f58-822b-b0c3217fbd73 19282 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1abe0 0xc002e1abe1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-4cnkn,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-4cnkn,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.587: INFO: Pod "webserver-deployment-845c8977d9-2f4sd" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-2f4sd webserver-deployment-845c8977d9- deployment-3747 01f838fe-9d0f-47e0-bed5-b646454c8247 19253 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1ad60 0xc002e1ad61}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-ljbdj,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ljbdj,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.588: INFO: Pod "webserver-deployment-845c8977d9-8mzv6" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-8mzv6 webserver-deployment-845c8977d9- deployment-3747 89bfacf1-9bf9-45b2-9441-82b1bfd67478 19264 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b310 0xc002e1b311}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-7hlt5,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7hlt5,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.588: INFO: Pod "webserver-deployment-845c8977d9-9s265" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-9s265 webserver-deployment-845c8977d9- deployment-3747 5be0ba60-934b-4caa-b71d-684d5e1689f8 19121 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b470 0xc002e1b471}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.1.221\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-r67kd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-r67kd,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.221,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://768e0d1919bac0a3c9718ee21d9b4ad78c2594b35f410859e107a4054d4fc1fe,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.221,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.588: INFO: Pod "webserver-deployment-845c8977d9-dbzk6" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-dbzk6 webserver-deployment-845c8977d9- deployment-3747 fecec24f-980b-4c9d-a638-6c42e6a9399d 19237 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b650 0xc002e1b651}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-hvr25,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hvr25,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.589: INFO: Pod "webserver-deployment-845c8977d9-djxlv" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-djxlv webserver-deployment-845c8977d9- deployment-3747 95764300-c114-4072-b15d-9630bf3cb90e 19290 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b7b0 0xc002e1b7b1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-7q5cl,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7q5cl,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 19:51:20 +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:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.589: INFO: Pod "webserver-deployment-845c8977d9-f547h" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-f547h webserver-deployment-845c8977d9- deployment-3747 651d5231-77f0-4a6a-b8e9-781b63accc6c 19113 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b977 0xc002e1b978}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.1.222\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-cj65m,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-cj65m,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.222,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://a59142fd1995c16855b5dfd95a44319d6c1323a3a360eaf727e7cd0ab00f164a,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.222,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.589: INFO: Pod "webserver-deployment-845c8977d9-f75ws" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-f75ws webserver-deployment-845c8977d9- deployment-3747 2c0616da-23bb-4e8c-90cd-0893f6810e42 19137 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1bb60 0xc002e1bb61}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:17 +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.42.0.157\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-jd257,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jd257,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.157,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:16 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://28e478203b609e8eac6cec17c02bca62bd05e7da93b14f38c753377193765ed5,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.157,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.590: INFO: Pod "webserver-deployment-845c8977d9-gkwm5" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-gkwm5 webserver-deployment-845c8977d9- deployment-3747 6dcdd89e-945e-42ce-8b84-9420a3e78b27 19274 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba0c0 0xc004cba0c1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-hhzm9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hhzm9,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.590: INFO: Pod "webserver-deployment-845c8977d9-kkfdh" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-kkfdh webserver-deployment-845c8977d9- deployment-3747 cdf22a48-3798-4ae5-b0f2-c11acde7539f 19100 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba220 0xc004cba221}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.1.223\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-tvxj2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-tvxj2,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.223,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://22dc98377f0d43a147f6e9be1387af2814230332dd56bba092c258bfbedb0ac5,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.223,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.591: INFO: Pod "webserver-deployment-845c8977d9-lrh5c" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-lrh5c webserver-deployment-845c8977d9- deployment-3747 abba1a47-cc78-487d-8742-4cc92a2ee562 19301 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba400 0xc004cba401}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-5jp95,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5jp95,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.591: INFO: Pod "webserver-deployment-845c8977d9-lzrbh" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-lzrbh webserver-deployment-845c8977d9- deployment-3747 103aac8e-40c9-46c4-9810-4c2445e37397 19124 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba570 0xc004cba571}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.0.154\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6k88n,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6k88n,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.154,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://32d49d15b803bb2e6251ef5fe9b02890860d9d7c3799f98f1eb7c21e6f846afb,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.154,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.591: INFO: Pod "webserver-deployment-845c8977d9-pj88k" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-pj88k webserver-deployment-845c8977d9- deployment-3747 ec101e28-58d2-4687-b54d-5810c7149463 19302 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba760 0xc004cba761}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-tsc8d,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-tsc8d,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-qcr47" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-qcr47 webserver-deployment-845c8977d9- deployment-3747 aeac16aa-0c44-4b95-9dbc-4a6bc77ede39 19299 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba8c0 0xc004cba8c1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-d2zj4,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-d2zj4,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-qqzxb" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-qqzxb webserver-deployment-845c8977d9- deployment-3747 b6e4e257-24a1-485b-ae55-72a89d04dec3 19252 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbaa20 0xc004cbaa21}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-njnjf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-njnjf,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-swdsx" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-swdsx webserver-deployment-845c8977d9- deployment-3747 2dc956ac-f165-40f9-a168-326e3c8c1809 19300 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbab80 0xc004cbab81}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-8qcfd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-8qcfd,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-tfmwd" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-tfmwd webserver-deployment-845c8977d9- deployment-3747 4017a392-ba27-4bb6-bd03-0a0a13cdc762 19298 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbace0 0xc004cbace1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-grgv4,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-grgv4,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-vm54c" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-vm54c webserver-deployment-845c8977d9- deployment-3747 447efdb3-2fd6-48b0-a647-3845a60d087f 19117 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbae40 0xc004cbae41}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.0.153\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zmkrk,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zmkrk,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.153,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://b8d60224921e8a7df3acf960ea85536a0945aa26741aea1880cd988afea4aea9,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.153,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-ww6k2" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-ww6k2 webserver-deployment-845c8977d9- deployment-3747 a66c8381-3df2-4da9-bd7e-34f0e008d9db 19131 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbb020 0xc004cbb021}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:17 +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.42.0.155\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-4fckr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4fckr,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.155,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://100e7ce750f4ec4d43f323b355acf5fa109761804725a5ba89cfcaaf92053d29,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.155,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-xjb4c" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-xjb4c webserver-deployment-845c8977d9- deployment-3747 51bf7f63-0f73-4595-8b3b-f5c036a27760 19275 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbb210 0xc004cbb211}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-x6fqr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-x6fqr,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-z44cn" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-z44cn webserver-deployment-845c8977d9- deployment-3747 bead1b5a-b33a-4be4-986e-c5f63632763c 19104 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbb370 0xc004cbb371}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.0.156\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-bgpdq,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-bgpdq,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.156,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:16 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://5d4cfda29039fae53653c4a9413a87012f1e332c132b2924f5bbc487fcd1a8de,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.156,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 19:51:22.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-3747" for this suite. 09/16/22 19:51:22.598 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment deployment should support proportional scaling [Conformance]","completed":138,"skipped":2583,"failed":0} +------------------------------ +• [SLOW TEST] [8.190 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:14.412 + Sep 16 19:51:14.412: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 19:51:14.413 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:14.426 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:14.43 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 + Sep 16 19:51:14.435: INFO: Creating deployment "webserver-deployment" + Sep 16 19:51:14.438: INFO: Waiting for observed generation 1 + Sep 16 19:51:16.450: INFO: Waiting for all required pods to come up + Sep 16 19:51:16.453: INFO: Pod name httpd: Found 10 pods out of 10 + STEP: ensuring each pod is running 09/16/22 19:51:16.453 + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-zfpnx" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-9s265" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-cpnpz" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-f547h" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-f75ws" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-vm54c" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-lzrbh" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.453: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-ww6k2" in namespace "deployment-3747" to be "running" + Sep 16 19:51:16.458: INFO: Pod "webserver-deployment-845c8977d9-f75ws": Phase="Pending", Reason="", readiness=false. Elapsed: 4.236269ms + Sep 16 19:51:16.459: INFO: Pod "webserver-deployment-845c8977d9-f547h": Phase="Pending", Reason="", readiness=false. Elapsed: 5.49901ms + Sep 16 19:51:16.459: INFO: Pod "webserver-deployment-845c8977d9-cpnpz": Phase="Pending", Reason="", readiness=false. Elapsed: 5.886877ms + Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-9s265": Phase="Pending", Reason="", readiness=false. Elapsed: 6.16264ms + Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-lzrbh": Phase="Pending", Reason="", readiness=false. Elapsed: 5.686233ms + Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-ww6k2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.688203ms + Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-zfpnx": Phase="Pending", Reason="", readiness=false. Elapsed: 6.792132ms + Sep 16 19:51:16.460: INFO: Pod "webserver-deployment-845c8977d9-vm54c": Phase="Pending", Reason="", readiness=false. Elapsed: 5.993888ms + Sep 16 19:51:18.461: INFO: Pod "webserver-deployment-845c8977d9-f75ws": Phase="Running", Reason="", readiness=true. Elapsed: 2.007037687s + Sep 16 19:51:18.461: INFO: Pod "webserver-deployment-845c8977d9-f75ws" satisfied condition "running" + Sep 16 19:51:18.462: INFO: Pod "webserver-deployment-845c8977d9-9s265": Phase="Running", Reason="", readiness=true. Elapsed: 2.008909628s + Sep 16 19:51:18.462: INFO: Pod "webserver-deployment-845c8977d9-9s265" satisfied condition "running" + Sep 16 19:51:18.463: INFO: Pod "webserver-deployment-845c8977d9-vm54c": Phase="Running", Reason="", readiness=true. Elapsed: 2.009248773s + Sep 16 19:51:18.463: INFO: Pod "webserver-deployment-845c8977d9-vm54c" satisfied condition "running" + Sep 16 19:51:18.464: INFO: Pod "webserver-deployment-845c8977d9-lzrbh": Phase="Running", Reason="", readiness=true. Elapsed: 2.010004126s + Sep 16 19:51:18.464: INFO: Pod "webserver-deployment-845c8977d9-lzrbh" satisfied condition "running" + Sep 16 19:51:18.464: INFO: Pod "webserver-deployment-845c8977d9-f547h": Phase="Running", Reason="", readiness=true. Elapsed: 2.010719328s + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-f547h" satisfied condition "running" + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-ww6k2": Phase="Running", Reason="", readiness=true. Elapsed: 2.011011313s + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-ww6k2" satisfied condition "running" + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-cpnpz": Phase="Running", Reason="", readiness=true. Elapsed: 2.011703145s + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-cpnpz" satisfied condition "running" + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-zfpnx": Phase="Running", Reason="", readiness=true. Elapsed: 2.012183273s + Sep 16 19:51:18.465: INFO: Pod "webserver-deployment-845c8977d9-zfpnx" satisfied condition "running" + Sep 16 19:51:18.465: INFO: Waiting for deployment "webserver-deployment" to complete + Sep 16 19:51:18.469: INFO: Updating deployment "webserver-deployment" with a non-existent image + Sep 16 19:51:18.475: INFO: Updating deployment webserver-deployment + Sep 16 19:51:18.475: INFO: Waiting for observed generation 2 + Sep 16 19:51:20.481: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 + Sep 16 19:51:20.484: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 + Sep 16 19:51:20.486: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Sep 16 19:51:20.491: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 + Sep 16 19:51:20.491: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 + Sep 16 19:51:20.494: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Sep 16 19:51:20.497: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas + Sep 16 19:51:20.497: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 + Sep 16 19:51:20.504: INFO: Updating deployment webserver-deployment + Sep 16 19:51:20.504: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas + Sep 16 19:51:20.533: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 + Sep 16 19:51:22.557: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 19:51:22.567: INFO: Deployment "webserver-deployment": + &Deployment{ObjectMeta:{webserver-deployment deployment-3747 afb21d45-2453-4a06-98b2-f271aed1f10b 19307 3 2022-09-16 19:51:14 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:51:20 +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":{}}} status}]},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 0xc00334f268 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[] [] nil }},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:2,MaxSurge:3,},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:3,Replicas:33,UpdatedReplicas:13,AvailableReplicas:8,UnavailableReplicas:25,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-09-16 19:51:20 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-69b7448995" is progressing.,LastUpdateTime:2022-09-16 19:51:20 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} + + Sep 16 19:51:22.575: INFO: New ReplicaSet "webserver-deployment-69b7448995" of Deployment "webserver-deployment": + &ReplicaSet{ObjectMeta:{webserver-deployment-69b7448995 deployment-3747 660c68d4-9516-43db-b166-c184533dd6ed 19297 3 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment afb21d45-2453-4a06-98b2-f271aed1f10b 0xc004593827 0xc004593828}] [] [{k3s Update apps/v1 2022-09-16 19:51:20 +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\":\"afb21d45-2453-4a06-98b2-f271aed1f10b\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*13,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 69b7448995,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:69b7448995] 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 0xc0045938d8 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:13,FullyLabeledReplicas:13,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:51:22.575: INFO: All old ReplicaSets of Deployment "webserver-deployment": + Sep 16 19:51:22.576: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-845c8977d9 deployment-3747 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 19296 3 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment afb21d45-2453-4a06-98b2-f271aed1f10b 0xc004593937 0xc004593938}] [] [{k3s Update apps/v1 2022-09-16 19:51:20 +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\":\"afb21d45-2453-4a06-98b2-f271aed1f10b\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc004593b08 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:20,FullyLabeledReplicas:20,ObservedGeneration:3,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:51:22.583: INFO: Pod "webserver-deployment-69b7448995-7vdwv" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-7vdwv webserver-deployment-69b7448995- deployment-3747 22908ffd-9bd4-4c26-98b7-85bacd71782b 19200 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334f687 0xc00334f688}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:19 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-b7plx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-b7plx,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:,StartTime:2022-09-16 19:51:18 +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{},},} + Sep 16 19:51:22.583: INFO: Pod "webserver-deployment-69b7448995-bh9n2" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-bh9n2 webserver-deployment-69b7448995- deployment-3747 e5972188-6c62-4c7c-aeba-50f2818e03c5 19226 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334f887 0xc00334f888}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.0.159\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-pfgs2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-pfgs2,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.159,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.0.159,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.583: INFO: Pod "webserver-deployment-69b7448995-c2stn" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-c2stn webserver-deployment-69b7448995- deployment-3747 e96e1dcb-f94f-4984-b01b-9e4f89a1d405 19277 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334faa0 0xc00334faa1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-pxssr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-pxssr,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.584: INFO: Pod "webserver-deployment-69b7448995-ctcxx" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-ctcxx webserver-deployment-69b7448995- deployment-3747 454f9978-eb18-470f-8205-9f2131b61357 19254 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334fc20 0xc00334fc21}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-pctw4,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-pctw4,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.584: INFO: Pod "webserver-deployment-69b7448995-jsj5q" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-jsj5q webserver-deployment-69b7448995- deployment-3747 f0ba4b66-1536-48c7-8dd0-444b90161716 19223 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334fd90 0xc00334fd91}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.0.158\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-44qr9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-44qr9,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.158,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.0.158,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.585: INFO: Pod "webserver-deployment-69b7448995-kxm8x" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-kxm8x webserver-deployment-69b7448995- deployment-3747 ca818853-0f63-4307-b2eb-c5624550b25e 19287 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc00334ffa0 0xc00334ffa1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-7mtpx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-7mtpx,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.585: INFO: Pod "webserver-deployment-69b7448995-mhdzc" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-mhdzc webserver-deployment-69b7448995- deployment-3747 e17150fc-16f5-4ea0-84c1-24a36a73c197 19266 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a110 0xc002e1a111}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-kfqlw,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-kfqlw,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 19:51:20 +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{},},} + Sep 16 19:51:22.585: INFO: Pod "webserver-deployment-69b7448995-pdgjx" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-pdgjx webserver-deployment-69b7448995- deployment-3747 042b7824-f594-4de3-b186-caf7cdae4df6 19295 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a2f0 0xc002e1a2f1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-sx4zr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-sx4zr,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.586: INFO: Pod "webserver-deployment-69b7448995-r7kkw" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-r7kkw webserver-deployment-69b7448995- deployment-3747 24eaf802-3dd2-46e3-b607-ae7725c6ebbc 19230 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a460 0xc002e1a461}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.1.226\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6fhdn,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-6fhdn,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.226,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.1.226,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.586: INFO: Pod "webserver-deployment-69b7448995-s2llk" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-s2llk webserver-deployment-69b7448995- deployment-3747 f18ffa9d-3d91-428d-80ba-92b5d312d6fe 19323 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a670 0xc002e1a671}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gtpb9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-gtpb9,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 19:51:20 +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{},},} + Sep 16 19:51:22.586: INFO: Pod "webserver-deployment-69b7448995-sksrh" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-sksrh webserver-deployment-69b7448995- deployment-3747 bbb499b5-d494-41df-9e57-a18505f0da72 19276 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a850 0xc002e1a851}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-zdlf9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-zdlf9,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.587: INFO: Pod "webserver-deployment-69b7448995-trj7h" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-trj7h webserver-deployment-69b7448995- deployment-3747 b5454d4d-4de4-4d08-affd-0b96fbc1c479 19284 0 2022-09-16 19:51:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1a9d0 0xc002e1a9d1}] [] [{k3s Update v1 2022-09-16 19:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"10.42.1.227\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gbdbx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-gbdbx,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +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:2022-09-16 19:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.227,StartTime:2022-09-16 19:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:10.42.1.227,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.587: INFO: Pod "webserver-deployment-69b7448995-vbbtp" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-vbbtp webserver-deployment-69b7448995- deployment-3747 bb55d9ea-654e-4f58-822b-b0c3217fbd73 19282 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 660c68d4-9516-43db-b166-c184533dd6ed 0xc002e1abe0 0xc002e1abe1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"660c68d4-9516-43db-b166-c184533dd6ed\"}":{}}},"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:kube-api-access-4cnkn,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral: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:kube-api-access-4cnkn,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.587: INFO: Pod "webserver-deployment-845c8977d9-2f4sd" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-2f4sd webserver-deployment-845c8977d9- deployment-3747 01f838fe-9d0f-47e0-bed5-b646454c8247 19253 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1ad60 0xc002e1ad61}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-ljbdj,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ljbdj,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.588: INFO: Pod "webserver-deployment-845c8977d9-8mzv6" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-8mzv6 webserver-deployment-845c8977d9- deployment-3747 89bfacf1-9bf9-45b2-9441-82b1bfd67478 19264 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b310 0xc002e1b311}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-7hlt5,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7hlt5,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.588: INFO: Pod "webserver-deployment-845c8977d9-9s265" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-9s265 webserver-deployment-845c8977d9- deployment-3747 5be0ba60-934b-4caa-b71d-684d5e1689f8 19121 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b470 0xc002e1b471}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.1.221\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-r67kd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-r67kd,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.221,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://768e0d1919bac0a3c9718ee21d9b4ad78c2594b35f410859e107a4054d4fc1fe,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.221,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.588: INFO: Pod "webserver-deployment-845c8977d9-dbzk6" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-dbzk6 webserver-deployment-845c8977d9- deployment-3747 fecec24f-980b-4c9d-a638-6c42e6a9399d 19237 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b650 0xc002e1b651}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-hvr25,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hvr25,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.589: INFO: Pod "webserver-deployment-845c8977d9-djxlv" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-djxlv webserver-deployment-845c8977d9- deployment-3747 95764300-c114-4072-b15d-9630bf3cb90e 19290 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b7b0 0xc002e1b7b1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:20 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-7q5cl,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7q5cl,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +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:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 19:51:20 +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:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.589: INFO: Pod "webserver-deployment-845c8977d9-f547h" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-f547h webserver-deployment-845c8977d9- deployment-3747 651d5231-77f0-4a6a-b8e9-781b63accc6c 19113 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1b977 0xc002e1b978}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.1.222\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-cj65m,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-cj65m,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.222,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://a59142fd1995c16855b5dfd95a44319d6c1323a3a360eaf727e7cd0ab00f164a,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.222,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.589: INFO: Pod "webserver-deployment-845c8977d9-f75ws" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-f75ws webserver-deployment-845c8977d9- deployment-3747 2c0616da-23bb-4e8c-90cd-0893f6810e42 19137 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc002e1bb60 0xc002e1bb61}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:17 +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.42.0.157\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-jd257,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jd257,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.157,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:16 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://28e478203b609e8eac6cec17c02bca62bd05e7da93b14f38c753377193765ed5,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.157,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.590: INFO: Pod "webserver-deployment-845c8977d9-gkwm5" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-gkwm5 webserver-deployment-845c8977d9- deployment-3747 6dcdd89e-945e-42ce-8b84-9420a3e78b27 19274 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba0c0 0xc004cba0c1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-hhzm9,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hhzm9,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.590: INFO: Pod "webserver-deployment-845c8977d9-kkfdh" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-kkfdh webserver-deployment-845c8977d9- deployment-3747 cdf22a48-3798-4ae5-b0f2-c11acde7539f 19100 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba220 0xc004cba221}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.1.223\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-tvxj2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-tvxj2,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.223,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://22dc98377f0d43a147f6e9be1387af2814230332dd56bba092c258bfbedb0ac5,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.223,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.591: INFO: Pod "webserver-deployment-845c8977d9-lrh5c" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-lrh5c webserver-deployment-845c8977d9- deployment-3747 abba1a47-cc78-487d-8742-4cc92a2ee562 19301 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba400 0xc004cba401}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-5jp95,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5jp95,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.591: INFO: Pod "webserver-deployment-845c8977d9-lzrbh" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-lzrbh webserver-deployment-845c8977d9- deployment-3747 103aac8e-40c9-46c4-9810-4c2445e37397 19124 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba570 0xc004cba571}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.0.154\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6k88n,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6k88n,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.154,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://32d49d15b803bb2e6251ef5fe9b02890860d9d7c3799f98f1eb7c21e6f846afb,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.154,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.591: INFO: Pod "webserver-deployment-845c8977d9-pj88k" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-pj88k webserver-deployment-845c8977d9- deployment-3747 ec101e28-58d2-4687-b54d-5810c7149463 19302 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba760 0xc004cba761}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-tsc8d,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-tsc8d,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-qcr47" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-qcr47 webserver-deployment-845c8977d9- deployment-3747 aeac16aa-0c44-4b95-9dbc-4a6bc77ede39 19299 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cba8c0 0xc004cba8c1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-d2zj4,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-d2zj4,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-qqzxb" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-qqzxb webserver-deployment-845c8977d9- deployment-3747 b6e4e257-24a1-485b-ae55-72a89d04dec3 19252 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbaa20 0xc004cbaa21}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-njnjf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-njnjf,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-swdsx" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-swdsx webserver-deployment-845c8977d9- deployment-3747 2dc956ac-f165-40f9-a168-326e3c8c1809 19300 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbab80 0xc004cbab81}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-8qcfd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-8qcfd,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.592: INFO: Pod "webserver-deployment-845c8977d9-tfmwd" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-tfmwd webserver-deployment-845c8977d9- deployment-3747 4017a392-ba27-4bb6-bd03-0a0a13cdc762 19298 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbace0 0xc004cbace1}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-grgv4,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-grgv4,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-vm54c" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-vm54c webserver-deployment-845c8977d9- deployment-3747 447efdb3-2fd6-48b0-a647-3845a60d087f 19117 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbae40 0xc004cbae41}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.0.153\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zmkrk,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zmkrk,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.153,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://b8d60224921e8a7df3acf960ea85536a0945aa26741aea1880cd988afea4aea9,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.153,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-ww6k2" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-ww6k2 webserver-deployment-845c8977d9- deployment-3747 a66c8381-3df2-4da9-bd7e-34f0e008d9db 19131 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbb020 0xc004cbb021}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:17 +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.42.0.155\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-4fckr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4fckr,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.155,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:15 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://100e7ce750f4ec4d43f323b355acf5fa109761804725a5ba89cfcaaf92053d29,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.155,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-xjb4c" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-xjb4c webserver-deployment-845c8977d9- deployment-3747 51bf7f63-0f73-4595-8b3b-f5c036a27760 19275 0 2022-09-16 19:51:20 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbb210 0xc004cbb211}] [] [{k3s Update v1 2022-09-16 19:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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:kube-api-access-x6fqr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-x6fqr,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 19:51:22.593: INFO: Pod "webserver-deployment-845c8977d9-z44cn" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-z44cn webserver-deployment-845c8977d9- deployment-3747 bead1b5a-b33a-4be4-986e-c5f63632763c 19104 0 2022-09-16 19:51:14 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 b496c518-a44a-4e0d-81b3-0d32b68b4e4a 0xc004cbb370 0xc004cbb371}] [] [{k3s Update v1 2022-09-16 19:51:14 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b496c518-a44a-4e0d-81b3-0d32b68b4e4a\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:51:16 +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.42.0.156\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-bgpdq,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-bgpdq,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:51:14 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.156,StartTime:2022-09-16 19:51:14 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 19:51:16 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://5d4cfda29039fae53653c4a9413a87012f1e332c132b2924f5bbc487fcd1a8de,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.156,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 19:51:22.593: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-3747" for this suite. 09/16/22 19:51:22.598 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:412 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:22.605 +Sep 16 19:51:22.605: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 19:51:22.606 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:22.682 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:22.702 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 19:51:22.727 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:51:23.717 +STEP: Deploying the webhook pod 09/16/22 19:51:23.722 +STEP: Wait for the deployment to be ready 09/16/22 19:51:23.733 +Sep 16 19:51:23.752: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Sep 16 19:51:25.759: 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:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:51:27.764: 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:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 19:51:29.879: 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:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 09/16/22 19:51:31.763 +STEP: Verifying the service has paired with the endpoint 09/16/22 19:51:31.77 +Sep 16 19:51:32.770: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:412 +STEP: Creating a validating webhook configuration 09/16/22 19:51:32.774 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:51:32.79 +STEP: Updating a validating webhook configuration's rules to not include the create operation 09/16/22 19:51:32.802 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:51:32.81 +STEP: Patching a validating webhook configuration's rules to include the create operation 09/16/22 19:51:32.825 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:51:32.831 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 19:51:32.843: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-5123" for this suite. 09/16/22 19:51:32.847 +STEP: Destroying namespace "webhook-5123-markers" for this suite. 09/16/22 19:51:32.851 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]","completed":139,"skipped":2598,"failed":0} +------------------------------ +• [SLOW TEST] [10.285 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:412 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:22.605 + Sep 16 19:51:22.605: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 19:51:22.606 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:22.682 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:22.702 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 19:51:22.727 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 19:51:23.717 + STEP: Deploying the webhook pod 09/16/22 19:51:23.722 + STEP: Wait for the deployment to be ready 09/16/22 19:51:23.733 + Sep 16 19:51:23.752: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Sep 16 19:51:25.759: 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:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:51:27.764: 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:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 19:51:29.879: 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:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 19, 51, 23, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5d85dd8cdb\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 09/16/22 19:51:31.763 + STEP: Verifying the service has paired with the endpoint 09/16/22 19:51:31.77 + Sep 16 19:51:32.770: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:412 + STEP: Creating a validating webhook configuration 09/16/22 19:51:32.774 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:51:32.79 + STEP: Updating a validating webhook configuration's rules to not include the create operation 09/16/22 19:51:32.802 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:51:32.81 + STEP: Patching a validating webhook configuration's rules to include the create operation 09/16/22 19:51:32.825 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/16/22 19:51:32.831 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 19:51:32.843: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-5123" for this suite. 09/16/22 19:51:32.847 + STEP: Destroying namespace "webhook-5123-markers" for this suite. 09/16/22 19:51:32.851 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Discovery + should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:32.892 +Sep 16 19:51:32.892: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename discovery 09/16/22 19:51:32.893 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:32.913 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:32.917 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 +STEP: Setting up server cert 09/16/22 19:51:32.922 +[It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +Sep 16 19:51:33.185: INFO: Checking APIGroup: apiregistration.k8s.io +Sep 16 19:51:33.187: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 +Sep 16 19:51:33.187: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] +Sep 16 19:51:33.187: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 +Sep 16 19:51:33.187: INFO: Checking APIGroup: apps +Sep 16 19:51:33.188: INFO: PreferredVersion.GroupVersion: apps/v1 +Sep 16 19:51:33.188: INFO: Versions found [{apps/v1 v1}] +Sep 16 19:51:33.188: INFO: apps/v1 matches apps/v1 +Sep 16 19:51:33.188: INFO: Checking APIGroup: events.k8s.io +Sep 16 19:51:33.189: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 +Sep 16 19:51:33.189: INFO: Versions found [{events.k8s.io/v1 v1}] +Sep 16 19:51:33.189: INFO: events.k8s.io/v1 matches events.k8s.io/v1 +Sep 16 19:51:33.189: INFO: Checking APIGroup: authentication.k8s.io +Sep 16 19:51:33.190: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 +Sep 16 19:51:33.190: INFO: Versions found [{authentication.k8s.io/v1 v1}] +Sep 16 19:51:33.190: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 +Sep 16 19:51:33.190: INFO: Checking APIGroup: authorization.k8s.io +Sep 16 19:51:33.191: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 +Sep 16 19:51:33.191: INFO: Versions found [{authorization.k8s.io/v1 v1}] +Sep 16 19:51:33.191: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 +Sep 16 19:51:33.191: INFO: Checking APIGroup: autoscaling +Sep 16 19:51:33.192: INFO: PreferredVersion.GroupVersion: autoscaling/v2 +Sep 16 19:51:33.192: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1} {autoscaling/v2beta2 v2beta2}] +Sep 16 19:51:33.192: INFO: autoscaling/v2 matches autoscaling/v2 +Sep 16 19:51:33.192: INFO: Checking APIGroup: batch +Sep 16 19:51:33.193: INFO: PreferredVersion.GroupVersion: batch/v1 +Sep 16 19:51:33.193: INFO: Versions found [{batch/v1 v1}] +Sep 16 19:51:33.193: INFO: batch/v1 matches batch/v1 +Sep 16 19:51:33.193: INFO: Checking APIGroup: certificates.k8s.io +Sep 16 19:51:33.194: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 +Sep 16 19:51:33.194: INFO: Versions found [{certificates.k8s.io/v1 v1}] +Sep 16 19:51:33.194: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 +Sep 16 19:51:33.194: INFO: Checking APIGroup: networking.k8s.io +Sep 16 19:51:33.195: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 +Sep 16 19:51:33.195: INFO: Versions found [{networking.k8s.io/v1 v1}] +Sep 16 19:51:33.195: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 +Sep 16 19:51:33.195: INFO: Checking APIGroup: policy +Sep 16 19:51:33.197: INFO: PreferredVersion.GroupVersion: policy/v1 +Sep 16 19:51:33.197: INFO: Versions found [{policy/v1 v1}] +Sep 16 19:51:33.197: INFO: policy/v1 matches policy/v1 +Sep 16 19:51:33.197: INFO: Checking APIGroup: rbac.authorization.k8s.io +Sep 16 19:51:33.198: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 +Sep 16 19:51:33.198: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] +Sep 16 19:51:33.198: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 +Sep 16 19:51:33.198: INFO: Checking APIGroup: storage.k8s.io +Sep 16 19:51:33.199: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 +Sep 16 19:51:33.199: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] +Sep 16 19:51:33.199: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 +Sep 16 19:51:33.199: INFO: Checking APIGroup: admissionregistration.k8s.io +Sep 16 19:51:33.200: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 +Sep 16 19:51:33.200: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] +Sep 16 19:51:33.200: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 +Sep 16 19:51:33.200: INFO: Checking APIGroup: apiextensions.k8s.io +Sep 16 19:51:33.202: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 +Sep 16 19:51:33.202: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] +Sep 16 19:51:33.202: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 +Sep 16 19:51:33.202: INFO: Checking APIGroup: scheduling.k8s.io +Sep 16 19:51:33.204: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 +Sep 16 19:51:33.204: INFO: Versions found [{scheduling.k8s.io/v1 v1}] +Sep 16 19:51:33.204: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 +Sep 16 19:51:33.204: INFO: Checking APIGroup: coordination.k8s.io +Sep 16 19:51:33.205: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 +Sep 16 19:51:33.205: INFO: Versions found [{coordination.k8s.io/v1 v1}] +Sep 16 19:51:33.205: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 +Sep 16 19:51:33.205: INFO: Checking APIGroup: node.k8s.io +Sep 16 19:51:33.207: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 +Sep 16 19:51:33.207: INFO: Versions found [{node.k8s.io/v1 v1}] +Sep 16 19:51:33.207: INFO: node.k8s.io/v1 matches node.k8s.io/v1 +Sep 16 19:51:33.207: INFO: Checking APIGroup: discovery.k8s.io +Sep 16 19:51:33.208: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 +Sep 16 19:51:33.208: INFO: Versions found [{discovery.k8s.io/v1 v1}] +Sep 16 19:51:33.208: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 +Sep 16 19:51:33.208: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io +Sep 16 19:51:33.209: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta2 +Sep 16 19:51:33.209: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta2 v1beta2} {flowcontrol.apiserver.k8s.io/v1beta1 v1beta1}] +Sep 16 19:51:33.209: INFO: flowcontrol.apiserver.k8s.io/v1beta2 matches flowcontrol.apiserver.k8s.io/v1beta2 +Sep 16 19:51:33.209: INFO: Checking APIGroup: helm.cattle.io +Sep 16 19:51:33.210: INFO: PreferredVersion.GroupVersion: helm.cattle.io/v1 +Sep 16 19:51:33.210: INFO: Versions found [{helm.cattle.io/v1 v1}] +Sep 16 19:51:33.210: INFO: helm.cattle.io/v1 matches helm.cattle.io/v1 +Sep 16 19:51:33.210: INFO: Checking APIGroup: k3s.cattle.io +Sep 16 19:51:33.211: INFO: PreferredVersion.GroupVersion: k3s.cattle.io/v1 +Sep 16 19:51:33.211: INFO: Versions found [{k3s.cattle.io/v1 v1}] +Sep 16 19:51:33.211: INFO: k3s.cattle.io/v1 matches k3s.cattle.io/v1 +Sep 16 19:51:33.211: INFO: Checking APIGroup: traefik.containo.us +Sep 16 19:51:33.212: INFO: PreferredVersion.GroupVersion: traefik.containo.us/v1alpha1 +Sep 16 19:51:33.212: INFO: Versions found [{traefik.containo.us/v1alpha1 v1alpha1}] +Sep 16 19:51:33.212: INFO: traefik.containo.us/v1alpha1 matches traefik.containo.us/v1alpha1 +Sep 16 19:51:33.212: INFO: Checking APIGroup: metrics.k8s.io +Sep 16 19:51:33.213: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 +Sep 16 19:51:33.213: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] +Sep 16 19:51:33.213: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 +[AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:187 +Sep 16 19:51:33.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "discovery-8799" for this suite. 09/16/22 19:51:33.216 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]","completed":140,"skipped":2603,"failed":0} +------------------------------ +• [0.329 seconds] +[sig-api-machinery] Discovery +test/e2e/apimachinery/framework.go:23 + should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:32.892 + Sep 16 19:51:32.892: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename discovery 09/16/22 19:51:32.893 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:32.913 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:32.917 + [BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 + STEP: Setting up server cert 09/16/22 19:51:32.922 + [It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 + Sep 16 19:51:33.185: INFO: Checking APIGroup: apiregistration.k8s.io + Sep 16 19:51:33.187: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 + Sep 16 19:51:33.187: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] + Sep 16 19:51:33.187: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 + Sep 16 19:51:33.187: INFO: Checking APIGroup: apps + Sep 16 19:51:33.188: INFO: PreferredVersion.GroupVersion: apps/v1 + Sep 16 19:51:33.188: INFO: Versions found [{apps/v1 v1}] + Sep 16 19:51:33.188: INFO: apps/v1 matches apps/v1 + Sep 16 19:51:33.188: INFO: Checking APIGroup: events.k8s.io + Sep 16 19:51:33.189: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 + Sep 16 19:51:33.189: INFO: Versions found [{events.k8s.io/v1 v1}] + Sep 16 19:51:33.189: INFO: events.k8s.io/v1 matches events.k8s.io/v1 + Sep 16 19:51:33.189: INFO: Checking APIGroup: authentication.k8s.io + Sep 16 19:51:33.190: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 + Sep 16 19:51:33.190: INFO: Versions found [{authentication.k8s.io/v1 v1}] + Sep 16 19:51:33.190: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 + Sep 16 19:51:33.190: INFO: Checking APIGroup: authorization.k8s.io + Sep 16 19:51:33.191: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 + Sep 16 19:51:33.191: INFO: Versions found [{authorization.k8s.io/v1 v1}] + Sep 16 19:51:33.191: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 + Sep 16 19:51:33.191: INFO: Checking APIGroup: autoscaling + Sep 16 19:51:33.192: INFO: PreferredVersion.GroupVersion: autoscaling/v2 + Sep 16 19:51:33.192: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1} {autoscaling/v2beta2 v2beta2}] + Sep 16 19:51:33.192: INFO: autoscaling/v2 matches autoscaling/v2 + Sep 16 19:51:33.192: INFO: Checking APIGroup: batch + Sep 16 19:51:33.193: INFO: PreferredVersion.GroupVersion: batch/v1 + Sep 16 19:51:33.193: INFO: Versions found [{batch/v1 v1}] + Sep 16 19:51:33.193: INFO: batch/v1 matches batch/v1 + Sep 16 19:51:33.193: INFO: Checking APIGroup: certificates.k8s.io + Sep 16 19:51:33.194: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 + Sep 16 19:51:33.194: INFO: Versions found [{certificates.k8s.io/v1 v1}] + Sep 16 19:51:33.194: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 + Sep 16 19:51:33.194: INFO: Checking APIGroup: networking.k8s.io + Sep 16 19:51:33.195: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 + Sep 16 19:51:33.195: INFO: Versions found [{networking.k8s.io/v1 v1}] + Sep 16 19:51:33.195: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 + Sep 16 19:51:33.195: INFO: Checking APIGroup: policy + Sep 16 19:51:33.197: INFO: PreferredVersion.GroupVersion: policy/v1 + Sep 16 19:51:33.197: INFO: Versions found [{policy/v1 v1}] + Sep 16 19:51:33.197: INFO: policy/v1 matches policy/v1 + Sep 16 19:51:33.197: INFO: Checking APIGroup: rbac.authorization.k8s.io + Sep 16 19:51:33.198: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 + Sep 16 19:51:33.198: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] + Sep 16 19:51:33.198: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 + Sep 16 19:51:33.198: INFO: Checking APIGroup: storage.k8s.io + Sep 16 19:51:33.199: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 + Sep 16 19:51:33.199: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] + Sep 16 19:51:33.199: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 + Sep 16 19:51:33.199: INFO: Checking APIGroup: admissionregistration.k8s.io + Sep 16 19:51:33.200: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 + Sep 16 19:51:33.200: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] + Sep 16 19:51:33.200: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 + Sep 16 19:51:33.200: INFO: Checking APIGroup: apiextensions.k8s.io + Sep 16 19:51:33.202: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 + Sep 16 19:51:33.202: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] + Sep 16 19:51:33.202: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 + Sep 16 19:51:33.202: INFO: Checking APIGroup: scheduling.k8s.io + Sep 16 19:51:33.204: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 + Sep 16 19:51:33.204: INFO: Versions found [{scheduling.k8s.io/v1 v1}] + Sep 16 19:51:33.204: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 + Sep 16 19:51:33.204: INFO: Checking APIGroup: coordination.k8s.io + Sep 16 19:51:33.205: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 + Sep 16 19:51:33.205: INFO: Versions found [{coordination.k8s.io/v1 v1}] + Sep 16 19:51:33.205: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 + Sep 16 19:51:33.205: INFO: Checking APIGroup: node.k8s.io + Sep 16 19:51:33.207: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 + Sep 16 19:51:33.207: INFO: Versions found [{node.k8s.io/v1 v1}] + Sep 16 19:51:33.207: INFO: node.k8s.io/v1 matches node.k8s.io/v1 + Sep 16 19:51:33.207: INFO: Checking APIGroup: discovery.k8s.io + Sep 16 19:51:33.208: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 + Sep 16 19:51:33.208: INFO: Versions found [{discovery.k8s.io/v1 v1}] + Sep 16 19:51:33.208: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 + Sep 16 19:51:33.208: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io + Sep 16 19:51:33.209: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta2 + Sep 16 19:51:33.209: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta2 v1beta2} {flowcontrol.apiserver.k8s.io/v1beta1 v1beta1}] + Sep 16 19:51:33.209: INFO: flowcontrol.apiserver.k8s.io/v1beta2 matches flowcontrol.apiserver.k8s.io/v1beta2 + Sep 16 19:51:33.209: INFO: Checking APIGroup: helm.cattle.io + Sep 16 19:51:33.210: INFO: PreferredVersion.GroupVersion: helm.cattle.io/v1 + Sep 16 19:51:33.210: INFO: Versions found [{helm.cattle.io/v1 v1}] + Sep 16 19:51:33.210: INFO: helm.cattle.io/v1 matches helm.cattle.io/v1 + Sep 16 19:51:33.210: INFO: Checking APIGroup: k3s.cattle.io + Sep 16 19:51:33.211: INFO: PreferredVersion.GroupVersion: k3s.cattle.io/v1 + Sep 16 19:51:33.211: INFO: Versions found [{k3s.cattle.io/v1 v1}] + Sep 16 19:51:33.211: INFO: k3s.cattle.io/v1 matches k3s.cattle.io/v1 + Sep 16 19:51:33.211: INFO: Checking APIGroup: traefik.containo.us + Sep 16 19:51:33.212: INFO: PreferredVersion.GroupVersion: traefik.containo.us/v1alpha1 + Sep 16 19:51:33.212: INFO: Versions found [{traefik.containo.us/v1alpha1 v1alpha1}] + Sep 16 19:51:33.212: INFO: traefik.containo.us/v1alpha1 matches traefik.containo.us/v1alpha1 + Sep 16 19:51:33.212: INFO: Checking APIGroup: metrics.k8s.io + Sep 16 19:51:33.213: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 + Sep 16 19:51:33.213: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] + Sep 16 19:51:33.213: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 + [AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:187 + Sep 16 19:51:33.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "discovery-8799" for this suite. 09/16/22 19:51:33.216 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:33.225 +Sep 16 19:51:33.225: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:51:33.226 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:33.241 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:33.246 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 +STEP: Creating the pod 09/16/22 19:51:33.253 +Sep 16 19:51:33.260: INFO: Waiting up to 5m0s for pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c" in namespace "projected-9608" to be "running and ready" +Sep 16 19:51:33.268: INFO: Pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c": Phase="Pending", Reason="", readiness=false. Elapsed: 8.601581ms +Sep 16 19:51:33.268: INFO: The phase of Pod labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:51:35.272: INFO: Pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c": Phase="Running", Reason="", readiness=true. Elapsed: 2.012214873s +Sep 16 19:51:35.272: INFO: The phase of Pod labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c is Running (Ready = true) +Sep 16 19:51:35.272: INFO: Pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c" satisfied condition "running and ready" +Sep 16 19:51:37.803: INFO: Successfully updated pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 19:51:39.815: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9608" for this suite. 09/16/22 19:51:39.818 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]","completed":141,"skipped":2633,"failed":0} +------------------------------ +• [SLOW TEST] [6.598 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:33.225 + Sep 16 19:51:33.225: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:51:33.226 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:33.241 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:33.246 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 + STEP: Creating the pod 09/16/22 19:51:33.253 + Sep 16 19:51:33.260: INFO: Waiting up to 5m0s for pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c" in namespace "projected-9608" to be "running and ready" + Sep 16 19:51:33.268: INFO: Pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c": Phase="Pending", Reason="", readiness=false. Elapsed: 8.601581ms + Sep 16 19:51:33.268: INFO: The phase of Pod labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:51:35.272: INFO: Pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c": Phase="Running", Reason="", readiness=true. Elapsed: 2.012214873s + Sep 16 19:51:35.272: INFO: The phase of Pod labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c is Running (Ready = true) + Sep 16 19:51:35.272: INFO: Pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c" satisfied condition "running and ready" + Sep 16 19:51:37.803: INFO: Successfully updated pod "labelsupdate5053c787-4ebc-4680-ac42-10e269e2cc5c" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 19:51:39.815: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9608" for this suite. 09/16/22 19:51:39.818 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:39.824 +Sep 16 19:51:39.824: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 19:51:39.826 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:39.841 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:39.845 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 +STEP: Creating secret with name secret-test-2e896d33-65ad-435d-81fe-39773c5d5470 09/16/22 19:51:39.849 +STEP: Creating a pod to test consume secrets 09/16/22 19:51:39.854 +Sep 16 19:51:39.864: INFO: Waiting up to 5m0s for pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d" in namespace "secrets-3884" to be "Succeeded or Failed" +Sep 16 19:51:39.873: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.909686ms +Sep 16 19:51:41.877: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012466218s +Sep 16 19:51:43.878: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01361293s +STEP: Saw pod success 09/16/22 19:51:43.878 +Sep 16 19:51:43.878: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d" satisfied condition "Succeeded or Failed" +Sep 16 19:51:43.880: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d container secret-volume-test: +STEP: delete the pod 09/16/22 19:51:43.888 +Sep 16 19:51:43.895: INFO: Waiting for pod pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d to disappear +Sep 16 19:51:43.899: INFO: Pod pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 19:51:43.899: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3884" for this suite. 09/16/22 19:51:43.902 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]","completed":142,"skipped":2642,"failed":0} +------------------------------ +• [4.084 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:39.824 + Sep 16 19:51:39.824: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 19:51:39.826 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:39.841 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:39.845 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 + STEP: Creating secret with name secret-test-2e896d33-65ad-435d-81fe-39773c5d5470 09/16/22 19:51:39.849 + STEP: Creating a pod to test consume secrets 09/16/22 19:51:39.854 + Sep 16 19:51:39.864: INFO: Waiting up to 5m0s for pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d" in namespace "secrets-3884" to be "Succeeded or Failed" + Sep 16 19:51:39.873: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.909686ms + Sep 16 19:51:41.877: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012466218s + Sep 16 19:51:43.878: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01361293s + STEP: Saw pod success 09/16/22 19:51:43.878 + Sep 16 19:51:43.878: INFO: Pod "pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d" satisfied condition "Succeeded or Failed" + Sep 16 19:51:43.880: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d container secret-volume-test: + STEP: delete the pod 09/16/22 19:51:43.888 + Sep 16 19:51:43.895: INFO: Waiting for pod pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d to disappear + Sep 16 19:51:43.899: INFO: Pod pod-secrets-ae1b6c63-ae3b-4b9f-8655-27bc5437d69d no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 19:51:43.899: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3884" for this suite. 09/16/22 19:51:43.902 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:43.909 +Sep 16 19:51:43.909: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:51:43.91 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:43.925 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:43.929 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:51:43.933 +Sep 16 19:51:43.941: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66" in namespace "projected-3645" to be "Succeeded or Failed" +Sep 16 19:51:43.943: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.204536ms +Sep 16 19:51:45.946: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005706826s +Sep 16 19:51:47.946: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005215542s +STEP: Saw pod success 09/16/22 19:51:47.946 +Sep 16 19:51:47.946: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66" satisfied condition "Succeeded or Failed" +Sep 16 19:51:47.948: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66 container client-container: +STEP: delete the pod 09/16/22 19:51:47.953 +Sep 16 19:51:47.961: INFO: Waiting for pod downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66 to disappear +Sep 16 19:51:47.964: INFO: Pod downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 19:51:47.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3645" for this suite. 09/16/22 19:51:47.968 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]","completed":143,"skipped":2642,"failed":0} +------------------------------ +• [4.064 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:43.909 + Sep 16 19:51:43.909: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:51:43.91 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:43.925 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:43.929 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:51:43.933 + Sep 16 19:51:43.941: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66" in namespace "projected-3645" to be "Succeeded or Failed" + Sep 16 19:51:43.943: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.204536ms + Sep 16 19:51:45.946: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005706826s + Sep 16 19:51:47.946: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005215542s + STEP: Saw pod success 09/16/22 19:51:47.946 + Sep 16 19:51:47.946: INFO: Pod "downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66" satisfied condition "Succeeded or Failed" + Sep 16 19:51:47.948: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66 container client-container: + STEP: delete the pod 09/16/22 19:51:47.953 + Sep 16 19:51:47.961: INFO: Waiting for pod downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66 to disappear + Sep 16 19:51:47.964: INFO: Pod downwardapi-volume-7b5c3b42-c800-4c0d-afac-ab07bd34fd66 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 19:51:47.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3645" for this suite. 09/16/22 19:51:47.968 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:51:47.978 +Sep 16 19:51:47.978: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 19:51:47.979 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:47.989 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:47.993 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-5145 09/16/22 19:51:47.997 +[It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 +STEP: Creating statefulset ss in namespace statefulset-5145 09/16/22 19:51:48.006 +Sep 16 19:51:48.027: INFO: Found 0 stateful pods, waiting for 1 +Sep 16 19:51:58.030: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: Patch Statefulset to include a label 09/16/22 19:51:58.034 +STEP: Getting /status 09/16/22 19:51:58.043 +Sep 16 19:51:58.046: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) +STEP: updating the StatefulSet Status 09/16/22 19:51:58.046 +Sep 16 19:51:58.053: INFO: updatedStatus.Conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the statefulset status to be updated 09/16/22 19:51:58.053 +Sep 16 19:51:58.055: INFO: Observed &StatefulSet event: ADDED +Sep 16 19:51:58.055: INFO: Found Statefulset ss in namespace statefulset-5145 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Sep 16 19:51:58.055: INFO: Statefulset ss has an updated status +STEP: patching the Statefulset Status 09/16/22 19:51:58.055 +Sep 16 19:51:58.055: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Sep 16 19:51:58.060: INFO: Patched status conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} +STEP: watching for the Statefulset status to be patched 09/16/22 19:51:58.06 +Sep 16 19:51:58.062: INFO: Observed &StatefulSet event: ADDED +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 19:51:58.063: INFO: Deleting all statefulset in ns statefulset-5145 +Sep 16 19:51:58.065: INFO: Scaling statefulset ss to 0 +Sep 16 19:52:08.102: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:52:08.105: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 19:52:08.119: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-5145" for this suite. 09/16/22 19:52:08.123 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should validate Statefulset Status endpoints [Conformance]","completed":144,"skipped":2656,"failed":0} +------------------------------ +• [SLOW TEST] [20.154 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:51:47.978 + Sep 16 19:51:47.978: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 19:51:47.979 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:51:47.989 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:51:47.993 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-5145 09/16/22 19:51:47.997 + [It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 + STEP: Creating statefulset ss in namespace statefulset-5145 09/16/22 19:51:48.006 + Sep 16 19:51:48.027: INFO: Found 0 stateful pods, waiting for 1 + Sep 16 19:51:58.030: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: Patch Statefulset to include a label 09/16/22 19:51:58.034 + STEP: Getting /status 09/16/22 19:51:58.043 + Sep 16 19:51:58.046: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) + STEP: updating the StatefulSet Status 09/16/22 19:51:58.046 + Sep 16 19:51:58.053: INFO: updatedStatus.Conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the statefulset status to be updated 09/16/22 19:51:58.053 + Sep 16 19:51:58.055: INFO: Observed &StatefulSet event: ADDED + Sep 16 19:51:58.055: INFO: Found Statefulset ss in namespace statefulset-5145 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Sep 16 19:51:58.055: INFO: Statefulset ss has an updated status + STEP: patching the Statefulset Status 09/16/22 19:51:58.055 + Sep 16 19:51:58.055: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Sep 16 19:51:58.060: INFO: Patched status conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} + STEP: watching for the Statefulset status to be patched 09/16/22 19:51:58.06 + Sep 16 19:51:58.062: INFO: Observed &StatefulSet event: ADDED + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 19:51:58.063: INFO: Deleting all statefulset in ns statefulset-5145 + Sep 16 19:51:58.065: INFO: Scaling statefulset ss to 0 + Sep 16 19:52:08.102: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:52:08.105: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 19:52:08.119: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-5145" for this suite. 09/16/22 19:52:08.123 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:08.141 +Sep 16 19:52:08.141: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 19:52:08.142 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:08.169 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:08.179 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 +Sep 16 19:52:08.222: INFO: Creating daemon "daemon-set" with a node selector +STEP: Initially, daemon pods should not be running on any nodes. 09/16/22 19:52:08.233 +Sep 16 19:52:08.249: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:08.249: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +STEP: Change node label to blue, check that daemon pod is launched. 09/16/22 19:52:08.249 +Sep 16 19:52:08.292: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:08.292: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 19:52:09.295: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 19:52:09.295: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set +STEP: Update the node label to green, and wait for daemons to be unscheduled 09/16/22 19:52:09.298 +Sep 16 19:52:09.330: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:09.330: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +STEP: Update DaemonSet node selector to green, and change its update strategy to RollingUpdate 09/16/22 19:52:09.33 +Sep 16 19:52:09.358: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:09.358: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 19:52:10.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:10.362: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 19:52:11.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:11.363: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 19:52:12.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:12.362: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 19:52:13.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 19:52:13.362: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/16/22 19:52:13.367 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-4348, will wait for the garbage collector to delete the pods 09/16/22 19:52:13.368 +Sep 16 19:52:13.425: INFO: Deleting DaemonSet.extensions daemon-set took: 3.937985ms +Sep 16 19:52:13.526: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.722281ms +Sep 16 19:52:16.332: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:16.332: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 16 19:52:16.337: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20017"},"items":null} + +Sep 16 19:52:16.340: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20017"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:52:16.360: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-4348" for this suite. 09/16/22 19:52:16.369 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]","completed":145,"skipped":2711,"failed":0} +------------------------------ +• [SLOW TEST] [8.238 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:08.141 + Sep 16 19:52:08.141: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 19:52:08.142 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:08.169 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:08.179 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 + Sep 16 19:52:08.222: INFO: Creating daemon "daemon-set" with a node selector + STEP: Initially, daemon pods should not be running on any nodes. 09/16/22 19:52:08.233 + Sep 16 19:52:08.249: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:08.249: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + STEP: Change node label to blue, check that daemon pod is launched. 09/16/22 19:52:08.249 + Sep 16 19:52:08.292: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:08.292: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 19:52:09.295: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 19:52:09.295: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set + STEP: Update the node label to green, and wait for daemons to be unscheduled 09/16/22 19:52:09.298 + Sep 16 19:52:09.330: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:09.330: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + STEP: Update DaemonSet node selector to green, and change its update strategy to RollingUpdate 09/16/22 19:52:09.33 + Sep 16 19:52:09.358: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:09.358: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 19:52:10.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:10.362: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 19:52:11.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:11.363: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 19:52:12.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:12.362: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 19:52:13.362: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 19:52:13.362: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/16/22 19:52:13.367 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-4348, will wait for the garbage collector to delete the pods 09/16/22 19:52:13.368 + Sep 16 19:52:13.425: INFO: Deleting DaemonSet.extensions daemon-set took: 3.937985ms + Sep 16 19:52:13.526: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.722281ms + Sep 16 19:52:16.332: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:16.332: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 16 19:52:16.337: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20017"},"items":null} + + Sep 16 19:52:16.340: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20017"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:52:16.360: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-4348" for this suite. 09/16/22 19:52:16.369 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:16.381 +Sep 16 19:52:16.382: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 19:52:16.385 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:16.425 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:16.432 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 +STEP: Creating simple DaemonSet "daemon-set" 09/16/22 19:52:16.453 +STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 19:52:16.465 +Sep 16 19:52:16.478: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:16.478: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 19:52:17.485: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 19:52:17.485: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: listing all DeamonSets 09/16/22 19:52:17.487 +STEP: DeleteCollection of the DaemonSets 09/16/22 19:52:17.49 +STEP: Verify that ReplicaSets have been deleted 09/16/22 19:52:17.497 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +Sep 16 19:52:17.512: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20055"},"items":null} + +Sep 16 19:52:17.515: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20055"},"items":[{"metadata":{"name":"daemon-set-lmnj4","generateName":"daemon-set-","namespace":"daemonsets-8066","uid":"eed9a332-5bbd-4585-863a-247ab9ad3d59","resourceVersion":"20055","creationTimestamp":"2022-09-16T19:52:16Z","deletionTimestamp":"2022-09-16T19:52:47Z","deletionGracePeriodSeconds":30,"labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"d9c9dcb2-b2df-45ae-b4be-7929cb834658","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d9c9dcb2-b2df-45ae-b4be-7929cb834658\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:17Z","fieldsType":"FieldsV1","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.42.0.169\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-27dkf","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-27dkf","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"ip-172-31-15-7","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["ip-172-31-15-7"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"}],"hostIP":"172.31.15.7","podIP":"10.42.0.169","podIPs":[{"ip":"10.42.0.169"}],"startTime":"2022-09-16T19:52:16Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-16T19:52:17Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://1c84d0f3bf195703c107e84a0ddd38e6bd52850e9f95c6f3f8ae92237dad3767","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-txhrl","generateName":"daemon-set-","namespace":"daemonsets-8066","uid":"835b1e12-1818-4a49-b075-59b8caba7c29","resourceVersion":"20054","creationTimestamp":"2022-09-16T19:52:16Z","deletionTimestamp":"2022-09-16T19:52:47Z","deletionGracePeriodSeconds":30,"labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"d9c9dcb2-b2df-45ae-b4be-7929cb834658","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d9c9dcb2-b2df-45ae-b4be-7929cb834658\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:17Z","fieldsType":"FieldsV1","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.42.1.242\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-2zbbf","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-2zbbf","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"ip-172-31-14-177","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["ip-172-31-14-177"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"}],"hostIP":"172.31.14.177","podIP":"10.42.1.242","podIPs":[{"ip":"10.42.1.242"}],"startTime":"2022-09-16T19:52:16Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-16T19:52:17Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://cfd40cc019bf286c50be94b1420d2c0f952eb934fb18395e60c2c9770621bf7a","started":true}],"qosClass":"BestEffort"}}]} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:52:17.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-8066" for this suite. 09/16/22 19:52:17.524 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should list and delete a collection of DaemonSets [Conformance]","completed":146,"skipped":2715,"failed":0} +------------------------------ +• [1.146 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:16.381 + Sep 16 19:52:16.382: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 19:52:16.385 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:16.425 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:16.432 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 + STEP: Creating simple DaemonSet "daemon-set" 09/16/22 19:52:16.453 + STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 19:52:16.465 + Sep 16 19:52:16.478: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:16.478: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 19:52:17.485: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 19:52:17.485: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: listing all DeamonSets 09/16/22 19:52:17.487 + STEP: DeleteCollection of the DaemonSets 09/16/22 19:52:17.49 + STEP: Verify that ReplicaSets have been deleted 09/16/22 19:52:17.497 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + Sep 16 19:52:17.512: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20055"},"items":null} + + Sep 16 19:52:17.515: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20055"},"items":[{"metadata":{"name":"daemon-set-lmnj4","generateName":"daemon-set-","namespace":"daemonsets-8066","uid":"eed9a332-5bbd-4585-863a-247ab9ad3d59","resourceVersion":"20055","creationTimestamp":"2022-09-16T19:52:16Z","deletionTimestamp":"2022-09-16T19:52:47Z","deletionGracePeriodSeconds":30,"labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"d9c9dcb2-b2df-45ae-b4be-7929cb834658","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d9c9dcb2-b2df-45ae-b4be-7929cb834658\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:17Z","fieldsType":"FieldsV1","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.42.0.169\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-27dkf","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-27dkf","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"ip-172-31-15-7","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["ip-172-31-15-7"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"}],"hostIP":"172.31.15.7","podIP":"10.42.0.169","podIPs":[{"ip":"10.42.0.169"}],"startTime":"2022-09-16T19:52:16Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-16T19:52:17Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://1c84d0f3bf195703c107e84a0ddd38e6bd52850e9f95c6f3f8ae92237dad3767","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-txhrl","generateName":"daemon-set-","namespace":"daemonsets-8066","uid":"835b1e12-1818-4a49-b075-59b8caba7c29","resourceVersion":"20054","creationTimestamp":"2022-09-16T19:52:16Z","deletionTimestamp":"2022-09-16T19:52:47Z","deletionGracePeriodSeconds":30,"labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"d9c9dcb2-b2df-45ae-b4be-7929cb834658","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"d9c9dcb2-b2df-45ae-b4be-7929cb834658\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"k3s","operation":"Update","apiVersion":"v1","time":"2022-09-16T19:52:17Z","fieldsType":"FieldsV1","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.42.1.242\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-2zbbf","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-2zbbf","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"ip-172-31-14-177","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["ip-172-31-14-177"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:17Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-16T19:52:16Z"}],"hostIP":"172.31.14.177","podIP":"10.42.1.242","podIPs":[{"ip":"10.42.1.242"}],"startTime":"2022-09-16T19:52:16Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-16T19:52:17Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://cfd40cc019bf286c50be94b1420d2c0f952eb934fb18395e60c2c9770621bf7a","started":true}],"qosClass":"BestEffort"}}]} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:52:17.521: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-8066" for this suite. 09/16/22 19:52:17.524 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:17.53 +Sep 16 19:52:17.530: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:52:17.53 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:17.546 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:17.549 +[It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 +STEP: Creating a pod to test emptydir 0644 on node default medium 09/16/22 19:52:17.553 +Sep 16 19:52:17.559: INFO: Waiting up to 5m0s for pod "pod-911f0970-afb6-41b3-8771-bde734971d5c" in namespace "emptydir-3672" to be "Succeeded or Failed" +Sep 16 19:52:17.565: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c": Phase="Pending", Reason="", readiness=false. Elapsed: 5.601131ms +Sep 16 19:52:19.568: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008997878s +Sep 16 19:52:21.568: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008795579s +STEP: Saw pod success 09/16/22 19:52:21.568 +Sep 16 19:52:21.568: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c" satisfied condition "Succeeded or Failed" +Sep 16 19:52:21.571: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-911f0970-afb6-41b3-8771-bde734971d5c container test-container: +STEP: delete the pod 09/16/22 19:52:21.577 +Sep 16 19:52:21.585: INFO: Waiting for pod pod-911f0970-afb6-41b3-8771-bde734971d5c to disappear +Sep 16 19:52:21.588: INFO: Pod pod-911f0970-afb6-41b3-8771-bde734971d5c no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:52:21.589: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-3672" for this suite. 09/16/22 19:52:21.591 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":147,"skipped":2728,"failed":0} +------------------------------ +• [4.066 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:17.53 + Sep 16 19:52:17.530: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:52:17.53 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:17.546 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:17.549 + [It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 + STEP: Creating a pod to test emptydir 0644 on node default medium 09/16/22 19:52:17.553 + Sep 16 19:52:17.559: INFO: Waiting up to 5m0s for pod "pod-911f0970-afb6-41b3-8771-bde734971d5c" in namespace "emptydir-3672" to be "Succeeded or Failed" + Sep 16 19:52:17.565: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c": Phase="Pending", Reason="", readiness=false. Elapsed: 5.601131ms + Sep 16 19:52:19.568: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008997878s + Sep 16 19:52:21.568: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008795579s + STEP: Saw pod success 09/16/22 19:52:21.568 + Sep 16 19:52:21.568: INFO: Pod "pod-911f0970-afb6-41b3-8771-bde734971d5c" satisfied condition "Succeeded or Failed" + Sep 16 19:52:21.571: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-911f0970-afb6-41b3-8771-bde734971d5c container test-container: + STEP: delete the pod 09/16/22 19:52:21.577 + Sep 16 19:52:21.585: INFO: Waiting for pod pod-911f0970-afb6-41b3-8771-bde734971d5c to disappear + Sep 16 19:52:21.588: INFO: Pod pod-911f0970-afb6-41b3-8771-bde734971d5c no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:52:21.589: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-3672" for this suite. 09/16/22 19:52:21.591 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] EndpointSlice + should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:21.597 +Sep 16 19:52:21.597: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename endpointslice 09/16/22 19:52:21.598 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:21.608 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:21.611 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 +Sep 16 19:52:21.621: INFO: Endpoints addresses: [18.189.178.195] , ports: [6443] +Sep 16 19:52:21.621: INFO: EndpointSlices addresses: [18.189.178.195] , ports: [6443] +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 16 19:52:21.621: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-4835" for this suite. 09/16/22 19:52:21.624 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] EndpointSlice should have Endpoints and EndpointSlices pointing to API Server [Conformance]","completed":148,"skipped":2738,"failed":0} +------------------------------ +• [0.032 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:21.597 + Sep 16 19:52:21.597: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename endpointslice 09/16/22 19:52:21.598 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:21.608 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:21.611 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 + Sep 16 19:52:21.621: INFO: Endpoints addresses: [18.189.178.195] , ports: [6443] + Sep 16 19:52:21.621: INFO: EndpointSlices addresses: [18.189.178.195] , ports: [6443] + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 16 19:52:21.621: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-4835" for this suite. 09/16/22 19:52:21.624 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-architecture] Conformance Tests + should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +[BeforeEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:21.63 +Sep 16 19:52:21.630: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename conformance-tests 09/16/22 19:52:21.631 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:21.642 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:21.648 +[It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +STEP: Getting node addresses 09/16/22 19:52:21.652 +Sep 16 19:52:21.652: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +[AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:187 +Sep 16 19:52:21.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "conformance-tests-5495" for this suite. 09/16/22 19:52:21.661 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-architecture] Conformance Tests should have at least two untainted nodes [Conformance]","completed":149,"skipped":2747,"failed":0} +------------------------------ +• [0.037 seconds] +[sig-architecture] Conformance Tests +test/e2e/architecture/framework.go:23 + should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:21.63 + Sep 16 19:52:21.630: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename conformance-tests 09/16/22 19:52:21.631 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:21.642 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:21.648 + [It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 + STEP: Getting node addresses 09/16/22 19:52:21.652 + Sep 16 19:52:21.652: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + [AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:187 + Sep 16 19:52:21.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "conformance-tests-5495" for this suite. 09/16/22 19:52:21.661 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:21.668 +Sep 16 19:52:21.668: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 19:52:21.669 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:21.679 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:21.682 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 +Sep 16 19:52:21.698: INFO: Creating simple daemon set daemon-set +STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 19:52:21.702 +Sep 16 19:52:21.710: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:21.710: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 19:52:22.719: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:22.719: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 19:52:23.715: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 19:52:23.715: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Update daemon pods image. 09/16/22 19:52:23.726 +STEP: Check that daemon pods images are updated. 09/16/22 19:52:23.744 +Sep 16 19:52:23.749: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 16 19:52:24.754: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 16 19:52:25.755: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 16 19:52:26.761: INFO: Pod daemon-set-dgmpg is not available +Sep 16 19:52:26.761: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 16 19:52:28.757: INFO: Pod daemon-set-njh6l is not available +STEP: Check that daemon pods are still running on every node of the cluster. 09/16/22 19:52:28.759 +Sep 16 19:52:28.767: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 19:52:28.767: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 19:52:29.774: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 19:52:29.774: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/16/22 19:52:29.785 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5060, will wait for the garbage collector to delete the pods 09/16/22 19:52:29.785 +Sep 16 19:52:29.842: INFO: Deleting DaemonSet.extensions daemon-set took: 3.582158ms +Sep 16 19:52:29.943: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.175498ms +Sep 16 19:52:32.449: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:52:32.450: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 16 19:52:32.452: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20253"},"items":null} + +Sep 16 19:52:32.454: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20253"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:52:32.463: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-5060" for this suite. 09/16/22 19:52:32.468 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]","completed":150,"skipped":2760,"failed":0} +------------------------------ +• [SLOW TEST] [10.805 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:21.668 + Sep 16 19:52:21.668: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 19:52:21.669 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:21.679 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:21.682 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 + Sep 16 19:52:21.698: INFO: Creating simple daemon set daemon-set + STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 19:52:21.702 + Sep 16 19:52:21.710: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:21.710: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 19:52:22.719: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:22.719: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 19:52:23.715: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 19:52:23.715: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Update daemon pods image. 09/16/22 19:52:23.726 + STEP: Check that daemon pods images are updated. 09/16/22 19:52:23.744 + Sep 16 19:52:23.749: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 16 19:52:24.754: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 16 19:52:25.755: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 16 19:52:26.761: INFO: Pod daemon-set-dgmpg is not available + Sep 16 19:52:26.761: INFO: Wrong image for pod: daemon-set-v2hlz. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 16 19:52:28.757: INFO: Pod daemon-set-njh6l is not available + STEP: Check that daemon pods are still running on every node of the cluster. 09/16/22 19:52:28.759 + Sep 16 19:52:28.767: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 19:52:28.767: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 19:52:29.774: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 19:52:29.774: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/16/22 19:52:29.785 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5060, will wait for the garbage collector to delete the pods 09/16/22 19:52:29.785 + Sep 16 19:52:29.842: INFO: Deleting DaemonSet.extensions daemon-set took: 3.582158ms + Sep 16 19:52:29.943: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.175498ms + Sep 16 19:52:32.449: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:52:32.450: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 16 19:52:32.452: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20253"},"items":null} + + Sep 16 19:52:32.454: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20253"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:52:32.463: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-5060" for this suite. 09/16/22 19:52:32.468 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Proxy version v1 + A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 +[BeforeEach] version v1 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:32.473 +Sep 16 19:52:32.473: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename proxy 09/16/22 19:52:32.474 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:32.482 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:32.486 +[It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 +Sep 16 19:52:32.489: INFO: Creating pod... +Sep 16 19:52:32.499: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-2191" to be "running" +Sep 16 19:52:32.512: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 12.539786ms +Sep 16 19:52:34.515: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.015578208s +Sep 16 19:52:34.515: INFO: Pod "agnhost" satisfied condition "running" +Sep 16 19:52:34.515: INFO: Creating service... +Sep 16 19:52:34.522: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/DELETE +Sep 16 19:52:34.536: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 16 19:52:34.536: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/GET +Sep 16 19:52:34.538: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Sep 16 19:52:34.538: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/HEAD +Sep 16 19:52:34.544: INFO: http.Client request:HEAD | StatusCode:200 +Sep 16 19:52:34.544: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/OPTIONS +Sep 16 19:52:34.548: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 16 19:52:34.548: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/PATCH +Sep 16 19:52:34.551: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 16 19:52:34.551: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/POST +Sep 16 19:52:34.554: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 16 19:52:34.554: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/PUT +Sep 16 19:52:34.556: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Sep 16 19:52:34.556: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/DELETE +Sep 16 19:52:34.560: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 16 19:52:34.560: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/GET +Sep 16 19:52:34.563: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Sep 16 19:52:34.563: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/HEAD +Sep 16 19:52:34.567: INFO: http.Client request:HEAD | StatusCode:200 +Sep 16 19:52:34.567: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/OPTIONS +Sep 16 19:52:34.571: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 16 19:52:34.571: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/PATCH +Sep 16 19:52:34.575: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 16 19:52:34.575: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/POST +Sep 16 19:52:34.579: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 16 19:52:34.579: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/PUT +Sep 16 19:52:34.582: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Sep 16 19:52:34.582: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-2191" for this suite. 09/16/22 19:52:34.586 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Proxy version v1 A set of valid responses are returned for both pod and service ProxyWithPath [Conformance]","completed":151,"skipped":2769,"failed":0} +------------------------------ +• [2.117 seconds] +[sig-network] Proxy +test/e2e/network/common/framework.go:23 + version v1 + test/e2e/network/proxy.go:74 + A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] version v1 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:32.473 + Sep 16 19:52:32.473: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename proxy 09/16/22 19:52:32.474 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:32.482 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:32.486 + [It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 + Sep 16 19:52:32.489: INFO: Creating pod... + Sep 16 19:52:32.499: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-2191" to be "running" + Sep 16 19:52:32.512: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 12.539786ms + Sep 16 19:52:34.515: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.015578208s + Sep 16 19:52:34.515: INFO: Pod "agnhost" satisfied condition "running" + Sep 16 19:52:34.515: INFO: Creating service... + Sep 16 19:52:34.522: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/DELETE + Sep 16 19:52:34.536: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 16 19:52:34.536: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/GET + Sep 16 19:52:34.538: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Sep 16 19:52:34.538: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/HEAD + Sep 16 19:52:34.544: INFO: http.Client request:HEAD | StatusCode:200 + Sep 16 19:52:34.544: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/OPTIONS + Sep 16 19:52:34.548: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 16 19:52:34.548: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/PATCH + Sep 16 19:52:34.551: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 16 19:52:34.551: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/POST + Sep 16 19:52:34.554: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 16 19:52:34.554: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/pods/agnhost/proxy/some/path/with/PUT + Sep 16 19:52:34.556: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Sep 16 19:52:34.556: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/DELETE + Sep 16 19:52:34.560: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 16 19:52:34.560: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/GET + Sep 16 19:52:34.563: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Sep 16 19:52:34.563: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/HEAD + Sep 16 19:52:34.567: INFO: http.Client request:HEAD | StatusCode:200 + Sep 16 19:52:34.567: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/OPTIONS + Sep 16 19:52:34.571: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 16 19:52:34.571: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/PATCH + Sep 16 19:52:34.575: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 16 19:52:34.575: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/POST + Sep 16 19:52:34.579: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 16 19:52:34.579: INFO: Starting http.Client for https://10.43.0.1:443/api/v1/namespaces/proxy-2191/services/test-service/proxy/some/path/with/PUT + Sep 16 19:52:34.582: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Sep 16 19:52:34.582: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-2191" for this suite. 09/16/22 19:52:34.586 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Deployment + RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:34.596 +Sep 16 19:52:34.596: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 19:52:34.597 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:34.61 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:34.613 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 +Sep 16 19:52:34.615: INFO: Creating deployment "test-recreate-deployment" +Sep 16 19:52:34.618: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 +Sep 16 19:52:34.628: INFO: deployment "test-recreate-deployment" doesn't have the required revision set +Sep 16 19:52:36.633: INFO: Waiting deployment "test-recreate-deployment" to complete +Sep 16 19:52:36.635: INFO: Triggering a new rollout for deployment "test-recreate-deployment" +Sep 16 19:52:36.641: INFO: Updating deployment test-recreate-deployment +Sep 16 19:52:36.641: INFO: Watching deployment "test-recreate-deployment" to verify that new pods will not run with olds pods +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 19:52:36.733: INFO: Deployment "test-recreate-deployment": +&Deployment{ObjectMeta:{test-recreate-deployment deployment-2047 d41c47d9-ef7f-4861-894d-4d62b2bcd655 20327 2 2022-09-16 19:52:34 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:52:36 +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":{}}} status}]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0044cd918 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[] [] nil }},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:2022-09-16 19:52:36 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-9d58999df" is progressing.,LastUpdateTime:2022-09-16 19:52:36 +0000 UTC,LastTransitionTime:2022-09-16 19:52:34 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + +Sep 16 19:52:36.735: INFO: New ReplicaSet "test-recreate-deployment-9d58999df" of Deployment "test-recreate-deployment": +&ReplicaSet{ObjectMeta:{test-recreate-deployment-9d58999df deployment-2047 10c47481-61ce-4b48-bcb6-7513a256dca9 20325 1 2022-09-16 19:52:36 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment d41c47d9-ef7f-4861-894d-4d62b2bcd655 0xc0024177a0 0xc0024177a1}] [] [{k3s Update apps/v1 2022-09-16 19:52:36 +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\":\"d41c47d9-ef7f-4861-894d-4d62b2bcd655\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 9d58999df,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc002417848 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:52:36.735: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": +Sep 16 19:52:36.735: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-7d8b6f647f deployment-2047 d0e2546f-b862-4860-a7f8-f838dced166b 20315 2 2022-09-16 19:52:34 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment d41c47d9-ef7f-4861-894d-4d62b2bcd655 0xc002417677 0xc002417678}] [] [{k3s Update apps/v1 2022-09-16 19:52:36 +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\":\"d41c47d9-ef7f-4861-894d-4d62b2bcd655\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 7d8b6f647f,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc002417738 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 16 19:52:36.738: INFO: Pod "test-recreate-deployment-9d58999df-6rhvh" is not available: +&Pod{ObjectMeta:{test-recreate-deployment-9d58999df-6rhvh test-recreate-deployment-9d58999df- deployment-2047 fccde7b8-744d-4df9-8826-67964c055db8 20326 0 2022-09-16 19:52:36 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [{apps/v1 ReplicaSet test-recreate-deployment-9d58999df 10c47481-61ce-4b48-bcb6-7513a256dca9 0xc0044cdca0 0xc0044cdca1}] [] [{k3s Update v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"10c47481-61ce-4b48-bcb6-7513a256dca9\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:52:36 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-7627l,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7627l,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:,StartTime:2022-09-16 19:52:36 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 19:52:36.738: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-2047" for this suite. 09/16/22 19:52:36.742 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]","completed":152,"skipped":2802,"failed":0} +------------------------------ +• [2.150 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:34.596 + Sep 16 19:52:34.596: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 19:52:34.597 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:34.61 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:34.613 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 + Sep 16 19:52:34.615: INFO: Creating deployment "test-recreate-deployment" + Sep 16 19:52:34.618: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 + Sep 16 19:52:34.628: INFO: deployment "test-recreate-deployment" doesn't have the required revision set + Sep 16 19:52:36.633: INFO: Waiting deployment "test-recreate-deployment" to complete + Sep 16 19:52:36.635: INFO: Triggering a new rollout for deployment "test-recreate-deployment" + Sep 16 19:52:36.641: INFO: Updating deployment test-recreate-deployment + Sep 16 19:52:36.641: INFO: Watching deployment "test-recreate-deployment" to verify that new pods will not run with olds pods + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 19:52:36.733: INFO: Deployment "test-recreate-deployment": + &Deployment{ObjectMeta:{test-recreate-deployment deployment-2047 d41c47d9-ef7f-4861-894d-4d62b2bcd655 20327 2 2022-09-16 19:52:34 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:52:36 +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":{}}} status}]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0044cd918 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[] [] nil }},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:2022-09-16 19:52:36 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-9d58999df" is progressing.,LastUpdateTime:2022-09-16 19:52:36 +0000 UTC,LastTransitionTime:2022-09-16 19:52:34 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + + Sep 16 19:52:36.735: INFO: New ReplicaSet "test-recreate-deployment-9d58999df" of Deployment "test-recreate-deployment": + &ReplicaSet{ObjectMeta:{test-recreate-deployment-9d58999df deployment-2047 10c47481-61ce-4b48-bcb6-7513a256dca9 20325 1 2022-09-16 19:52:36 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment d41c47d9-ef7f-4861-894d-4d62b2bcd655 0xc0024177a0 0xc0024177a1}] [] [{k3s Update apps/v1 2022-09-16 19:52:36 +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\":\"d41c47d9-ef7f-4861-894d-4d62b2bcd655\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 9d58999df,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc002417848 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:52:36.735: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": + Sep 16 19:52:36.735: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-7d8b6f647f deployment-2047 d0e2546f-b862-4860-a7f8-f838dced166b 20315 2 2022-09-16 19:52:34 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment d41c47d9-ef7f-4861-894d-4d62b2bcd655 0xc002417677 0xc002417678}] [] [{k3s Update apps/v1 2022-09-16 19:52:36 +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\":\"d41c47d9-ef7f-4861-894d-4d62b2bcd655\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 7d8b6f647f,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc002417738 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 16 19:52:36.738: INFO: Pod "test-recreate-deployment-9d58999df-6rhvh" is not available: + &Pod{ObjectMeta:{test-recreate-deployment-9d58999df-6rhvh test-recreate-deployment-9d58999df- deployment-2047 fccde7b8-744d-4df9-8826-67964c055db8 20326 0 2022-09-16 19:52:36 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [{apps/v1 ReplicaSet test-recreate-deployment-9d58999df 10c47481-61ce-4b48-bcb6-7513a256dca9 0xc0044cdca0 0xc0044cdca1}] [] [{k3s Update v1 2022-09-16 19:52:36 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"10c47481-61ce-4b48-bcb6-7513a256dca9\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 19:52:36 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-7627l,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7627l,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 19:52:36 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:,StartTime:2022-09-16 19:52:36 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 19:52:36.738: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-2047" for this suite. 09/16/22 19:52:36.742 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Variable Expansion + should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:52:36.746 +Sep 16 19:52:36.746: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:52:36.747 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:36.757 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:36.76 +[It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 +STEP: creating the pod 09/16/22 19:52:36.763 +STEP: waiting for pod running 09/16/22 19:52:36.772 +Sep 16 19:52:36.773: INFO: Waiting up to 2m0s for pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" in namespace "var-expansion-8040" to be "running" +Sep 16 19:52:36.777: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704": Phase="Pending", Reason="", readiness=false. Elapsed: 4.395922ms +Sep 16 19:52:38.785: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704": Phase="Running", Reason="", readiness=true. Elapsed: 2.012523807s +Sep 16 19:52:38.785: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" satisfied condition "running" +STEP: creating a file in subpath 09/16/22 19:52:38.785 +Sep 16 19:52:38.795: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-8040 PodName:var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:52:38.795: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:52:38.796: INFO: ExecWithOptions: Clientset creation +Sep 16 19:52:38.796: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/var-expansion-8040/pods/var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704/exec?command=%2Fbin%2Fsh&command=-c&command=touch+%2Fvolume_mount%2Fmypath%2Ffoo%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) +STEP: test for file in mounted path 09/16/22 19:52:38.93 +Sep 16 19:52:38.934: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-8040 PodName:var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 19:52:38.934: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 19:52:38.934: INFO: ExecWithOptions: Clientset creation +Sep 16 19:52:38.934: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/var-expansion-8040/pods/var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704/exec?command=%2Fbin%2Fsh&command=-c&command=test+-f+%2Fsubpath_mount%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) +STEP: updating the annotation value 09/16/22 19:52:39.002 +Sep 16 19:52:39.511: INFO: Successfully updated pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" +STEP: waiting for annotated pod running 09/16/22 19:52:39.511 +Sep 16 19:52:39.511: INFO: Waiting up to 2m0s for pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" in namespace "var-expansion-8040" to be "running" +Sep 16 19:52:39.515: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704": Phase="Running", Reason="", readiness=true. Elapsed: 3.506527ms +Sep 16 19:52:39.515: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" satisfied condition "running" +STEP: deleting the pod gracefully 09/16/22 19:52:39.515 +Sep 16 19:52:39.515: INFO: Deleting pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" in namespace "var-expansion-8040" +Sep 16 19:52:39.522: INFO: Wait up to 5m0s for pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:53:13.531: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-8040" for this suite. 09/16/22 19:53:13.535 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should succeed in writing subpaths in container [Slow] [Conformance]","completed":153,"skipped":2802,"failed":0} +------------------------------ +• [SLOW TEST] [36.794 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:52:36.746 + Sep 16 19:52:36.746: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:52:36.747 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:52:36.757 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:52:36.76 + [It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 + STEP: creating the pod 09/16/22 19:52:36.763 + STEP: waiting for pod running 09/16/22 19:52:36.772 + Sep 16 19:52:36.773: INFO: Waiting up to 2m0s for pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" in namespace "var-expansion-8040" to be "running" + Sep 16 19:52:36.777: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704": Phase="Pending", Reason="", readiness=false. Elapsed: 4.395922ms + Sep 16 19:52:38.785: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704": Phase="Running", Reason="", readiness=true. Elapsed: 2.012523807s + Sep 16 19:52:38.785: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" satisfied condition "running" + STEP: creating a file in subpath 09/16/22 19:52:38.785 + Sep 16 19:52:38.795: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-8040 PodName:var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:52:38.795: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:52:38.796: INFO: ExecWithOptions: Clientset creation + Sep 16 19:52:38.796: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/var-expansion-8040/pods/var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704/exec?command=%2Fbin%2Fsh&command=-c&command=touch+%2Fvolume_mount%2Fmypath%2Ffoo%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) + STEP: test for file in mounted path 09/16/22 19:52:38.93 + Sep 16 19:52:38.934: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-8040 PodName:var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704 ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 19:52:38.934: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 19:52:38.934: INFO: ExecWithOptions: Clientset creation + Sep 16 19:52:38.934: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/var-expansion-8040/pods/var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704/exec?command=%2Fbin%2Fsh&command=-c&command=test+-f+%2Fsubpath_mount%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) + STEP: updating the annotation value 09/16/22 19:52:39.002 + Sep 16 19:52:39.511: INFO: Successfully updated pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" + STEP: waiting for annotated pod running 09/16/22 19:52:39.511 + Sep 16 19:52:39.511: INFO: Waiting up to 2m0s for pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" in namespace "var-expansion-8040" to be "running" + Sep 16 19:52:39.515: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704": Phase="Running", Reason="", readiness=true. Elapsed: 3.506527ms + Sep 16 19:52:39.515: INFO: Pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" satisfied condition "running" + STEP: deleting the pod gracefully 09/16/22 19:52:39.515 + Sep 16 19:52:39.515: INFO: Deleting pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" in namespace "var-expansion-8040" + Sep 16 19:52:39.522: INFO: Wait up to 5m0s for pod "var-expansion-ef5f665e-3ea4-4c26-b207-c49e476c2704" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:53:13.531: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-8040" for this suite. 09/16/22 19:53:13.535 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] InitContainer [NodeConformance] + should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:333 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:53:13.541 +Sep 16 19:53:13.541: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename init-container 09/16/22 19:53:13.542 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:53:13.554 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:53:13.56 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:333 +STEP: creating the pod 09/16/22 19:53:13.564 +Sep 16 19:53:13.564: INFO: PodSpec: initContainers in spec.initContainers +Sep 16 19:53:58.581: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-69bf868d-ce55-46ab-b10e-a9492eabc082", GenerateName:"", Namespace:"init-container-7176", SelfLink:"", UID:"1c795b9f-338f-4acb-9b07-972c42ada3ab", ResourceVersion:"20686", Generation:0, CreationTimestamp:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"564794572"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004721e78), Subresource:""}, v1.ManagedFieldsEntry{Manager:"k3s", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 16, 19, 53, 58, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004721ea8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-8sgbx", 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)(nil), 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)(0xc0002f0780), PortworxVolume:(*v1.PortworxVolumeSource)(nil), ScaleIO:(*v1.ScaleIOVolumeSource)(nil), StorageOS:(*v1.StorageOSVolumeSource)(nil), CSI:(*v1.CSIVolumeSource)(nil), Ephemeral:(*v1.EphemeralVolumeSource)(nil)}}}, InitContainers:[]v1.Container{v1.Container{Name:"init1", Image:"registry.k8s.io/e2e-test-images/busybox:1.29-2", 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:"kube-api-access-8sgbx", 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:"registry.k8s.io/e2e-test-images/busybox:1.29-2", 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:"kube-api-access-8sgbx", 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:"registry.k8s.io/pause:3.8", 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:"kube-api-access-8sgbx", 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)(0xc001fc6658), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"ip-172-31-14-177", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc00083f5e0), 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)(0xc001fc66f0)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc001fc6710)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc001fc6718), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc001fc671c), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc000f91f20), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil)}, Status:v1.PodStatus{Phase:"Pending", Conditions:[]v1.PodCondition{v1.PodCondition{Type:"Initialized", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"ContainersNotInitialized", Message:"containers with incomplete status: [init1 init2]"}, v1.PodCondition{Type:"Ready", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"ContainersReady", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"PodScheduled", Status:"True", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"172.31.14.177", PodIP:"10.42.1.248", PodIPs:[]v1.PodIP{v1.PodIP{IP:"10.42.1.248"}}, StartTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc00083f6c0)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc00083f7a0)}, Ready:false, RestartCount:3, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-2", ImageID:"registry.k8s.io/e2e-test-images/busybox@sha256:c318242786b139d18676b1c09a0ad7f15fc17f8f16a5b2e625cd0dc8c9703daf", ContainerID:"containerd://c7994223f0f6f72e9d17ae3ea25aac6f9a60ca1675d2d09f30e3b7cf9db839ac", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc0002f0800), 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:"registry.k8s.io/e2e-test-images/busybox:1.29-2", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc0002f07e0), 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:"registry.k8s.io/pause:3.8", ImageID:"", ContainerID:"", Started:(*bool)(0xc001fc679f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 19:53:58.582: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-7176" for this suite. 09/16/22 19:53:58.586 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]","completed":154,"skipped":2827,"failed":0} +------------------------------ +• [SLOW TEST] [45.050 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:333 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:53:13.541 + Sep 16 19:53:13.541: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename init-container 09/16/22 19:53:13.542 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:53:13.554 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:53:13.56 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:333 + STEP: creating the pod 09/16/22 19:53:13.564 + Sep 16 19:53:13.564: INFO: PodSpec: initContainers in spec.initContainers + Sep 16 19:53:58.581: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-69bf868d-ce55-46ab-b10e-a9492eabc082", GenerateName:"", Namespace:"init-container-7176", SelfLink:"", UID:"1c795b9f-338f-4acb-9b07-972c42ada3ab", ResourceVersion:"20686", Generation:0, CreationTimestamp:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"564794572"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004721e78), Subresource:""}, v1.ManagedFieldsEntry{Manager:"k3s", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 16, 19, 53, 58, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc004721ea8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-8sgbx", 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)(nil), 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)(0xc0002f0780), PortworxVolume:(*v1.PortworxVolumeSource)(nil), ScaleIO:(*v1.ScaleIOVolumeSource)(nil), StorageOS:(*v1.StorageOSVolumeSource)(nil), CSI:(*v1.CSIVolumeSource)(nil), Ephemeral:(*v1.EphemeralVolumeSource)(nil)}}}, InitContainers:[]v1.Container{v1.Container{Name:"init1", Image:"registry.k8s.io/e2e-test-images/busybox:1.29-2", 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:"kube-api-access-8sgbx", 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:"registry.k8s.io/e2e-test-images/busybox:1.29-2", 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:"kube-api-access-8sgbx", 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:"registry.k8s.io/pause:3.8", 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:"kube-api-access-8sgbx", 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)(0xc001fc6658), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"ip-172-31-14-177", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc00083f5e0), 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)(0xc001fc66f0)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc001fc6710)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc001fc6718), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc001fc671c), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc000f91f20), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil)}, Status:v1.PodStatus{Phase:"Pending", Conditions:[]v1.PodCondition{v1.PodCondition{Type:"Initialized", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"ContainersNotInitialized", Message:"containers with incomplete status: [init1 init2]"}, v1.PodCondition{Type:"Ready", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"ContainersReady", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"PodScheduled", Status:"True", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"172.31.14.177", PodIP:"10.42.1.248", PodIPs:[]v1.PodIP{v1.PodIP{IP:"10.42.1.248"}}, StartTime:time.Date(2022, time.September, 16, 19, 53, 13, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc00083f6c0)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc00083f7a0)}, Ready:false, RestartCount:3, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-2", ImageID:"registry.k8s.io/e2e-test-images/busybox@sha256:c318242786b139d18676b1c09a0ad7f15fc17f8f16a5b2e625cd0dc8c9703daf", ContainerID:"containerd://c7994223f0f6f72e9d17ae3ea25aac6f9a60ca1675d2d09f30e3b7cf9db839ac", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc0002f0800), 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:"registry.k8s.io/e2e-test-images/busybox:1.29-2", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc0002f07e0), 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:"registry.k8s.io/pause:3.8", ImageID:"", ContainerID:"", Started:(*bool)(0xc001fc679f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 19:53:58.582: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-7176" for this suite. 09/16/22 19:53:58.586 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:53:58.594 +Sep 16 19:53:58.594: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 19:53:58.595 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:53:58.61 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:53:58.615 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 +STEP: Create set of pods 09/16/22 19:53:58.62 +Sep 16 19:53:58.628: INFO: created test-pod-1 +Sep 16 19:53:58.634: INFO: created test-pod-2 +Sep 16 19:53:58.669: INFO: created test-pod-3 +STEP: waiting for all 3 pods to be running 09/16/22 19:53:58.669 +Sep 16 19:53:58.669: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-2106' to be running and ready +Sep 16 19:53:58.730: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Sep 16 19:53:58.730: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Sep 16 19:53:58.730: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Sep 16 19:53:58.730: INFO: 0 / 3 pods in namespace 'pods-2106' are running and ready (0 seconds elapsed) +Sep 16 19:53:58.730: INFO: expected 0 pod replicas in namespace 'pods-2106', 0 are Running and Ready. +Sep 16 19:53:58.730: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 16 19:53:58.730: INFO: test-pod-1 ip-172-31-15-7 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC }] +Sep 16 19:53:58.730: INFO: test-pod-2 ip-172-31-14-177 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC }] +Sep 16 19:53:58.730: INFO: test-pod-3 ip-172-31-15-7 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC }] +Sep 16 19:53:58.730: INFO: +Sep 16 19:54:00.737: INFO: 3 / 3 pods in namespace 'pods-2106' are running and ready (2 seconds elapsed) +Sep 16 19:54:00.737: INFO: expected 0 pod replicas in namespace 'pods-2106', 0 are Running and Ready. +STEP: waiting for all pods to be deleted 09/16/22 19:54:00.754 +Sep 16 19:54:00.758: INFO: Pod quantity 3 is different from expected quantity 0 +Sep 16 19:54:01.762: INFO: Pod quantity 3 is different from expected quantity 0 +Sep 16 19:54:02.762: INFO: Pod quantity 1 is different from expected quantity 0 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 19:54:03.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-2106" for this suite. 09/16/22 19:54:03.767 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should delete a collection of pods [Conformance]","completed":155,"skipped":2851,"failed":0} +------------------------------ +• [SLOW TEST] [5.178 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:53:58.594 + Sep 16 19:53:58.594: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 19:53:58.595 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:53:58.61 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:53:58.615 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 + STEP: Create set of pods 09/16/22 19:53:58.62 + Sep 16 19:53:58.628: INFO: created test-pod-1 + Sep 16 19:53:58.634: INFO: created test-pod-2 + Sep 16 19:53:58.669: INFO: created test-pod-3 + STEP: waiting for all 3 pods to be running 09/16/22 19:53:58.669 + Sep 16 19:53:58.669: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-2106' to be running and ready + Sep 16 19:53:58.730: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Sep 16 19:53:58.730: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Sep 16 19:53:58.730: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Sep 16 19:53:58.730: INFO: 0 / 3 pods in namespace 'pods-2106' are running and ready (0 seconds elapsed) + Sep 16 19:53:58.730: INFO: expected 0 pod replicas in namespace 'pods-2106', 0 are Running and Ready. + Sep 16 19:53:58.730: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 16 19:53:58.730: INFO: test-pod-1 ip-172-31-15-7 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC }] + Sep 16 19:53:58.730: INFO: test-pod-2 ip-172-31-14-177 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC }] + Sep 16 19:53:58.730: INFO: test-pod-3 ip-172-31-15-7 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-16 19:53:58 +0000 UTC }] + Sep 16 19:53:58.730: INFO: + Sep 16 19:54:00.737: INFO: 3 / 3 pods in namespace 'pods-2106' are running and ready (2 seconds elapsed) + Sep 16 19:54:00.737: INFO: expected 0 pod replicas in namespace 'pods-2106', 0 are Running and Ready. + STEP: waiting for all pods to be deleted 09/16/22 19:54:00.754 + Sep 16 19:54:00.758: INFO: Pod quantity 3 is different from expected quantity 0 + Sep 16 19:54:01.762: INFO: Pod quantity 3 is different from expected quantity 0 + Sep 16 19:54:02.762: INFO: Pod quantity 1 is different from expected quantity 0 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 19:54:03.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-2106" for this suite. 09/16/22 19:54:03.767 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath + runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:54:03.774 +Sep 16 19:54:03.774: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-preemption 09/16/22 19:54:03.776 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:54:03.787 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:54:03.791 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 16 19:54:03.806: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 16 19:55:03.831: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PreemptionExecutionPath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:03.834 +Sep 16 19:55:03.834: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-preemption-path 09/16/22 19:55:03.835 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:03.85 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:03.854 +[BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:496 +STEP: Finding an available node 09/16/22 19:55:03.859 +STEP: Trying to launch a pod without a label to get a node which can launch it. 09/16/22 19:55:03.859 +Sep 16 19:55:03.866: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-4107" to be "running" +Sep 16 19:55:03.869: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.591433ms +Sep 16 19:55:05.872: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.005297863s +Sep 16 19:55:05.872: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 09/16/22 19:55:05.874 +Sep 16 19:55:05.882: INFO: found a healthy node: ip-172-31-14-177 +[It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 +Sep 16 19:55:18.014: INFO: pods created so far: [1 1 1] +Sep 16 19:55:18.014: INFO: length of pods created so far: 3 +Sep 16 19:55:20.022: INFO: pods created so far: [2 2 1] +[AfterEach] PreemptionExecutionPath + test/e2e/framework/framework.go:187 +Sep 16 19:55:27.027: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-path-4107" for this suite. 09/16/22 19:55:27.029 +[AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:470 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:55:27.054: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-1722" for this suite. 09/16/22 19:55:27.057 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath runs ReplicaSets to verify preemption running path [Conformance]","completed":156,"skipped":2851,"failed":0} +------------------------------ +• [SLOW TEST] [83.318 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + PreemptionExecutionPath + test/e2e/scheduling/preemption.go:458 + runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:54:03.774 + Sep 16 19:54:03.774: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-preemption 09/16/22 19:54:03.776 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:54:03.787 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:54:03.791 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 16 19:54:03.806: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 16 19:55:03.831: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PreemptionExecutionPath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:03.834 + Sep 16 19:55:03.834: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-preemption-path 09/16/22 19:55:03.835 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:03.85 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:03.854 + [BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:496 + STEP: Finding an available node 09/16/22 19:55:03.859 + STEP: Trying to launch a pod without a label to get a node which can launch it. 09/16/22 19:55:03.859 + Sep 16 19:55:03.866: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-4107" to be "running" + Sep 16 19:55:03.869: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.591433ms + Sep 16 19:55:05.872: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.005297863s + Sep 16 19:55:05.872: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 09/16/22 19:55:05.874 + Sep 16 19:55:05.882: INFO: found a healthy node: ip-172-31-14-177 + [It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 + Sep 16 19:55:18.014: INFO: pods created so far: [1 1 1] + Sep 16 19:55:18.014: INFO: length of pods created so far: 3 + Sep 16 19:55:20.022: INFO: pods created so far: [2 2 1] + [AfterEach] PreemptionExecutionPath + test/e2e/framework/framework.go:187 + Sep 16 19:55:27.027: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-path-4107" for this suite. 09/16/22 19:55:27.029 + [AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:470 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:55:27.054: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-1722" for this suite. 09/16/22 19:55:27.057 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:27.099 +Sep 16 19:55:27.100: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:55:27.101 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:27.166 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:27.17 +[It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 +STEP: Creating a pod to test emptydir 0666 on tmpfs 09/16/22 19:55:27.174 +Sep 16 19:55:27.181: INFO: Waiting up to 5m0s for pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b" in namespace "emptydir-3629" to be "Succeeded or Failed" +Sep 16 19:55:27.184: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b": Phase="Pending", Reason="", readiness=false. Elapsed: 3.558049ms +Sep 16 19:55:29.189: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008075891s +Sep 16 19:55:31.189: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007789052s +STEP: Saw pod success 09/16/22 19:55:31.189 +Sep 16 19:55:31.189: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b" satisfied condition "Succeeded or Failed" +Sep 16 19:55:31.191: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-6b9b8eca-afdc-4741-89b1-68bb1266855b container test-container: +STEP: delete the pod 09/16/22 19:55:31.202 +Sep 16 19:55:31.210: INFO: Waiting for pod pod-6b9b8eca-afdc-4741-89b1-68bb1266855b to disappear +Sep 16 19:55:31.213: INFO: Pod pod-6b9b8eca-afdc-4741-89b1-68bb1266855b no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:55:31.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-3629" for this suite. 09/16/22 19:55:31.217 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":157,"skipped":2872,"failed":0} +------------------------------ +• [4.122 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:27.099 + Sep 16 19:55:27.100: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:55:27.101 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:27.166 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:27.17 + [It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 + STEP: Creating a pod to test emptydir 0666 on tmpfs 09/16/22 19:55:27.174 + Sep 16 19:55:27.181: INFO: Waiting up to 5m0s for pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b" in namespace "emptydir-3629" to be "Succeeded or Failed" + Sep 16 19:55:27.184: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b": Phase="Pending", Reason="", readiness=false. Elapsed: 3.558049ms + Sep 16 19:55:29.189: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008075891s + Sep 16 19:55:31.189: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007789052s + STEP: Saw pod success 09/16/22 19:55:31.189 + Sep 16 19:55:31.189: INFO: Pod "pod-6b9b8eca-afdc-4741-89b1-68bb1266855b" satisfied condition "Succeeded or Failed" + Sep 16 19:55:31.191: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-6b9b8eca-afdc-4741-89b1-68bb1266855b container test-container: + STEP: delete the pod 09/16/22 19:55:31.202 + Sep 16 19:55:31.210: INFO: Waiting for pod pod-6b9b8eca-afdc-4741-89b1-68bb1266855b to disappear + Sep 16 19:55:31.213: INFO: Pod pod-6b9b8eca-afdc-4741-89b1-68bb1266855b no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:55:31.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-3629" for this suite. 09/16/22 19:55:31.217 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] LimitRange + should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 +[BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:31.237 +Sep 16 19:55:31.237: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename limitrange 09/16/22 19:55:31.239 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:31.25 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:31.253 +[It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 +STEP: Creating a LimitRange 09/16/22 19:55:31.256 +STEP: Setting up watch 09/16/22 19:55:31.257 +STEP: Submitting a LimitRange 09/16/22 19:55:31.359 +STEP: Verifying LimitRange creation was observed 09/16/22 19:55:31.363 +STEP: Fetching the LimitRange to ensure it has proper values 09/16/22 19:55:31.364 +Sep 16 19:55:31.367: 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}] +Sep 16 19:55:31.367: 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 09/16/22 19:55:31.367 +STEP: Ensuring Pod has resource requirements applied from LimitRange 09/16/22 19:55:31.371 +Sep 16 19:55:31.381: 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}] +Sep 16 19:55:31.381: 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 09/16/22 19:55:31.381 +STEP: Ensuring Pod has merged resource requirements applied from LimitRange 09/16/22 19:55:31.386 +Sep 16 19:55:31.393: 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}] +Sep 16 19:55:31.393: 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 09/16/22 19:55:31.393 +STEP: Failing to create a Pod with more than max resources 09/16/22 19:55:31.397 +STEP: Updating a LimitRange 09/16/22 19:55:31.399 +STEP: Verifying LimitRange updating is effective 09/16/22 19:55:31.403 +STEP: Creating a Pod with less than former min resources 09/16/22 19:55:33.407 +STEP: Failing to create a Pod with more than max resources 09/16/22 19:55:33.411 +STEP: Deleting a LimitRange 09/16/22 19:55:33.415 +STEP: Verifying the LimitRange was deleted 09/16/22 19:55:33.421 +Sep 16 19:55:38.424: INFO: limitRange is already deleted +STEP: Creating a Pod with more than former max resources 09/16/22 19:55:38.425 +[AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:187 +Sep 16 19:55:38.437: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "limitrange-9838" for this suite. 09/16/22 19:55:38.441 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance]","completed":158,"skipped":2920,"failed":0} +------------------------------ +• [SLOW TEST] [7.209 seconds] +[sig-scheduling] LimitRange +test/e2e/scheduling/framework.go:40 + should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:31.237 + Sep 16 19:55:31.237: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename limitrange 09/16/22 19:55:31.239 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:31.25 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:31.253 + [It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 + STEP: Creating a LimitRange 09/16/22 19:55:31.256 + STEP: Setting up watch 09/16/22 19:55:31.257 + STEP: Submitting a LimitRange 09/16/22 19:55:31.359 + STEP: Verifying LimitRange creation was observed 09/16/22 19:55:31.363 + STEP: Fetching the LimitRange to ensure it has proper values 09/16/22 19:55:31.364 + Sep 16 19:55:31.367: 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}] + Sep 16 19:55:31.367: 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 09/16/22 19:55:31.367 + STEP: Ensuring Pod has resource requirements applied from LimitRange 09/16/22 19:55:31.371 + Sep 16 19:55:31.381: 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}] + Sep 16 19:55:31.381: 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 09/16/22 19:55:31.381 + STEP: Ensuring Pod has merged resource requirements applied from LimitRange 09/16/22 19:55:31.386 + Sep 16 19:55:31.393: 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}] + Sep 16 19:55:31.393: 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 09/16/22 19:55:31.393 + STEP: Failing to create a Pod with more than max resources 09/16/22 19:55:31.397 + STEP: Updating a LimitRange 09/16/22 19:55:31.399 + STEP: Verifying LimitRange updating is effective 09/16/22 19:55:31.403 + STEP: Creating a Pod with less than former min resources 09/16/22 19:55:33.407 + STEP: Failing to create a Pod with more than max resources 09/16/22 19:55:33.411 + STEP: Deleting a LimitRange 09/16/22 19:55:33.415 + STEP: Verifying the LimitRange was deleted 09/16/22 19:55:33.421 + Sep 16 19:55:38.424: INFO: limitRange is already deleted + STEP: Creating a Pod with more than former max resources 09/16/22 19:55:38.425 + [AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:187 + Sep 16 19:55:38.437: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "limitrange-9838" for this suite. 09/16/22 19:55:38.441 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] CronJob + should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:38.448 +Sep 16 19:55:38.448: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename cronjob 09/16/22 19:55:38.449 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:38.512 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:38.518 +[It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +STEP: Creating a cronjob 09/16/22 19:55:38.522 +STEP: creating 09/16/22 19:55:38.522 +STEP: getting 09/16/22 19:55:38.526 +STEP: listing 09/16/22 19:55:38.528 +STEP: watching 09/16/22 19:55:38.531 +Sep 16 19:55:38.531: INFO: starting watch +STEP: cluster-wide listing 09/16/22 19:55:38.533 +STEP: cluster-wide watching 09/16/22 19:55:38.535 +Sep 16 19:55:38.535: INFO: starting watch +STEP: patching 09/16/22 19:55:38.537 +STEP: updating 09/16/22 19:55:38.544 +Sep 16 19:55:38.552: INFO: waiting for watch events with expected annotations +Sep 16 19:55:38.552: INFO: saw patched and updated annotations +STEP: patching /status 09/16/22 19:55:38.552 +STEP: updating /status 09/16/22 19:55:38.558 +STEP: get /status 09/16/22 19:55:38.565 +STEP: deleting 09/16/22 19:55:38.568 +STEP: deleting a collection 09/16/22 19:55:38.578 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 16 19:55:38.585: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-1861" for this suite. 09/16/22 19:55:38.588 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] CronJob should support CronJob API operations [Conformance]","completed":159,"skipped":2937,"failed":0} +------------------------------ +• [0.146 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:38.448 + Sep 16 19:55:38.448: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename cronjob 09/16/22 19:55:38.449 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:38.512 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:38.518 + [It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 + STEP: Creating a cronjob 09/16/22 19:55:38.522 + STEP: creating 09/16/22 19:55:38.522 + STEP: getting 09/16/22 19:55:38.526 + STEP: listing 09/16/22 19:55:38.528 + STEP: watching 09/16/22 19:55:38.531 + Sep 16 19:55:38.531: INFO: starting watch + STEP: cluster-wide listing 09/16/22 19:55:38.533 + STEP: cluster-wide watching 09/16/22 19:55:38.535 + Sep 16 19:55:38.535: INFO: starting watch + STEP: patching 09/16/22 19:55:38.537 + STEP: updating 09/16/22 19:55:38.544 + Sep 16 19:55:38.552: INFO: waiting for watch events with expected annotations + Sep 16 19:55:38.552: INFO: saw patched and updated annotations + STEP: patching /status 09/16/22 19:55:38.552 + STEP: updating /status 09/16/22 19:55:38.558 + STEP: get /status 09/16/22 19:55:38.565 + STEP: deleting 09/16/22 19:55:38.568 + STEP: deleting a collection 09/16/22 19:55:38.578 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 16 19:55:38.585: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-1861" for this suite. 09/16/22 19:55:38.588 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:38.596 +Sep 16 19:55:38.597: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:55:38.598 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:38.658 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:38.661 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 +STEP: creating a service externalname-service with the type=ExternalName in namespace services-9788 09/16/22 19:55:38.665 +STEP: changing the ExternalName service to type=ClusterIP 09/16/22 19:55:38.67 +STEP: creating replication controller externalname-service in namespace services-9788 09/16/22 19:55:38.691 +I0916 19:55:38.698642 19 runners.go:193] Created replication controller with name: externalname-service, namespace: services-9788, replica count: 2 +I0916 19:55:41.749992 19 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 19:55:41.750: INFO: Creating new exec pod +Sep 16 19:55:41.754: INFO: Waiting up to 5m0s for pod "execpodjjcgh" in namespace "services-9788" to be "running" +Sep 16 19:55:41.761: INFO: Pod "execpodjjcgh": Phase="Pending", Reason="", readiness=false. Elapsed: 7.331841ms +Sep 16 19:55:43.765: INFO: Pod "execpodjjcgh": Phase="Running", Reason="", readiness=true. Elapsed: 2.011056388s +Sep 16 19:55:43.765: INFO: Pod "execpodjjcgh" satisfied condition "running" +Sep 16 19:55:44.765: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 19:55:46.954: INFO: rc: 1 +Sep 16 19:55:46.954: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80: +Command stdout: + +stderr: ++ echo hostName ++ nc -v -t -w 2 externalname-service 80 +nc: connect to externalname-service port 80 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Sep 16 19:55:47.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 19:55:50.123: INFO: rc: 1 +Sep 16 19:55:50.123: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80: +Command stdout: + +stderr: ++ nc -v -t -w 2 externalname-service 80 ++ echo hostName +nc: connect to externalname-service port 80 (tcp) timed out: Operation in progress +command terminated with exit code 1 + +error: +exit status 1 +Retrying... +Sep 16 19:55:50.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 19:55:51.118: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 19:55:51.118: INFO: stdout: "" +Sep 16 19:55:51.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 19:55:52.185: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 19:55:52.185: INFO: stdout: "externalname-service-nzb46" +Sep 16 19:55:52.185: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.108.182 80' +Sep 16 19:55:53.344: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.108.182 80\nConnection to 10.43.108.182 80 port [tcp/http] succeeded!\n" +Sep 16 19:55:53.344: INFO: stdout: "externalname-service-rtlv6" +Sep 16 19:55:53.344: INFO: Cleaning up the ExternalName to ClusterIP test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:55:53.397: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9788" for this suite. 09/16/22 19:55:53.4 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]","completed":160,"skipped":2942,"failed":0} +------------------------------ +• [SLOW TEST] [14.811 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:38.596 + Sep 16 19:55:38.597: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:55:38.598 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:38.658 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:38.661 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 + STEP: creating a service externalname-service with the type=ExternalName in namespace services-9788 09/16/22 19:55:38.665 + STEP: changing the ExternalName service to type=ClusterIP 09/16/22 19:55:38.67 + STEP: creating replication controller externalname-service in namespace services-9788 09/16/22 19:55:38.691 + I0916 19:55:38.698642 19 runners.go:193] Created replication controller with name: externalname-service, namespace: services-9788, replica count: 2 + I0916 19:55:41.749992 19 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 19:55:41.750: INFO: Creating new exec pod + Sep 16 19:55:41.754: INFO: Waiting up to 5m0s for pod "execpodjjcgh" in namespace "services-9788" to be "running" + Sep 16 19:55:41.761: INFO: Pod "execpodjjcgh": Phase="Pending", Reason="", readiness=false. Elapsed: 7.331841ms + Sep 16 19:55:43.765: INFO: Pod "execpodjjcgh": Phase="Running", Reason="", readiness=true. Elapsed: 2.011056388s + Sep 16 19:55:43.765: INFO: Pod "execpodjjcgh" satisfied condition "running" + Sep 16 19:55:44.765: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 19:55:46.954: INFO: rc: 1 + Sep 16 19:55:46.954: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80: + Command stdout: + + stderr: + + echo hostName + + nc -v -t -w 2 externalname-service 80 + nc: connect to externalname-service port 80 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Sep 16 19:55:47.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 19:55:50.123: INFO: rc: 1 + Sep 16 19:55:50.123: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80: + Command stdout: + + stderr: + + nc -v -t -w 2 externalname-service 80 + + echo hostName + nc: connect to externalname-service port 80 (tcp) timed out: Operation in progress + command terminated with exit code 1 + + error: + exit status 1 + Retrying... + Sep 16 19:55:50.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 19:55:51.118: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 19:55:51.118: INFO: stdout: "" + Sep 16 19:55:51.955: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 19:55:52.185: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 19:55:52.185: INFO: stdout: "externalname-service-nzb46" + Sep 16 19:55:52.185: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9788 exec execpodjjcgh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.108.182 80' + Sep 16 19:55:53.344: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.108.182 80\nConnection to 10.43.108.182 80 port [tcp/http] succeeded!\n" + Sep 16 19:55:53.344: INFO: stdout: "externalname-service-rtlv6" + Sep 16 19:55:53.344: INFO: Cleaning up the ExternalName to ClusterIP test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:55:53.397: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9788" for this suite. 09/16/22 19:55:53.4 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] ConfigMap + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:53.408 +Sep 16 19:55:53.408: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 19:55:53.409 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:53.425 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:53.429 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 +STEP: Creating configMap configmap-2399/configmap-test-5d94b055-91c3-4896-ac8f-7fdff23c5612 09/16/22 19:55:53.432 +STEP: Creating a pod to test consume configMaps 09/16/22 19:55:53.436 +Sep 16 19:55:53.442: INFO: Waiting up to 5m0s for pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6" in namespace "configmap-2399" to be "Succeeded or Failed" +Sep 16 19:55:53.445: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.110121ms +Sep 16 19:55:55.449: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00683098s +Sep 16 19:55:57.449: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006717899s +STEP: Saw pod success 09/16/22 19:55:57.449 +Sep 16 19:55:57.449: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6" satisfied condition "Succeeded or Failed" +Sep 16 19:55:57.451: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6 container env-test: +STEP: delete the pod 09/16/22 19:55:57.462 +Sep 16 19:55:57.470: INFO: Waiting for pod pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6 to disappear +Sep 16 19:55:57.474: INFO: Pod pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6 no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 19:55:57.474: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-2399" for this suite. 09/16/22 19:55:57.478 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]","completed":161,"skipped":2947,"failed":0} +------------------------------ +• [4.075 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:53.408 + Sep 16 19:55:53.408: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 19:55:53.409 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:53.425 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:53.429 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 + STEP: Creating configMap configmap-2399/configmap-test-5d94b055-91c3-4896-ac8f-7fdff23c5612 09/16/22 19:55:53.432 + STEP: Creating a pod to test consume configMaps 09/16/22 19:55:53.436 + Sep 16 19:55:53.442: INFO: Waiting up to 5m0s for pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6" in namespace "configmap-2399" to be "Succeeded or Failed" + Sep 16 19:55:53.445: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.110121ms + Sep 16 19:55:55.449: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00683098s + Sep 16 19:55:57.449: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006717899s + STEP: Saw pod success 09/16/22 19:55:57.449 + Sep 16 19:55:57.449: INFO: Pod "pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6" satisfied condition "Succeeded or Failed" + Sep 16 19:55:57.451: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6 container env-test: + STEP: delete the pod 09/16/22 19:55:57.462 + Sep 16 19:55:57.470: INFO: Waiting for pod pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6 to disappear + Sep 16 19:55:57.474: INFO: Pod pod-configmaps-d52097de-81a8-421d-afd7-b5486c1712e6 no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 19:55:57.474: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-2399" for this suite. 09/16/22 19:55:57.478 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:55:57.486 +Sep 16 19:55:57.486: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:55:57.488 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:57.503 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:57.507 +[It] should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 +STEP: Creating a pod to test substitution in volume subpath 09/16/22 19:55:57.511 +Sep 16 19:55:57.521: INFO: Waiting up to 5m0s for pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3" in namespace "var-expansion-2146" to be "Succeeded or Failed" +Sep 16 19:55:57.528: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3": Phase="Pending", Reason="", readiness=false. Elapsed: 6.560318ms +Sep 16 19:55:59.532: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010430171s +Sep 16 19:56:01.531: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010002671s +STEP: Saw pod success 09/16/22 19:56:01.531 +Sep 16 19:56:01.532: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3" satisfied condition "Succeeded or Failed" +Sep 16 19:56:01.535: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3 container dapi-container: +STEP: delete the pod 09/16/22 19:56:01.54 +Sep 16 19:56:01.548: INFO: Waiting for pod var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3 to disappear +Sep 16 19:56:01.553: INFO: Pod var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:56:01.553: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-2146" for this suite. 09/16/22 19:56:01.556 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a volume subpath [Conformance]","completed":162,"skipped":2953,"failed":0} +------------------------------ +• [4.074 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:55:57.486 + Sep 16 19:55:57.486: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:55:57.488 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:55:57.503 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:55:57.507 + [It] should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 + STEP: Creating a pod to test substitution in volume subpath 09/16/22 19:55:57.511 + Sep 16 19:55:57.521: INFO: Waiting up to 5m0s for pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3" in namespace "var-expansion-2146" to be "Succeeded or Failed" + Sep 16 19:55:57.528: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3": Phase="Pending", Reason="", readiness=false. Elapsed: 6.560318ms + Sep 16 19:55:59.532: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010430171s + Sep 16 19:56:01.531: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010002671s + STEP: Saw pod success 09/16/22 19:56:01.531 + Sep 16 19:56:01.532: INFO: Pod "var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3" satisfied condition "Succeeded or Failed" + Sep 16 19:56:01.535: INFO: Trying to get logs from node ip-172-31-14-177 pod var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3 container dapi-container: + STEP: delete the pod 09/16/22 19:56:01.54 + Sep 16 19:56:01.548: INFO: Waiting for pod var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3 to disappear + Sep 16 19:56:01.553: INFO: Pod var-expansion-1d370198-ed9a-460f-ae54-aa63418254d3 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:56:01.553: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-2146" for this suite. 09/16/22 19:56:01.556 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:56:01.561 +Sep 16 19:56:01.561: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 19:56:01.562 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:56:01.575 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:56:01.579 +[It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 +STEP: Creating a pod to test emptydir 0666 on node default medium 09/16/22 19:56:01.583 +Sep 16 19:56:01.589: INFO: Waiting up to 5m0s for pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd" in namespace "emptydir-1357" to be "Succeeded or Failed" +Sep 16 19:56:01.593: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd": Phase="Pending", Reason="", readiness=false. Elapsed: 4.183599ms +Sep 16 19:56:03.596: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006819639s +Sep 16 19:56:05.598: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008488036s +STEP: Saw pod success 09/16/22 19:56:05.598 +Sep 16 19:56:05.598: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd" satisfied condition "Succeeded or Failed" +Sep 16 19:56:05.601: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd container test-container: +STEP: delete the pod 09/16/22 19:56:05.606 +Sep 16 19:56:05.616: INFO: Waiting for pod pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd to disappear +Sep 16 19:56:05.620: INFO: Pod pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 19:56:05.620: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1357" for this suite. 09/16/22 19:56:05.624 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":163,"skipped":2953,"failed":0} +------------------------------ +• [4.069 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:56:01.561 + Sep 16 19:56:01.561: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 19:56:01.562 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:56:01.575 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:56:01.579 + [It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 + STEP: Creating a pod to test emptydir 0666 on node default medium 09/16/22 19:56:01.583 + Sep 16 19:56:01.589: INFO: Waiting up to 5m0s for pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd" in namespace "emptydir-1357" to be "Succeeded or Failed" + Sep 16 19:56:01.593: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd": Phase="Pending", Reason="", readiness=false. Elapsed: 4.183599ms + Sep 16 19:56:03.596: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006819639s + Sep 16 19:56:05.598: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008488036s + STEP: Saw pod success 09/16/22 19:56:05.598 + Sep 16 19:56:05.598: INFO: Pod "pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd" satisfied condition "Succeeded or Failed" + Sep 16 19:56:05.601: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd container test-container: + STEP: delete the pod 09/16/22 19:56:05.606 + Sep 16 19:56:05.616: INFO: Waiting for pod pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd to disappear + Sep 16 19:56:05.620: INFO: Pod pod-9ef29b55-e5ef-443d-9380-f6c2ebc7fdfd no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 19:56:05.620: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1357" for this suite. 09/16/22 19:56:05.624 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Service endpoints latency + should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +[BeforeEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:56:05.633 +Sep 16 19:56:05.633: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svc-latency 09/16/22 19:56:05.634 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:56:05.649 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:56:05.653 +[It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +Sep 16 19:56:05.657: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: creating replication controller svc-latency-rc in namespace svc-latency-6122 09/16/22 19:56:05.658 +I0916 19:56:05.665268 19 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-6122, replica count: 1 +I0916 19:56:06.721208 19 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0916 19:56:07.721441 19 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 19:56:07.830: INFO: Created: latency-svc-z9qrb +Sep 16 19:56:07.836: INFO: Got endpoints: latency-svc-z9qrb [14.453878ms] +Sep 16 19:56:07.855: INFO: Created: latency-svc-4qq5c +Sep 16 19:56:07.862: INFO: Got endpoints: latency-svc-4qq5c [24.562652ms] +Sep 16 19:56:07.874: INFO: Created: latency-svc-vmh2w +Sep 16 19:56:07.874: INFO: Created: latency-svc-mmdrh +Sep 16 19:56:07.895: INFO: Got endpoints: latency-svc-mmdrh [57.010215ms] +Sep 16 19:56:07.895: INFO: Got endpoints: latency-svc-vmh2w [58.53183ms] +Sep 16 19:56:07.906: INFO: Created: latency-svc-pwm6w +Sep 16 19:56:07.923: INFO: Created: latency-svc-sxmkf +Sep 16 19:56:07.927: INFO: Got endpoints: latency-svc-pwm6w [90.822779ms] +Sep 16 19:56:07.942: INFO: Got endpoints: latency-svc-sxmkf [104.960221ms] +Sep 16 19:56:07.942: INFO: Created: latency-svc-hg4mn +Sep 16 19:56:07.947: INFO: Got endpoints: latency-svc-hg4mn [109.914332ms] +Sep 16 19:56:07.954: INFO: Created: latency-svc-khpfd +Sep 16 19:56:07.960: INFO: Created: latency-svc-xtfmf +Sep 16 19:56:07.965: INFO: Got endpoints: latency-svc-khpfd [127.381207ms] +Sep 16 19:56:07.974: INFO: Got endpoints: latency-svc-xtfmf [137.29066ms] +Sep 16 19:56:07.981: INFO: Created: latency-svc-8z7vr +Sep 16 19:56:07.986: INFO: Created: latency-svc-fd2m2 +Sep 16 19:56:07.994: INFO: Got endpoints: latency-svc-fd2m2 [156.260521ms] +Sep 16 19:56:07.994: INFO: Got endpoints: latency-svc-8z7vr [157.086854ms] +Sep 16 19:56:07.996: INFO: Created: latency-svc-rkq6m +Sep 16 19:56:08.001: INFO: Created: latency-svc-scgz6 +Sep 16 19:56:08.008: INFO: Got endpoints: latency-svc-rkq6m [170.971352ms] +Sep 16 19:56:08.020: INFO: Got endpoints: latency-svc-scgz6 [182.560442ms] +Sep 16 19:56:08.026: INFO: Created: latency-svc-sxqrz +Sep 16 19:56:08.046: INFO: Created: latency-svc-q8kw2 +Sep 16 19:56:08.047: INFO: Got endpoints: latency-svc-sxqrz [209.248829ms] +Sep 16 19:56:08.061: INFO: Created: latency-svc-xqb78 +Sep 16 19:56:08.062: INFO: Got endpoints: latency-svc-q8kw2 [224.749454ms] +Sep 16 19:56:08.072: INFO: Created: latency-svc-zbcnr +Sep 16 19:56:08.075: INFO: Got endpoints: latency-svc-zbcnr [213.500019ms] +Sep 16 19:56:08.075: INFO: Got endpoints: latency-svc-xqb78 [238.251935ms] +Sep 16 19:56:08.088: INFO: Created: latency-svc-587rz +Sep 16 19:56:08.093: INFO: Created: latency-svc-7tgnv +Sep 16 19:56:08.101: INFO: Got endpoints: latency-svc-587rz [205.941256ms] +Sep 16 19:56:08.101: INFO: Created: latency-svc-kbnqn +Sep 16 19:56:08.109: INFO: Got endpoints: latency-svc-7tgnv [214.19364ms] +Sep 16 19:56:08.115: INFO: Got endpoints: latency-svc-kbnqn [187.147147ms] +Sep 16 19:56:08.116: INFO: Created: latency-svc-7smvs +Sep 16 19:56:08.128: INFO: Got endpoints: latency-svc-7smvs [185.772225ms] +Sep 16 19:56:08.128: INFO: Created: latency-svc-twm5h +Sep 16 19:56:08.136: INFO: Got endpoints: latency-svc-twm5h [188.894056ms] +Sep 16 19:56:08.137: INFO: Created: latency-svc-j7ghx +Sep 16 19:56:08.147: INFO: Created: latency-svc-b6cnr +Sep 16 19:56:08.149: INFO: Got endpoints: latency-svc-j7ghx [184.532975ms] +Sep 16 19:56:08.156: INFO: Got endpoints: latency-svc-b6cnr [181.375623ms] +Sep 16 19:56:08.160: INFO: Created: latency-svc-8zfxc +Sep 16 19:56:08.166: INFO: Got endpoints: latency-svc-8zfxc [171.738725ms] +Sep 16 19:56:08.167: INFO: Created: latency-svc-tvsrk +Sep 16 19:56:08.175: INFO: Got endpoints: latency-svc-tvsrk [180.813874ms] +Sep 16 19:56:08.178: INFO: Created: latency-svc-hffk4 +Sep 16 19:56:08.185: INFO: Created: latency-svc-qrv8l +Sep 16 19:56:08.187: INFO: Got endpoints: latency-svc-hffk4 [178.041029ms] +Sep 16 19:56:08.194: INFO: Created: latency-svc-hdr98 +Sep 16 19:56:08.197: INFO: Got endpoints: latency-svc-qrv8l [177.437818ms] +Sep 16 19:56:08.202: INFO: Got endpoints: latency-svc-hdr98 [154.830787ms] +Sep 16 19:56:08.209: INFO: Created: latency-svc-t5l4q +Sep 16 19:56:08.217: INFO: Got endpoints: latency-svc-t5l4q [154.920549ms] +Sep 16 19:56:08.262: INFO: Created: latency-svc-2x5c2 +Sep 16 19:56:08.263: INFO: Created: latency-svc-xg6nx +Sep 16 19:56:08.263: INFO: Created: latency-svc-nqbh2 +Sep 16 19:56:08.264: INFO: Created: latency-svc-8d67w +Sep 16 19:56:08.264: INFO: Created: latency-svc-xj7l4 +Sep 16 19:56:08.264: INFO: Created: latency-svc-jgzf7 +Sep 16 19:56:08.264: INFO: Created: latency-svc-ktt2r +Sep 16 19:56:08.264: INFO: Created: latency-svc-lj5k4 +Sep 16 19:56:08.264: INFO: Created: latency-svc-gppgf +Sep 16 19:56:08.274: INFO: Created: latency-svc-w9ftk +Sep 16 19:56:08.274: INFO: Created: latency-svc-wcjvz +Sep 16 19:56:08.274: INFO: Created: latency-svc-xnz4j +Sep 16 19:56:08.274: INFO: Created: latency-svc-5md58 +Sep 16 19:56:08.274: INFO: Created: latency-svc-fskx7 +Sep 16 19:56:08.282: INFO: Created: latency-svc-chkxm +Sep 16 19:56:08.290: INFO: Got endpoints: latency-svc-nqbh2 [188.697683ms] +Sep 16 19:56:08.301: INFO: Got endpoints: latency-svc-8d67w [83.918005ms] +Sep 16 19:56:08.305: INFO: Got endpoints: latency-svc-ktt2r [177.478339ms] +Sep 16 19:56:08.306: INFO: Got endpoints: latency-svc-xj7l4 [196.457789ms] +Sep 16 19:56:08.306: INFO: Got endpoints: latency-svc-jgzf7 [191.499429ms] +Sep 16 19:56:08.307: INFO: Got endpoints: latency-svc-lj5k4 [230.955625ms] +Sep 16 19:56:08.315: INFO: Created: latency-svc-phbgs +Sep 16 19:56:08.322: INFO: Got endpoints: latency-svc-2x5c2 [185.51018ms] +Sep 16 19:56:08.323: INFO: Got endpoints: latency-svc-xg6nx [173.665637ms] +Sep 16 19:56:08.330: INFO: Got endpoints: latency-svc-gppgf [174.216365ms] +Sep 16 19:56:08.337: INFO: Created: latency-svc-b5s8x +Sep 16 19:56:08.342: INFO: Created: latency-svc-7hpl9 +Sep 16 19:56:08.347: INFO: Got endpoints: latency-svc-wcjvz [271.829635ms] +Sep 16 19:56:08.353: INFO: Created: latency-svc-5rcnh +Sep 16 19:56:08.357: INFO: Created: latency-svc-4chgq +Sep 16 19:56:08.362: INFO: Created: latency-svc-94t7x +Sep 16 19:56:08.366: INFO: Created: latency-svc-2c24x +Sep 16 19:56:08.372: INFO: Created: latency-svc-frgmj +Sep 16 19:56:08.376: INFO: Created: latency-svc-q55lf +Sep 16 19:56:08.380: INFO: Created: latency-svc-5b9ww +Sep 16 19:56:08.386: INFO: Got endpoints: latency-svc-xnz4j [219.789822ms] +Sep 16 19:56:08.394: INFO: Created: latency-svc-vhbt4 +Sep 16 19:56:08.436: INFO: Got endpoints: latency-svc-5md58 [260.845765ms] +Sep 16 19:56:08.443: INFO: Created: latency-svc-xcbnx +Sep 16 19:56:08.488: INFO: Got endpoints: latency-svc-fskx7 [300.887871ms] +Sep 16 19:56:08.495: INFO: Created: latency-svc-4bkbf +Sep 16 19:56:08.539: INFO: Got endpoints: latency-svc-chkxm [337.197286ms] +Sep 16 19:56:08.549: INFO: Created: latency-svc-p49kf +Sep 16 19:56:08.586: INFO: Got endpoints: latency-svc-w9ftk [388.535598ms] +Sep 16 19:56:08.595: INFO: Created: latency-svc-q57rc +Sep 16 19:56:08.636: INFO: Got endpoints: latency-svc-phbgs [346.081652ms] +Sep 16 19:56:08.643: INFO: Created: latency-svc-xpfwk +Sep 16 19:56:08.686: INFO: Got endpoints: latency-svc-b5s8x [385.330317ms] +Sep 16 19:56:08.694: INFO: Created: latency-svc-sxxph +Sep 16 19:56:08.737: INFO: Got endpoints: latency-svc-7hpl9 [430.269921ms] +Sep 16 19:56:08.743: INFO: Created: latency-svc-n9wd5 +Sep 16 19:56:08.786: INFO: Got endpoints: latency-svc-5rcnh [479.398286ms] +Sep 16 19:56:08.795: INFO: Created: latency-svc-pkj7m +Sep 16 19:56:08.836: INFO: Got endpoints: latency-svc-4chgq [530.453145ms] +Sep 16 19:56:08.844: INFO: Created: latency-svc-mvhgq +Sep 16 19:56:08.887: INFO: Got endpoints: latency-svc-94t7x [582.300383ms] +Sep 16 19:56:08.895: INFO: Created: latency-svc-fshfh +Sep 16 19:56:08.936: INFO: Got endpoints: latency-svc-2c24x [613.724268ms] +Sep 16 19:56:08.943: INFO: Created: latency-svc-5qwzv +Sep 16 19:56:08.986: INFO: Got endpoints: latency-svc-frgmj [662.766413ms] +Sep 16 19:56:08.993: INFO: Created: latency-svc-bsvmf +Sep 16 19:56:09.036: INFO: Got endpoints: latency-svc-q55lf [705.947739ms] +Sep 16 19:56:09.044: INFO: Created: latency-svc-4x522 +Sep 16 19:56:09.086: INFO: Got endpoints: latency-svc-5b9ww [738.752107ms] +Sep 16 19:56:09.094: INFO: Created: latency-svc-t9pxf +Sep 16 19:56:09.141: INFO: Got endpoints: latency-svc-vhbt4 [755.38027ms] +Sep 16 19:56:09.149: INFO: Created: latency-svc-nllpv +Sep 16 19:56:09.187: INFO: Got endpoints: latency-svc-xcbnx [750.674753ms] +Sep 16 19:56:09.194: INFO: Created: latency-svc-5pwl6 +Sep 16 19:56:09.238: INFO: Got endpoints: latency-svc-4bkbf [750.340317ms] +Sep 16 19:56:09.245: INFO: Created: latency-svc-7wxkp +Sep 16 19:56:09.286: INFO: Got endpoints: latency-svc-p49kf [746.681838ms] +Sep 16 19:56:09.293: INFO: Created: latency-svc-c2ldt +Sep 16 19:56:09.337: INFO: Got endpoints: latency-svc-q57rc [750.689693ms] +Sep 16 19:56:09.345: INFO: Created: latency-svc-ph5c7 +Sep 16 19:56:09.386: INFO: Got endpoints: latency-svc-xpfwk [750.600882ms] +Sep 16 19:56:09.395: INFO: Created: latency-svc-sg8n9 +Sep 16 19:56:09.436: INFO: Got endpoints: latency-svc-sxxph [749.595725ms] +Sep 16 19:56:09.443: INFO: Created: latency-svc-hd9mx +Sep 16 19:56:09.488: INFO: Got endpoints: latency-svc-n9wd5 [751.08523ms] +Sep 16 19:56:09.497: INFO: Created: latency-svc-dn9qn +Sep 16 19:56:09.537: INFO: Got endpoints: latency-svc-pkj7m [750.535232ms] +Sep 16 19:56:09.545: INFO: Created: latency-svc-62jnq +Sep 16 19:56:09.586: INFO: Got endpoints: latency-svc-mvhgq [750.134513ms] +Sep 16 19:56:09.595: INFO: Created: latency-svc-bqlzc +Sep 16 19:56:09.637: INFO: Got endpoints: latency-svc-fshfh [749.572436ms] +Sep 16 19:56:09.646: INFO: Created: latency-svc-jkz5x +Sep 16 19:56:09.687: INFO: Got endpoints: latency-svc-5qwzv [751.645681ms] +Sep 16 19:56:09.694: INFO: Created: latency-svc-vnphx +Sep 16 19:56:09.737: INFO: Got endpoints: latency-svc-bsvmf [750.5257ms] +Sep 16 19:56:09.745: INFO: Created: latency-svc-9ph5l +Sep 16 19:56:09.787: INFO: Got endpoints: latency-svc-4x522 [751.03987ms] +Sep 16 19:56:09.794: INFO: Created: latency-svc-clcgf +Sep 16 19:56:09.836: INFO: Got endpoints: latency-svc-t9pxf [749.82784ms] +Sep 16 19:56:09.847: INFO: Created: latency-svc-b455d +Sep 16 19:56:09.890: INFO: Got endpoints: latency-svc-nllpv [748.267994ms] +Sep 16 19:56:09.898: INFO: Created: latency-svc-l55bk +Sep 16 19:56:09.938: INFO: Got endpoints: latency-svc-5pwl6 [750.986578ms] +Sep 16 19:56:09.948: INFO: Created: latency-svc-5xxdq +Sep 16 19:56:09.988: INFO: Got endpoints: latency-svc-7wxkp [749.484885ms] +Sep 16 19:56:09.996: INFO: Created: latency-svc-4p9sj +Sep 16 19:56:10.038: INFO: Got endpoints: latency-svc-c2ldt [751.860753ms] +Sep 16 19:56:10.045: INFO: Created: latency-svc-pqqjd +Sep 16 19:56:10.089: INFO: Got endpoints: latency-svc-ph5c7 [752.026806ms] +Sep 16 19:56:10.096: INFO: Created: latency-svc-tcvh6 +Sep 16 19:56:10.137: INFO: Got endpoints: latency-svc-sg8n9 [750.429877ms] +Sep 16 19:56:10.144: INFO: Created: latency-svc-tvzhg +Sep 16 19:56:10.187: INFO: Got endpoints: latency-svc-hd9mx [750.644032ms] +Sep 16 19:56:10.776: INFO: Got endpoints: latency-svc-62jnq [1.239036866s] +Sep 16 19:56:10.776: INFO: Got endpoints: latency-svc-bqlzc [1.189488284s] +Sep 16 19:56:10.776: INFO: Got endpoints: latency-svc-dn9qn [1.288424436s] +Sep 16 19:56:10.778: INFO: Got endpoints: latency-svc-vnphx [1.090727734s] +Sep 16 19:56:10.778: INFO: Got endpoints: latency-svc-jkz5x [1.141253583s] +Sep 16 19:56:10.796: INFO: Created: latency-svc-ckhlh +Sep 16 19:56:10.797: INFO: Got endpoints: latency-svc-9ph5l [1.060298427s] +Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-5xxdq [873.716419ms] +Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-b455d [975.541227ms] +Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-clcgf [1.024273076s] +Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-l55bk [922.035161ms] +Sep 16 19:56:10.829: INFO: Got endpoints: latency-svc-4p9sj [841.325586ms] +Sep 16 19:56:10.847: INFO: Got endpoints: latency-svc-pqqjd [808.761424ms] +Sep 16 19:56:10.853: INFO: Created: latency-svc-qblmn +Sep 16 19:56:10.858: INFO: Got endpoints: latency-svc-tcvh6 [768.732578ms] +Sep 16 19:56:10.871: INFO: Created: latency-svc-r98md +Sep 16 19:56:10.881: INFO: Created: latency-svc-qd9wp +Sep 16 19:56:10.898: INFO: Got endpoints: latency-svc-tvzhg [761.192046ms] +Sep 16 19:56:10.904: INFO: Created: latency-svc-m7h9j +Sep 16 19:56:10.917: INFO: Created: latency-svc-b6bbp +Sep 16 19:56:10.924: INFO: Created: latency-svc-knrdc +Sep 16 19:56:10.934: INFO: Created: latency-svc-jdncx +Sep 16 19:56:10.941: INFO: Created: latency-svc-hps2g +Sep 16 19:56:10.943: INFO: Got endpoints: latency-svc-ckhlh [755.555532ms] +Sep 16 19:56:10.961: INFO: Created: latency-svc-xrh5k +Sep 16 19:56:10.965: INFO: Created: latency-svc-r49h7 +Sep 16 19:56:10.974: INFO: Created: latency-svc-j626g +Sep 16 19:56:10.979: INFO: Created: latency-svc-mj9xt +Sep 16 19:56:10.987: INFO: Created: latency-svc-bcwf6 +Sep 16 19:56:10.994: INFO: Got endpoints: latency-svc-qblmn [215.525592ms] +Sep 16 19:56:10.997: INFO: Created: latency-svc-ql6kh +Sep 16 19:56:11.012: INFO: Created: latency-svc-6q6xb +Sep 16 19:56:11.017: INFO: Created: latency-svc-2f45p +Sep 16 19:56:11.040: INFO: Got endpoints: latency-svc-r98md [263.468898ms] +Sep 16 19:56:11.049: INFO: Created: latency-svc-h2d4p +Sep 16 19:56:11.090: INFO: Got endpoints: latency-svc-qd9wp [313.315624ms] +Sep 16 19:56:11.098: INFO: Created: latency-svc-prnjh +Sep 16 19:56:11.137: INFO: Got endpoints: latency-svc-m7h9j [358.810101ms] +Sep 16 19:56:11.145: INFO: Created: latency-svc-vvpb2 +Sep 16 19:56:11.187: INFO: Got endpoints: latency-svc-b6bbp [410.415457ms] +Sep 16 19:56:11.195: INFO: Created: latency-svc-x8ft5 +Sep 16 19:56:11.237: INFO: Got endpoints: latency-svc-knrdc [440.246394ms] +Sep 16 19:56:11.249: INFO: Created: latency-svc-6th7l +Sep 16 19:56:11.286: INFO: Got endpoints: latency-svc-jdncx [474.426535ms] +Sep 16 19:56:11.298: INFO: Created: latency-svc-ps62c +Sep 16 19:56:11.337: INFO: Got endpoints: latency-svc-hps2g [524.502855ms] +Sep 16 19:56:11.346: INFO: Created: latency-svc-q8spx +Sep 16 19:56:11.391: INFO: Got endpoints: latency-svc-xrh5k [578.514972ms] +Sep 16 19:56:11.399: INFO: Created: latency-svc-gnxrq +Sep 16 19:56:11.439: INFO: Got endpoints: latency-svc-r49h7 [626.846563ms] +Sep 16 19:56:11.447: INFO: Created: latency-svc-6gxmj +Sep 16 19:56:11.492: INFO: Got endpoints: latency-svc-j626g [663.182939ms] +Sep 16 19:56:11.501: INFO: Created: latency-svc-mbspn +Sep 16 19:56:11.537: INFO: Got endpoints: latency-svc-mj9xt [689.700754ms] +Sep 16 19:56:11.543: INFO: Created: latency-svc-xptpj +Sep 16 19:56:11.588: INFO: Got endpoints: latency-svc-bcwf6 [729.815491ms] +Sep 16 19:56:11.596: INFO: Created: latency-svc-67m9q +Sep 16 19:56:11.636: INFO: Got endpoints: latency-svc-ql6kh [737.868223ms] +Sep 16 19:56:11.645: INFO: Created: latency-svc-l49jn +Sep 16 19:56:11.686: INFO: Got endpoints: latency-svc-6q6xb [743.287244ms] +Sep 16 19:56:11.697: INFO: Created: latency-svc-rk5nw +Sep 16 19:56:11.737: INFO: Got endpoints: latency-svc-2f45p [742.221184ms] +Sep 16 19:56:11.743: INFO: Created: latency-svc-8glqb +Sep 16 19:56:11.787: INFO: Got endpoints: latency-svc-h2d4p [746.751818ms] +Sep 16 19:56:11.797: INFO: Created: latency-svc-thffx +Sep 16 19:56:11.837: INFO: Got endpoints: latency-svc-prnjh [747.254587ms] +Sep 16 19:56:11.847: INFO: Created: latency-svc-dlnwg +Sep 16 19:56:11.890: INFO: Got endpoints: latency-svc-vvpb2 [752.805217ms] +Sep 16 19:56:11.903: INFO: Created: latency-svc-wbs4c +Sep 16 19:56:11.937: INFO: Got endpoints: latency-svc-x8ft5 [750.611412ms] +Sep 16 19:56:11.946: INFO: Created: latency-svc-s9lqq +Sep 16 19:56:11.988: INFO: Got endpoints: latency-svc-6th7l [750.800156ms] +Sep 16 19:56:11.998: INFO: Created: latency-svc-hp5qs +Sep 16 19:56:12.038: INFO: Got endpoints: latency-svc-ps62c [751.382855ms] +Sep 16 19:56:12.044: INFO: Created: latency-svc-w84ss +Sep 16 19:56:12.086: INFO: Got endpoints: latency-svc-q8spx [749.23917ms] +Sep 16 19:56:12.094: INFO: Created: latency-svc-bkbqx +Sep 16 19:56:12.138: INFO: Got endpoints: latency-svc-gnxrq [746.989332ms] +Sep 16 19:56:12.145: INFO: Created: latency-svc-f2vtb +Sep 16 19:56:12.186: INFO: Got endpoints: latency-svc-6gxmj [747.263717ms] +Sep 16 19:56:12.194: INFO: Created: latency-svc-vvdjs +Sep 16 19:56:12.236: INFO: Got endpoints: latency-svc-mbspn [743.797751ms] +Sep 16 19:56:12.245: INFO: Created: latency-svc-w7j46 +Sep 16 19:56:12.288: INFO: Got endpoints: latency-svc-xptpj [751.422186ms] +Sep 16 19:56:12.294: INFO: Created: latency-svc-fphnn +Sep 16 19:56:12.336: INFO: Got endpoints: latency-svc-67m9q [748.660321ms] +Sep 16 19:56:12.344: INFO: Created: latency-svc-w6dch +Sep 16 19:56:12.386: INFO: Got endpoints: latency-svc-l49jn [749.605875ms] +Sep 16 19:56:12.395: INFO: Created: latency-svc-gqsjj +Sep 16 19:56:12.437: INFO: Got endpoints: latency-svc-rk5nw [750.612971ms] +Sep 16 19:56:12.443: INFO: Created: latency-svc-mltnv +Sep 16 19:56:12.488: INFO: Got endpoints: latency-svc-8glqb [751.327504ms] +Sep 16 19:56:12.493: INFO: Created: latency-svc-6sbrw +Sep 16 19:56:12.536: INFO: Got endpoints: latency-svc-thffx [749.335292ms] +Sep 16 19:56:12.546: INFO: Created: latency-svc-f7s9f +Sep 16 19:56:12.587: INFO: Got endpoints: latency-svc-dlnwg [749.147098ms] +Sep 16 19:56:12.593: INFO: Created: latency-svc-r2gg6 +Sep 16 19:56:12.636: INFO: Got endpoints: latency-svc-wbs4c [745.64749ms] +Sep 16 19:56:12.643: INFO: Created: latency-svc-9j9hl +Sep 16 19:56:12.689: INFO: Got endpoints: latency-svc-s9lqq [751.985394ms] +Sep 16 19:56:12.696: INFO: Created: latency-svc-xts4w +Sep 16 19:56:12.737: INFO: Got endpoints: latency-svc-hp5qs [748.473066ms] +Sep 16 19:56:12.743: INFO: Created: latency-svc-vj2wm +Sep 16 19:56:12.787: INFO: Got endpoints: latency-svc-w84ss [749.658846ms] +Sep 16 19:56:12.796: INFO: Created: latency-svc-qrgjk +Sep 16 19:56:12.838: INFO: Got endpoints: latency-svc-bkbqx [751.720752ms] +Sep 16 19:56:12.849: INFO: Created: latency-svc-8rv6x +Sep 16 19:56:12.889: INFO: Got endpoints: latency-svc-f2vtb [751.140831ms] +Sep 16 19:56:12.903: INFO: Created: latency-svc-rs2bp +Sep 16 19:56:12.937: INFO: Got endpoints: latency-svc-vvdjs [750.587031ms] +Sep 16 19:56:12.945: INFO: Created: latency-svc-k9rls +Sep 16 19:56:12.986: INFO: Got endpoints: latency-svc-w7j46 [749.36321ms] +Sep 16 19:56:12.996: INFO: Created: latency-svc-7qf5s +Sep 16 19:56:13.038: INFO: Got endpoints: latency-svc-fphnn [750.198864ms] +Sep 16 19:56:13.045: INFO: Created: latency-svc-mtqsp +Sep 16 19:56:13.087: INFO: Got endpoints: latency-svc-w6dch [750.703544ms] +Sep 16 19:56:13.095: INFO: Created: latency-svc-x5jx4 +Sep 16 19:56:13.137: INFO: Got endpoints: latency-svc-gqsjj [750.586742ms] +Sep 16 19:56:13.144: INFO: Created: latency-svc-ngfpt +Sep 16 19:56:13.187: INFO: Got endpoints: latency-svc-mltnv [750.350288ms] +Sep 16 19:56:13.195: INFO: Created: latency-svc-2w466 +Sep 16 19:56:13.237: INFO: Got endpoints: latency-svc-6sbrw [748.63496ms] +Sep 16 19:56:13.244: INFO: Created: latency-svc-qm7n4 +Sep 16 19:56:13.286: INFO: Got endpoints: latency-svc-f7s9f [749.947609ms] +Sep 16 19:56:13.294: INFO: Created: latency-svc-xxnnk +Sep 16 19:56:13.337: INFO: Got endpoints: latency-svc-r2gg6 [749.90941ms] +Sep 16 19:56:13.343: INFO: Created: latency-svc-tnbkj +Sep 16 19:56:13.386: INFO: Got endpoints: latency-svc-9j9hl [749.737717ms] +Sep 16 19:56:13.397: INFO: Created: latency-svc-2h4nq +Sep 16 19:56:13.436: INFO: Got endpoints: latency-svc-xts4w [746.653518ms] +Sep 16 19:56:13.445: INFO: Created: latency-svc-gdqnn +Sep 16 19:56:13.487: INFO: Got endpoints: latency-svc-vj2wm [750.262225ms] +Sep 16 19:56:13.494: INFO: Created: latency-svc-xlkdh +Sep 16 19:56:13.538: INFO: Got endpoints: latency-svc-qrgjk [750.250605ms] +Sep 16 19:56:13.545: INFO: Created: latency-svc-c7xfg +Sep 16 19:56:13.587: INFO: Got endpoints: latency-svc-8rv6x [749.294708ms] +Sep 16 19:56:13.595: INFO: Created: latency-svc-d6p2r +Sep 16 19:56:13.637: INFO: Got endpoints: latency-svc-rs2bp [748.018118ms] +Sep 16 19:56:13.645: INFO: Created: latency-svc-hntzn +Sep 16 19:56:13.687: INFO: Got endpoints: latency-svc-k9rls [750.067532ms] +Sep 16 19:56:13.695: INFO: Created: latency-svc-9wc5p +Sep 16 19:56:13.736: INFO: Got endpoints: latency-svc-7qf5s [750.339387ms] +Sep 16 19:56:13.744: INFO: Created: latency-svc-6flns +Sep 16 19:56:13.788: INFO: Got endpoints: latency-svc-mtqsp [749.774557ms] +Sep 16 19:56:13.796: INFO: Created: latency-svc-rgtgq +Sep 16 19:56:13.836: INFO: Got endpoints: latency-svc-x5jx4 [748.79104ms] +Sep 16 19:56:13.859: INFO: Created: latency-svc-rq7pf +Sep 16 19:56:13.886: INFO: Got endpoints: latency-svc-ngfpt [749.114145ms] +Sep 16 19:56:13.896: INFO: Created: latency-svc-vl999 +Sep 16 19:56:13.939: INFO: Got endpoints: latency-svc-2w466 [751.536985ms] +Sep 16 19:56:13.950: INFO: Created: latency-svc-p5224 +Sep 16 19:56:13.989: INFO: Got endpoints: latency-svc-qm7n4 [751.699008ms] +Sep 16 19:56:13.995: INFO: Created: latency-svc-tc9kt +Sep 16 19:56:14.036: INFO: Got endpoints: latency-svc-xxnnk [749.725745ms] +Sep 16 19:56:14.045: INFO: Created: latency-svc-7dvw9 +Sep 16 19:56:14.089: INFO: Got endpoints: latency-svc-tnbkj [751.77907ms] +Sep 16 19:56:14.133: INFO: Created: latency-svc-wksn2 +Sep 16 19:56:14.159: INFO: Got endpoints: latency-svc-2h4nq [773.434935ms] +Sep 16 19:56:14.206: INFO: Created: latency-svc-98hgf +Sep 16 19:56:14.211: INFO: Got endpoints: latency-svc-gdqnn [774.484671ms] +Sep 16 19:56:14.223: INFO: Created: latency-svc-2jbm8 +Sep 16 19:56:14.258: INFO: Got endpoints: latency-svc-xlkdh [770.674871ms] +Sep 16 19:56:14.268: INFO: Created: latency-svc-h82ft +Sep 16 19:56:14.292: INFO: Got endpoints: latency-svc-c7xfg [754.16954ms] +Sep 16 19:56:14.306: INFO: Created: latency-svc-vkz65 +Sep 16 19:56:14.335: INFO: Got endpoints: latency-svc-d6p2r [748.007748ms] +Sep 16 19:56:14.344: INFO: Created: latency-svc-z257v +Sep 16 19:56:14.389: INFO: Got endpoints: latency-svc-hntzn [752.158187ms] +Sep 16 19:56:14.396: INFO: Created: latency-svc-svnqd +Sep 16 19:56:14.438: INFO: Got endpoints: latency-svc-9wc5p [750.997747ms] +Sep 16 19:56:14.445: INFO: Created: latency-svc-zknlp +Sep 16 19:56:14.486: INFO: Got endpoints: latency-svc-6flns [750.286005ms] +Sep 16 19:56:14.495: INFO: Created: latency-svc-kkpw7 +Sep 16 19:56:14.536: INFO: Got endpoints: latency-svc-rgtgq [747.894155ms] +Sep 16 19:56:14.543: INFO: Created: latency-svc-6q2ql +Sep 16 19:56:14.589: INFO: Got endpoints: latency-svc-rq7pf [752.885358ms] +Sep 16 19:56:14.596: INFO: Created: latency-svc-n7mm5 +Sep 16 19:56:14.636: INFO: Got endpoints: latency-svc-vl999 [749.650065ms] +Sep 16 19:56:14.644: INFO: Created: latency-svc-v7b96 +Sep 16 19:56:14.687: INFO: Got endpoints: latency-svc-p5224 [747.846737ms] +Sep 16 19:56:14.696: INFO: Created: latency-svc-mgdm9 +Sep 16 19:56:14.738: INFO: Got endpoints: latency-svc-tc9kt [749.368892ms] +Sep 16 19:56:14.745: INFO: Created: latency-svc-zr2kl +Sep 16 19:56:14.788: INFO: Got endpoints: latency-svc-7dvw9 [751.809961ms] +Sep 16 19:56:14.794: INFO: Created: latency-svc-cw44f +Sep 16 19:56:14.837: INFO: Got endpoints: latency-svc-wksn2 [748.121699ms] +Sep 16 19:56:14.849: INFO: Created: latency-svc-h9jnl +Sep 16 19:56:14.887: INFO: Got endpoints: latency-svc-98hgf [727.563624ms] +Sep 16 19:56:14.896: INFO: Created: latency-svc-2zpph +Sep 16 19:56:14.938: INFO: Got endpoints: latency-svc-2jbm8 [726.573377ms] +Sep 16 19:56:14.948: INFO: Created: latency-svc-8gqlk +Sep 16 19:56:14.987: INFO: Got endpoints: latency-svc-h82ft [728.941804ms] +Sep 16 19:56:14.996: INFO: Created: latency-svc-hdzn7 +Sep 16 19:56:15.038: INFO: Got endpoints: latency-svc-vkz65 [745.743473ms] +Sep 16 19:56:15.046: INFO: Created: latency-svc-5hkmw +Sep 16 19:56:15.087: INFO: Got endpoints: latency-svc-z257v [751.192082ms] +Sep 16 19:56:15.094: INFO: Created: latency-svc-25659 +Sep 16 19:56:15.136: INFO: Got endpoints: latency-svc-svnqd [747.131484ms] +Sep 16 19:56:15.144: INFO: Created: latency-svc-929t8 +Sep 16 19:56:15.186: INFO: Got endpoints: latency-svc-zknlp [747.684104ms] +Sep 16 19:56:15.194: INFO: Created: latency-svc-jcz9z +Sep 16 19:56:15.235: INFO: Got endpoints: latency-svc-kkpw7 [748.667799ms] +Sep 16 19:56:15.245: INFO: Created: latency-svc-plmqd +Sep 16 19:56:15.288: INFO: Got endpoints: latency-svc-6q2ql [752.239029ms] +Sep 16 19:56:15.295: INFO: Created: latency-svc-r7b2g +Sep 16 19:56:15.337: INFO: Got endpoints: latency-svc-n7mm5 [747.947869ms] +Sep 16 19:56:15.345: INFO: Created: latency-svc-mmx2k +Sep 16 19:56:15.387: INFO: Got endpoints: latency-svc-v7b96 [751.166972ms] +Sep 16 19:56:15.395: INFO: Created: latency-svc-4j46d +Sep 16 19:56:15.437: INFO: Got endpoints: latency-svc-mgdm9 [750.208387ms] +Sep 16 19:56:15.446: INFO: Created: latency-svc-wwjkx +Sep 16 19:56:15.486: INFO: Got endpoints: latency-svc-zr2kl [747.748175ms] +Sep 16 19:56:15.494: INFO: Created: latency-svc-2xfhl +Sep 16 19:56:15.537: INFO: Got endpoints: latency-svc-cw44f [749.362171ms] +Sep 16 19:56:15.545: INFO: Created: latency-svc-xzwlh +Sep 16 19:56:15.589: INFO: Got endpoints: latency-svc-h9jnl [752.413342ms] +Sep 16 19:56:15.597: INFO: Created: latency-svc-ddvnb +Sep 16 19:56:15.636: INFO: Got endpoints: latency-svc-2zpph [749.408204ms] +Sep 16 19:56:15.645: INFO: Created: latency-svc-682pb +Sep 16 19:56:15.686: INFO: Got endpoints: latency-svc-8gqlk [748.171892ms] +Sep 16 19:56:15.736: INFO: Got endpoints: latency-svc-hdzn7 [748.353487ms] +Sep 16 19:56:15.786: INFO: Got endpoints: latency-svc-5hkmw [748.300642ms] +Sep 16 19:56:15.836: INFO: Got endpoints: latency-svc-25659 [749.586395ms] +Sep 16 19:56:15.887: INFO: Got endpoints: latency-svc-929t8 [750.046772ms] +Sep 16 19:56:15.942: INFO: Got endpoints: latency-svc-jcz9z [755.98143ms] +Sep 16 19:56:15.987: INFO: Got endpoints: latency-svc-plmqd [751.750941ms] +Sep 16 19:56:16.041: INFO: Got endpoints: latency-svc-r7b2g [752.020724ms] +Sep 16 19:56:16.087: INFO: Got endpoints: latency-svc-mmx2k [749.845531ms] +Sep 16 19:56:16.137: INFO: Got endpoints: latency-svc-4j46d [750.152125ms] +Sep 16 19:56:16.188: INFO: Got endpoints: latency-svc-wwjkx [750.313245ms] +Sep 16 19:56:16.236: INFO: Got endpoints: latency-svc-2xfhl [749.687969ms] +Sep 16 19:56:16.286: INFO: Got endpoints: latency-svc-xzwlh [748.144071ms] +Sep 16 19:56:16.337: INFO: Got endpoints: latency-svc-ddvnb [747.497712ms] +Sep 16 19:56:16.387: INFO: Got endpoints: latency-svc-682pb [750.633011ms] +Sep 16 19:56:16.387: INFO: Latencies: [24.562652ms 57.010215ms 58.53183ms 83.918005ms 90.822779ms 104.960221ms 109.914332ms 127.381207ms 137.29066ms 154.830787ms 154.920549ms 156.260521ms 157.086854ms 170.971352ms 171.738725ms 173.665637ms 174.216365ms 177.437818ms 177.478339ms 178.041029ms 180.813874ms 181.375623ms 182.560442ms 184.532975ms 185.51018ms 185.772225ms 187.147147ms 188.697683ms 188.894056ms 191.499429ms 196.457789ms 205.941256ms 209.248829ms 213.500019ms 214.19364ms 215.525592ms 219.789822ms 224.749454ms 230.955625ms 238.251935ms 260.845765ms 263.468898ms 271.829635ms 300.887871ms 313.315624ms 337.197286ms 346.081652ms 358.810101ms 385.330317ms 388.535598ms 410.415457ms 430.269921ms 440.246394ms 474.426535ms 479.398286ms 524.502855ms 530.453145ms 578.514972ms 582.300383ms 613.724268ms 626.846563ms 662.766413ms 663.182939ms 689.700754ms 705.947739ms 726.573377ms 727.563624ms 728.941804ms 729.815491ms 737.868223ms 738.752107ms 742.221184ms 743.287244ms 743.797751ms 745.64749ms 745.743473ms 746.653518ms 746.681838ms 746.751818ms 746.989332ms 747.131484ms 747.254587ms 747.263717ms 747.497712ms 747.684104ms 747.748175ms 747.846737ms 747.894155ms 747.947869ms 748.007748ms 748.018118ms 748.121699ms 748.144071ms 748.171892ms 748.267994ms 748.300642ms 748.353487ms 748.473066ms 748.63496ms 748.660321ms 748.667799ms 748.79104ms 749.114145ms 749.147098ms 749.23917ms 749.294708ms 749.335292ms 749.362171ms 749.36321ms 749.368892ms 749.408204ms 749.484885ms 749.572436ms 749.586395ms 749.595725ms 749.605875ms 749.650065ms 749.658846ms 749.687969ms 749.725745ms 749.737717ms 749.774557ms 749.82784ms 749.845531ms 749.90941ms 749.947609ms 750.046772ms 750.067532ms 750.134513ms 750.152125ms 750.198864ms 750.208387ms 750.250605ms 750.262225ms 750.286005ms 750.313245ms 750.339387ms 750.340317ms 750.350288ms 750.429877ms 750.5257ms 750.535232ms 750.586742ms 750.587031ms 750.600882ms 750.611412ms 750.612971ms 750.633011ms 750.644032ms 750.674753ms 750.689693ms 750.703544ms 750.800156ms 750.986578ms 750.997747ms 751.03987ms 751.08523ms 751.140831ms 751.166972ms 751.192082ms 751.327504ms 751.382855ms 751.422186ms 751.536985ms 751.645681ms 751.699008ms 751.720752ms 751.750941ms 751.77907ms 751.809961ms 751.860753ms 751.985394ms 752.020724ms 752.026806ms 752.158187ms 752.239029ms 752.413342ms 752.805217ms 752.885358ms 754.16954ms 755.38027ms 755.555532ms 755.98143ms 761.192046ms 768.732578ms 770.674871ms 773.434935ms 774.484671ms 808.761424ms 841.325586ms 873.716419ms 922.035161ms 975.541227ms 1.024273076s 1.060298427s 1.090727734s 1.141253583s 1.189488284s 1.239036866s 1.288424436s] +Sep 16 19:56:16.387: INFO: 50 %ile: 748.667799ms +Sep 16 19:56:16.388: INFO: 90 %ile: 755.38027ms +Sep 16 19:56:16.388: INFO: 99 %ile: 1.239036866s +Sep 16 19:56:16.388: INFO: Total sample count: 200 +[AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:187 +Sep 16 19:56:16.388: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svc-latency-6122" for this suite. 09/16/22 19:56:16.392 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Service endpoints latency should not be very high [Conformance]","completed":164,"skipped":2955,"failed":0} +------------------------------ +• [SLOW TEST] [10.763 seconds] +[sig-network] Service endpoints latency +test/e2e/network/common/framework.go:23 + should not be very high [Conformance] + test/e2e/network/service_latency.go:59 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:56:05.633 + Sep 16 19:56:05.633: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svc-latency 09/16/22 19:56:05.634 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:56:05.649 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:56:05.653 + [It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 + Sep 16 19:56:05.657: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: creating replication controller svc-latency-rc in namespace svc-latency-6122 09/16/22 19:56:05.658 + I0916 19:56:05.665268 19 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-6122, replica count: 1 + I0916 19:56:06.721208 19 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0916 19:56:07.721441 19 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 19:56:07.830: INFO: Created: latency-svc-z9qrb + Sep 16 19:56:07.836: INFO: Got endpoints: latency-svc-z9qrb [14.453878ms] + Sep 16 19:56:07.855: INFO: Created: latency-svc-4qq5c + Sep 16 19:56:07.862: INFO: Got endpoints: latency-svc-4qq5c [24.562652ms] + Sep 16 19:56:07.874: INFO: Created: latency-svc-vmh2w + Sep 16 19:56:07.874: INFO: Created: latency-svc-mmdrh + Sep 16 19:56:07.895: INFO: Got endpoints: latency-svc-mmdrh [57.010215ms] + Sep 16 19:56:07.895: INFO: Got endpoints: latency-svc-vmh2w [58.53183ms] + Sep 16 19:56:07.906: INFO: Created: latency-svc-pwm6w + Sep 16 19:56:07.923: INFO: Created: latency-svc-sxmkf + Sep 16 19:56:07.927: INFO: Got endpoints: latency-svc-pwm6w [90.822779ms] + Sep 16 19:56:07.942: INFO: Got endpoints: latency-svc-sxmkf [104.960221ms] + Sep 16 19:56:07.942: INFO: Created: latency-svc-hg4mn + Sep 16 19:56:07.947: INFO: Got endpoints: latency-svc-hg4mn [109.914332ms] + Sep 16 19:56:07.954: INFO: Created: latency-svc-khpfd + Sep 16 19:56:07.960: INFO: Created: latency-svc-xtfmf + Sep 16 19:56:07.965: INFO: Got endpoints: latency-svc-khpfd [127.381207ms] + Sep 16 19:56:07.974: INFO: Got endpoints: latency-svc-xtfmf [137.29066ms] + Sep 16 19:56:07.981: INFO: Created: latency-svc-8z7vr + Sep 16 19:56:07.986: INFO: Created: latency-svc-fd2m2 + Sep 16 19:56:07.994: INFO: Got endpoints: latency-svc-fd2m2 [156.260521ms] + Sep 16 19:56:07.994: INFO: Got endpoints: latency-svc-8z7vr [157.086854ms] + Sep 16 19:56:07.996: INFO: Created: latency-svc-rkq6m + Sep 16 19:56:08.001: INFO: Created: latency-svc-scgz6 + Sep 16 19:56:08.008: INFO: Got endpoints: latency-svc-rkq6m [170.971352ms] + Sep 16 19:56:08.020: INFO: Got endpoints: latency-svc-scgz6 [182.560442ms] + Sep 16 19:56:08.026: INFO: Created: latency-svc-sxqrz + Sep 16 19:56:08.046: INFO: Created: latency-svc-q8kw2 + Sep 16 19:56:08.047: INFO: Got endpoints: latency-svc-sxqrz [209.248829ms] + Sep 16 19:56:08.061: INFO: Created: latency-svc-xqb78 + Sep 16 19:56:08.062: INFO: Got endpoints: latency-svc-q8kw2 [224.749454ms] + Sep 16 19:56:08.072: INFO: Created: latency-svc-zbcnr + Sep 16 19:56:08.075: INFO: Got endpoints: latency-svc-zbcnr [213.500019ms] + Sep 16 19:56:08.075: INFO: Got endpoints: latency-svc-xqb78 [238.251935ms] + Sep 16 19:56:08.088: INFO: Created: latency-svc-587rz + Sep 16 19:56:08.093: INFO: Created: latency-svc-7tgnv + Sep 16 19:56:08.101: INFO: Got endpoints: latency-svc-587rz [205.941256ms] + Sep 16 19:56:08.101: INFO: Created: latency-svc-kbnqn + Sep 16 19:56:08.109: INFO: Got endpoints: latency-svc-7tgnv [214.19364ms] + Sep 16 19:56:08.115: INFO: Got endpoints: latency-svc-kbnqn [187.147147ms] + Sep 16 19:56:08.116: INFO: Created: latency-svc-7smvs + Sep 16 19:56:08.128: INFO: Got endpoints: latency-svc-7smvs [185.772225ms] + Sep 16 19:56:08.128: INFO: Created: latency-svc-twm5h + Sep 16 19:56:08.136: INFO: Got endpoints: latency-svc-twm5h [188.894056ms] + Sep 16 19:56:08.137: INFO: Created: latency-svc-j7ghx + Sep 16 19:56:08.147: INFO: Created: latency-svc-b6cnr + Sep 16 19:56:08.149: INFO: Got endpoints: latency-svc-j7ghx [184.532975ms] + Sep 16 19:56:08.156: INFO: Got endpoints: latency-svc-b6cnr [181.375623ms] + Sep 16 19:56:08.160: INFO: Created: latency-svc-8zfxc + Sep 16 19:56:08.166: INFO: Got endpoints: latency-svc-8zfxc [171.738725ms] + Sep 16 19:56:08.167: INFO: Created: latency-svc-tvsrk + Sep 16 19:56:08.175: INFO: Got endpoints: latency-svc-tvsrk [180.813874ms] + Sep 16 19:56:08.178: INFO: Created: latency-svc-hffk4 + Sep 16 19:56:08.185: INFO: Created: latency-svc-qrv8l + Sep 16 19:56:08.187: INFO: Got endpoints: latency-svc-hffk4 [178.041029ms] + Sep 16 19:56:08.194: INFO: Created: latency-svc-hdr98 + Sep 16 19:56:08.197: INFO: Got endpoints: latency-svc-qrv8l [177.437818ms] + Sep 16 19:56:08.202: INFO: Got endpoints: latency-svc-hdr98 [154.830787ms] + Sep 16 19:56:08.209: INFO: Created: latency-svc-t5l4q + Sep 16 19:56:08.217: INFO: Got endpoints: latency-svc-t5l4q [154.920549ms] + Sep 16 19:56:08.262: INFO: Created: latency-svc-2x5c2 + Sep 16 19:56:08.263: INFO: Created: latency-svc-xg6nx + Sep 16 19:56:08.263: INFO: Created: latency-svc-nqbh2 + Sep 16 19:56:08.264: INFO: Created: latency-svc-8d67w + Sep 16 19:56:08.264: INFO: Created: latency-svc-xj7l4 + Sep 16 19:56:08.264: INFO: Created: latency-svc-jgzf7 + Sep 16 19:56:08.264: INFO: Created: latency-svc-ktt2r + Sep 16 19:56:08.264: INFO: Created: latency-svc-lj5k4 + Sep 16 19:56:08.264: INFO: Created: latency-svc-gppgf + Sep 16 19:56:08.274: INFO: Created: latency-svc-w9ftk + Sep 16 19:56:08.274: INFO: Created: latency-svc-wcjvz + Sep 16 19:56:08.274: INFO: Created: latency-svc-xnz4j + Sep 16 19:56:08.274: INFO: Created: latency-svc-5md58 + Sep 16 19:56:08.274: INFO: Created: latency-svc-fskx7 + Sep 16 19:56:08.282: INFO: Created: latency-svc-chkxm + Sep 16 19:56:08.290: INFO: Got endpoints: latency-svc-nqbh2 [188.697683ms] + Sep 16 19:56:08.301: INFO: Got endpoints: latency-svc-8d67w [83.918005ms] + Sep 16 19:56:08.305: INFO: Got endpoints: latency-svc-ktt2r [177.478339ms] + Sep 16 19:56:08.306: INFO: Got endpoints: latency-svc-xj7l4 [196.457789ms] + Sep 16 19:56:08.306: INFO: Got endpoints: latency-svc-jgzf7 [191.499429ms] + Sep 16 19:56:08.307: INFO: Got endpoints: latency-svc-lj5k4 [230.955625ms] + Sep 16 19:56:08.315: INFO: Created: latency-svc-phbgs + Sep 16 19:56:08.322: INFO: Got endpoints: latency-svc-2x5c2 [185.51018ms] + Sep 16 19:56:08.323: INFO: Got endpoints: latency-svc-xg6nx [173.665637ms] + Sep 16 19:56:08.330: INFO: Got endpoints: latency-svc-gppgf [174.216365ms] + Sep 16 19:56:08.337: INFO: Created: latency-svc-b5s8x + Sep 16 19:56:08.342: INFO: Created: latency-svc-7hpl9 + Sep 16 19:56:08.347: INFO: Got endpoints: latency-svc-wcjvz [271.829635ms] + Sep 16 19:56:08.353: INFO: Created: latency-svc-5rcnh + Sep 16 19:56:08.357: INFO: Created: latency-svc-4chgq + Sep 16 19:56:08.362: INFO: Created: latency-svc-94t7x + Sep 16 19:56:08.366: INFO: Created: latency-svc-2c24x + Sep 16 19:56:08.372: INFO: Created: latency-svc-frgmj + Sep 16 19:56:08.376: INFO: Created: latency-svc-q55lf + Sep 16 19:56:08.380: INFO: Created: latency-svc-5b9ww + Sep 16 19:56:08.386: INFO: Got endpoints: latency-svc-xnz4j [219.789822ms] + Sep 16 19:56:08.394: INFO: Created: latency-svc-vhbt4 + Sep 16 19:56:08.436: INFO: Got endpoints: latency-svc-5md58 [260.845765ms] + Sep 16 19:56:08.443: INFO: Created: latency-svc-xcbnx + Sep 16 19:56:08.488: INFO: Got endpoints: latency-svc-fskx7 [300.887871ms] + Sep 16 19:56:08.495: INFO: Created: latency-svc-4bkbf + Sep 16 19:56:08.539: INFO: Got endpoints: latency-svc-chkxm [337.197286ms] + Sep 16 19:56:08.549: INFO: Created: latency-svc-p49kf + Sep 16 19:56:08.586: INFO: Got endpoints: latency-svc-w9ftk [388.535598ms] + Sep 16 19:56:08.595: INFO: Created: latency-svc-q57rc + Sep 16 19:56:08.636: INFO: Got endpoints: latency-svc-phbgs [346.081652ms] + Sep 16 19:56:08.643: INFO: Created: latency-svc-xpfwk + Sep 16 19:56:08.686: INFO: Got endpoints: latency-svc-b5s8x [385.330317ms] + Sep 16 19:56:08.694: INFO: Created: latency-svc-sxxph + Sep 16 19:56:08.737: INFO: Got endpoints: latency-svc-7hpl9 [430.269921ms] + Sep 16 19:56:08.743: INFO: Created: latency-svc-n9wd5 + Sep 16 19:56:08.786: INFO: Got endpoints: latency-svc-5rcnh [479.398286ms] + Sep 16 19:56:08.795: INFO: Created: latency-svc-pkj7m + Sep 16 19:56:08.836: INFO: Got endpoints: latency-svc-4chgq [530.453145ms] + Sep 16 19:56:08.844: INFO: Created: latency-svc-mvhgq + Sep 16 19:56:08.887: INFO: Got endpoints: latency-svc-94t7x [582.300383ms] + Sep 16 19:56:08.895: INFO: Created: latency-svc-fshfh + Sep 16 19:56:08.936: INFO: Got endpoints: latency-svc-2c24x [613.724268ms] + Sep 16 19:56:08.943: INFO: Created: latency-svc-5qwzv + Sep 16 19:56:08.986: INFO: Got endpoints: latency-svc-frgmj [662.766413ms] + Sep 16 19:56:08.993: INFO: Created: latency-svc-bsvmf + Sep 16 19:56:09.036: INFO: Got endpoints: latency-svc-q55lf [705.947739ms] + Sep 16 19:56:09.044: INFO: Created: latency-svc-4x522 + Sep 16 19:56:09.086: INFO: Got endpoints: latency-svc-5b9ww [738.752107ms] + Sep 16 19:56:09.094: INFO: Created: latency-svc-t9pxf + Sep 16 19:56:09.141: INFO: Got endpoints: latency-svc-vhbt4 [755.38027ms] + Sep 16 19:56:09.149: INFO: Created: latency-svc-nllpv + Sep 16 19:56:09.187: INFO: Got endpoints: latency-svc-xcbnx [750.674753ms] + Sep 16 19:56:09.194: INFO: Created: latency-svc-5pwl6 + Sep 16 19:56:09.238: INFO: Got endpoints: latency-svc-4bkbf [750.340317ms] + Sep 16 19:56:09.245: INFO: Created: latency-svc-7wxkp + Sep 16 19:56:09.286: INFO: Got endpoints: latency-svc-p49kf [746.681838ms] + Sep 16 19:56:09.293: INFO: Created: latency-svc-c2ldt + Sep 16 19:56:09.337: INFO: Got endpoints: latency-svc-q57rc [750.689693ms] + Sep 16 19:56:09.345: INFO: Created: latency-svc-ph5c7 + Sep 16 19:56:09.386: INFO: Got endpoints: latency-svc-xpfwk [750.600882ms] + Sep 16 19:56:09.395: INFO: Created: latency-svc-sg8n9 + Sep 16 19:56:09.436: INFO: Got endpoints: latency-svc-sxxph [749.595725ms] + Sep 16 19:56:09.443: INFO: Created: latency-svc-hd9mx + Sep 16 19:56:09.488: INFO: Got endpoints: latency-svc-n9wd5 [751.08523ms] + Sep 16 19:56:09.497: INFO: Created: latency-svc-dn9qn + Sep 16 19:56:09.537: INFO: Got endpoints: latency-svc-pkj7m [750.535232ms] + Sep 16 19:56:09.545: INFO: Created: latency-svc-62jnq + Sep 16 19:56:09.586: INFO: Got endpoints: latency-svc-mvhgq [750.134513ms] + Sep 16 19:56:09.595: INFO: Created: latency-svc-bqlzc + Sep 16 19:56:09.637: INFO: Got endpoints: latency-svc-fshfh [749.572436ms] + Sep 16 19:56:09.646: INFO: Created: latency-svc-jkz5x + Sep 16 19:56:09.687: INFO: Got endpoints: latency-svc-5qwzv [751.645681ms] + Sep 16 19:56:09.694: INFO: Created: latency-svc-vnphx + Sep 16 19:56:09.737: INFO: Got endpoints: latency-svc-bsvmf [750.5257ms] + Sep 16 19:56:09.745: INFO: Created: latency-svc-9ph5l + Sep 16 19:56:09.787: INFO: Got endpoints: latency-svc-4x522 [751.03987ms] + Sep 16 19:56:09.794: INFO: Created: latency-svc-clcgf + Sep 16 19:56:09.836: INFO: Got endpoints: latency-svc-t9pxf [749.82784ms] + Sep 16 19:56:09.847: INFO: Created: latency-svc-b455d + Sep 16 19:56:09.890: INFO: Got endpoints: latency-svc-nllpv [748.267994ms] + Sep 16 19:56:09.898: INFO: Created: latency-svc-l55bk + Sep 16 19:56:09.938: INFO: Got endpoints: latency-svc-5pwl6 [750.986578ms] + Sep 16 19:56:09.948: INFO: Created: latency-svc-5xxdq + Sep 16 19:56:09.988: INFO: Got endpoints: latency-svc-7wxkp [749.484885ms] + Sep 16 19:56:09.996: INFO: Created: latency-svc-4p9sj + Sep 16 19:56:10.038: INFO: Got endpoints: latency-svc-c2ldt [751.860753ms] + Sep 16 19:56:10.045: INFO: Created: latency-svc-pqqjd + Sep 16 19:56:10.089: INFO: Got endpoints: latency-svc-ph5c7 [752.026806ms] + Sep 16 19:56:10.096: INFO: Created: latency-svc-tcvh6 + Sep 16 19:56:10.137: INFO: Got endpoints: latency-svc-sg8n9 [750.429877ms] + Sep 16 19:56:10.144: INFO: Created: latency-svc-tvzhg + Sep 16 19:56:10.187: INFO: Got endpoints: latency-svc-hd9mx [750.644032ms] + Sep 16 19:56:10.776: INFO: Got endpoints: latency-svc-62jnq [1.239036866s] + Sep 16 19:56:10.776: INFO: Got endpoints: latency-svc-bqlzc [1.189488284s] + Sep 16 19:56:10.776: INFO: Got endpoints: latency-svc-dn9qn [1.288424436s] + Sep 16 19:56:10.778: INFO: Got endpoints: latency-svc-vnphx [1.090727734s] + Sep 16 19:56:10.778: INFO: Got endpoints: latency-svc-jkz5x [1.141253583s] + Sep 16 19:56:10.796: INFO: Created: latency-svc-ckhlh + Sep 16 19:56:10.797: INFO: Got endpoints: latency-svc-9ph5l [1.060298427s] + Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-5xxdq [873.716419ms] + Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-b455d [975.541227ms] + Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-clcgf [1.024273076s] + Sep 16 19:56:10.812: INFO: Got endpoints: latency-svc-l55bk [922.035161ms] + Sep 16 19:56:10.829: INFO: Got endpoints: latency-svc-4p9sj [841.325586ms] + Sep 16 19:56:10.847: INFO: Got endpoints: latency-svc-pqqjd [808.761424ms] + Sep 16 19:56:10.853: INFO: Created: latency-svc-qblmn + Sep 16 19:56:10.858: INFO: Got endpoints: latency-svc-tcvh6 [768.732578ms] + Sep 16 19:56:10.871: INFO: Created: latency-svc-r98md + Sep 16 19:56:10.881: INFO: Created: latency-svc-qd9wp + Sep 16 19:56:10.898: INFO: Got endpoints: latency-svc-tvzhg [761.192046ms] + Sep 16 19:56:10.904: INFO: Created: latency-svc-m7h9j + Sep 16 19:56:10.917: INFO: Created: latency-svc-b6bbp + Sep 16 19:56:10.924: INFO: Created: latency-svc-knrdc + Sep 16 19:56:10.934: INFO: Created: latency-svc-jdncx + Sep 16 19:56:10.941: INFO: Created: latency-svc-hps2g + Sep 16 19:56:10.943: INFO: Got endpoints: latency-svc-ckhlh [755.555532ms] + Sep 16 19:56:10.961: INFO: Created: latency-svc-xrh5k + Sep 16 19:56:10.965: INFO: Created: latency-svc-r49h7 + Sep 16 19:56:10.974: INFO: Created: latency-svc-j626g + Sep 16 19:56:10.979: INFO: Created: latency-svc-mj9xt + Sep 16 19:56:10.987: INFO: Created: latency-svc-bcwf6 + Sep 16 19:56:10.994: INFO: Got endpoints: latency-svc-qblmn [215.525592ms] + Sep 16 19:56:10.997: INFO: Created: latency-svc-ql6kh + Sep 16 19:56:11.012: INFO: Created: latency-svc-6q6xb + Sep 16 19:56:11.017: INFO: Created: latency-svc-2f45p + Sep 16 19:56:11.040: INFO: Got endpoints: latency-svc-r98md [263.468898ms] + Sep 16 19:56:11.049: INFO: Created: latency-svc-h2d4p + Sep 16 19:56:11.090: INFO: Got endpoints: latency-svc-qd9wp [313.315624ms] + Sep 16 19:56:11.098: INFO: Created: latency-svc-prnjh + Sep 16 19:56:11.137: INFO: Got endpoints: latency-svc-m7h9j [358.810101ms] + Sep 16 19:56:11.145: INFO: Created: latency-svc-vvpb2 + Sep 16 19:56:11.187: INFO: Got endpoints: latency-svc-b6bbp [410.415457ms] + Sep 16 19:56:11.195: INFO: Created: latency-svc-x8ft5 + Sep 16 19:56:11.237: INFO: Got endpoints: latency-svc-knrdc [440.246394ms] + Sep 16 19:56:11.249: INFO: Created: latency-svc-6th7l + Sep 16 19:56:11.286: INFO: Got endpoints: latency-svc-jdncx [474.426535ms] + Sep 16 19:56:11.298: INFO: Created: latency-svc-ps62c + Sep 16 19:56:11.337: INFO: Got endpoints: latency-svc-hps2g [524.502855ms] + Sep 16 19:56:11.346: INFO: Created: latency-svc-q8spx + Sep 16 19:56:11.391: INFO: Got endpoints: latency-svc-xrh5k [578.514972ms] + Sep 16 19:56:11.399: INFO: Created: latency-svc-gnxrq + Sep 16 19:56:11.439: INFO: Got endpoints: latency-svc-r49h7 [626.846563ms] + Sep 16 19:56:11.447: INFO: Created: latency-svc-6gxmj + Sep 16 19:56:11.492: INFO: Got endpoints: latency-svc-j626g [663.182939ms] + Sep 16 19:56:11.501: INFO: Created: latency-svc-mbspn + Sep 16 19:56:11.537: INFO: Got endpoints: latency-svc-mj9xt [689.700754ms] + Sep 16 19:56:11.543: INFO: Created: latency-svc-xptpj + Sep 16 19:56:11.588: INFO: Got endpoints: latency-svc-bcwf6 [729.815491ms] + Sep 16 19:56:11.596: INFO: Created: latency-svc-67m9q + Sep 16 19:56:11.636: INFO: Got endpoints: latency-svc-ql6kh [737.868223ms] + Sep 16 19:56:11.645: INFO: Created: latency-svc-l49jn + Sep 16 19:56:11.686: INFO: Got endpoints: latency-svc-6q6xb [743.287244ms] + Sep 16 19:56:11.697: INFO: Created: latency-svc-rk5nw + Sep 16 19:56:11.737: INFO: Got endpoints: latency-svc-2f45p [742.221184ms] + Sep 16 19:56:11.743: INFO: Created: latency-svc-8glqb + Sep 16 19:56:11.787: INFO: Got endpoints: latency-svc-h2d4p [746.751818ms] + Sep 16 19:56:11.797: INFO: Created: latency-svc-thffx + Sep 16 19:56:11.837: INFO: Got endpoints: latency-svc-prnjh [747.254587ms] + Sep 16 19:56:11.847: INFO: Created: latency-svc-dlnwg + Sep 16 19:56:11.890: INFO: Got endpoints: latency-svc-vvpb2 [752.805217ms] + Sep 16 19:56:11.903: INFO: Created: latency-svc-wbs4c + Sep 16 19:56:11.937: INFO: Got endpoints: latency-svc-x8ft5 [750.611412ms] + Sep 16 19:56:11.946: INFO: Created: latency-svc-s9lqq + Sep 16 19:56:11.988: INFO: Got endpoints: latency-svc-6th7l [750.800156ms] + Sep 16 19:56:11.998: INFO: Created: latency-svc-hp5qs + Sep 16 19:56:12.038: INFO: Got endpoints: latency-svc-ps62c [751.382855ms] + Sep 16 19:56:12.044: INFO: Created: latency-svc-w84ss + Sep 16 19:56:12.086: INFO: Got endpoints: latency-svc-q8spx [749.23917ms] + Sep 16 19:56:12.094: INFO: Created: latency-svc-bkbqx + Sep 16 19:56:12.138: INFO: Got endpoints: latency-svc-gnxrq [746.989332ms] + Sep 16 19:56:12.145: INFO: Created: latency-svc-f2vtb + Sep 16 19:56:12.186: INFO: Got endpoints: latency-svc-6gxmj [747.263717ms] + Sep 16 19:56:12.194: INFO: Created: latency-svc-vvdjs + Sep 16 19:56:12.236: INFO: Got endpoints: latency-svc-mbspn [743.797751ms] + Sep 16 19:56:12.245: INFO: Created: latency-svc-w7j46 + Sep 16 19:56:12.288: INFO: Got endpoints: latency-svc-xptpj [751.422186ms] + Sep 16 19:56:12.294: INFO: Created: latency-svc-fphnn + Sep 16 19:56:12.336: INFO: Got endpoints: latency-svc-67m9q [748.660321ms] + Sep 16 19:56:12.344: INFO: Created: latency-svc-w6dch + Sep 16 19:56:12.386: INFO: Got endpoints: latency-svc-l49jn [749.605875ms] + Sep 16 19:56:12.395: INFO: Created: latency-svc-gqsjj + Sep 16 19:56:12.437: INFO: Got endpoints: latency-svc-rk5nw [750.612971ms] + Sep 16 19:56:12.443: INFO: Created: latency-svc-mltnv + Sep 16 19:56:12.488: INFO: Got endpoints: latency-svc-8glqb [751.327504ms] + Sep 16 19:56:12.493: INFO: Created: latency-svc-6sbrw + Sep 16 19:56:12.536: INFO: Got endpoints: latency-svc-thffx [749.335292ms] + Sep 16 19:56:12.546: INFO: Created: latency-svc-f7s9f + Sep 16 19:56:12.587: INFO: Got endpoints: latency-svc-dlnwg [749.147098ms] + Sep 16 19:56:12.593: INFO: Created: latency-svc-r2gg6 + Sep 16 19:56:12.636: INFO: Got endpoints: latency-svc-wbs4c [745.64749ms] + Sep 16 19:56:12.643: INFO: Created: latency-svc-9j9hl + Sep 16 19:56:12.689: INFO: Got endpoints: latency-svc-s9lqq [751.985394ms] + Sep 16 19:56:12.696: INFO: Created: latency-svc-xts4w + Sep 16 19:56:12.737: INFO: Got endpoints: latency-svc-hp5qs [748.473066ms] + Sep 16 19:56:12.743: INFO: Created: latency-svc-vj2wm + Sep 16 19:56:12.787: INFO: Got endpoints: latency-svc-w84ss [749.658846ms] + Sep 16 19:56:12.796: INFO: Created: latency-svc-qrgjk + Sep 16 19:56:12.838: INFO: Got endpoints: latency-svc-bkbqx [751.720752ms] + Sep 16 19:56:12.849: INFO: Created: latency-svc-8rv6x + Sep 16 19:56:12.889: INFO: Got endpoints: latency-svc-f2vtb [751.140831ms] + Sep 16 19:56:12.903: INFO: Created: latency-svc-rs2bp + Sep 16 19:56:12.937: INFO: Got endpoints: latency-svc-vvdjs [750.587031ms] + Sep 16 19:56:12.945: INFO: Created: latency-svc-k9rls + Sep 16 19:56:12.986: INFO: Got endpoints: latency-svc-w7j46 [749.36321ms] + Sep 16 19:56:12.996: INFO: Created: latency-svc-7qf5s + Sep 16 19:56:13.038: INFO: Got endpoints: latency-svc-fphnn [750.198864ms] + Sep 16 19:56:13.045: INFO: Created: latency-svc-mtqsp + Sep 16 19:56:13.087: INFO: Got endpoints: latency-svc-w6dch [750.703544ms] + Sep 16 19:56:13.095: INFO: Created: latency-svc-x5jx4 + Sep 16 19:56:13.137: INFO: Got endpoints: latency-svc-gqsjj [750.586742ms] + Sep 16 19:56:13.144: INFO: Created: latency-svc-ngfpt + Sep 16 19:56:13.187: INFO: Got endpoints: latency-svc-mltnv [750.350288ms] + Sep 16 19:56:13.195: INFO: Created: latency-svc-2w466 + Sep 16 19:56:13.237: INFO: Got endpoints: latency-svc-6sbrw [748.63496ms] + Sep 16 19:56:13.244: INFO: Created: latency-svc-qm7n4 + Sep 16 19:56:13.286: INFO: Got endpoints: latency-svc-f7s9f [749.947609ms] + Sep 16 19:56:13.294: INFO: Created: latency-svc-xxnnk + Sep 16 19:56:13.337: INFO: Got endpoints: latency-svc-r2gg6 [749.90941ms] + Sep 16 19:56:13.343: INFO: Created: latency-svc-tnbkj + Sep 16 19:56:13.386: INFO: Got endpoints: latency-svc-9j9hl [749.737717ms] + Sep 16 19:56:13.397: INFO: Created: latency-svc-2h4nq + Sep 16 19:56:13.436: INFO: Got endpoints: latency-svc-xts4w [746.653518ms] + Sep 16 19:56:13.445: INFO: Created: latency-svc-gdqnn + Sep 16 19:56:13.487: INFO: Got endpoints: latency-svc-vj2wm [750.262225ms] + Sep 16 19:56:13.494: INFO: Created: latency-svc-xlkdh + Sep 16 19:56:13.538: INFO: Got endpoints: latency-svc-qrgjk [750.250605ms] + Sep 16 19:56:13.545: INFO: Created: latency-svc-c7xfg + Sep 16 19:56:13.587: INFO: Got endpoints: latency-svc-8rv6x [749.294708ms] + Sep 16 19:56:13.595: INFO: Created: latency-svc-d6p2r + Sep 16 19:56:13.637: INFO: Got endpoints: latency-svc-rs2bp [748.018118ms] + Sep 16 19:56:13.645: INFO: Created: latency-svc-hntzn + Sep 16 19:56:13.687: INFO: Got endpoints: latency-svc-k9rls [750.067532ms] + Sep 16 19:56:13.695: INFO: Created: latency-svc-9wc5p + Sep 16 19:56:13.736: INFO: Got endpoints: latency-svc-7qf5s [750.339387ms] + Sep 16 19:56:13.744: INFO: Created: latency-svc-6flns + Sep 16 19:56:13.788: INFO: Got endpoints: latency-svc-mtqsp [749.774557ms] + Sep 16 19:56:13.796: INFO: Created: latency-svc-rgtgq + Sep 16 19:56:13.836: INFO: Got endpoints: latency-svc-x5jx4 [748.79104ms] + Sep 16 19:56:13.859: INFO: Created: latency-svc-rq7pf + Sep 16 19:56:13.886: INFO: Got endpoints: latency-svc-ngfpt [749.114145ms] + Sep 16 19:56:13.896: INFO: Created: latency-svc-vl999 + Sep 16 19:56:13.939: INFO: Got endpoints: latency-svc-2w466 [751.536985ms] + Sep 16 19:56:13.950: INFO: Created: latency-svc-p5224 + Sep 16 19:56:13.989: INFO: Got endpoints: latency-svc-qm7n4 [751.699008ms] + Sep 16 19:56:13.995: INFO: Created: latency-svc-tc9kt + Sep 16 19:56:14.036: INFO: Got endpoints: latency-svc-xxnnk [749.725745ms] + Sep 16 19:56:14.045: INFO: Created: latency-svc-7dvw9 + Sep 16 19:56:14.089: INFO: Got endpoints: latency-svc-tnbkj [751.77907ms] + Sep 16 19:56:14.133: INFO: Created: latency-svc-wksn2 + Sep 16 19:56:14.159: INFO: Got endpoints: latency-svc-2h4nq [773.434935ms] + Sep 16 19:56:14.206: INFO: Created: latency-svc-98hgf + Sep 16 19:56:14.211: INFO: Got endpoints: latency-svc-gdqnn [774.484671ms] + Sep 16 19:56:14.223: INFO: Created: latency-svc-2jbm8 + Sep 16 19:56:14.258: INFO: Got endpoints: latency-svc-xlkdh [770.674871ms] + Sep 16 19:56:14.268: INFO: Created: latency-svc-h82ft + Sep 16 19:56:14.292: INFO: Got endpoints: latency-svc-c7xfg [754.16954ms] + Sep 16 19:56:14.306: INFO: Created: latency-svc-vkz65 + Sep 16 19:56:14.335: INFO: Got endpoints: latency-svc-d6p2r [748.007748ms] + Sep 16 19:56:14.344: INFO: Created: latency-svc-z257v + Sep 16 19:56:14.389: INFO: Got endpoints: latency-svc-hntzn [752.158187ms] + Sep 16 19:56:14.396: INFO: Created: latency-svc-svnqd + Sep 16 19:56:14.438: INFO: Got endpoints: latency-svc-9wc5p [750.997747ms] + Sep 16 19:56:14.445: INFO: Created: latency-svc-zknlp + Sep 16 19:56:14.486: INFO: Got endpoints: latency-svc-6flns [750.286005ms] + Sep 16 19:56:14.495: INFO: Created: latency-svc-kkpw7 + Sep 16 19:56:14.536: INFO: Got endpoints: latency-svc-rgtgq [747.894155ms] + Sep 16 19:56:14.543: INFO: Created: latency-svc-6q2ql + Sep 16 19:56:14.589: INFO: Got endpoints: latency-svc-rq7pf [752.885358ms] + Sep 16 19:56:14.596: INFO: Created: latency-svc-n7mm5 + Sep 16 19:56:14.636: INFO: Got endpoints: latency-svc-vl999 [749.650065ms] + Sep 16 19:56:14.644: INFO: Created: latency-svc-v7b96 + Sep 16 19:56:14.687: INFO: Got endpoints: latency-svc-p5224 [747.846737ms] + Sep 16 19:56:14.696: INFO: Created: latency-svc-mgdm9 + Sep 16 19:56:14.738: INFO: Got endpoints: latency-svc-tc9kt [749.368892ms] + Sep 16 19:56:14.745: INFO: Created: latency-svc-zr2kl + Sep 16 19:56:14.788: INFO: Got endpoints: latency-svc-7dvw9 [751.809961ms] + Sep 16 19:56:14.794: INFO: Created: latency-svc-cw44f + Sep 16 19:56:14.837: INFO: Got endpoints: latency-svc-wksn2 [748.121699ms] + Sep 16 19:56:14.849: INFO: Created: latency-svc-h9jnl + Sep 16 19:56:14.887: INFO: Got endpoints: latency-svc-98hgf [727.563624ms] + Sep 16 19:56:14.896: INFO: Created: latency-svc-2zpph + Sep 16 19:56:14.938: INFO: Got endpoints: latency-svc-2jbm8 [726.573377ms] + Sep 16 19:56:14.948: INFO: Created: latency-svc-8gqlk + Sep 16 19:56:14.987: INFO: Got endpoints: latency-svc-h82ft [728.941804ms] + Sep 16 19:56:14.996: INFO: Created: latency-svc-hdzn7 + Sep 16 19:56:15.038: INFO: Got endpoints: latency-svc-vkz65 [745.743473ms] + Sep 16 19:56:15.046: INFO: Created: latency-svc-5hkmw + Sep 16 19:56:15.087: INFO: Got endpoints: latency-svc-z257v [751.192082ms] + Sep 16 19:56:15.094: INFO: Created: latency-svc-25659 + Sep 16 19:56:15.136: INFO: Got endpoints: latency-svc-svnqd [747.131484ms] + Sep 16 19:56:15.144: INFO: Created: latency-svc-929t8 + Sep 16 19:56:15.186: INFO: Got endpoints: latency-svc-zknlp [747.684104ms] + Sep 16 19:56:15.194: INFO: Created: latency-svc-jcz9z + Sep 16 19:56:15.235: INFO: Got endpoints: latency-svc-kkpw7 [748.667799ms] + Sep 16 19:56:15.245: INFO: Created: latency-svc-plmqd + Sep 16 19:56:15.288: INFO: Got endpoints: latency-svc-6q2ql [752.239029ms] + Sep 16 19:56:15.295: INFO: Created: latency-svc-r7b2g + Sep 16 19:56:15.337: INFO: Got endpoints: latency-svc-n7mm5 [747.947869ms] + Sep 16 19:56:15.345: INFO: Created: latency-svc-mmx2k + Sep 16 19:56:15.387: INFO: Got endpoints: latency-svc-v7b96 [751.166972ms] + Sep 16 19:56:15.395: INFO: Created: latency-svc-4j46d + Sep 16 19:56:15.437: INFO: Got endpoints: latency-svc-mgdm9 [750.208387ms] + Sep 16 19:56:15.446: INFO: Created: latency-svc-wwjkx + Sep 16 19:56:15.486: INFO: Got endpoints: latency-svc-zr2kl [747.748175ms] + Sep 16 19:56:15.494: INFO: Created: latency-svc-2xfhl + Sep 16 19:56:15.537: INFO: Got endpoints: latency-svc-cw44f [749.362171ms] + Sep 16 19:56:15.545: INFO: Created: latency-svc-xzwlh + Sep 16 19:56:15.589: INFO: Got endpoints: latency-svc-h9jnl [752.413342ms] + Sep 16 19:56:15.597: INFO: Created: latency-svc-ddvnb + Sep 16 19:56:15.636: INFO: Got endpoints: latency-svc-2zpph [749.408204ms] + Sep 16 19:56:15.645: INFO: Created: latency-svc-682pb + Sep 16 19:56:15.686: INFO: Got endpoints: latency-svc-8gqlk [748.171892ms] + Sep 16 19:56:15.736: INFO: Got endpoints: latency-svc-hdzn7 [748.353487ms] + Sep 16 19:56:15.786: INFO: Got endpoints: latency-svc-5hkmw [748.300642ms] + Sep 16 19:56:15.836: INFO: Got endpoints: latency-svc-25659 [749.586395ms] + Sep 16 19:56:15.887: INFO: Got endpoints: latency-svc-929t8 [750.046772ms] + Sep 16 19:56:15.942: INFO: Got endpoints: latency-svc-jcz9z [755.98143ms] + Sep 16 19:56:15.987: INFO: Got endpoints: latency-svc-plmqd [751.750941ms] + Sep 16 19:56:16.041: INFO: Got endpoints: latency-svc-r7b2g [752.020724ms] + Sep 16 19:56:16.087: INFO: Got endpoints: latency-svc-mmx2k [749.845531ms] + Sep 16 19:56:16.137: INFO: Got endpoints: latency-svc-4j46d [750.152125ms] + Sep 16 19:56:16.188: INFO: Got endpoints: latency-svc-wwjkx [750.313245ms] + Sep 16 19:56:16.236: INFO: Got endpoints: latency-svc-2xfhl [749.687969ms] + Sep 16 19:56:16.286: INFO: Got endpoints: latency-svc-xzwlh [748.144071ms] + Sep 16 19:56:16.337: INFO: Got endpoints: latency-svc-ddvnb [747.497712ms] + Sep 16 19:56:16.387: INFO: Got endpoints: latency-svc-682pb [750.633011ms] + Sep 16 19:56:16.387: INFO: Latencies: [24.562652ms 57.010215ms 58.53183ms 83.918005ms 90.822779ms 104.960221ms 109.914332ms 127.381207ms 137.29066ms 154.830787ms 154.920549ms 156.260521ms 157.086854ms 170.971352ms 171.738725ms 173.665637ms 174.216365ms 177.437818ms 177.478339ms 178.041029ms 180.813874ms 181.375623ms 182.560442ms 184.532975ms 185.51018ms 185.772225ms 187.147147ms 188.697683ms 188.894056ms 191.499429ms 196.457789ms 205.941256ms 209.248829ms 213.500019ms 214.19364ms 215.525592ms 219.789822ms 224.749454ms 230.955625ms 238.251935ms 260.845765ms 263.468898ms 271.829635ms 300.887871ms 313.315624ms 337.197286ms 346.081652ms 358.810101ms 385.330317ms 388.535598ms 410.415457ms 430.269921ms 440.246394ms 474.426535ms 479.398286ms 524.502855ms 530.453145ms 578.514972ms 582.300383ms 613.724268ms 626.846563ms 662.766413ms 663.182939ms 689.700754ms 705.947739ms 726.573377ms 727.563624ms 728.941804ms 729.815491ms 737.868223ms 738.752107ms 742.221184ms 743.287244ms 743.797751ms 745.64749ms 745.743473ms 746.653518ms 746.681838ms 746.751818ms 746.989332ms 747.131484ms 747.254587ms 747.263717ms 747.497712ms 747.684104ms 747.748175ms 747.846737ms 747.894155ms 747.947869ms 748.007748ms 748.018118ms 748.121699ms 748.144071ms 748.171892ms 748.267994ms 748.300642ms 748.353487ms 748.473066ms 748.63496ms 748.660321ms 748.667799ms 748.79104ms 749.114145ms 749.147098ms 749.23917ms 749.294708ms 749.335292ms 749.362171ms 749.36321ms 749.368892ms 749.408204ms 749.484885ms 749.572436ms 749.586395ms 749.595725ms 749.605875ms 749.650065ms 749.658846ms 749.687969ms 749.725745ms 749.737717ms 749.774557ms 749.82784ms 749.845531ms 749.90941ms 749.947609ms 750.046772ms 750.067532ms 750.134513ms 750.152125ms 750.198864ms 750.208387ms 750.250605ms 750.262225ms 750.286005ms 750.313245ms 750.339387ms 750.340317ms 750.350288ms 750.429877ms 750.5257ms 750.535232ms 750.586742ms 750.587031ms 750.600882ms 750.611412ms 750.612971ms 750.633011ms 750.644032ms 750.674753ms 750.689693ms 750.703544ms 750.800156ms 750.986578ms 750.997747ms 751.03987ms 751.08523ms 751.140831ms 751.166972ms 751.192082ms 751.327504ms 751.382855ms 751.422186ms 751.536985ms 751.645681ms 751.699008ms 751.720752ms 751.750941ms 751.77907ms 751.809961ms 751.860753ms 751.985394ms 752.020724ms 752.026806ms 752.158187ms 752.239029ms 752.413342ms 752.805217ms 752.885358ms 754.16954ms 755.38027ms 755.555532ms 755.98143ms 761.192046ms 768.732578ms 770.674871ms 773.434935ms 774.484671ms 808.761424ms 841.325586ms 873.716419ms 922.035161ms 975.541227ms 1.024273076s 1.060298427s 1.090727734s 1.141253583s 1.189488284s 1.239036866s 1.288424436s] + Sep 16 19:56:16.387: INFO: 50 %ile: 748.667799ms + Sep 16 19:56:16.388: INFO: 90 %ile: 755.38027ms + Sep 16 19:56:16.388: INFO: 99 %ile: 1.239036866s + Sep 16 19:56:16.388: INFO: Total sample count: 200 + [AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:187 + Sep 16 19:56:16.388: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svc-latency-6122" for this suite. 09/16/22 19:56:16.392 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:56:16.397 +Sep 16 19:56:16.398: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:56:16.399 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:56:16.413 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:56:16.417 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 +STEP: creating service in namespace services-7977 09/16/22 19:56:16.421 +W0916 19:56:16.429129 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) +Sep 16 19:56:16.429: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-7977" to be "running and ready" +Sep 16 19:56:16.439: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 9.371094ms +Sep 16 19:56:16.439: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:56:18.442: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012423362s +Sep 16 19:56:18.442: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:56:20.442: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 4.012507721s +Sep 16 19:56:20.442: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) +Sep 16 19:56:20.442: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" +Sep 16 19:56:20.444: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' +Sep 16 19:56:20.622: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" +Sep 16 19:56:20.622: INFO: stdout: "iptables" +Sep 16 19:56:20.622: INFO: proxyMode: iptables +Sep 16 19:56:20.631: INFO: Waiting for pod kube-proxy-mode-detector to disappear +Sep 16 19:56:20.635: INFO: Pod kube-proxy-mode-detector no longer exists +STEP: creating service affinity-clusterip-timeout in namespace services-7977 09/16/22 19:56:20.635 +STEP: creating replication controller affinity-clusterip-timeout in namespace services-7977 09/16/22 19:56:20.645 +I0916 19:56:20.659810 19 runners.go:193] Created replication controller with name: affinity-clusterip-timeout, namespace: services-7977, replica count: 3 +I0916 19:56:23.712328 19 runners.go:193] affinity-clusterip-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 19:56:23.721: INFO: Creating new exec pod +Sep 16 19:56:23.730: INFO: Waiting up to 5m0s for pod "execpod-affinity5tgb4" in namespace "services-7977" to be "running" +Sep 16 19:56:23.741: INFO: Pod "execpod-affinity5tgb4": Phase="Pending", Reason="", readiness=false. Elapsed: 11.062681ms +Sep 16 19:56:25.744: INFO: Pod "execpod-affinity5tgb4": Phase="Running", Reason="", readiness=true. Elapsed: 2.014008729s +Sep 16 19:56:25.744: INFO: Pod "execpod-affinity5tgb4" satisfied condition "running" +Sep 16 19:56:26.745: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-timeout 80' +Sep 16 19:56:26.893: INFO: stderr: "+ nc -v -t -w 2 affinity-clusterip-timeout 80\n+ echo hostName\nConnection to affinity-clusterip-timeout 80 port [tcp/http] succeeded!\n" +Sep 16 19:56:26.893: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:56:26.893: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.218.189 80' +Sep 16 19:56:27.030: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.218.189 80\nConnection to 10.43.218.189 80 port [tcp/http] succeeded!\n" +Sep 16 19:56:27.030: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:56:27.030: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.218.189:80/ ; done' +Sep 16 19:56:27.259: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" +Sep 16 19:56:27.259: INFO: stdout: "\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v" +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v +Sep 16 19:56:27.260: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.43.218.189:80/' +Sep 16 19:56:27.401: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" +Sep 16 19:56:27.401: INFO: stdout: "affinity-clusterip-timeout-mkg2v" +Sep 16 19:56:47.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.43.218.189:80/' +Sep 16 19:56:47.555: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" +Sep 16 19:56:47.555: INFO: stdout: "affinity-clusterip-timeout-mkg2v" +Sep 16 19:57:07.558: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.43.218.189:80/' +Sep 16 19:57:07.738: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" +Sep 16 19:57:07.738: INFO: stdout: "affinity-clusterip-timeout-427vh" +Sep 16 19:57:07.738: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-7977, will wait for the garbage collector to delete the pods 09/16/22 19:57:07.748 +Sep 16 19:57:07.813: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 6.895182ms +Sep 16 19:57:08.114: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 300.871152ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:57:10.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-7977" for this suite. 09/16/22 19:57:10.432 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance]","completed":165,"skipped":2963,"failed":0} +------------------------------ +• [SLOW TEST] [54.040 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:56:16.397 + Sep 16 19:56:16.398: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:56:16.399 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:56:16.413 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:56:16.417 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 + STEP: creating service in namespace services-7977 09/16/22 19:56:16.421 + W0916 19:56:16.429129 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) + Sep 16 19:56:16.429: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-7977" to be "running and ready" + Sep 16 19:56:16.439: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 9.371094ms + Sep 16 19:56:16.439: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:56:18.442: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012423362s + Sep 16 19:56:18.442: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:56:20.442: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 4.012507721s + Sep 16 19:56:20.442: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) + Sep 16 19:56:20.442: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" + Sep 16 19:56:20.444: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' + Sep 16 19:56:20.622: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" + Sep 16 19:56:20.622: INFO: stdout: "iptables" + Sep 16 19:56:20.622: INFO: proxyMode: iptables + Sep 16 19:56:20.631: INFO: Waiting for pod kube-proxy-mode-detector to disappear + Sep 16 19:56:20.635: INFO: Pod kube-proxy-mode-detector no longer exists + STEP: creating service affinity-clusterip-timeout in namespace services-7977 09/16/22 19:56:20.635 + STEP: creating replication controller affinity-clusterip-timeout in namespace services-7977 09/16/22 19:56:20.645 + I0916 19:56:20.659810 19 runners.go:193] Created replication controller with name: affinity-clusterip-timeout, namespace: services-7977, replica count: 3 + I0916 19:56:23.712328 19 runners.go:193] affinity-clusterip-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 19:56:23.721: INFO: Creating new exec pod + Sep 16 19:56:23.730: INFO: Waiting up to 5m0s for pod "execpod-affinity5tgb4" in namespace "services-7977" to be "running" + Sep 16 19:56:23.741: INFO: Pod "execpod-affinity5tgb4": Phase="Pending", Reason="", readiness=false. Elapsed: 11.062681ms + Sep 16 19:56:25.744: INFO: Pod "execpod-affinity5tgb4": Phase="Running", Reason="", readiness=true. Elapsed: 2.014008729s + Sep 16 19:56:25.744: INFO: Pod "execpod-affinity5tgb4" satisfied condition "running" + Sep 16 19:56:26.745: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-timeout 80' + Sep 16 19:56:26.893: INFO: stderr: "+ nc -v -t -w 2 affinity-clusterip-timeout 80\n+ echo hostName\nConnection to affinity-clusterip-timeout 80 port [tcp/http] succeeded!\n" + Sep 16 19:56:26.893: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:56:26.893: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.218.189 80' + Sep 16 19:56:27.030: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.218.189 80\nConnection to 10.43.218.189 80 port [tcp/http] succeeded!\n" + Sep 16 19:56:27.030: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:56:27.030: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.218.189:80/ ; done' + Sep 16 19:56:27.259: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" + Sep 16 19:56:27.259: INFO: stdout: "\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v\naffinity-clusterip-timeout-mkg2v" + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.259: INFO: Received response from host: affinity-clusterip-timeout-mkg2v + Sep 16 19:56:27.260: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.43.218.189:80/' + Sep 16 19:56:27.401: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" + Sep 16 19:56:27.401: INFO: stdout: "affinity-clusterip-timeout-mkg2v" + Sep 16 19:56:47.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.43.218.189:80/' + Sep 16 19:56:47.555: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" + Sep 16 19:56:47.555: INFO: stdout: "affinity-clusterip-timeout-mkg2v" + Sep 16 19:57:07.558: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7977 exec execpod-affinity5tgb4 -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.43.218.189:80/' + Sep 16 19:57:07.738: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.43.218.189:80/\n" + Sep 16 19:57:07.738: INFO: stdout: "affinity-clusterip-timeout-427vh" + Sep 16 19:57:07.738: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-7977, will wait for the garbage collector to delete the pods 09/16/22 19:57:07.748 + Sep 16 19:57:07.813: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 6.895182ms + Sep 16 19:57:08.114: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 300.871152ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:57:10.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-7977" for this suite. 09/16/22 19:57:10.432 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Kubelet when scheduling a busybox command in a pod + should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:10.441 +Sep 16 19:57:10.441: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubelet-test 09/16/22 19:57:10.442 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:10.454 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:10.459 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[It] should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 +Sep 16 19:57:10.471: INFO: Waiting up to 5m0s for pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c" in namespace "kubelet-test-4715" to be "running and ready" +Sep 16 19:57:10.479: INFO: Pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c": Phase="Pending", Reason="", readiness=false. Elapsed: 7.878219ms +Sep 16 19:57:10.479: INFO: The phase of Pod busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:57:12.482: INFO: Pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c": Phase="Running", Reason="", readiness=true. Elapsed: 2.01105072s +Sep 16 19:57:12.482: INFO: The phase of Pod busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c is Running (Ready = true) +Sep 16 19:57:12.482: INFO: Pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 16 19:57:12.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-4715" for this suite. 09/16/22 19:57:12.495 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]","completed":166,"skipped":3009,"failed":0} +------------------------------ +• [2.058 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a busybox command in a pod + test/e2e/common/node/kubelet.go:44 + should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:10.441 + Sep 16 19:57:10.441: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubelet-test 09/16/22 19:57:10.442 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:10.454 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:10.459 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [It] should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 + Sep 16 19:57:10.471: INFO: Waiting up to 5m0s for pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c" in namespace "kubelet-test-4715" to be "running and ready" + Sep 16 19:57:10.479: INFO: Pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c": Phase="Pending", Reason="", readiness=false. Elapsed: 7.878219ms + Sep 16 19:57:10.479: INFO: The phase of Pod busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:57:12.482: INFO: Pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c": Phase="Running", Reason="", readiness=true. Elapsed: 2.01105072s + Sep 16 19:57:12.482: INFO: The phase of Pod busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c is Running (Ready = true) + Sep 16 19:57:12.482: INFO: Pod "busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 16 19:57:12.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-4715" for this suite. 09/16/22 19:57:12.495 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:12.503 +Sep 16 19:57:12.503: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 19:57:12.504 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:12.517 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:12.521 +[It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +STEP: Creating a test headless service 09/16/22 19:57:12.525 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_udp@PTR;check="$$(dig +tcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_tcp@PTR;sleep 1; done + 09/16/22 19:57:12.541 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_udp@PTR;check="$$(dig +tcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_tcp@PTR;sleep 1; done + 09/16/22 19:57:12.541 +STEP: creating a pod to probe DNS 09/16/22 19:57:12.541 +STEP: submitting the pod to kubernetes 09/16/22 19:57:12.542 +Sep 16 19:57:12.561: INFO: Waiting up to 15m0s for pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b" in namespace "dns-6629" to be "running" +Sep 16 19:57:12.581: INFO: Pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b": Phase="Pending", Reason="", readiness=false. Elapsed: 20.203821ms +Sep 16 19:57:14.584: INFO: Pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b": Phase="Running", Reason="", readiness=true. Elapsed: 2.023195548s +Sep 16 19:57:14.584: INFO: Pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b" satisfied condition "running" +STEP: retrieving the pod 09/16/22 19:57:14.584 +STEP: looking for the results for each expected name from probers 09/16/22 19:57:14.588 +Sep 16 19:57:14.595: INFO: Unable to read wheezy_udp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.599: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.602: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.605: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.623: INFO: Unable to read jessie_udp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.626: INFO: Unable to read jessie_tcp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.630: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.633: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) +Sep 16 19:57:14.646: INFO: Lookups using dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b failed for: [wheezy_udp@dns-test-service.dns-6629.svc.cluster.local wheezy_tcp@dns-test-service.dns-6629.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local jessie_udp@dns-test-service.dns-6629.svc.cluster.local jessie_tcp@dns-test-service.dns-6629.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local] + +Sep 16 19:57:19.754: INFO: DNS probes using dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b succeeded + +STEP: deleting the pod 09/16/22 19:57:19.754 +STEP: deleting the test service 09/16/22 19:57:19.901 +STEP: deleting the test headless service 09/16/22 19:57:20.001 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 19:57:20.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-6629" for this suite. 09/16/22 19:57:20.019 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should provide DNS for services [Conformance]","completed":167,"skipped":3023,"failed":0} +------------------------------ +• [SLOW TEST] [7.523 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:12.503 + Sep 16 19:57:12.503: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 19:57:12.504 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:12.517 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:12.521 + [It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 + STEP: Creating a test headless service 09/16/22 19:57:12.525 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_udp@PTR;check="$$(dig +tcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_tcp@PTR;sleep 1; done + 09/16/22 19:57:12.541 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6629.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6629.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-6629.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_udp@PTR;check="$$(dig +tcp +noall +answer +search 158.214.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.214.158_tcp@PTR;sleep 1; done + 09/16/22 19:57:12.541 + STEP: creating a pod to probe DNS 09/16/22 19:57:12.541 + STEP: submitting the pod to kubernetes 09/16/22 19:57:12.542 + Sep 16 19:57:12.561: INFO: Waiting up to 15m0s for pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b" in namespace "dns-6629" to be "running" + Sep 16 19:57:12.581: INFO: Pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b": Phase="Pending", Reason="", readiness=false. Elapsed: 20.203821ms + Sep 16 19:57:14.584: INFO: Pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b": Phase="Running", Reason="", readiness=true. Elapsed: 2.023195548s + Sep 16 19:57:14.584: INFO: Pod "dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b" satisfied condition "running" + STEP: retrieving the pod 09/16/22 19:57:14.584 + STEP: looking for the results for each expected name from probers 09/16/22 19:57:14.588 + Sep 16 19:57:14.595: INFO: Unable to read wheezy_udp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.599: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.602: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.605: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.623: INFO: Unable to read jessie_udp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.626: INFO: Unable to read jessie_tcp@dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.630: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.633: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local from pod dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b: the server could not find the requested resource (get pods dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b) + Sep 16 19:57:14.646: INFO: Lookups using dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b failed for: [wheezy_udp@dns-test-service.dns-6629.svc.cluster.local wheezy_tcp@dns-test-service.dns-6629.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local jessie_udp@dns-test-service.dns-6629.svc.cluster.local jessie_tcp@dns-test-service.dns-6629.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-6629.svc.cluster.local] + + Sep 16 19:57:19.754: INFO: DNS probes using dns-6629/dns-test-d0c8cf61-22ea-4e54-ad90-e6c74f1feb1b succeeded + + STEP: deleting the pod 09/16/22 19:57:19.754 + STEP: deleting the test service 09/16/22 19:57:19.901 + STEP: deleting the test headless service 09/16/22 19:57:20.001 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 19:57:20.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-6629" for this suite. 09/16/22 19:57:20.019 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Secrets + should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:20.03 +Sep 16 19:57:20.031: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 19:57:20.032 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:20.044 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:20.048 +[It] should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 +STEP: Creating secret with name secret-test-b82dadde-4b77-4d13-9c09-ab500ca0d84f 09/16/22 19:57:20.051 +STEP: Creating a pod to test consume secrets 09/16/22 19:57:20.055 +Sep 16 19:57:20.064: INFO: Waiting up to 5m0s for pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371" in namespace "secrets-1074" to be "Succeeded or Failed" +Sep 16 19:57:20.069: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371": Phase="Pending", Reason="", readiness=false. Elapsed: 4.758808ms +Sep 16 19:57:22.073: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00850429s +Sep 16 19:57:24.073: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009157186s +STEP: Saw pod success 09/16/22 19:57:24.073 +Sep 16 19:57:24.073: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371" satisfied condition "Succeeded or Failed" +Sep 16 19:57:24.076: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371 container secret-env-test: +STEP: delete the pod 09/16/22 19:57:24.082 +Sep 16 19:57:24.091: INFO: Waiting for pod pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371 to disappear +Sep 16 19:57:24.094: INFO: Pod pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371 no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 16 19:57:24.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-1074" for this suite. 09/16/22 19:57:24.098 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]","completed":168,"skipped":3024,"failed":0} +------------------------------ +• [4.074 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:20.03 + Sep 16 19:57:20.031: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 19:57:20.032 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:20.044 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:20.048 + [It] should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 + STEP: Creating secret with name secret-test-b82dadde-4b77-4d13-9c09-ab500ca0d84f 09/16/22 19:57:20.051 + STEP: Creating a pod to test consume secrets 09/16/22 19:57:20.055 + Sep 16 19:57:20.064: INFO: Waiting up to 5m0s for pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371" in namespace "secrets-1074" to be "Succeeded or Failed" + Sep 16 19:57:20.069: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371": Phase="Pending", Reason="", readiness=false. Elapsed: 4.758808ms + Sep 16 19:57:22.073: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00850429s + Sep 16 19:57:24.073: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009157186s + STEP: Saw pod success 09/16/22 19:57:24.073 + Sep 16 19:57:24.073: INFO: Pod "pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371" satisfied condition "Succeeded or Failed" + Sep 16 19:57:24.076: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371 container secret-env-test: + STEP: delete the pod 09/16/22 19:57:24.082 + Sep 16 19:57:24.091: INFO: Waiting for pod pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371 to disappear + Sep 16 19:57:24.094: INFO: Pod pod-secrets-2d778dbe-c56a-4b52-b918-8848d7a22371 no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 16 19:57:24.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-1074" for this suite. 09/16/22 19:57:24.098 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Projected configMap + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:24.105 +Sep 16 19:57:24.105: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:57:24.106 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:24.123 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:24.128 +[It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 +STEP: Creating projection with configMap that has name projected-configmap-test-upd-9c0a3344-db39-4598-8ade-27766f48d9ed 09/16/22 19:57:24.135 +STEP: Creating the pod 09/16/22 19:57:24.141 +Sep 16 19:57:24.151: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387" in namespace "projected-9103" to be "running and ready" +Sep 16 19:57:24.160: INFO: Pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387": Phase="Pending", Reason="", readiness=false. Elapsed: 9.030559ms +Sep 16 19:57:24.160: INFO: The phase of Pod pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:57:26.163: INFO: Pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387": Phase="Running", Reason="", readiness=true. Elapsed: 2.012440148s +Sep 16 19:57:26.163: INFO: The phase of Pod pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387 is Running (Ready = true) +Sep 16 19:57:26.163: INFO: Pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387" satisfied condition "running and ready" +STEP: Updating configmap projected-configmap-test-upd-9c0a3344-db39-4598-8ade-27766f48d9ed 09/16/22 19:57:26.172 +STEP: waiting to observe update in volume 09/16/22 19:57:26.176 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 19:57:28.191: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9103" for this suite. 09/16/22 19:57:28.194 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]","completed":169,"skipped":3024,"failed":0} +------------------------------ +• [4.093 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:24.105 + Sep 16 19:57:24.105: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:57:24.106 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:24.123 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:24.128 + [It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 + STEP: Creating projection with configMap that has name projected-configmap-test-upd-9c0a3344-db39-4598-8ade-27766f48d9ed 09/16/22 19:57:24.135 + STEP: Creating the pod 09/16/22 19:57:24.141 + Sep 16 19:57:24.151: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387" in namespace "projected-9103" to be "running and ready" + Sep 16 19:57:24.160: INFO: Pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387": Phase="Pending", Reason="", readiness=false. Elapsed: 9.030559ms + Sep 16 19:57:24.160: INFO: The phase of Pod pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:57:26.163: INFO: Pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387": Phase="Running", Reason="", readiness=true. Elapsed: 2.012440148s + Sep 16 19:57:26.163: INFO: The phase of Pod pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387 is Running (Ready = true) + Sep 16 19:57:26.163: INFO: Pod "pod-projected-configmaps-c5357149-88de-4fdf-bf57-9c9a8bc5e387" satisfied condition "running and ready" + STEP: Updating configmap projected-configmap-test-upd-9c0a3344-db39-4598-8ade-27766f48d9ed 09/16/22 19:57:26.172 + STEP: waiting to observe update in volume 09/16/22 19:57:26.176 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 19:57:28.191: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9103" for this suite. 09/16/22 19:57:28.194 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] RuntimeClass + should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:28.208 +Sep 16 19:57:28.209: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename runtimeclass 09/16/22 19:57:28.209 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:28.229 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:28.233 +[It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 +Sep 16 19:57:28.245: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-3897 to be scheduled +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 16 19:57:28.265: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-3897" for this suite. 09/16/22 19:57:28.271 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance]","completed":170,"skipped":3069,"failed":0} +------------------------------ +• [0.068 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:28.208 + Sep 16 19:57:28.209: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename runtimeclass 09/16/22 19:57:28.209 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:28.229 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:28.233 + [It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 + Sep 16 19:57:28.245: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-3897 to be scheduled + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 16 19:57:28.265: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-3897" for this suite. 09/16/22 19:57:28.271 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:28.278 +Sep 16 19:57:28.278: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 19:57:28.28 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:28.296 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:28.299 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 +STEP: creating service endpoint-test2 in namespace services-9650 09/16/22 19:57:28.303 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[] 09/16/22 19:57:28.311 +Sep 16 19:57:28.315: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found +Sep 16 19:57:29.323: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-9650 09/16/22 19:57:29.323 +Sep 16 19:57:29.329: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-9650" to be "running and ready" +Sep 16 19:57:29.331: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.326598ms +Sep 16 19:57:29.331: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:57:31.335: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.00638917s +Sep 16 19:57:31.336: INFO: The phase of Pod pod1 is Running (Ready = true) +Sep 16 19:57:31.336: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[pod1:[80]] 09/16/22 19:57:31.337 +Sep 16 19:57:31.345: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[pod1:[80]] +STEP: Checking if the Service forwards traffic to pod1 09/16/22 19:57:31.345 +Sep 16 19:57:31.346: INFO: Creating new exec pod +Sep 16 19:57:31.350: INFO: Waiting up to 5m0s for pod "execpod27586" in namespace "services-9650" to be "running" +Sep 16 19:57:31.354: INFO: Pod "execpod27586": Phase="Pending", Reason="", readiness=false. Elapsed: 4.300701ms +Sep 16 19:57:33.410: INFO: Pod "execpod27586": Phase="Running", Reason="", readiness=true. Elapsed: 2.06071571s +Sep 16 19:57:33.410: INFO: Pod "execpod27586" satisfied condition "running" +Sep 16 19:57:34.410: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 16 19:57:34.564: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Sep 16 19:57:34.564: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:57:34.564: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.67.143 80' +Sep 16 19:57:34.697: INFO: stderr: "+ + ncecho -v hostName -t\n -w 2 10.43.67.143 80\nConnection to 10.43.67.143 80 port [tcp/http] succeeded!\n" +Sep 16 19:57:34.697: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Creating pod pod2 in namespace services-9650 09/16/22 19:57:34.697 +Sep 16 19:57:34.701: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-9650" to be "running and ready" +Sep 16 19:57:34.703: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.674864ms +Sep 16 19:57:34.703: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:57:36.707: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.006741085s +Sep 16 19:57:36.707: INFO: The phase of Pod pod2 is Running (Ready = true) +Sep 16 19:57:36.707: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[pod1:[80] pod2:[80]] 09/16/22 19:57:36.71 +Sep 16 19:57:36.719: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[pod1:[80] pod2:[80]] +STEP: Checking if the Service forwards traffic to pod1 and pod2 09/16/22 19:57:36.719 +Sep 16 19:57:37.719: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 16 19:57:37.820: INFO: rc: 1 +Sep 16 19:57:37.820: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80: +Command stdout: + +stderr: +Error from server: error dialing backend: EOF + +error: +exit status 1 +Retrying... +Sep 16 19:57:38.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 16 19:57:39.045: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Sep 16 19:57:39.045: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:57:39.045: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.67.143 80' +Sep 16 19:57:39.223: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.67.143 80\nConnection to 10.43.67.143 80 port [tcp/http] succeeded!\n" +Sep 16 19:57:39.223: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Deleting pod pod1 in namespace services-9650 09/16/22 19:57:39.223 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[pod2:[80]] 09/16/22 19:57:39.235 +Sep 16 19:57:39.251: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[pod2:[80]] +STEP: Checking if the Service forwards traffic to pod2 09/16/22 19:57:39.251 +Sep 16 19:57:40.252: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 16 19:57:40.387: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Sep 16 19:57:40.387: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 19:57:40.387: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.67.143 80' +Sep 16 19:57:40.525: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.67.143 80\nConnection to 10.43.67.143 80 port [tcp/http] succeeded!\n" +Sep 16 19:57:40.525: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Deleting pod pod2 in namespace services-9650 09/16/22 19:57:40.525 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[] 09/16/22 19:57:40.534 +Sep 16 19:57:40.555: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 19:57:40.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9650" for this suite. 09/16/22 19:57:40.61 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should serve a basic endpoint from pods [Conformance]","completed":171,"skipped":3085,"failed":0} +------------------------------ +• [SLOW TEST] [12.350 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:28.278 + Sep 16 19:57:28.278: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 19:57:28.28 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:28.296 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:28.299 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 + STEP: creating service endpoint-test2 in namespace services-9650 09/16/22 19:57:28.303 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[] 09/16/22 19:57:28.311 + Sep 16 19:57:28.315: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found + Sep 16 19:57:29.323: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-9650 09/16/22 19:57:29.323 + Sep 16 19:57:29.329: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-9650" to be "running and ready" + Sep 16 19:57:29.331: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.326598ms + Sep 16 19:57:29.331: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:57:31.335: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.00638917s + Sep 16 19:57:31.336: INFO: The phase of Pod pod1 is Running (Ready = true) + Sep 16 19:57:31.336: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[pod1:[80]] 09/16/22 19:57:31.337 + Sep 16 19:57:31.345: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[pod1:[80]] + STEP: Checking if the Service forwards traffic to pod1 09/16/22 19:57:31.345 + Sep 16 19:57:31.346: INFO: Creating new exec pod + Sep 16 19:57:31.350: INFO: Waiting up to 5m0s for pod "execpod27586" in namespace "services-9650" to be "running" + Sep 16 19:57:31.354: INFO: Pod "execpod27586": Phase="Pending", Reason="", readiness=false. Elapsed: 4.300701ms + Sep 16 19:57:33.410: INFO: Pod "execpod27586": Phase="Running", Reason="", readiness=true. Elapsed: 2.06071571s + Sep 16 19:57:33.410: INFO: Pod "execpod27586" satisfied condition "running" + Sep 16 19:57:34.410: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 16 19:57:34.564: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Sep 16 19:57:34.564: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:57:34.564: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.67.143 80' + Sep 16 19:57:34.697: INFO: stderr: "+ + ncecho -v hostName -t\n -w 2 10.43.67.143 80\nConnection to 10.43.67.143 80 port [tcp/http] succeeded!\n" + Sep 16 19:57:34.697: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Creating pod pod2 in namespace services-9650 09/16/22 19:57:34.697 + Sep 16 19:57:34.701: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-9650" to be "running and ready" + Sep 16 19:57:34.703: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.674864ms + Sep 16 19:57:34.703: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:57:36.707: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.006741085s + Sep 16 19:57:36.707: INFO: The phase of Pod pod2 is Running (Ready = true) + Sep 16 19:57:36.707: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[pod1:[80] pod2:[80]] 09/16/22 19:57:36.71 + Sep 16 19:57:36.719: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[pod1:[80] pod2:[80]] + STEP: Checking if the Service forwards traffic to pod1 and pod2 09/16/22 19:57:36.719 + Sep 16 19:57:37.719: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 16 19:57:37.820: INFO: rc: 1 + Sep 16 19:57:37.820: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80: + Command stdout: + + stderr: + Error from server: error dialing backend: EOF + + error: + exit status 1 + Retrying... + Sep 16 19:57:38.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 16 19:57:39.045: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Sep 16 19:57:39.045: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:57:39.045: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.67.143 80' + Sep 16 19:57:39.223: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.67.143 80\nConnection to 10.43.67.143 80 port [tcp/http] succeeded!\n" + Sep 16 19:57:39.223: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Deleting pod pod1 in namespace services-9650 09/16/22 19:57:39.223 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[pod2:[80]] 09/16/22 19:57:39.235 + Sep 16 19:57:39.251: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[pod2:[80]] + STEP: Checking if the Service forwards traffic to pod2 09/16/22 19:57:39.251 + Sep 16 19:57:40.252: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 16 19:57:40.387: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Sep 16 19:57:40.387: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 19:57:40.387: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-9650 exec execpod27586 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.67.143 80' + Sep 16 19:57:40.525: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.67.143 80\nConnection to 10.43.67.143 80 port [tcp/http] succeeded!\n" + Sep 16 19:57:40.525: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Deleting pod pod2 in namespace services-9650 09/16/22 19:57:40.525 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-9650 to expose endpoints map[] 09/16/22 19:57:40.534 + Sep 16 19:57:40.555: INFO: successfully validated that service endpoint-test2 in namespace services-9650 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 19:57:40.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9650" for this suite. 09/16/22 19:57:40.61 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:40.629 +Sep 16 19:57:40.629: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-pred 09/16/22 19:57:40.63 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:40.694 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:40.699 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 16 19:57:40.702: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 16 19:57:40.709: INFO: Waiting for terminating namespaces to be deleted... +Sep 16 19:57:40.712: INFO: +Logging pods the apiserver thinks is on node ip-172-31-14-177 before test +Sep 16 19:57:40.716: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) +Sep 16 19:57:40.716: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 19:57:40.716: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 19:57:40.716: INFO: busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c from kubelet-test-4715 started at 2022-09-16 19:57:10 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.716: INFO: Container busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c ready: true, restart count 0 +Sep 16 19:57:40.717: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.717: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 16 19:57:40.717: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 19:57:40.717: INFO: Container e2e ready: true, restart count 0 +Sep 16 19:57:40.717: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 19:57:40.717: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 19:57:40.717: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 19:57:40.717: INFO: Container systemd-logs ready: true, restart count 0 +Sep 16 19:57:40.717: INFO: +Logging pods the apiserver thinks is on node ip-172-31-15-7 before test +Sep 16 19:57:40.722: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container coredns ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container helm ready: false, restart count 0 +Sep 16 19:57:40.722: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container helm ready: false, restart count 1 +Sep 16 19:57:40.722: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container local-path-provisioner ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container metrics-server ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container traefik ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: execpod27586 from services-9650 started at 2022-09-16 19:57:31 +0000 UTC (1 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container agnhost-container ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 19:57:40.722: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 19:57:40.722: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 +STEP: Trying to schedule Pod with nonempty NodeSelector. 09/16/22 19:57:40.722 +STEP: Considering event: +Type = [Warning], Name = [restricted-pod.17156f8679ad01ce], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 node(s) didn't match Pod's node affinity/selector. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.] 09/16/22 19:57:40.749 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:57:41.743: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-2118" for this suite. 09/16/22 19:57:41.746 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching [Conformance]","completed":172,"skipped":3101,"failed":0} +------------------------------ +• [1.122 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:40.629 + Sep 16 19:57:40.629: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-pred 09/16/22 19:57:40.63 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:40.694 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:40.699 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 16 19:57:40.702: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 16 19:57:40.709: INFO: Waiting for terminating namespaces to be deleted... + Sep 16 19:57:40.712: INFO: + Logging pods the apiserver thinks is on node ip-172-31-14-177 before test + Sep 16 19:57:40.716: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) + Sep 16 19:57:40.716: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 19:57:40.716: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 19:57:40.716: INFO: busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c from kubelet-test-4715 started at 2022-09-16 19:57:10 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.716: INFO: Container busybox-scheduling-548037f2-18e4-4d10-bac3-8d355cdb381c ready: true, restart count 0 + Sep 16 19:57:40.717: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.717: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 16 19:57:40.717: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 19:57:40.717: INFO: Container e2e ready: true, restart count 0 + Sep 16 19:57:40.717: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 19:57:40.717: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 19:57:40.717: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 19:57:40.717: INFO: Container systemd-logs ready: true, restart count 0 + Sep 16 19:57:40.717: INFO: + Logging pods the apiserver thinks is on node ip-172-31-15-7 before test + Sep 16 19:57:40.722: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container coredns ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container helm ready: false, restart count 0 + Sep 16 19:57:40.722: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container helm ready: false, restart count 1 + Sep 16 19:57:40.722: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container local-path-provisioner ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container metrics-server ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container traefik ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: execpod27586 from services-9650 started at 2022-09-16 19:57:31 +0000 UTC (1 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container agnhost-container ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 19:57:40.722: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 19:57:40.722: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 + STEP: Trying to schedule Pod with nonempty NodeSelector. 09/16/22 19:57:40.722 + STEP: Considering event: + Type = [Warning], Name = [restricted-pod.17156f8679ad01ce], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 node(s) didn't match Pod's node affinity/selector. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.] 09/16/22 19:57:40.749 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:57:41.743: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-2118" for this suite. 09/16/22 19:57:41.746 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] RuntimeClass + should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:41.755 +Sep 16 19:57:41.755: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename runtimeclass 09/16/22 19:57:41.756 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:41.768 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:41.772 +[It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +STEP: getting /apis 09/16/22 19:57:41.775 +STEP: getting /apis/node.k8s.io 09/16/22 19:57:41.778 +STEP: getting /apis/node.k8s.io/v1 09/16/22 19:57:41.779 +STEP: creating 09/16/22 19:57:41.781 +STEP: watching 09/16/22 19:57:41.79 +Sep 16 19:57:41.790: INFO: starting watch +STEP: getting 09/16/22 19:57:41.796 +STEP: listing 09/16/22 19:57:41.799 +STEP: patching 09/16/22 19:57:41.801 +STEP: updating 09/16/22 19:57:41.806 +Sep 16 19:57:41.810: INFO: waiting for watch events with expected annotations +STEP: deleting 09/16/22 19:57:41.81 +STEP: deleting a collection 09/16/22 19:57:41.825 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 16 19:57:41.835: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-3474" for this suite. 09/16/22 19:57:41.838 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] RuntimeClass should support RuntimeClasses API operations [Conformance]","completed":173,"skipped":3116,"failed":0} +------------------------------ +• [0.088 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:41.755 + Sep 16 19:57:41.755: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename runtimeclass 09/16/22 19:57:41.756 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:41.768 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:41.772 + [It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 + STEP: getting /apis 09/16/22 19:57:41.775 + STEP: getting /apis/node.k8s.io 09/16/22 19:57:41.778 + STEP: getting /apis/node.k8s.io/v1 09/16/22 19:57:41.779 + STEP: creating 09/16/22 19:57:41.781 + STEP: watching 09/16/22 19:57:41.79 + Sep 16 19:57:41.790: INFO: starting watch + STEP: getting 09/16/22 19:57:41.796 + STEP: listing 09/16/22 19:57:41.799 + STEP: patching 09/16/22 19:57:41.801 + STEP: updating 09/16/22 19:57:41.806 + Sep 16 19:57:41.810: INFO: waiting for watch events with expected annotations + STEP: deleting 09/16/22 19:57:41.81 + STEP: deleting a collection 09/16/22 19:57:41.825 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 16 19:57:41.835: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-3474" for this suite. 09/16/22 19:57:41.838 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Update Demo + should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:41.85 +Sep 16 19:57:41.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 19:57:41.85 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:41.859 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:41.862 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 +[It] should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 +STEP: creating a replication controller 09/16/22 19:57:41.866 +Sep 16 19:57:41.866: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 create -f -' +Sep 16 19:57:42.935: INFO: stderr: "" +Sep 16 19:57:42.935: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 19:57:42.935 +Sep 16 19:57:42.935: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 19:57:43.038: INFO: stderr: "" +Sep 16 19:57:43.038: INFO: stdout: "update-demo-nautilus-2jjfk update-demo-nautilus-qhzzw " +Sep 16 19:57:43.038: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 19:57:43.131: INFO: stderr: "" +Sep 16 19:57:43.131: INFO: stdout: "" +Sep 16 19:57:43.131: INFO: update-demo-nautilus-2jjfk is created but not running +Sep 16 19:57:48.133: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 19:57:48.291: INFO: stderr: "" +Sep 16 19:57:48.291: INFO: stdout: "update-demo-nautilus-2jjfk update-demo-nautilus-qhzzw " +Sep 16 19:57:48.291: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 19:57:48.400: INFO: stderr: "" +Sep 16 19:57:48.400: INFO: stdout: "" +Sep 16 19:57:48.400: INFO: update-demo-nautilus-2jjfk is created but not running +Sep 16 19:57:53.401: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 19:57:53.476: INFO: stderr: "" +Sep 16 19:57:53.476: INFO: stdout: "update-demo-nautilus-2jjfk update-demo-nautilus-qhzzw " +Sep 16 19:57:53.476: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 19:57:53.564: INFO: stderr: "" +Sep 16 19:57:53.564: INFO: stdout: "true" +Sep 16 19:57:53.564: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 19:57:53.639: INFO: stderr: "" +Sep 16 19:57:53.639: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 19:57:53.639: INFO: validating pod update-demo-nautilus-2jjfk +Sep 16 19:57:53.654: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 19:57:53.654: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 19:57:53.654: INFO: update-demo-nautilus-2jjfk is verified up and running +Sep 16 19:57:53.654: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-qhzzw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 19:57:53.728: INFO: stderr: "" +Sep 16 19:57:53.728: INFO: stdout: "true" +Sep 16 19:57:53.728: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-qhzzw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 19:57:53.803: INFO: stderr: "" +Sep 16 19:57:53.803: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 19:57:53.803: INFO: validating pod update-demo-nautilus-qhzzw +Sep 16 19:57:53.810: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 19:57:53.810: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 19:57:53.810: INFO: update-demo-nautilus-qhzzw is verified up and running +STEP: using delete to clean up resources 09/16/22 19:57:53.81 +Sep 16 19:57:53.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 delete --grace-period=0 --force -f -' +Sep 16 19:57:53.877: 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" +Sep 16 19:57:53.878: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Sep 16 19:57:53.878: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get rc,svc -l name=update-demo --no-headers' +Sep 16 19:57:53.951: INFO: stderr: "No resources found in kubectl-2979 namespace.\n" +Sep 16 19:57:53.951: INFO: stdout: "" +Sep 16 19:57:53.951: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Sep 16 19:57:54.032: INFO: stderr: "" +Sep 16 19:57:54.032: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 19:57:54.032: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-2979" for this suite. 09/16/22 19:57:54.035 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Update Demo should create and stop a replication controller [Conformance]","completed":174,"skipped":3151,"failed":0} +------------------------------ +• [SLOW TEST] [12.190 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Update Demo + test/e2e/kubectl/kubectl.go:322 + should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:41.85 + Sep 16 19:57:41.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 19:57:41.85 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:41.859 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:41.862 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 + [It] should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 + STEP: creating a replication controller 09/16/22 19:57:41.866 + Sep 16 19:57:41.866: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 create -f -' + Sep 16 19:57:42.935: INFO: stderr: "" + Sep 16 19:57:42.935: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 19:57:42.935 + Sep 16 19:57:42.935: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 19:57:43.038: INFO: stderr: "" + Sep 16 19:57:43.038: INFO: stdout: "update-demo-nautilus-2jjfk update-demo-nautilus-qhzzw " + Sep 16 19:57:43.038: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 19:57:43.131: INFO: stderr: "" + Sep 16 19:57:43.131: INFO: stdout: "" + Sep 16 19:57:43.131: INFO: update-demo-nautilus-2jjfk is created but not running + Sep 16 19:57:48.133: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 19:57:48.291: INFO: stderr: "" + Sep 16 19:57:48.291: INFO: stdout: "update-demo-nautilus-2jjfk update-demo-nautilus-qhzzw " + Sep 16 19:57:48.291: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 19:57:48.400: INFO: stderr: "" + Sep 16 19:57:48.400: INFO: stdout: "" + Sep 16 19:57:48.400: INFO: update-demo-nautilus-2jjfk is created but not running + Sep 16 19:57:53.401: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 19:57:53.476: INFO: stderr: "" + Sep 16 19:57:53.476: INFO: stdout: "update-demo-nautilus-2jjfk update-demo-nautilus-qhzzw " + Sep 16 19:57:53.476: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 19:57:53.564: INFO: stderr: "" + Sep 16 19:57:53.564: INFO: stdout: "true" + Sep 16 19:57:53.564: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-2jjfk -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 19:57:53.639: INFO: stderr: "" + Sep 16 19:57:53.639: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 19:57:53.639: INFO: validating pod update-demo-nautilus-2jjfk + Sep 16 19:57:53.654: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 19:57:53.654: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 19:57:53.654: INFO: update-demo-nautilus-2jjfk is verified up and running + Sep 16 19:57:53.654: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-qhzzw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 19:57:53.728: INFO: stderr: "" + Sep 16 19:57:53.728: INFO: stdout: "true" + Sep 16 19:57:53.728: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods update-demo-nautilus-qhzzw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 19:57:53.803: INFO: stderr: "" + Sep 16 19:57:53.803: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 19:57:53.803: INFO: validating pod update-demo-nautilus-qhzzw + Sep 16 19:57:53.810: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 19:57:53.810: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 19:57:53.810: INFO: update-demo-nautilus-qhzzw is verified up and running + STEP: using delete to clean up resources 09/16/22 19:57:53.81 + Sep 16 19:57:53.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 delete --grace-period=0 --force -f -' + Sep 16 19:57:53.877: 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" + Sep 16 19:57:53.878: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Sep 16 19:57:53.878: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get rc,svc -l name=update-demo --no-headers' + Sep 16 19:57:53.951: INFO: stderr: "No resources found in kubectl-2979 namespace.\n" + Sep 16 19:57:53.951: INFO: stdout: "" + Sep 16 19:57:53.951: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2979 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Sep 16 19:57:54.032: INFO: stderr: "" + Sep 16 19:57:54.032: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 19:57:54.032: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-2979" for this suite. 09/16/22 19:57:54.035 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Sysctls [LinuxOnly] [NodeConformance] + should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:54.042 +Sep 16 19:57:54.042: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sysctl 09/16/22 19:57:54.043 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:54.058 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:54.061 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 +[It] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 +STEP: Creating a pod with one valid and two invalid sysctls 09/16/22 19:57:54.066 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 19:57:54.073: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sysctl-1338" for this suite. 09/16/22 19:57:54.076 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Sysctls [LinuxOnly] [NodeConformance] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance]","completed":175,"skipped":3170,"failed":0} +------------------------------ +• [0.050 seconds] +[sig-node] Sysctls [LinuxOnly] [NodeConformance] +test/e2e/common/node/framework.go:23 + should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:54.042 + Sep 16 19:57:54.042: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sysctl 09/16/22 19:57:54.043 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:54.058 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:54.061 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 + [It] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 + STEP: Creating a pod with one valid and two invalid sysctls 09/16/22 19:57:54.066 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 19:57:54.073: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sysctl-1338" for this suite. 09/16/22 19:57:54.076 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:57:54.092 +Sep 16 19:57:54.092: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 19:57:54.093 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:54.113 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:54.119 +[It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 +STEP: Counting existing ResourceQuota 09/16/22 19:58:11.125 +STEP: Creating a ResourceQuota 09/16/22 19:58:16.129 +STEP: Ensuring resource quota status is calculated 09/16/22 19:58:16.14 +STEP: Creating a ConfigMap 09/16/22 19:58:18.144 +STEP: Ensuring resource quota status captures configMap creation 09/16/22 19:58:18.151 +STEP: Deleting a ConfigMap 09/16/22 19:58:20.154 +STEP: Ensuring resource quota status released usage 09/16/22 19:58:20.158 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 19:58:22.162: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-299" for this suite. 09/16/22 19:58:22.165 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]","completed":176,"skipped":3177,"failed":0} +------------------------------ +• [SLOW TEST] [28.081 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:57:54.092 + Sep 16 19:57:54.092: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 19:57:54.093 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:57:54.113 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:57:54.119 + [It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 + STEP: Counting existing ResourceQuota 09/16/22 19:58:11.125 + STEP: Creating a ResourceQuota 09/16/22 19:58:16.129 + STEP: Ensuring resource quota status is calculated 09/16/22 19:58:16.14 + STEP: Creating a ConfigMap 09/16/22 19:58:18.144 + STEP: Ensuring resource quota status captures configMap creation 09/16/22 19:58:18.151 + STEP: Deleting a ConfigMap 09/16/22 19:58:20.154 + STEP: Ensuring resource quota status released usage 09/16/22 19:58:20.158 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 19:58:22.162: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-299" for this suite. 09/16/22 19:58:22.165 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Secrets + should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:58:22.185 +Sep 16 19:58:22.185: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 19:58:22.186 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:58:22.203 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:58:22.206 +[It] should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 +STEP: Creating projection with secret that has name secret-emptykey-test-de64a9f2-2462-41f8-90f3-e6c26efe8fe9 09/16/22 19:58:22.209 +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 16 19:58:22.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4406" for this suite. 09/16/22 19:58:22.217 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Secrets should fail to create secret due to empty secret key [Conformance]","completed":177,"skipped":3224,"failed":0} +------------------------------ +• [0.036 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:58:22.185 + Sep 16 19:58:22.185: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 19:58:22.186 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:58:22.203 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:58:22.206 + [It] should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 + STEP: Creating projection with secret that has name secret-emptykey-test-de64a9f2-2462-41f8-90f3-e6c26efe8fe9 09/16/22 19:58:22.209 + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 16 19:58:22.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4406" for this suite. 09/16/22 19:58:22.217 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:58:22.222 +Sep 16 19:58:22.222: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 19:58:22.223 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:58:22.236 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:58:22.241 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-395 09/16/22 19:58:22.244 +[It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 +STEP: Initializing watcher for selector baz=blah,foo=bar 09/16/22 19:58:22.257 +STEP: Creating stateful set ss in namespace statefulset-395 09/16/22 19:58:22.268 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-395 09/16/22 19:58:22.273 +Sep 16 19:58:22.281: INFO: Found 0 stateful pods, waiting for 1 +Sep 16 19:58:32.286: 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 09/16/22 19:58:32.286 +Sep 16 19:58:32.289: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:58:32.478: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:58:32.478: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:58:32.478: 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' + +Sep 16 19:58:32.481: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Sep 16 19:58:42.484: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:58:42.484: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:58:42.493: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.99999958s +Sep 16 19:58:43.496: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.997509817s +Sep 16 19:58:44.500: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.994064769s +Sep 16 19:58:45.503: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.990918831s +Sep 16 19:58:46.506: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.987748516s +Sep 16 19:58:47.509: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.984765339s +Sep 16 19:58:48.512: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.981709806s +Sep 16 19:58:49.515: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.978719194s +Sep 16 19:58:50.518: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.976017806s +Sep 16 19:58:51.522: INFO: Verifying statefulset ss doesn't scale past 1 for another 972.596507ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-395 09/16/22 19:58:52.522 +Sep 16 19:58:52.526: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:58:52.687: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:58:52.687: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:58:52.687: 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' + +Sep 16 19:58:52.690: INFO: Found 1 stateful pods, waiting for 3 +Sep 16 19:59:02.694: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:59:02.694: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 19:59:02.694: 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 09/16/22 19:59:02.694 +STEP: Scale down will halt with unhealthy stateful pod 09/16/22 19:59:02.694 +Sep 16 19:59:02.699: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:59:02.876: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:59:02.876: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:59:02.876: 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' + +Sep 16 19:59:02.876: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:59:03.034: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:59:03.034: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:59:03.034: 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' + +Sep 16 19:59:03.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 16 19:59:03.216: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 16 19:59:03.216: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 16 19:59:03.216: 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' + +Sep 16 19:59:03.216: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:59:03.219: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 +Sep 16 19:59:13.225: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:59:13.225: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:59:13.225: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Sep 16 19:59:13.233: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.99999949s +Sep 16 19:59:14.236: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.997006559s +Sep 16 19:59:15.240: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.994011639s +Sep 16 19:59:16.243: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.990708811s +Sep 16 19:59:17.246: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.986962886s +Sep 16 19:59:18.249: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.984288029s +Sep 16 19:59:19.253: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.980413047s +Sep 16 19:59:20.256: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.977294132s +Sep 16 19:59:21.259: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.974573088s +Sep 16 19:59:22.263: INFO: Verifying statefulset ss doesn't scale past 3 for another 971.36909ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-395 09/16/22 19:59:23.263 +Sep 16 19:59:23.267: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:59:23.457: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:59:23.457: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:59:23.457: 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' + +Sep 16 19:59:23.457: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:59:23.628: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:59:23.628: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:59:23.628: 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' + +Sep 16 19:59:23.629: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 16 19:59:23.804: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 16 19:59:23.804: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 16 19:59:23.804: 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' + +Sep 16 19:59:23.804: INFO: Scaling statefulset ss to 0 +STEP: Verifying that stateful set ss was scaled down in reverse order 09/16/22 19:59:33.819 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 19:59:33.820: INFO: Deleting all statefulset in ns statefulset-395 +Sep 16 19:59:33.826: INFO: Scaling statefulset ss to 0 +Sep 16 19:59:33.835: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 19:59:33.837: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 19:59:33.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-395" for this suite. 09/16/22 19:59:33.866 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance]","completed":178,"skipped":3231,"failed":0} +------------------------------ +• [SLOW TEST] [71.648 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:58:22.222 + Sep 16 19:58:22.222: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 19:58:22.223 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:58:22.236 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:58:22.241 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-395 09/16/22 19:58:22.244 + [It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 + STEP: Initializing watcher for selector baz=blah,foo=bar 09/16/22 19:58:22.257 + STEP: Creating stateful set ss in namespace statefulset-395 09/16/22 19:58:22.268 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-395 09/16/22 19:58:22.273 + Sep 16 19:58:22.281: INFO: Found 0 stateful pods, waiting for 1 + Sep 16 19:58:32.286: 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 09/16/22 19:58:32.286 + Sep 16 19:58:32.289: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:58:32.478: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:58:32.478: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:58:32.478: 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' + + Sep 16 19:58:32.481: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Sep 16 19:58:42.484: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:58:42.484: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:58:42.493: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.99999958s + Sep 16 19:58:43.496: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.997509817s + Sep 16 19:58:44.500: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.994064769s + Sep 16 19:58:45.503: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.990918831s + Sep 16 19:58:46.506: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.987748516s + Sep 16 19:58:47.509: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.984765339s + Sep 16 19:58:48.512: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.981709806s + Sep 16 19:58:49.515: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.978719194s + Sep 16 19:58:50.518: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.976017806s + Sep 16 19:58:51.522: INFO: Verifying statefulset ss doesn't scale past 1 for another 972.596507ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-395 09/16/22 19:58:52.522 + Sep 16 19:58:52.526: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:58:52.687: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:58:52.687: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:58:52.687: 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' + + Sep 16 19:58:52.690: INFO: Found 1 stateful pods, waiting for 3 + Sep 16 19:59:02.694: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:59:02.694: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 19:59:02.694: 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 09/16/22 19:59:02.694 + STEP: Scale down will halt with unhealthy stateful pod 09/16/22 19:59:02.694 + Sep 16 19:59:02.699: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:59:02.876: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:59:02.876: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:59:02.876: 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' + + Sep 16 19:59:02.876: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:59:03.034: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:59:03.034: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:59:03.034: 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' + + Sep 16 19:59:03.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 16 19:59:03.216: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 16 19:59:03.216: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 16 19:59:03.216: 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' + + Sep 16 19:59:03.216: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:59:03.219: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 + Sep 16 19:59:13.225: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:59:13.225: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:59:13.225: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Sep 16 19:59:13.233: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.99999949s + Sep 16 19:59:14.236: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.997006559s + Sep 16 19:59:15.240: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.994011639s + Sep 16 19:59:16.243: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.990708811s + Sep 16 19:59:17.246: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.986962886s + Sep 16 19:59:18.249: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.984288029s + Sep 16 19:59:19.253: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.980413047s + Sep 16 19:59:20.256: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.977294132s + Sep 16 19:59:21.259: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.974573088s + Sep 16 19:59:22.263: INFO: Verifying statefulset ss doesn't scale past 3 for another 971.36909ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-395 09/16/22 19:59:23.263 + Sep 16 19:59:23.267: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:59:23.457: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:59:23.457: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:59:23.457: 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' + + Sep 16 19:59:23.457: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:59:23.628: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:59:23.628: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:59:23.628: 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' + + Sep 16 19:59:23.629: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=statefulset-395 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 16 19:59:23.804: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 16 19:59:23.804: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 16 19:59:23.804: 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' + + Sep 16 19:59:23.804: INFO: Scaling statefulset ss to 0 + STEP: Verifying that stateful set ss was scaled down in reverse order 09/16/22 19:59:33.819 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 19:59:33.820: INFO: Deleting all statefulset in ns statefulset-395 + Sep 16 19:59:33.826: INFO: Scaling statefulset ss to 0 + Sep 16 19:59:33.835: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 19:59:33.837: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 19:59:33.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-395" for this suite. 09/16/22 19:59:33.866 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:59:33.873 +Sep 16 19:59:33.873: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:59:33.874 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:33.891 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:33.895 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:59:33.899 +Sep 16 19:59:33.907: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3" in namespace "projected-8040" to be "Succeeded or Failed" +Sep 16 19:59:33.915: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3": Phase="Pending", Reason="", readiness=false. Elapsed: 7.675626ms +Sep 16 19:59:35.918: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010774091s +Sep 16 19:59:37.919: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012191739s +STEP: Saw pod success 09/16/22 19:59:37.919 +Sep 16 19:59:37.919: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3" satisfied condition "Succeeded or Failed" +Sep 16 19:59:37.921: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3 container client-container: +STEP: delete the pod 09/16/22 19:59:37.931 +Sep 16 19:59:37.938: INFO: Waiting for pod downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3 to disappear +Sep 16 19:59:37.941: INFO: Pod downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 19:59:37.941: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-8040" for this suite. 09/16/22 19:59:37.944 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","completed":179,"skipped":3243,"failed":0} +------------------------------ +• [4.077 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:59:33.873 + Sep 16 19:59:33.873: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:59:33.874 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:33.891 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:33.895 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:59:33.899 + Sep 16 19:59:33.907: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3" in namespace "projected-8040" to be "Succeeded or Failed" + Sep 16 19:59:33.915: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3": Phase="Pending", Reason="", readiness=false. Elapsed: 7.675626ms + Sep 16 19:59:35.918: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010774091s + Sep 16 19:59:37.919: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012191739s + STEP: Saw pod success 09/16/22 19:59:37.919 + Sep 16 19:59:37.919: INFO: Pod "downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3" satisfied condition "Succeeded or Failed" + Sep 16 19:59:37.921: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3 container client-container: + STEP: delete the pod 09/16/22 19:59:37.931 + Sep 16 19:59:37.938: INFO: Waiting for pod downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3 to disappear + Sep 16 19:59:37.941: INFO: Pod downwardapi-volume-0b79b78e-c251-4d74-9471-5a3f92317bb3 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 19:59:37.941: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-8040" for this suite. 09/16/22 19:59:37.944 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Variable Expansion + should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:59:37.95 +Sep 16 19:59:37.950: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename var-expansion 09/16/22 19:59:37.951 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:37.969 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:37.975 +[It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 +Sep 16 19:59:37.986: INFO: Waiting up to 2m0s for pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" in namespace "var-expansion-776" to be "container 0 failed with reason CreateContainerConfigError" +Sep 16 19:59:37.995: INFO: Pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547": Phase="Pending", Reason="", readiness=false. Elapsed: 8.721413ms +Sep 16 19:59:39.999: INFO: Pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012896688s +Sep 16 19:59:39.999: INFO: Pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Sep 16 19:59:39.999: INFO: Deleting pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" in namespace "var-expansion-776" +Sep 16 19:59:40.003: INFO: Wait up to 5m0s for pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 16 19:59:42.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-776" for this suite. 09/16/22 19:59:42.013 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Variable Expansion should fail substituting values in a volume subpath with absolute path [Slow] [Conformance]","completed":180,"skipped":3258,"failed":0} +------------------------------ +• [4.067 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:59:37.95 + Sep 16 19:59:37.950: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename var-expansion 09/16/22 19:59:37.951 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:37.969 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:37.975 + [It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 + Sep 16 19:59:37.986: INFO: Waiting up to 2m0s for pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" in namespace "var-expansion-776" to be "container 0 failed with reason CreateContainerConfigError" + Sep 16 19:59:37.995: INFO: Pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547": Phase="Pending", Reason="", readiness=false. Elapsed: 8.721413ms + Sep 16 19:59:39.999: INFO: Pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012896688s + Sep 16 19:59:39.999: INFO: Pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Sep 16 19:59:39.999: INFO: Deleting pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" in namespace "var-expansion-776" + Sep 16 19:59:40.003: INFO: Wait up to 5m0s for pod "var-expansion-9059613a-98a2-42db-9723-ff3f1055a547" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 16 19:59:42.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-776" for this suite. 09/16/22 19:59:42.013 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:130 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:59:42.018 +Sep 16 19:59:42.018: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 19:59:42.02 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:42.032 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:42.036 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/16/22 19:59:42.042 +Sep 16 19:59:42.049: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-3358" to be "running and ready" +Sep 16 19:59:42.053: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.389016ms +Sep 16 19:59:42.053: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:59:44.056: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.006348362s +Sep 16 19:59:44.056: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 16 19:59:44.056: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:130 +STEP: create the pod with lifecycle hook 09/16/22 19:59:44.058 +Sep 16 19:59:44.062: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-3358" to be "running and ready" +Sep 16 19:59:44.066: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.709551ms +Sep 16 19:59:44.066: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 16 19:59:46.069: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.007577519s +Sep 16 19:59:46.069: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) +Sep 16 19:59:46.069: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" +STEP: check poststart hook 09/16/22 19:59:46.071 +STEP: delete the pod with lifecycle hook 09/16/22 19:59:46.08 +Sep 16 19:59:46.084: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Sep 16 19:59:46.087: INFO: Pod pod-with-poststart-http-hook still exists +Sep 16 19:59:48.088: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Sep 16 19:59:48.090: INFO: Pod pod-with-poststart-http-hook still exists +Sep 16 19:59:50.087: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Sep 16 19:59:50.090: INFO: Pod pod-with-poststart-http-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 16 19:59:50.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-3358" for this suite. 09/16/22 19:59:50.093 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]","completed":181,"skipped":3267,"failed":0} +------------------------------ +• [SLOW TEST] [8.078 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:130 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:59:42.018 + Sep 16 19:59:42.018: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 19:59:42.02 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:42.032 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:42.036 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/16/22 19:59:42.042 + Sep 16 19:59:42.049: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-3358" to be "running and ready" + Sep 16 19:59:42.053: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.389016ms + Sep 16 19:59:42.053: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:59:44.056: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.006348362s + Sep 16 19:59:44.056: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 16 19:59:44.056: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:130 + STEP: create the pod with lifecycle hook 09/16/22 19:59:44.058 + Sep 16 19:59:44.062: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-3358" to be "running and ready" + Sep 16 19:59:44.066: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.709551ms + Sep 16 19:59:44.066: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 16 19:59:46.069: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.007577519s + Sep 16 19:59:46.069: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) + Sep 16 19:59:46.069: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" + STEP: check poststart hook 09/16/22 19:59:46.071 + STEP: delete the pod with lifecycle hook 09/16/22 19:59:46.08 + Sep 16 19:59:46.084: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Sep 16 19:59:46.087: INFO: Pod pod-with-poststart-http-hook still exists + Sep 16 19:59:48.088: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Sep 16 19:59:48.090: INFO: Pod pod-with-poststart-http-hook still exists + Sep 16 19:59:50.087: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Sep 16 19:59:50.090: INFO: Pod pod-with-poststart-http-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 16 19:59:50.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-3358" for this suite. 09/16/22 19:59:50.093 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:59:50.097 +Sep 16 19:59:50.097: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 19:59:50.098 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:50.16 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:50.163 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 +STEP: Creating a pod to test downward API volume plugin 09/16/22 19:59:50.166 +Sep 16 19:59:50.172: INFO: Waiting up to 5m0s for pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1" in namespace "downward-api-1205" to be "Succeeded or Failed" +Sep 16 19:59:50.175: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.609393ms +Sep 16 19:59:52.178: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005556518s +Sep 16 19:59:54.178: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005906021s +STEP: Saw pod success 09/16/22 19:59:54.178 +Sep 16 19:59:54.178: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1" satisfied condition "Succeeded or Failed" +Sep 16 19:59:54.181: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1 container client-container: +STEP: delete the pod 09/16/22 19:59:54.186 +Sep 16 19:59:54.197: INFO: Waiting for pod downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1 to disappear +Sep 16 19:59:54.200: INFO: Pod downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 19:59:54.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-1205" for this suite. 09/16/22 19:59:54.204 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]","completed":182,"skipped":3268,"failed":0} +------------------------------ +• [4.113 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:59:50.097 + Sep 16 19:59:50.097: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 19:59:50.098 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:50.16 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:50.163 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 + STEP: Creating a pod to test downward API volume plugin 09/16/22 19:59:50.166 + Sep 16 19:59:50.172: INFO: Waiting up to 5m0s for pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1" in namespace "downward-api-1205" to be "Succeeded or Failed" + Sep 16 19:59:50.175: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.609393ms + Sep 16 19:59:52.178: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005556518s + Sep 16 19:59:54.178: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005906021s + STEP: Saw pod success 09/16/22 19:59:54.178 + Sep 16 19:59:54.178: INFO: Pod "downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1" satisfied condition "Succeeded or Failed" + Sep 16 19:59:54.181: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1 container client-container: + STEP: delete the pod 09/16/22 19:59:54.186 + Sep 16 19:59:54.197: INFO: Waiting for pod downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1 to disappear + Sep 16 19:59:54.200: INFO: Pod downwardapi-volume-717f3ecd-48b7-4cce-a2ca-e249331233d1 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 19:59:54.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-1205" for this suite. 09/16/22 19:59:54.204 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:59:54.212 +Sep 16 19:59:54.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 19:59:54.214 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:54.228 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:54.233 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 +STEP: Creating a simple DaemonSet "daemon-set" 09/16/22 19:59:54.247 +STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 19:59:54.251 +Sep 16 19:59:54.257: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:59:54.257: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 19:59:55.267: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:59:55.267: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 19:59:56.263: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 19:59:56.263: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived. 09/16/22 19:59:56.265 +Sep 16 19:59:56.278: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 19:59:56.278: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Wait for the failed daemon pod to be completely deleted. 09/16/22 19:59:56.278 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/16/22 19:59:57.291 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-2716, will wait for the garbage collector to delete the pods 09/16/22 19:59:57.291 +Sep 16 19:59:57.348: INFO: Deleting DaemonSet.extensions daemon-set took: 3.329034ms +Sep 16 19:59:57.448: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.575867ms +Sep 16 19:59:58.551: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 19:59:58.551: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 16 19:59:58.553: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"24694"},"items":null} + +Sep 16 19:59:58.555: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"24694"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 19:59:58.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-2716" for this suite. 09/16/22 19:59:58.566 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]","completed":183,"skipped":3271,"failed":0} +------------------------------ +• [4.359 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:59:54.212 + Sep 16 19:59:54.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 19:59:54.214 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:54.228 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:54.233 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 + STEP: Creating a simple DaemonSet "daemon-set" 09/16/22 19:59:54.247 + STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 19:59:54.251 + Sep 16 19:59:54.257: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:59:54.257: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 19:59:55.267: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:59:55.267: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 19:59:56.263: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 19:59:56.263: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived. 09/16/22 19:59:56.265 + Sep 16 19:59:56.278: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 19:59:56.278: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Wait for the failed daemon pod to be completely deleted. 09/16/22 19:59:56.278 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/16/22 19:59:57.291 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-2716, will wait for the garbage collector to delete the pods 09/16/22 19:59:57.291 + Sep 16 19:59:57.348: INFO: Deleting DaemonSet.extensions daemon-set took: 3.329034ms + Sep 16 19:59:57.448: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.575867ms + Sep 16 19:59:58.551: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 19:59:58.551: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 16 19:59:58.553: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"24694"},"items":null} + + Sep 16 19:59:58.555: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"24694"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 19:59:58.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-2716" for this suite. 09/16/22 19:59:58.566 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected secret + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 19:59:58.573 +Sep 16 19:59:58.573: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 19:59:58.574 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:58.587 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:58.59 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 +STEP: Creating secret with name s-test-opt-del-16bc2eab-9bea-4363-bf8f-499b61e37e52 09/16/22 19:59:58.595 +STEP: Creating secret with name s-test-opt-upd-8c7164f3-f789-4de3-976b-67b8d7b0dd86 09/16/22 19:59:58.599 +STEP: Creating the pod 09/16/22 19:59:58.602 +Sep 16 19:59:58.608: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a" in namespace "projected-4924" to be "running and ready" +Sep 16 19:59:58.613: INFO: Pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a": Phase="Pending", Reason="", readiness=false. Elapsed: 5.413108ms +Sep 16 19:59:58.613: INFO: The phase of Pod pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:00:00.617: INFO: Pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a": Phase="Running", Reason="", readiness=true. Elapsed: 2.009295139s +Sep 16 20:00:00.617: INFO: The phase of Pod pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a is Running (Ready = true) +Sep 16 20:00:00.617: INFO: Pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-16bc2eab-9bea-4363-bf8f-499b61e37e52 09/16/22 20:00:00.632 +STEP: Updating secret s-test-opt-upd-8c7164f3-f789-4de3-976b-67b8d7b0dd86 09/16/22 20:00:00.637 +STEP: Creating secret with name s-test-opt-create-30310b3b-6767-4f12-8a95-bd73e1ba7e9c 09/16/22 20:00:00.641 +STEP: waiting to observe update in volume 09/16/22 20:00:00.644 +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 20:01:05.123: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4924" for this suite. 09/16/22 20:01:05.126 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":184,"skipped":3275,"failed":0} +------------------------------ +• [SLOW TEST] [66.559 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 19:59:58.573 + Sep 16 19:59:58.573: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 19:59:58.574 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 19:59:58.587 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 19:59:58.59 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 + STEP: Creating secret with name s-test-opt-del-16bc2eab-9bea-4363-bf8f-499b61e37e52 09/16/22 19:59:58.595 + STEP: Creating secret with name s-test-opt-upd-8c7164f3-f789-4de3-976b-67b8d7b0dd86 09/16/22 19:59:58.599 + STEP: Creating the pod 09/16/22 19:59:58.602 + Sep 16 19:59:58.608: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a" in namespace "projected-4924" to be "running and ready" + Sep 16 19:59:58.613: INFO: Pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a": Phase="Pending", Reason="", readiness=false. Elapsed: 5.413108ms + Sep 16 19:59:58.613: INFO: The phase of Pod pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:00:00.617: INFO: Pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a": Phase="Running", Reason="", readiness=true. Elapsed: 2.009295139s + Sep 16 20:00:00.617: INFO: The phase of Pod pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a is Running (Ready = true) + Sep 16 20:00:00.617: INFO: Pod "pod-projected-secrets-b8da53aa-bab7-4365-bea5-8c374358cf3a" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-16bc2eab-9bea-4363-bf8f-499b61e37e52 09/16/22 20:00:00.632 + STEP: Updating secret s-test-opt-upd-8c7164f3-f789-4de3-976b-67b8d7b0dd86 09/16/22 20:00:00.637 + STEP: Creating secret with name s-test-opt-create-30310b3b-6767-4f12-8a95-bd73e1ba7e9c 09/16/22 20:00:00.641 + STEP: waiting to observe update in volume 09/16/22 20:00:00.644 + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 20:01:05.123: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4924" for this suite. 09/16/22 20:01:05.126 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Security Context When creating a container with runAsUser + should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:01:05.133 +Sep 16 20:01:05.133: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename security-context-test 09/16/22 20:01:05.134 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:01:05.149 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:01:05.158 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 +Sep 16 20:01:05.178: INFO: Waiting up to 5m0s for pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac" in namespace "security-context-test-8492" to be "Succeeded or Failed" +Sep 16 20:01:05.186: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac": Phase="Pending", Reason="", readiness=false. Elapsed: 7.95367ms +Sep 16 20:01:07.191: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012474711s +Sep 16 20:01:09.191: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012180141s +Sep 16 20:01:09.191: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 16 20:01:09.191: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-8492" for this suite. 09/16/22 20:01:09.194 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]","completed":185,"skipped":3295,"failed":0} +------------------------------ +• [4.065 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + When creating a container with runAsUser + test/e2e/common/node/security_context.go:308 + should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:01:05.133 + Sep 16 20:01:05.133: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename security-context-test 09/16/22 20:01:05.134 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:01:05.149 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:01:05.158 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 + Sep 16 20:01:05.178: INFO: Waiting up to 5m0s for pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac" in namespace "security-context-test-8492" to be "Succeeded or Failed" + Sep 16 20:01:05.186: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac": Phase="Pending", Reason="", readiness=false. Elapsed: 7.95367ms + Sep 16 20:01:07.191: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012474711s + Sep 16 20:01:09.191: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012180141s + Sep 16 20:01:09.191: INFO: Pod "busybox-user-65534-a5b09500-683c-434f-8b63-2686c93dc7ac" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 16 20:01:09.191: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-8492" for this suite. 09/16/22 20:01:09.194 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] PriorityClass endpoints + verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:01:09.201 +Sep 16 20:01:09.201: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-preemption 09/16/22 20:01:09.202 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:01:09.265 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:01:09.277 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 16 20:01:09.301: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 16 20:02:09.330: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PriorityClass endpoints + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:09.334 +Sep 16 20:02:09.334: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-preemption-path 09/16/22 20:02:09.335 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:09.357 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:09.361 +[BeforeEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:690 +[It] verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 +Sep 16 20:02:09.383: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. +Sep 16 20:02:09.390: INFO: PriorityClass.scheduling.k8s.io "p2" is invalid: value: Forbidden: may not be changed in an update. +[AfterEach] PriorityClass endpoints + test/e2e/framework/framework.go:187 +Sep 16 20:02:09.406: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-path-2104" for this suite. 09/16/22 20:02:09.413 +[AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:706 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:02:09.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-405" for this suite. 09/16/22 20:02:09.431 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PriorityClass endpoints verify PriorityClass endpoints can be operated with different HTTP methods [Conformance]","completed":186,"skipped":3343,"failed":0} +------------------------------ +• [SLOW TEST] [60.266 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + PriorityClass endpoints + test/e2e/scheduling/preemption.go:683 + verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:01:09.201 + Sep 16 20:01:09.201: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-preemption 09/16/22 20:01:09.202 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:01:09.265 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:01:09.277 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 16 20:01:09.301: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 16 20:02:09.330: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PriorityClass endpoints + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:09.334 + Sep 16 20:02:09.334: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-preemption-path 09/16/22 20:02:09.335 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:09.357 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:09.361 + [BeforeEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:690 + [It] verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 + Sep 16 20:02:09.383: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. + Sep 16 20:02:09.390: INFO: PriorityClass.scheduling.k8s.io "p2" is invalid: value: Forbidden: may not be changed in an update. + [AfterEach] PriorityClass endpoints + test/e2e/framework/framework.go:187 + Sep 16 20:02:09.406: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-path-2104" for this suite. 09/16/22 20:02:09.413 + [AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:706 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:02:09.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-405" for this suite. 09/16/22 20:02:09.431 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:09.474 +Sep 16 20:02:09.474: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:02:09.477 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:09.491 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:09.495 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:02:09.499 +Sep 16 20:02:09.508: INFO: Waiting up to 5m0s for pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab" in namespace "downward-api-3835" to be "Succeeded or Failed" +Sep 16 20:02:09.517: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab": Phase="Pending", Reason="", readiness=false. Elapsed: 9.07996ms +Sep 16 20:02:11.527: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018743267s +Sep 16 20:02:13.521: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013027704s +STEP: Saw pod success 09/16/22 20:02:13.522 +Sep 16 20:02:13.522: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab" satisfied condition "Succeeded or Failed" +Sep 16 20:02:13.524: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab container client-container: +STEP: delete the pod 09/16/22 20:02:13.532 +Sep 16 20:02:13.544: INFO: Waiting for pod downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab to disappear +Sep 16 20:02:13.547: INFO: Pod downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:02:13.547: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3835" for this suite. 09/16/22 20:02:13.55 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]","completed":187,"skipped":3391,"failed":0} +------------------------------ +• [4.080 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:09.474 + Sep 16 20:02:09.474: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:02:09.477 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:09.491 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:09.495 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:02:09.499 + Sep 16 20:02:09.508: INFO: Waiting up to 5m0s for pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab" in namespace "downward-api-3835" to be "Succeeded or Failed" + Sep 16 20:02:09.517: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab": Phase="Pending", Reason="", readiness=false. Elapsed: 9.07996ms + Sep 16 20:02:11.527: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018743267s + Sep 16 20:02:13.521: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013027704s + STEP: Saw pod success 09/16/22 20:02:13.522 + Sep 16 20:02:13.522: INFO: Pod "downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab" satisfied condition "Succeeded or Failed" + Sep 16 20:02:13.524: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab container client-container: + STEP: delete the pod 09/16/22 20:02:13.532 + Sep 16 20:02:13.544: INFO: Waiting for pod downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab to disappear + Sep 16 20:02:13.547: INFO: Pod downwardapi-volume-af4bd267-4790-423c-80dd-767c91d122ab no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:02:13.547: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3835" for this suite. 09/16/22 20:02:13.55 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:13.556 +Sep 16 20:02:13.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 20:02:13.557 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:13.573 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:13.577 +[It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 09/16/22 20:02:13.581 +Sep 16 20:02:13.587: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-8836 b63afcc6-33b2-4c0c-ba03-fd35bfe51be1 25213 0 2022-09-16 20:02:13 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2022-09-16 20:02:13 +0000 UTC FieldsV1 {"f:spec":{"f:containers":{"k:{\"name\":\"agnhost-container\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"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:kube-api-access-4n94w,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost-container,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4n94w,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: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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 20:02:13.588: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-8836" to be "running and ready" +Sep 16 20:02:13.597: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 9.217391ms +Sep 16 20:02:13.597: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:02:15.600: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.012227441s +Sep 16 20:02:15.600: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) +Sep 16 20:02:15.600: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" +STEP: Verifying customized DNS suffix list is configured on pod... 09/16/22 20:02:15.6 +Sep 16 20:02:15.600: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-8836 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:02:15.600: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:02:15.601: INFO: ExecWithOptions: Clientset creation +Sep 16 20:02:15.601: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/dns-8836/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-suffix&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +STEP: Verifying customized DNS server is configured on pod... 09/16/22 20:02:15.677 +Sep 16 20:02:15.677: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-8836 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:02:15.677: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:02:15.677: INFO: ExecWithOptions: Clientset creation +Sep 16 20:02:15.677: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/dns-8836/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 16 20:02:15.747: INFO: Deleting pod test-dns-nameservers... +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 20:02:15.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-8836" for this suite. 09/16/22 20:02:15.76 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should support configurable pod DNS nameservers [Conformance]","completed":188,"skipped":3397,"failed":0} +------------------------------ +• [2.209 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:13.556 + Sep 16 20:02:13.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 20:02:13.557 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:13.573 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:13.577 + [It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 + STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 09/16/22 20:02:13.581 + Sep 16 20:02:13.587: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-8836 b63afcc6-33b2-4c0c-ba03-fd35bfe51be1 25213 0 2022-09-16 20:02:13 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2022-09-16 20:02:13 +0000 UTC FieldsV1 {"f:spec":{"f:containers":{"k:{\"name\":\"agnhost-container\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"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:kube-api-access-4n94w,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost-container,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4n94w,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: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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 20:02:13.588: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-8836" to be "running and ready" + Sep 16 20:02:13.597: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 9.217391ms + Sep 16 20:02:13.597: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:02:15.600: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.012227441s + Sep 16 20:02:15.600: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) + Sep 16 20:02:15.600: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" + STEP: Verifying customized DNS suffix list is configured on pod... 09/16/22 20:02:15.6 + Sep 16 20:02:15.600: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-8836 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:02:15.600: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:02:15.601: INFO: ExecWithOptions: Clientset creation + Sep 16 20:02:15.601: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/dns-8836/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-suffix&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + STEP: Verifying customized DNS server is configured on pod... 09/16/22 20:02:15.677 + Sep 16 20:02:15.677: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-8836 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:02:15.677: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:02:15.677: INFO: ExecWithOptions: Clientset creation + Sep 16 20:02:15.677: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/dns-8836/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 16 20:02:15.747: INFO: Deleting pod test-dns-nameservers... + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 20:02:15.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-8836" for this suite. 09/16/22 20:02:15.76 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:15.766 +Sep 16 20:02:15.767: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:02:15.768 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:15.779 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:15.783 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 +STEP: Creating projection with secret that has name projected-secret-test-bca2a759-e9b7-4c6d-af51-1e2401eb59b9 09/16/22 20:02:15.786 +STEP: Creating a pod to test consume secrets 09/16/22 20:02:15.79 +Sep 16 20:02:15.796: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37" in namespace "projected-407" to be "Succeeded or Failed" +Sep 16 20:02:15.811: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37": Phase="Pending", Reason="", readiness=false. Elapsed: 14.445747ms +Sep 16 20:02:17.815: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018533893s +Sep 16 20:02:19.815: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.018081805s +STEP: Saw pod success 09/16/22 20:02:19.815 +Sep 16 20:02:19.815: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37" satisfied condition "Succeeded or Failed" +Sep 16 20:02:19.817: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37 container projected-secret-volume-test: +STEP: delete the pod 09/16/22 20:02:19.824 +Sep 16 20:02:20.316: INFO: Waiting for pod pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37 to disappear +Sep 16 20:02:20.319: INFO: Pod pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 20:02:20.319: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-407" for this suite. 09/16/22 20:02:20.322 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]","completed":189,"skipped":3397,"failed":0} +------------------------------ +• [4.560 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:15.766 + Sep 16 20:02:15.767: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:02:15.768 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:15.779 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:15.783 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 + STEP: Creating projection with secret that has name projected-secret-test-bca2a759-e9b7-4c6d-af51-1e2401eb59b9 09/16/22 20:02:15.786 + STEP: Creating a pod to test consume secrets 09/16/22 20:02:15.79 + Sep 16 20:02:15.796: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37" in namespace "projected-407" to be "Succeeded or Failed" + Sep 16 20:02:15.811: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37": Phase="Pending", Reason="", readiness=false. Elapsed: 14.445747ms + Sep 16 20:02:17.815: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018533893s + Sep 16 20:02:19.815: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.018081805s + STEP: Saw pod success 09/16/22 20:02:19.815 + Sep 16 20:02:19.815: INFO: Pod "pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37" satisfied condition "Succeeded or Failed" + Sep 16 20:02:19.817: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37 container projected-secret-volume-test: + STEP: delete the pod 09/16/22 20:02:19.824 + Sep 16 20:02:20.316: INFO: Waiting for pod pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37 to disappear + Sep 16 20:02:20.319: INFO: Pod pod-projected-secrets-5a90f41c-bb65-4529-a5fe-fdcd3a7aac37 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 20:02:20.319: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-407" for this suite. 09/16/22 20:02:20.322 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:20.333 +Sep 16 20:02:20.333: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:02:20.334 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:20.352 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:20.355 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 +STEP: creating service multi-endpoint-test in namespace services-6563 09/16/22 20:02:20.359 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[] 09/16/22 20:02:20.367 +Sep 16 20:02:20.381: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found +Sep 16 20:02:21.386: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-6563 09/16/22 20:02:21.387 +Sep 16 20:02:21.391: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-6563" to be "running and ready" +Sep 16 20:02:21.394: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.648393ms +Sep 16 20:02:21.394: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:02:23.397: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.005654282s +Sep 16 20:02:23.397: INFO: The phase of Pod pod1 is Running (Ready = true) +Sep 16 20:02:23.397: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[pod1:[100]] 09/16/22 20:02:23.401 +Sep 16 20:02:23.410: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[pod1:[100]] +STEP: Creating pod pod2 in namespace services-6563 09/16/22 20:02:23.41 +Sep 16 20:02:23.414: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-6563" to be "running and ready" +Sep 16 20:02:23.418: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 3.993386ms +Sep 16 20:02:23.418: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:02:25.436: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.022637751s +Sep 16 20:02:25.436: INFO: The phase of Pod pod2 is Running (Ready = true) +Sep 16 20:02:25.436: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[pod1:[100] pod2:[101]] 09/16/22 20:02:25.443 +Sep 16 20:02:25.510: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[pod1:[100] pod2:[101]] +STEP: Checking if the Service forwards traffic to pods 09/16/22 20:02:25.51 +Sep 16 20:02:25.510: INFO: Creating new exec pod +Sep 16 20:02:25.532: INFO: Waiting up to 5m0s for pod "execpodxbp2c" in namespace "services-6563" to be "running" +Sep 16 20:02:25.558: INFO: Pod "execpodxbp2c": Phase="Pending", Reason="", readiness=false. Elapsed: 25.953045ms +Sep 16 20:02:27.562: INFO: Pod "execpodxbp2c": Phase="Running", Reason="", readiness=true. Elapsed: 2.029747969s +Sep 16 20:02:27.562: INFO: Pod "execpodxbp2c" satisfied condition "running" +Sep 16 20:02:28.564: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 80' +Sep 16 20:02:28.723: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 80\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" +Sep 16 20:02:28.723: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:02:28.723: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.69.80 80' +Sep 16 20:02:28.883: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.69.80 80\nConnection to 10.43.69.80 80 port [tcp/http] succeeded!\n" +Sep 16 20:02:28.883: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:02:28.883: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 81' +Sep 16 20:02:29.031: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 81\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" +Sep 16 20:02:29.031: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:02:29.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.69.80 81' +Sep 16 20:02:29.180: INFO: stderr: "+ echo hostName+ \nnc -v -t -w 2 10.43.69.80 81\nConnection to 10.43.69.80 81 port [tcp/*] succeeded!\n" +Sep 16 20:02:29.180: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Deleting pod pod1 in namespace services-6563 09/16/22 20:02:29.18 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[pod2:[101]] 09/16/22 20:02:29.194 +Sep 16 20:02:30.221: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[pod2:[101]] +STEP: Deleting pod pod2 in namespace services-6563 09/16/22 20:02:30.221 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[] 09/16/22 20:02:30.238 +Sep 16 20:02:30.278: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:02:30.334: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-6563" for this suite. 09/16/22 20:02:30.342 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should serve multiport endpoints from pods [Conformance]","completed":190,"skipped":3439,"failed":0} +------------------------------ +• [SLOW TEST] [10.027 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:20.333 + Sep 16 20:02:20.333: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:02:20.334 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:20.352 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:20.355 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 + STEP: creating service multi-endpoint-test in namespace services-6563 09/16/22 20:02:20.359 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[] 09/16/22 20:02:20.367 + Sep 16 20:02:20.381: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found + Sep 16 20:02:21.386: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-6563 09/16/22 20:02:21.387 + Sep 16 20:02:21.391: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-6563" to be "running and ready" + Sep 16 20:02:21.394: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.648393ms + Sep 16 20:02:21.394: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:02:23.397: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.005654282s + Sep 16 20:02:23.397: INFO: The phase of Pod pod1 is Running (Ready = true) + Sep 16 20:02:23.397: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[pod1:[100]] 09/16/22 20:02:23.401 + Sep 16 20:02:23.410: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[pod1:[100]] + STEP: Creating pod pod2 in namespace services-6563 09/16/22 20:02:23.41 + Sep 16 20:02:23.414: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-6563" to be "running and ready" + Sep 16 20:02:23.418: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 3.993386ms + Sep 16 20:02:23.418: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:02:25.436: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.022637751s + Sep 16 20:02:25.436: INFO: The phase of Pod pod2 is Running (Ready = true) + Sep 16 20:02:25.436: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[pod1:[100] pod2:[101]] 09/16/22 20:02:25.443 + Sep 16 20:02:25.510: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[pod1:[100] pod2:[101]] + STEP: Checking if the Service forwards traffic to pods 09/16/22 20:02:25.51 + Sep 16 20:02:25.510: INFO: Creating new exec pod + Sep 16 20:02:25.532: INFO: Waiting up to 5m0s for pod "execpodxbp2c" in namespace "services-6563" to be "running" + Sep 16 20:02:25.558: INFO: Pod "execpodxbp2c": Phase="Pending", Reason="", readiness=false. Elapsed: 25.953045ms + Sep 16 20:02:27.562: INFO: Pod "execpodxbp2c": Phase="Running", Reason="", readiness=true. Elapsed: 2.029747969s + Sep 16 20:02:27.562: INFO: Pod "execpodxbp2c" satisfied condition "running" + Sep 16 20:02:28.564: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 80' + Sep 16 20:02:28.723: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 80\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" + Sep 16 20:02:28.723: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:02:28.723: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.69.80 80' + Sep 16 20:02:28.883: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.69.80 80\nConnection to 10.43.69.80 80 port [tcp/http] succeeded!\n" + Sep 16 20:02:28.883: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:02:28.883: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 81' + Sep 16 20:02:29.031: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 81\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" + Sep 16 20:02:29.031: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:02:29.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-6563 exec execpodxbp2c -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.69.80 81' + Sep 16 20:02:29.180: INFO: stderr: "+ echo hostName+ \nnc -v -t -w 2 10.43.69.80 81\nConnection to 10.43.69.80 81 port [tcp/*] succeeded!\n" + Sep 16 20:02:29.180: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Deleting pod pod1 in namespace services-6563 09/16/22 20:02:29.18 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[pod2:[101]] 09/16/22 20:02:29.194 + Sep 16 20:02:30.221: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[pod2:[101]] + STEP: Deleting pod pod2 in namespace services-6563 09/16/22 20:02:30.221 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6563 to expose endpoints map[] 09/16/22 20:02:30.238 + Sep 16 20:02:30.278: INFO: successfully validated that service multi-endpoint-test in namespace services-6563 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:02:30.334: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-6563" for this suite. 09/16/22 20:02:30.342 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:30.363 +Sep 16 20:02:30.363: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:02:30.364 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:30.401 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:30.405 +[It] should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 +STEP: Counting existing ResourceQuota 09/16/22 20:02:30.408 +STEP: Creating a ResourceQuota 09/16/22 20:02:35.41 +STEP: Ensuring resource quota status is calculated 09/16/22 20:02:35.416 +STEP: Creating a ReplicaSet 09/16/22 20:02:37.419 +STEP: Ensuring resource quota status captures replicaset creation 09/16/22 20:02:37.428 +STEP: Deleting a ReplicaSet 09/16/22 20:02:39.431 +STEP: Ensuring resource quota status released usage 09/16/22 20:02:39.434 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:02:41.438: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-7247" for this suite. 09/16/22 20:02:41.44 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance]","completed":191,"skipped":3514,"failed":0} +------------------------------ +• [SLOW TEST] [11.082 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:30.363 + Sep 16 20:02:30.363: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:02:30.364 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:30.401 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:30.405 + [It] should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 + STEP: Counting existing ResourceQuota 09/16/22 20:02:30.408 + STEP: Creating a ResourceQuota 09/16/22 20:02:35.41 + STEP: Ensuring resource quota status is calculated 09/16/22 20:02:35.416 + STEP: Creating a ReplicaSet 09/16/22 20:02:37.419 + STEP: Ensuring resource quota status captures replicaset creation 09/16/22 20:02:37.428 + STEP: Deleting a ReplicaSet 09/16/22 20:02:39.431 + STEP: Ensuring resource quota status released usage 09/16/22 20:02:39.434 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:02:41.438: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-7247" for this suite. 09/16/22 20:02:41.44 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:41.447 +Sep 16 20:02:41.447: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:02:41.448 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:41.468 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:41.472 +[It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 +STEP: Counting existing ResourceQuota 09/16/22 20:02:41.485 +STEP: Creating a ResourceQuota 09/16/22 20:02:46.488 +STEP: Ensuring resource quota status is calculated 09/16/22 20:02:46.492 +STEP: Creating a Pod that fits quota 09/16/22 20:02:48.978 +STEP: Ensuring ResourceQuota status captures the pod usage 09/16/22 20:02:48.991 +STEP: Not allowing a pod to be created that exceeds remaining quota 09/16/22 20:02:50.994 +STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 09/16/22 20:02:50.998 +STEP: Ensuring a pod cannot update its resource requirements 09/16/22 20:02:51 +STEP: Ensuring attempts to update pod resource requirements did not change quota usage 09/16/22 20:02:51.005 +STEP: Deleting the pod 09/16/22 20:02:53.009 +STEP: Ensuring resource quota status released the pod usage 09/16/22 20:02:53.016 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:02:55.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-6924" for this suite. 09/16/22 20:02:55.022 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance]","completed":192,"skipped":3529,"failed":0} +------------------------------ +• [SLOW TEST] [13.580 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:41.447 + Sep 16 20:02:41.447: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:02:41.448 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:41.468 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:41.472 + [It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 + STEP: Counting existing ResourceQuota 09/16/22 20:02:41.485 + STEP: Creating a ResourceQuota 09/16/22 20:02:46.488 + STEP: Ensuring resource quota status is calculated 09/16/22 20:02:46.492 + STEP: Creating a Pod that fits quota 09/16/22 20:02:48.978 + STEP: Ensuring ResourceQuota status captures the pod usage 09/16/22 20:02:48.991 + STEP: Not allowing a pod to be created that exceeds remaining quota 09/16/22 20:02:50.994 + STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 09/16/22 20:02:50.998 + STEP: Ensuring a pod cannot update its resource requirements 09/16/22 20:02:51 + STEP: Ensuring attempts to update pod resource requirements did not change quota usage 09/16/22 20:02:51.005 + STEP: Deleting the pod 09/16/22 20:02:53.009 + STEP: Ensuring resource quota status released the pod usage 09/16/22 20:02:53.016 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:02:55.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-6924" for this suite. 09/16/22 20:02:55.022 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Update Demo + should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:02:55.032 +Sep 16 20:02:55.032: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:02:55.033 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:55.046 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:55.049 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 +[It] should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 +STEP: creating a replication controller 09/16/22 20:02:55.053 +Sep 16 20:02:55.054: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 create -f -' +Sep 16 20:02:55.333: INFO: stderr: "" +Sep 16 20:02:55.333: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 20:02:55.333 +Sep 16 20:02:55.333: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 20:02:55.460: INFO: stderr: "" +Sep 16 20:02:55.460: INFO: stdout: "update-demo-nautilus-w55sw update-demo-nautilus-zcmdh " +Sep 16 20:02:55.461: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:02:55.556: INFO: stderr: "" +Sep 16 20:02:55.556: INFO: stdout: "" +Sep 16 20:02:55.556: INFO: update-demo-nautilus-w55sw is created but not running +Sep 16 20:03:00.557: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 20:03:00.683: INFO: stderr: "" +Sep 16 20:03:00.683: INFO: stdout: "update-demo-nautilus-w55sw update-demo-nautilus-zcmdh " +Sep 16 20:03:00.683: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:03:00.785: INFO: stderr: "" +Sep 16 20:03:00.786: INFO: stdout: "true" +Sep 16 20:03:00.786: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 20:03:00.898: INFO: stderr: "" +Sep 16 20:03:00.898: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 20:03:00.898: INFO: validating pod update-demo-nautilus-w55sw +Sep 16 20:03:00.905: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 20:03:00.905: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 20:03:00.905: INFO: update-demo-nautilus-w55sw is verified up and running +Sep 16 20:03:00.905: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-zcmdh -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:03:01.014: INFO: stderr: "" +Sep 16 20:03:01.014: INFO: stdout: "true" +Sep 16 20:03:01.014: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-zcmdh -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 20:03:01.113: INFO: stderr: "" +Sep 16 20:03:01.113: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 20:03:01.113: INFO: validating pod update-demo-nautilus-zcmdh +Sep 16 20:03:01.121: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 20:03:01.121: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 20:03:01.121: INFO: update-demo-nautilus-zcmdh is verified up and running +STEP: scaling down the replication controller 09/16/22 20:03:01.121 +Sep 16 20:03:01.122: INFO: scanned /root for discovery docs: +Sep 16 20:03:01.122: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 scale rc update-demo-nautilus --replicas=1 --timeout=5m' +Sep 16 20:03:02.224: INFO: stderr: "" +Sep 16 20:03:02.224: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 20:03:02.224 +Sep 16 20:03:02.224: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 20:03:02.296: INFO: stderr: "" +Sep 16 20:03:02.296: INFO: stdout: "update-demo-nautilus-w55sw " +Sep 16 20:03:02.296: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:03:02.371: INFO: stderr: "" +Sep 16 20:03:02.372: INFO: stdout: "true" +Sep 16 20:03:02.372: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 20:03:02.444: INFO: stderr: "" +Sep 16 20:03:02.444: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 20:03:02.444: INFO: validating pod update-demo-nautilus-w55sw +Sep 16 20:03:02.447: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 20:03:02.447: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 20:03:02.447: INFO: update-demo-nautilus-w55sw is verified up and running +STEP: scaling up the replication controller 09/16/22 20:03:02.447 +Sep 16 20:03:02.448: INFO: scanned /root for discovery docs: +Sep 16 20:03:02.448: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 scale rc update-demo-nautilus --replicas=2 --timeout=5m' +Sep 16 20:03:03.543: INFO: stderr: "" +Sep 16 20:03:03.543: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 20:03:03.543 +Sep 16 20:03:03.543: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 20:03:03.621: INFO: stderr: "" +Sep 16 20:03:03.621: INFO: stdout: "update-demo-nautilus-pc8x9 update-demo-nautilus-w55sw " +Sep 16 20:03:03.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-pc8x9 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:03:03.688: INFO: stderr: "" +Sep 16 20:03:03.688: INFO: stdout: "" +Sep 16 20:03:03.688: INFO: update-demo-nautilus-pc8x9 is created but not running +Sep 16 20:03:08.691: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 16 20:03:08.781: INFO: stderr: "" +Sep 16 20:03:08.781: INFO: stdout: "update-demo-nautilus-pc8x9 update-demo-nautilus-w55sw " +Sep 16 20:03:08.781: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-pc8x9 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:03:08.874: INFO: stderr: "" +Sep 16 20:03:08.874: INFO: stdout: "true" +Sep 16 20:03:08.874: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-pc8x9 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 20:03:08.979: INFO: stderr: "" +Sep 16 20:03:08.979: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 20:03:08.979: INFO: validating pod update-demo-nautilus-pc8x9 +Sep 16 20:03:08.988: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 20:03:08.988: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 20:03:08.988: INFO: update-demo-nautilus-pc8x9 is verified up and running +Sep 16 20:03:08.988: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 16 20:03:09.075: INFO: stderr: "" +Sep 16 20:03:09.075: INFO: stdout: "true" +Sep 16 20:03:09.075: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 16 20:03:09.165: INFO: stderr: "" +Sep 16 20:03:09.165: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 16 20:03:09.165: INFO: validating pod update-demo-nautilus-w55sw +Sep 16 20:03:09.174: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 16 20:03:09.174: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 16 20:03:09.174: INFO: update-demo-nautilus-w55sw is verified up and running +STEP: using delete to clean up resources 09/16/22 20:03:09.174 +Sep 16 20:03:09.175: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 delete --grace-period=0 --force -f -' +Sep 16 20:03:09.270: 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" +Sep 16 20:03:09.270: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Sep 16 20:03:09.270: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get rc,svc -l name=update-demo --no-headers' +Sep 16 20:03:09.424: INFO: stderr: "No resources found in kubectl-3884 namespace.\n" +Sep 16 20:03:09.424: INFO: stdout: "" +Sep 16 20:03:09.425: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Sep 16 20:03:09.562: INFO: stderr: "" +Sep 16 20:03:09.562: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:03:09.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-3884" for this suite. 09/16/22 20:03:09.571 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Update Demo should scale a replication controller [Conformance]","completed":193,"skipped":3558,"failed":0} +------------------------------ +• [SLOW TEST] [14.543 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Update Demo + test/e2e/kubectl/kubectl.go:322 + should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:02:55.032 + Sep 16 20:02:55.032: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:02:55.033 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:02:55.046 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:02:55.049 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 + [It] should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 + STEP: creating a replication controller 09/16/22 20:02:55.053 + Sep 16 20:02:55.054: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 create -f -' + Sep 16 20:02:55.333: INFO: stderr: "" + Sep 16 20:02:55.333: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 20:02:55.333 + Sep 16 20:02:55.333: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 20:02:55.460: INFO: stderr: "" + Sep 16 20:02:55.460: INFO: stdout: "update-demo-nautilus-w55sw update-demo-nautilus-zcmdh " + Sep 16 20:02:55.461: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:02:55.556: INFO: stderr: "" + Sep 16 20:02:55.556: INFO: stdout: "" + Sep 16 20:02:55.556: INFO: update-demo-nautilus-w55sw is created but not running + Sep 16 20:03:00.557: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 20:03:00.683: INFO: stderr: "" + Sep 16 20:03:00.683: INFO: stdout: "update-demo-nautilus-w55sw update-demo-nautilus-zcmdh " + Sep 16 20:03:00.683: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:03:00.785: INFO: stderr: "" + Sep 16 20:03:00.786: INFO: stdout: "true" + Sep 16 20:03:00.786: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 20:03:00.898: INFO: stderr: "" + Sep 16 20:03:00.898: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 20:03:00.898: INFO: validating pod update-demo-nautilus-w55sw + Sep 16 20:03:00.905: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 20:03:00.905: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 20:03:00.905: INFO: update-demo-nautilus-w55sw is verified up and running + Sep 16 20:03:00.905: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-zcmdh -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:03:01.014: INFO: stderr: "" + Sep 16 20:03:01.014: INFO: stdout: "true" + Sep 16 20:03:01.014: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-zcmdh -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 20:03:01.113: INFO: stderr: "" + Sep 16 20:03:01.113: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 20:03:01.113: INFO: validating pod update-demo-nautilus-zcmdh + Sep 16 20:03:01.121: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 20:03:01.121: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 20:03:01.121: INFO: update-demo-nautilus-zcmdh is verified up and running + STEP: scaling down the replication controller 09/16/22 20:03:01.121 + Sep 16 20:03:01.122: INFO: scanned /root for discovery docs: + Sep 16 20:03:01.122: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 scale rc update-demo-nautilus --replicas=1 --timeout=5m' + Sep 16 20:03:02.224: INFO: stderr: "" + Sep 16 20:03:02.224: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 20:03:02.224 + Sep 16 20:03:02.224: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 20:03:02.296: INFO: stderr: "" + Sep 16 20:03:02.296: INFO: stdout: "update-demo-nautilus-w55sw " + Sep 16 20:03:02.296: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:03:02.371: INFO: stderr: "" + Sep 16 20:03:02.372: INFO: stdout: "true" + Sep 16 20:03:02.372: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 20:03:02.444: INFO: stderr: "" + Sep 16 20:03:02.444: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 20:03:02.444: INFO: validating pod update-demo-nautilus-w55sw + Sep 16 20:03:02.447: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 20:03:02.447: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 20:03:02.447: INFO: update-demo-nautilus-w55sw is verified up and running + STEP: scaling up the replication controller 09/16/22 20:03:02.447 + Sep 16 20:03:02.448: INFO: scanned /root for discovery docs: + Sep 16 20:03:02.448: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 scale rc update-demo-nautilus --replicas=2 --timeout=5m' + Sep 16 20:03:03.543: INFO: stderr: "" + Sep 16 20:03:03.543: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/16/22 20:03:03.543 + Sep 16 20:03:03.543: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 20:03:03.621: INFO: stderr: "" + Sep 16 20:03:03.621: INFO: stdout: "update-demo-nautilus-pc8x9 update-demo-nautilus-w55sw " + Sep 16 20:03:03.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-pc8x9 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:03:03.688: INFO: stderr: "" + Sep 16 20:03:03.688: INFO: stdout: "" + Sep 16 20:03:03.688: INFO: update-demo-nautilus-pc8x9 is created but not running + Sep 16 20:03:08.691: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 16 20:03:08.781: INFO: stderr: "" + Sep 16 20:03:08.781: INFO: stdout: "update-demo-nautilus-pc8x9 update-demo-nautilus-w55sw " + Sep 16 20:03:08.781: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-pc8x9 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:03:08.874: INFO: stderr: "" + Sep 16 20:03:08.874: INFO: stdout: "true" + Sep 16 20:03:08.874: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-pc8x9 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 20:03:08.979: INFO: stderr: "" + Sep 16 20:03:08.979: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 20:03:08.979: INFO: validating pod update-demo-nautilus-pc8x9 + Sep 16 20:03:08.988: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 20:03:08.988: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 20:03:08.988: INFO: update-demo-nautilus-pc8x9 is verified up and running + Sep 16 20:03:08.988: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 16 20:03:09.075: INFO: stderr: "" + Sep 16 20:03:09.075: INFO: stdout: "true" + Sep 16 20:03:09.075: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods update-demo-nautilus-w55sw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 16 20:03:09.165: INFO: stderr: "" + Sep 16 20:03:09.165: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 16 20:03:09.165: INFO: validating pod update-demo-nautilus-w55sw + Sep 16 20:03:09.174: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 16 20:03:09.174: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 16 20:03:09.174: INFO: update-demo-nautilus-w55sw is verified up and running + STEP: using delete to clean up resources 09/16/22 20:03:09.174 + Sep 16 20:03:09.175: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 delete --grace-period=0 --force -f -' + Sep 16 20:03:09.270: 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" + Sep 16 20:03:09.270: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Sep 16 20:03:09.270: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get rc,svc -l name=update-demo --no-headers' + Sep 16 20:03:09.424: INFO: stderr: "No resources found in kubectl-3884 namespace.\n" + Sep 16 20:03:09.424: INFO: stdout: "" + Sep 16 20:03:09.425: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3884 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Sep 16 20:03:09.562: INFO: stderr: "" + Sep 16 20:03:09.562: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:03:09.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-3884" for this suite. 09/16/22 20:03:09.571 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:03:09.576 +Sep 16 20:03:09.576: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:03:09.578 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:09.594 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:09.602 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:03:09.606 +Sep 16 20:03:09.613: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6" in namespace "projected-6447" to be "Succeeded or Failed" +Sep 16 20:03:09.617: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.018036ms +Sep 16 20:03:11.621: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007675876s +Sep 16 20:03:13.623: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009586425s +STEP: Saw pod success 09/16/22 20:03:13.623 +Sep 16 20:03:13.623: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6" satisfied condition "Succeeded or Failed" +Sep 16 20:03:13.626: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6 container client-container: +STEP: delete the pod 09/16/22 20:03:13.631 +Sep 16 20:03:13.638: INFO: Waiting for pod downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6 to disappear +Sep 16 20:03:13.640: INFO: Pod downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 20:03:13.641: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6447" for this suite. 09/16/22 20:03:13.643 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]","completed":194,"skipped":3564,"failed":0} +------------------------------ +• [4.071 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:03:09.576 + Sep 16 20:03:09.576: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:03:09.578 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:09.594 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:09.602 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:03:09.606 + Sep 16 20:03:09.613: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6" in namespace "projected-6447" to be "Succeeded or Failed" + Sep 16 20:03:09.617: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.018036ms + Sep 16 20:03:11.621: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007675876s + Sep 16 20:03:13.623: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009586425s + STEP: Saw pod success 09/16/22 20:03:13.623 + Sep 16 20:03:13.623: INFO: Pod "downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6" satisfied condition "Succeeded or Failed" + Sep 16 20:03:13.626: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6 container client-container: + STEP: delete the pod 09/16/22 20:03:13.631 + Sep 16 20:03:13.638: INFO: Waiting for pod downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6 to disappear + Sep 16 20:03:13.640: INFO: Pod downwardapi-volume-7f79d1d4-c94a-45e9-976a-8a3cedb343a6 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 20:03:13.641: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6447" for this suite. 09/16/22 20:03:13.643 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:03:13.654 +Sep 16 20:03:13.654: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 20:03:13.655 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:13.678 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:13.682 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 +Sep 16 20:03:13.690: INFO: Waiting up to 5m0s for pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9" in namespace "pods-2556" to be "running and ready" +Sep 16 20:03:13.696: INFO: Pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9": Phase="Pending", Reason="", readiness=false. Elapsed: 6.352184ms +Sep 16 20:03:13.696: INFO: The phase of Pod server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:03:15.701: INFO: Pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9": Phase="Running", Reason="", readiness=true. Elapsed: 2.010779524s +Sep 16 20:03:15.701: INFO: The phase of Pod server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9 is Running (Ready = true) +Sep 16 20:03:15.701: INFO: Pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9" satisfied condition "running and ready" +Sep 16 20:03:15.721: INFO: Waiting up to 5m0s for pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c" in namespace "pods-2556" to be "Succeeded or Failed" +Sep 16 20:03:15.734: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c": Phase="Pending", Reason="", readiness=false. Elapsed: 12.82725ms +Sep 16 20:03:17.738: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.016664841s +Sep 16 20:03:19.738: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.016102361s +STEP: Saw pod success 09/16/22 20:03:19.738 +Sep 16 20:03:19.738: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c" satisfied condition "Succeeded or Failed" +Sep 16 20:03:19.739: INFO: Trying to get logs from node ip-172-31-14-177 pod client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c container env3cont: +STEP: delete the pod 09/16/22 20:03:19.746 +Sep 16 20:03:19.752: INFO: Waiting for pod client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c to disappear +Sep 16 20:03:19.756: INFO: Pod client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c no longer exists +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 20:03:19.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-2556" for this suite. 09/16/22 20:03:19.759 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should contain environment variables for services [NodeConformance] [Conformance]","completed":195,"skipped":3623,"failed":0} +------------------------------ +• [SLOW TEST] [6.110 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:03:13.654 + Sep 16 20:03:13.654: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 20:03:13.655 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:13.678 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:13.682 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 + Sep 16 20:03:13.690: INFO: Waiting up to 5m0s for pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9" in namespace "pods-2556" to be "running and ready" + Sep 16 20:03:13.696: INFO: Pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9": Phase="Pending", Reason="", readiness=false. Elapsed: 6.352184ms + Sep 16 20:03:13.696: INFO: The phase of Pod server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:03:15.701: INFO: Pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9": Phase="Running", Reason="", readiness=true. Elapsed: 2.010779524s + Sep 16 20:03:15.701: INFO: The phase of Pod server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9 is Running (Ready = true) + Sep 16 20:03:15.701: INFO: Pod "server-envvars-a0defb43-f655-4c6c-9e5b-8de0078457a9" satisfied condition "running and ready" + Sep 16 20:03:15.721: INFO: Waiting up to 5m0s for pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c" in namespace "pods-2556" to be "Succeeded or Failed" + Sep 16 20:03:15.734: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c": Phase="Pending", Reason="", readiness=false. Elapsed: 12.82725ms + Sep 16 20:03:17.738: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.016664841s + Sep 16 20:03:19.738: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.016102361s + STEP: Saw pod success 09/16/22 20:03:19.738 + Sep 16 20:03:19.738: INFO: Pod "client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c" satisfied condition "Succeeded or Failed" + Sep 16 20:03:19.739: INFO: Trying to get logs from node ip-172-31-14-177 pod client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c container env3cont: + STEP: delete the pod 09/16/22 20:03:19.746 + Sep 16 20:03:19.752: INFO: Waiting for pod client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c to disappear + Sep 16 20:03:19.756: INFO: Pod client-envvars-0c29de71-037c-4d4c-b917-474b4e05812c no longer exists + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 20:03:19.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-2556" for this suite. 09/16/22 20:03:19.759 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Containers + should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:03:19.765 +Sep 16 20:03:19.765: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename containers 09/16/22 20:03:19.766 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:19.782 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:19.786 +[It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 +STEP: Creating a pod to test override all 09/16/22 20:03:19.789 +Sep 16 20:03:19.796: INFO: Waiting up to 5m0s for pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42" in namespace "containers-2761" to be "Succeeded or Failed" +Sep 16 20:03:19.803: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42": Phase="Pending", Reason="", readiness=false. Elapsed: 6.952233ms +Sep 16 20:03:21.808: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011298724s +Sep 16 20:03:23.808: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011261842s +STEP: Saw pod success 09/16/22 20:03:23.808 +Sep 16 20:03:23.808: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42" satisfied condition "Succeeded or Failed" +Sep 16 20:03:23.810: INFO: Trying to get logs from node ip-172-31-14-177 pod client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42 container agnhost-container: +STEP: delete the pod 09/16/22 20:03:23.815 +Sep 16 20:03:23.831: INFO: Waiting for pod client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42 to disappear +Sep 16 20:03:23.836: INFO: Pod client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 16 20:03:23.836: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-2761" for this suite. 09/16/22 20:03:23.842 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]","completed":196,"skipped":3625,"failed":0} +------------------------------ +• [4.082 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:03:19.765 + Sep 16 20:03:19.765: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename containers 09/16/22 20:03:19.766 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:19.782 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:19.786 + [It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 + STEP: Creating a pod to test override all 09/16/22 20:03:19.789 + Sep 16 20:03:19.796: INFO: Waiting up to 5m0s for pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42" in namespace "containers-2761" to be "Succeeded or Failed" + Sep 16 20:03:19.803: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42": Phase="Pending", Reason="", readiness=false. Elapsed: 6.952233ms + Sep 16 20:03:21.808: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011298724s + Sep 16 20:03:23.808: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011261842s + STEP: Saw pod success 09/16/22 20:03:23.808 + Sep 16 20:03:23.808: INFO: Pod "client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42" satisfied condition "Succeeded or Failed" + Sep 16 20:03:23.810: INFO: Trying to get logs from node ip-172-31-14-177 pod client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42 container agnhost-container: + STEP: delete the pod 09/16/22 20:03:23.815 + Sep 16 20:03:23.831: INFO: Waiting for pod client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42 to disappear + Sep 16 20:03:23.836: INFO: Pod client-containers-11d90355-ad1e-4663-96cf-4fedbd540a42 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 16 20:03:23.836: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-2761" for this suite. 09/16/22 20:03:23.842 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:03:23.85 +Sep 16 20:03:23.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 20:03:23.851 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:23.864 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:23.867 +[It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 +Sep 16 20:03:23.870: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/16/22 20:03:26.59 +Sep 16 20:03:26.590: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 create -f -' +Sep 16 20:03:27.263: INFO: stderr: "" +Sep 16 20:03:27.264: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Sep 16 20:03:27.264: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 delete e2e-test-crd-publish-openapi-4051-crds test-cr' +Sep 16 20:03:27.865: INFO: stderr: "" +Sep 16 20:03:27.865: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +Sep 16 20:03:27.865: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 apply -f -' +Sep 16 20:03:28.146: INFO: stderr: "" +Sep 16 20:03:28.146: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Sep 16 20:03:28.146: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 delete e2e-test-crd-publish-openapi-4051-crds test-cr' +Sep 16 20:03:28.217: INFO: stderr: "" +Sep 16 20:03:28.217: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 09/16/22 20:03:28.217 +Sep 16 20:03:28.217: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 explain e2e-test-crd-publish-openapi-4051-crds' +Sep 16 20:03:28.412: INFO: stderr: "" +Sep 16 20:03:28.412: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-4051-crd\nVERSION: crd-publish-openapi-test-unknown-at-root.example.com/v1\n\nDESCRIPTION:\n \n" +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:03:32.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-8441" for this suite. 09/16/22 20:03:32.5 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance]","completed":197,"skipped":3640,"failed":0} +------------------------------ +• [SLOW TEST] [8.653 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:03:23.85 + Sep 16 20:03:23.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 20:03:23.851 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:23.864 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:23.867 + [It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 + Sep 16 20:03:23.870: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/16/22 20:03:26.59 + Sep 16 20:03:26.590: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 create -f -' + Sep 16 20:03:27.263: INFO: stderr: "" + Sep 16 20:03:27.264: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Sep 16 20:03:27.264: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 delete e2e-test-crd-publish-openapi-4051-crds test-cr' + Sep 16 20:03:27.865: INFO: stderr: "" + Sep 16 20:03:27.865: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + Sep 16 20:03:27.865: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 apply -f -' + Sep 16 20:03:28.146: INFO: stderr: "" + Sep 16 20:03:28.146: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Sep 16 20:03:28.146: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 --namespace=crd-publish-openapi-8441 delete e2e-test-crd-publish-openapi-4051-crds test-cr' + Sep 16 20:03:28.217: INFO: stderr: "" + Sep 16 20:03:28.217: INFO: stdout: "e2e-test-crd-publish-openapi-4051-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 09/16/22 20:03:28.217 + Sep 16 20:03:28.217: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-8441 explain e2e-test-crd-publish-openapi-4051-crds' + Sep 16 20:03:28.412: INFO: stderr: "" + Sep 16 20:03:28.412: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-4051-crd\nVERSION: crd-publish-openapi-test-unknown-at-root.example.com/v1\n\nDESCRIPTION:\n \n" + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:03:32.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-8441" for this suite. 09/16/22 20:03:32.5 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] + validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:03:32.506 +Sep 16 20:03:32.506: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-preemption 09/16/22 20:03:32.507 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:32.519 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:32.523 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 16 20:03:32.534: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 16 20:04:32.552: INFO: Waiting for terminating namespaces to be deleted... +[It] validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 +STEP: Create pods that use 4/5 of node resources. 09/16/22 20:04:32.554 +Sep 16 20:04:32.570: INFO: Created pod: pod0-0-sched-preemption-low-priority +Sep 16 20:04:32.593: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Sep 16 20:04:32.629: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Sep 16 20:04:32.639: INFO: Created pod: pod1-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 09/16/22 20:04:32.64 +Sep 16 20:04:32.640: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-2921" to be "running" +Sep 16 20:04:32.643: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 3.69004ms +Sep 16 20:04:34.648: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007918439s +Sep 16 20:04:36.647: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.007352688s +Sep 16 20:04:36.647: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Sep 16 20:04:36.647: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-2921" to be "running" +Sep 16 20:04:36.649: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.065654ms +Sep 16 20:04:36.649: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Sep 16 20:04:36.649: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-2921" to be "running" +Sep 16 20:04:36.651: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 1.876131ms +Sep 16 20:04:38.656: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006329972s +Sep 16 20:04:40.655: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.005394316s +Sep 16 20:04:42.663: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 6.013931175s +Sep 16 20:04:44.654: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 8.004765714s +Sep 16 20:04:44.654: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Sep 16 20:04:44.654: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-2921" to be "running" +Sep 16 20:04:44.656: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.711108ms +Sep 16 20:04:44.656: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" +STEP: Run a critical pod that use same resources as that of a lower priority pod 09/16/22 20:04:44.656 +Sep 16 20:04:44.664: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" +Sep 16 20:04:44.669: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.458463ms +Sep 16 20:04:46.672: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007930888s +Sep 16 20:04:48.673: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.008886842s +Sep 16 20:04:48.673: INFO: Pod "critical-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:04:48.696: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-2921" for this suite. 09/16/22 20:04:48.7 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod [Conformance]","completed":198,"skipped":3667,"failed":0} +------------------------------ +• [SLOW TEST] [76.245 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:03:32.506 + Sep 16 20:03:32.506: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-preemption 09/16/22 20:03:32.507 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:03:32.519 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:03:32.523 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 16 20:03:32.534: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 16 20:04:32.552: INFO: Waiting for terminating namespaces to be deleted... + [It] validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 + STEP: Create pods that use 4/5 of node resources. 09/16/22 20:04:32.554 + Sep 16 20:04:32.570: INFO: Created pod: pod0-0-sched-preemption-low-priority + Sep 16 20:04:32.593: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Sep 16 20:04:32.629: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Sep 16 20:04:32.639: INFO: Created pod: pod1-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 09/16/22 20:04:32.64 + Sep 16 20:04:32.640: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-2921" to be "running" + Sep 16 20:04:32.643: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 3.69004ms + Sep 16 20:04:34.648: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007918439s + Sep 16 20:04:36.647: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.007352688s + Sep 16 20:04:36.647: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Sep 16 20:04:36.647: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-2921" to be "running" + Sep 16 20:04:36.649: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.065654ms + Sep 16 20:04:36.649: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Sep 16 20:04:36.649: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-2921" to be "running" + Sep 16 20:04:36.651: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 1.876131ms + Sep 16 20:04:38.656: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006329972s + Sep 16 20:04:40.655: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.005394316s + Sep 16 20:04:42.663: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 6.013931175s + Sep 16 20:04:44.654: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 8.004765714s + Sep 16 20:04:44.654: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Sep 16 20:04:44.654: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-2921" to be "running" + Sep 16 20:04:44.656: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.711108ms + Sep 16 20:04:44.656: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" + STEP: Run a critical pod that use same resources as that of a lower priority pod 09/16/22 20:04:44.656 + Sep 16 20:04:44.664: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" + Sep 16 20:04:44.669: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.458463ms + Sep 16 20:04:46.672: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007930888s + Sep 16 20:04:48.673: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.008886842s + Sep 16 20:04:48.673: INFO: Pod "critical-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:04:48.696: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-2921" for this suite. 09/16/22 20:04:48.7 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Proxy version v1 + should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +[BeforeEach] version v1 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:04:48.751 +Sep 16 20:04:48.751: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename proxy 09/16/22 20:04:48.753 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:04:48.765 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:04:48.769 +[It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +STEP: starting an echo server on multiple ports 09/16/22 20:04:48.78 +STEP: creating replication controller proxy-service-52zq8 in namespace proxy-6955 09/16/22 20:04:48.78 +I0916 20:04:48.793779 19 runners.go:193] Created replication controller with name: proxy-service-52zq8, namespace: proxy-6955, replica count: 1 +I0916 20:04:49.845079 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0916 20:04:50.845438 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:51.845721 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:52.845964 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:53.847004 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:54.847311 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:55.847506 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:56.847919 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:57.848286 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:58.848963 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:04:59.849415 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady +I0916 20:05:00.849688 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 20:05:00.852: INFO: setup took 12.079213765s, starting test cases +STEP: running 16 cases, 20 attempts per case, 320 total attempts 09/16/22 20:05:00.852 +Sep 16 20:05:00.874: INFO: (0) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 21.707675ms) +Sep 16 20:05:00.875: INFO: (0) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 34.486814ms) +Sep 16 20:05:00.892: INFO: (0) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 38.745244ms) +Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 43.466921ms) +Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 43.595443ms) +Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 44.06378ms) +Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 43.722466ms) +Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 44.277624ms) +Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 43.846827ms) +Sep 16 20:05:00.905: INFO: (0) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 51.806837ms) +Sep 16 20:05:00.906: INFO: (0) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 53.103988ms) +Sep 16 20:05:00.906: INFO: (0) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 53.490634ms) +Sep 16 20:05:00.906: INFO: (0) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 53.476115ms) +Sep 16 20:05:00.911: INFO: (0) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 57.749475ms) +Sep 16 20:05:00.911: INFO: (0) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 58.341054ms) +Sep 16 20:05:00.921: INFO: (1) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.283202ms) +Sep 16 20:05:00.921: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 9.411224ms) +Sep 16 20:05:00.927: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.86867ms) +Sep 16 20:05:00.927: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 16.226496ms) +Sep 16 20:05:00.928: INFO: (1) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 21.697026ms) +Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 22.334556ms) +Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 21.326839ms) +Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 21.846398ms) +Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 21.523502ms) +Sep 16 20:05:00.935: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 22.802353ms) +Sep 16 20:05:00.941: INFO: (2) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 6.552468ms) +Sep 16 20:05:00.944: INFO: (2) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.254335ms) +Sep 16 20:05:00.945: INFO: (2) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 9.75368ms) +Sep 16 20:05:00.947: INFO: (2) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 11.373367ms) +Sep 16 20:05:00.951: INFO: (2) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.988466ms) +Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 17.656749ms) +Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 17.410995ms) +Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 17.562058ms) +Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 18.027236ms) +Sep 16 20:05:00.954: INFO: (2) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 18.523274ms) +Sep 16 20:05:00.954: INFO: (2) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 18.747997ms) +Sep 16 20:05:00.955: INFO: (2) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 19.386348ms) +Sep 16 20:05:00.956: INFO: (2) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 19.811365ms) +Sep 16 20:05:00.956: INFO: (2) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 20.13113ms) +Sep 16 20:05:00.957: INFO: (2) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 20.69405ms) +Sep 16 20:05:00.965: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 7.703826ms) +Sep 16 20:05:00.965: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.797098ms) +Sep 16 20:05:00.966: INFO: (3) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 8.315246ms) +Sep 16 20:05:00.970: INFO: (3) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 12.304312ms) +Sep 16 20:05:00.971: INFO: (3) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.729108ms) +Sep 16 20:05:00.971: INFO: (3) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 12.754249ms) +Sep 16 20:05:00.971: INFO: (3) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.907581ms) +Sep 16 20:05:00.974: INFO: (3) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 15.22076ms) +Sep 16 20:05:00.975: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 17.452836ms) +Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 17.268223ms) +Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.963878ms) +Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 18.481583ms) +Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 6.397135ms) +Sep 16 20:05:00.986: INFO: (4) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.93675ms) +Sep 16 20:05:00.989: INFO: (4) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.481628ms) +Sep 16 20:05:00.990: INFO: (4) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.105522ms) +Sep 16 20:05:00.990: INFO: (4) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 12.483985ms) +Sep 16 20:05:00.991: INFO: (4) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 13.512251ms) +Sep 16 20:05:00.992: INFO: (4) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 13.652473ms) +Sep 16 20:05:00.993: INFO: (4) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 16.041233ms) +Sep 16 20:05:00.995: INFO: (4) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 18.31909ms) +Sep 16 20:05:00.995: INFO: (4) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 16.964168ms) +Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 19.479019ms) +Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 19.098102ms) +Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 18.860839ms) +Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 18.682966ms) +Sep 16 20:05:01.005: INFO: (5) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.402257ms) +Sep 16 20:05:01.006: INFO: (5) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 9.998684ms) +Sep 16 20:05:01.007: INFO: (5) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.51667ms) +Sep 16 20:05:01.007: INFO: (5) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 9.319742ms) +Sep 16 20:05:01.007: INFO: (5) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 9.356204ms) +Sep 16 20:05:01.008: INFO: (5) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.39684ms) +Sep 16 20:05:01.009: INFO: (5) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 10.278379ms) +Sep 16 20:05:01.011: INFO: (5) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 13.242637ms) +Sep 16 20:05:01.012: INFO: (5) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 13.938909ms) +Sep 16 20:05:01.013: INFO: (5) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 15.002086ms) +Sep 16 20:05:01.013: INFO: (5) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 15.421883ms) +Sep 16 20:05:01.023: INFO: (6) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 9.843581ms) +Sep 16 20:05:01.023: INFO: (6) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.886863ms) +Sep 16 20:05:01.024: INFO: (6) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.029135ms) +Sep 16 20:05:01.025: INFO: (6) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.489079ms) +Sep 16 20:05:01.025: INFO: (6) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 11.478389ms) +Sep 16 20:05:01.025: INFO: (6) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 11.310025ms) +Sep 16 20:05:01.027: INFO: (6) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 13.333798ms) +Sep 16 20:05:01.027: INFO: (6) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 13.310959ms) +Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 13.755086ms) +Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 13.660934ms) +Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 13.771776ms) +Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 14.156332ms) +Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 14.02079ms) +Sep 16 20:05:01.029: INFO: (6) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 14.828263ms) +Sep 16 20:05:01.029: INFO: (6) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 15.092077ms) +Sep 16 20:05:01.039: INFO: (7) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 9.282013ms) +Sep 16 20:05:01.040: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 10.222028ms) +Sep 16 20:05:01.040: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.488596ms) +Sep 16 20:05:01.040: INFO: (7) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.249728ms) +Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.221443ms) +Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 14.723411ms) +Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 14.412177ms) +Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 14.758052ms) +Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 14.294245ms) +Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 14.446507ms) +Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 14.776533ms) +Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 14.65395ms) +Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 14.968636ms) +Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.916675ms) +Sep 16 20:05:01.046: INFO: (7) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 16.114494ms) +Sep 16 20:05:01.056: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.428608ms) +Sep 16 20:05:01.057: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 10.370969ms) +Sep 16 20:05:01.057: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 9.825541ms) +Sep 16 20:05:01.057: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 9.015408ms) +Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.347882ms) +Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 13.166966ms) +Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 12.963682ms) +Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 12.320632ms) +Sep 16 20:05:01.060: INFO: (8) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 13.189205ms) +Sep 16 20:05:01.061: INFO: (8) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 11.788433ms) +Sep 16 20:05:01.075: INFO: (9) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 11.937705ms) +Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.490864ms) +Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 12.087128ms) +Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 13.166036ms) +Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 13.135365ms) +Sep 16 20:05:01.077: INFO: (9) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 13.917368ms) +Sep 16 20:05:01.077: INFO: (9) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.139669ms) +Sep 16 20:05:01.078: INFO: (9) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 14.234003ms) +Sep 16 20:05:01.078: INFO: (9) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 12.856331ms) +Sep 16 20:05:01.078: INFO: (9) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 7.986491ms) +Sep 16 20:05:01.088: INFO: (10) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 13.278557ms) +Sep 16 20:05:01.093: INFO: (10) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 13.4378ms) +Sep 16 20:05:01.094: INFO: (10) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.209589ms) +Sep 16 20:05:01.095: INFO: (10) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 16.526581ms) +Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 16.4714ms) +Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 17.124321ms) +Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 15.748158ms) +Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 16.792886ms) +Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 15.971412ms) +Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.045483ms) +Sep 16 20:05:01.097: INFO: (10) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 16.670303ms) +Sep 16 20:05:01.097: INFO: (10) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 18.020726ms) +Sep 16 20:05:01.105: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 6.838522ms) +Sep 16 20:05:01.108: INFO: (11) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 8.434428ms) +Sep 16 20:05:01.111: INFO: (11) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.628117ms) +Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 11.426827ms) +Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 14.385605ms) +Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 12.412764ms) +Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.700829ms) +Sep 16 20:05:01.115: INFO: (11) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 15.702687ms) +Sep 16 20:05:01.115: INFO: (11) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 15.374582ms) +Sep 16 20:05:01.116: INFO: (11) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.559272ms) +Sep 16 20:05:01.116: INFO: (11) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 17.319414ms) +Sep 16 20:05:01.116: INFO: (11) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 16.260077ms) +Sep 16 20:05:01.117: INFO: (11) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 7.308159ms) +Sep 16 20:05:01.126: INFO: (12) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.097363ms) +Sep 16 20:05:01.126: INFO: (12) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 8.336947ms) +Sep 16 20:05:01.127: INFO: (12) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 8.754964ms) +Sep 16 20:05:01.128: INFO: (12) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.053555ms) +Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 10.561684ms) +Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 12.148709ms) +Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.106669ms) +Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 11.621211ms) +Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 12.424713ms) +Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.433248ms) +Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 11.522419ms) +Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 9.643379ms) +Sep 16 20:05:01.143: INFO: (13) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.839741ms) +Sep 16 20:05:01.143: INFO: (13) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 9.885993ms) +Sep 16 20:05:01.149: INFO: (13) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 16.231366ms) +Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 16.49042ms) +Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 16.274696ms) +Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 16.359208ms) +Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 9.957914ms) +Sep 16 20:05:01.162: INFO: (14) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 10.191017ms) +Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 10.060605ms) +Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.114706ms) +Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.646235ms) +Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 10.206237ms) +Sep 16 20:05:01.164: INFO: (14) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 11.145083ms) +Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.082078ms) +Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 12.517155ms) +Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.19772ms) +Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 12.089359ms) +Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 10.234518ms) +Sep 16 20:05:01.177: INFO: (15) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 10.437831ms) +Sep 16 20:05:01.177: INFO: (15) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.708526ms) +Sep 16 20:05:01.179: INFO: (15) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 10.820688ms) +Sep 16 20:05:01.179: INFO: (15) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 12.278771ms) +Sep 16 20:05:01.179: INFO: (15) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 11.453638ms) +Sep 16 20:05:01.180: INFO: (15) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 12.394243ms) +Sep 16 20:05:01.180: INFO: (15) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.34725ms) +Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 13.376119ms) +Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 14.285614ms) +Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 13.830867ms) +Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 14.765682ms) +Sep 16 20:05:01.186: INFO: (16) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 4.706777ms) +Sep 16 20:05:01.192: INFO: (16) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 10.072925ms) +Sep 16 20:05:01.195: INFO: (16) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 12.036158ms) +Sep 16 20:05:01.195: INFO: (16) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 13.288198ms) +Sep 16 20:05:01.196: INFO: (16) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 13.45203ms) +Sep 16 20:05:01.196: INFO: (16) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 16.594382ms) +Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 17.212742ms) +Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.855686ms) +Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 18.094396ms) +Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 18.219008ms) +Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 17.258593ms) +Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 17.368675ms) +Sep 16 20:05:01.199: INFO: (16) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 16.341668ms) +Sep 16 20:05:01.208: INFO: (17) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.957211ms) +Sep 16 20:05:01.208: INFO: (17) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 7.763827ms) +Sep 16 20:05:01.211: INFO: (17) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 10.690355ms) +Sep 16 20:05:01.213: INFO: (17) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 12.742839ms) +Sep 16 20:05:01.213: INFO: (17) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 12.721278ms) +Sep 16 20:05:01.213: INFO: (17) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.314692ms) +Sep 16 20:05:01.216: INFO: (17) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 14.62018ms) +Sep 16 20:05:01.216: INFO: (17) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.25765ms) +Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 15.656456ms) +Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 16.122465ms) +Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 16.242206ms) +Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 16.758055ms) +Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 16.029372ms) +Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 16.256747ms) +Sep 16 20:05:01.218: INFO: (17) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 17.06743ms) +Sep 16 20:05:01.225: INFO: (18) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 6.73906ms) +Sep 16 20:05:01.227: INFO: (18) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.890769ms) +Sep 16 20:05:01.227: INFO: (18) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.024231ms) +Sep 16 20:05:01.228: INFO: (18) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 9.717439ms) +Sep 16 20:05:01.229: INFO: (18) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 8.942797ms) +Sep 16 20:05:01.229: INFO: (18) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 10.028044ms) +Sep 16 20:05:01.229: INFO: (18) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 10.934449ms) +Sep 16 20:05:01.230: INFO: (18) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 10.126165ms) +Sep 16 20:05:01.231: INFO: (18) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 12.406663ms) +Sep 16 20:05:01.231: INFO: (18) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 13.354829ms) +Sep 16 20:05:01.232: INFO: (18) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 13.832047ms) +Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 15.781459ms) +Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 15.87317ms) +Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.252814ms) +Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 14.787542ms) +Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 16.040313ms) +Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.967732ms) +Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 14.704081ms) +Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 15.542225ms) +Sep 16 20:05:01.255: INFO: (19) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 19.982377ms) +Sep 16 20:05:01.255: INFO: (19) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 18.713017ms) +Sep 16 20:05:01.255: INFO: (19) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 20.113899ms) +Sep 16 20:05:01.256: INFO: (19) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 19.831455ms) +Sep 16 20:05:01.256: INFO: (19) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 20.031078ms) +STEP: deleting ReplicationController proxy-service-52zq8 in namespace proxy-6955, will wait for the garbage collector to delete the pods 09/16/22 20:05:01.256 +Sep 16 20:05:01.313: INFO: Deleting ReplicationController proxy-service-52zq8 took: 3.269473ms +Sep 16 20:05:01.414: INFO: Terminating ReplicationController proxy-service-52zq8 pods took: 100.929894ms +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Sep 16 20:05:02.315: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-6955" for this suite. 09/16/22 20:05:02.318 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Proxy version v1 should proxy through a service and a pod [Conformance]","completed":199,"skipped":3668,"failed":0} +------------------------------ +• [SLOW TEST] [13.570 seconds] +[sig-network] Proxy +test/e2e/network/common/framework.go:23 + version v1 + test/e2e/network/proxy.go:74 + should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] version v1 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:04:48.751 + Sep 16 20:04:48.751: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename proxy 09/16/22 20:04:48.753 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:04:48.765 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:04:48.769 + [It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 + STEP: starting an echo server on multiple ports 09/16/22 20:04:48.78 + STEP: creating replication controller proxy-service-52zq8 in namespace proxy-6955 09/16/22 20:04:48.78 + I0916 20:04:48.793779 19 runners.go:193] Created replication controller with name: proxy-service-52zq8, namespace: proxy-6955, replica count: 1 + I0916 20:04:49.845079 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0916 20:04:50.845438 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:51.845721 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:52.845964 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:53.847004 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:54.847311 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:55.847506 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:56.847919 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:57.848286 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:58.848963 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:04:59.849415 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady + I0916 20:05:00.849688 19 runners.go:193] proxy-service-52zq8 Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 20:05:00.852: INFO: setup took 12.079213765s, starting test cases + STEP: running 16 cases, 20 attempts per case, 320 total attempts 09/16/22 20:05:00.852 + Sep 16 20:05:00.874: INFO: (0) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 21.707675ms) + Sep 16 20:05:00.875: INFO: (0) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 34.486814ms) + Sep 16 20:05:00.892: INFO: (0) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 38.745244ms) + Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 43.466921ms) + Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 43.595443ms) + Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 44.06378ms) + Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 43.722466ms) + Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 44.277624ms) + Sep 16 20:05:00.897: INFO: (0) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 43.846827ms) + Sep 16 20:05:00.905: INFO: (0) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 51.806837ms) + Sep 16 20:05:00.906: INFO: (0) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 53.103988ms) + Sep 16 20:05:00.906: INFO: (0) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 53.490634ms) + Sep 16 20:05:00.906: INFO: (0) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 53.476115ms) + Sep 16 20:05:00.911: INFO: (0) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 57.749475ms) + Sep 16 20:05:00.911: INFO: (0) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 58.341054ms) + Sep 16 20:05:00.921: INFO: (1) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.283202ms) + Sep 16 20:05:00.921: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 9.411224ms) + Sep 16 20:05:00.927: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.86867ms) + Sep 16 20:05:00.927: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 16.226496ms) + Sep 16 20:05:00.928: INFO: (1) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 21.697026ms) + Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 22.334556ms) + Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 21.326839ms) + Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 21.846398ms) + Sep 16 20:05:00.934: INFO: (1) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 21.523502ms) + Sep 16 20:05:00.935: INFO: (1) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 22.802353ms) + Sep 16 20:05:00.941: INFO: (2) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 6.552468ms) + Sep 16 20:05:00.944: INFO: (2) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.254335ms) + Sep 16 20:05:00.945: INFO: (2) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 9.75368ms) + Sep 16 20:05:00.947: INFO: (2) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 11.373367ms) + Sep 16 20:05:00.951: INFO: (2) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.988466ms) + Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 17.656749ms) + Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 17.410995ms) + Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 17.562058ms) + Sep 16 20:05:00.953: INFO: (2) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 18.027236ms) + Sep 16 20:05:00.954: INFO: (2) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 18.523274ms) + Sep 16 20:05:00.954: INFO: (2) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 18.747997ms) + Sep 16 20:05:00.955: INFO: (2) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 19.386348ms) + Sep 16 20:05:00.956: INFO: (2) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 19.811365ms) + Sep 16 20:05:00.956: INFO: (2) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 20.13113ms) + Sep 16 20:05:00.957: INFO: (2) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 20.69405ms) + Sep 16 20:05:00.965: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 7.703826ms) + Sep 16 20:05:00.965: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.797098ms) + Sep 16 20:05:00.966: INFO: (3) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 8.315246ms) + Sep 16 20:05:00.970: INFO: (3) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 12.304312ms) + Sep 16 20:05:00.971: INFO: (3) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.729108ms) + Sep 16 20:05:00.971: INFO: (3) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 12.754249ms) + Sep 16 20:05:00.971: INFO: (3) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.907581ms) + Sep 16 20:05:00.974: INFO: (3) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 15.22076ms) + Sep 16 20:05:00.975: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 17.452836ms) + Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 17.268223ms) + Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.963878ms) + Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 18.481583ms) + Sep 16 20:05:00.976: INFO: (3) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 6.397135ms) + Sep 16 20:05:00.986: INFO: (4) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.93675ms) + Sep 16 20:05:00.989: INFO: (4) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.481628ms) + Sep 16 20:05:00.990: INFO: (4) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.105522ms) + Sep 16 20:05:00.990: INFO: (4) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 12.483985ms) + Sep 16 20:05:00.991: INFO: (4) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 13.512251ms) + Sep 16 20:05:00.992: INFO: (4) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 13.652473ms) + Sep 16 20:05:00.993: INFO: (4) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 16.041233ms) + Sep 16 20:05:00.995: INFO: (4) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 18.31909ms) + Sep 16 20:05:00.995: INFO: (4) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 16.964168ms) + Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 19.479019ms) + Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 19.098102ms) + Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 18.860839ms) + Sep 16 20:05:00.996: INFO: (4) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 18.682966ms) + Sep 16 20:05:01.005: INFO: (5) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.402257ms) + Sep 16 20:05:01.006: INFO: (5) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 9.998684ms) + Sep 16 20:05:01.007: INFO: (5) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.51667ms) + Sep 16 20:05:01.007: INFO: (5) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 9.319742ms) + Sep 16 20:05:01.007: INFO: (5) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 9.356204ms) + Sep 16 20:05:01.008: INFO: (5) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.39684ms) + Sep 16 20:05:01.009: INFO: (5) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 10.278379ms) + Sep 16 20:05:01.011: INFO: (5) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 13.242637ms) + Sep 16 20:05:01.012: INFO: (5) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 13.938909ms) + Sep 16 20:05:01.013: INFO: (5) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 15.002086ms) + Sep 16 20:05:01.013: INFO: (5) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 15.421883ms) + Sep 16 20:05:01.023: INFO: (6) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 9.843581ms) + Sep 16 20:05:01.023: INFO: (6) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.886863ms) + Sep 16 20:05:01.024: INFO: (6) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.029135ms) + Sep 16 20:05:01.025: INFO: (6) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.489079ms) + Sep 16 20:05:01.025: INFO: (6) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 11.478389ms) + Sep 16 20:05:01.025: INFO: (6) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 11.310025ms) + Sep 16 20:05:01.027: INFO: (6) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 13.333798ms) + Sep 16 20:05:01.027: INFO: (6) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 13.310959ms) + Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 13.755086ms) + Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 13.660934ms) + Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 13.771776ms) + Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 14.156332ms) + Sep 16 20:05:01.028: INFO: (6) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 14.02079ms) + Sep 16 20:05:01.029: INFO: (6) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 14.828263ms) + Sep 16 20:05:01.029: INFO: (6) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 15.092077ms) + Sep 16 20:05:01.039: INFO: (7) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 9.282013ms) + Sep 16 20:05:01.040: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 10.222028ms) + Sep 16 20:05:01.040: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.488596ms) + Sep 16 20:05:01.040: INFO: (7) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.249728ms) + Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.221443ms) + Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 14.723411ms) + Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 14.412177ms) + Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 14.758052ms) + Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 14.294245ms) + Sep 16 20:05:01.044: INFO: (7) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 14.446507ms) + Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 14.776533ms) + Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 14.65395ms) + Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 14.968636ms) + Sep 16 20:05:01.045: INFO: (7) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.916675ms) + Sep 16 20:05:01.046: INFO: (7) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 16.114494ms) + Sep 16 20:05:01.056: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.428608ms) + Sep 16 20:05:01.057: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 10.370969ms) + Sep 16 20:05:01.057: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 9.825541ms) + Sep 16 20:05:01.057: INFO: (8) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 9.015408ms) + Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.347882ms) + Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 13.166966ms) + Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 12.963682ms) + Sep 16 20:05:01.059: INFO: (8) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 12.320632ms) + Sep 16 20:05:01.060: INFO: (8) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 13.189205ms) + Sep 16 20:05:01.061: INFO: (8) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 11.788433ms) + Sep 16 20:05:01.075: INFO: (9) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 11.937705ms) + Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.490864ms) + Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 12.087128ms) + Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 13.166036ms) + Sep 16 20:05:01.076: INFO: (9) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 13.135365ms) + Sep 16 20:05:01.077: INFO: (9) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 13.917368ms) + Sep 16 20:05:01.077: INFO: (9) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.139669ms) + Sep 16 20:05:01.078: INFO: (9) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 14.234003ms) + Sep 16 20:05:01.078: INFO: (9) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 12.856331ms) + Sep 16 20:05:01.078: INFO: (9) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 7.986491ms) + Sep 16 20:05:01.088: INFO: (10) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 13.278557ms) + Sep 16 20:05:01.093: INFO: (10) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 13.4378ms) + Sep 16 20:05:01.094: INFO: (10) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.209589ms) + Sep 16 20:05:01.095: INFO: (10) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 16.526581ms) + Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 16.4714ms) + Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 17.124321ms) + Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 15.748158ms) + Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 16.792886ms) + Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 15.971412ms) + Sep 16 20:05:01.096: INFO: (10) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.045483ms) + Sep 16 20:05:01.097: INFO: (10) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 16.670303ms) + Sep 16 20:05:01.097: INFO: (10) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 18.020726ms) + Sep 16 20:05:01.105: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 6.838522ms) + Sep 16 20:05:01.108: INFO: (11) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 8.434428ms) + Sep 16 20:05:01.111: INFO: (11) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.628117ms) + Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 11.426827ms) + Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 14.385605ms) + Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 12.412764ms) + Sep 16 20:05:01.112: INFO: (11) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.700829ms) + Sep 16 20:05:01.115: INFO: (11) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 15.702687ms) + Sep 16 20:05:01.115: INFO: (11) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 15.374582ms) + Sep 16 20:05:01.116: INFO: (11) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.559272ms) + Sep 16 20:05:01.116: INFO: (11) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 17.319414ms) + Sep 16 20:05:01.116: INFO: (11) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 16.260077ms) + Sep 16 20:05:01.117: INFO: (11) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 7.308159ms) + Sep 16 20:05:01.126: INFO: (12) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.097363ms) + Sep 16 20:05:01.126: INFO: (12) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 8.336947ms) + Sep 16 20:05:01.127: INFO: (12) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 8.754964ms) + Sep 16 20:05:01.128: INFO: (12) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.053555ms) + Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 10.561684ms) + Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 12.148709ms) + Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.106669ms) + Sep 16 20:05:01.129: INFO: (12) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 11.621211ms) + Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 12.424713ms) + Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 11.433248ms) + Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 11.522419ms) + Sep 16 20:05:01.130: INFO: (12) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 9.643379ms) + Sep 16 20:05:01.143: INFO: (13) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 9.839741ms) + Sep 16 20:05:01.143: INFO: (13) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 9.885993ms) + Sep 16 20:05:01.149: INFO: (13) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 16.231366ms) + Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 16.49042ms) + Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 16.274696ms) + Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 16.359208ms) + Sep 16 20:05:01.150: INFO: (13) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 9.957914ms) + Sep 16 20:05:01.162: INFO: (14) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 10.191017ms) + Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 10.060605ms) + Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 10.114706ms) + Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.646235ms) + Sep 16 20:05:01.163: INFO: (14) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 10.206237ms) + Sep 16 20:05:01.164: INFO: (14) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 11.145083ms) + Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.082078ms) + Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 12.517155ms) + Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 12.19772ms) + Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 12.089359ms) + Sep 16 20:05:01.165: INFO: (14) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 10.234518ms) + Sep 16 20:05:01.177: INFO: (15) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 10.437831ms) + Sep 16 20:05:01.177: INFO: (15) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.708526ms) + Sep 16 20:05:01.179: INFO: (15) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 10.820688ms) + Sep 16 20:05:01.179: INFO: (15) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 12.278771ms) + Sep 16 20:05:01.179: INFO: (15) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 11.453638ms) + Sep 16 20:05:01.180: INFO: (15) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 12.394243ms) + Sep 16 20:05:01.180: INFO: (15) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 10.34725ms) + Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 13.376119ms) + Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 14.285614ms) + Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 13.830867ms) + Sep 16 20:05:01.181: INFO: (15) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 14.765682ms) + Sep 16 20:05:01.186: INFO: (16) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 4.706777ms) + Sep 16 20:05:01.192: INFO: (16) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 10.072925ms) + Sep 16 20:05:01.195: INFO: (16) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 12.036158ms) + Sep 16 20:05:01.195: INFO: (16) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 13.288198ms) + Sep 16 20:05:01.196: INFO: (16) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 13.45203ms) + Sep 16 20:05:01.196: INFO: (16) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 16.594382ms) + Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 17.212742ms) + Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 16.855686ms) + Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 18.094396ms) + Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 18.219008ms) + Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 17.258593ms) + Sep 16 20:05:01.200: INFO: (16) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 17.368675ms) + Sep 16 20:05:01.199: INFO: (16) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 16.341668ms) + Sep 16 20:05:01.208: INFO: (17) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.957211ms) + Sep 16 20:05:01.208: INFO: (17) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 7.763827ms) + Sep 16 20:05:01.211: INFO: (17) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 10.690355ms) + Sep 16 20:05:01.213: INFO: (17) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:460/proxy/: tls baz (200; 12.742839ms) + Sep 16 20:05:01.213: INFO: (17) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 12.721278ms) + Sep 16 20:05:01.213: INFO: (17) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 12.314692ms) + Sep 16 20:05:01.216: INFO: (17) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 14.62018ms) + Sep 16 20:05:01.216: INFO: (17) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.25765ms) + Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 15.656456ms) + Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test<... (200; 16.122465ms) + Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 16.242206ms) + Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 16.758055ms) + Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 16.029372ms) + Sep 16 20:05:01.217: INFO: (17) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 16.256747ms) + Sep 16 20:05:01.218: INFO: (17) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 17.06743ms) + Sep 16 20:05:01.225: INFO: (18) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:1080/proxy/: ... (200; 6.73906ms) + Sep 16 20:05:01.227: INFO: (18) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 7.890769ms) + Sep 16 20:05:01.227: INFO: (18) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 8.024231ms) + Sep 16 20:05:01.228: INFO: (18) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 9.717439ms) + Sep 16 20:05:01.229: INFO: (18) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw/proxy/: test (200; 8.942797ms) + Sep 16 20:05:01.229: INFO: (18) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 10.028044ms) + Sep 16 20:05:01.229: INFO: (18) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 10.934449ms) + Sep 16 20:05:01.230: INFO: (18) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 10.126165ms) + Sep 16 20:05:01.231: INFO: (18) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 12.406663ms) + Sep 16 20:05:01.231: INFO: (18) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 13.354829ms) + Sep 16 20:05:01.232: INFO: (18) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: ... (200; 13.832047ms) + Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:443/proxy/: test (200; 15.781459ms) + Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:1080/proxy/: test<... (200; 15.87317ms) + Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:162/proxy/: bar (200; 14.252814ms) + Sep 16 20:05:01.250: INFO: (19) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:160/proxy/: foo (200; 14.787542ms) + Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname2/proxy/: tls qux (200; 16.040313ms) + Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/pods/proxy-service-52zq8-z2prw:162/proxy/: bar (200; 15.967732ms) + Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/pods/https:proxy-service-52zq8-z2prw:462/proxy/: tls qux (200; 14.704081ms) + Sep 16 20:05:01.251: INFO: (19) /api/v1/namespaces/proxy-6955/pods/http:proxy-service-52zq8-z2prw:160/proxy/: foo (200; 15.542225ms) + Sep 16 20:05:01.255: INFO: (19) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname1/proxy/: foo (200; 19.982377ms) + Sep 16 20:05:01.255: INFO: (19) /api/v1/namespaces/proxy-6955/services/proxy-service-52zq8:portname2/proxy/: bar (200; 18.713017ms) + Sep 16 20:05:01.255: INFO: (19) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname1/proxy/: foo (200; 20.113899ms) + Sep 16 20:05:01.256: INFO: (19) /api/v1/namespaces/proxy-6955/services/https:proxy-service-52zq8:tlsportname1/proxy/: tls baz (200; 19.831455ms) + Sep 16 20:05:01.256: INFO: (19) /api/v1/namespaces/proxy-6955/services/http:proxy-service-52zq8:portname2/proxy/: bar (200; 20.031078ms) + STEP: deleting ReplicationController proxy-service-52zq8 in namespace proxy-6955, will wait for the garbage collector to delete the pods 09/16/22 20:05:01.256 + Sep 16 20:05:01.313: INFO: Deleting ReplicationController proxy-service-52zq8 took: 3.269473ms + Sep 16 20:05:01.414: INFO: Terminating ReplicationController proxy-service-52zq8 pods took: 100.929894ms + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Sep 16 20:05:02.315: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-6955" for this suite. 09/16/22 20:05:02.318 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Garbage collector + should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:05:02.322 +Sep 16 20:05:02.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 20:05:02.323 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:02.338 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:02.341 +[It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 +STEP: create the deployment 09/16/22 20:05:02.343 +STEP: Wait for the Deployment to create new ReplicaSet 09/16/22 20:05:02.346 +STEP: delete the deployment 09/16/22 20:05:02.851 +STEP: wait for all rs to be garbage collected 09/16/22 20:05:02.858 +STEP: expected 0 pods, got 2 pods 09/16/22 20:05:02.875 +STEP: Gathering metrics 09/16/22 20:05:03.388 +W0916 20:05:03.393726 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 16 20:05:03.393: 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 + test/e2e/framework/framework.go:187 +Sep 16 20:05:03.393: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-340" for this suite. 09/16/22 20:05:03.397 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance]","completed":200,"skipped":3681,"failed":0} +------------------------------ +• [1.079 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:05:02.322 + Sep 16 20:05:02.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 20:05:02.323 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:02.338 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:02.341 + [It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 + STEP: create the deployment 09/16/22 20:05:02.343 + STEP: Wait for the Deployment to create new ReplicaSet 09/16/22 20:05:02.346 + STEP: delete the deployment 09/16/22 20:05:02.851 + STEP: wait for all rs to be garbage collected 09/16/22 20:05:02.858 + STEP: expected 0 pods, got 2 pods 09/16/22 20:05:02.875 + STEP: Gathering metrics 09/16/22 20:05:03.388 + W0916 20:05:03.393726 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 16 20:05:03.393: 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 + test/e2e/framework/framework.go:187 + Sep 16 20:05:03.393: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-340" for this suite. 09/16/22 20:05:03.397 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:05:03.403 +Sep 16 20:05:03.403: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:05:03.403 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:03.416 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:03.42 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:05:03.423 +Sep 16 20:05:03.432: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74" in namespace "downward-api-2190" to be "Succeeded or Failed" +Sep 16 20:05:03.690: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74": Phase="Pending", Reason="", readiness=false. Elapsed: 257.734543ms +Sep 16 20:05:05.693: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74": Phase="Pending", Reason="", readiness=false. Elapsed: 2.260733702s +Sep 16 20:05:07.693: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.261373631s +STEP: Saw pod success 09/16/22 20:05:07.693 +Sep 16 20:05:07.694: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74" satisfied condition "Succeeded or Failed" +Sep 16 20:05:07.696: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74 container client-container: +STEP: delete the pod 09/16/22 20:05:07.706 +Sep 16 20:05:07.715: INFO: Waiting for pod downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74 to disappear +Sep 16 20:05:07.719: INFO: Pod downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:05:07.719: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-2190" for this suite. 09/16/22 20:05:07.722 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","completed":201,"skipped":3692,"failed":0} +------------------------------ +• [4.324 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:05:03.403 + Sep 16 20:05:03.403: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:05:03.403 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:03.416 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:03.42 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:05:03.423 + Sep 16 20:05:03.432: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74" in namespace "downward-api-2190" to be "Succeeded or Failed" + Sep 16 20:05:03.690: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74": Phase="Pending", Reason="", readiness=false. Elapsed: 257.734543ms + Sep 16 20:05:05.693: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74": Phase="Pending", Reason="", readiness=false. Elapsed: 2.260733702s + Sep 16 20:05:07.693: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.261373631s + STEP: Saw pod success 09/16/22 20:05:07.693 + Sep 16 20:05:07.694: INFO: Pod "downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74" satisfied condition "Succeeded or Failed" + Sep 16 20:05:07.696: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74 container client-container: + STEP: delete the pod 09/16/22 20:05:07.706 + Sep 16 20:05:07.715: INFO: Waiting for pod downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74 to disappear + Sep 16 20:05:07.719: INFO: Pod downwardapi-volume-4f3e12ff-fec8-47fd-b956-43b073664e74 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:05:07.719: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-2190" for this suite. 09/16/22 20:05:07.722 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:05:07.728 +Sep 16 20:05:07.728: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:05:07.729 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:07.743 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:07.747 +[It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 +STEP: Creating a pod to test emptydir 0777 on tmpfs 09/16/22 20:05:07.75 +Sep 16 20:05:07.756: INFO: Waiting up to 5m0s for pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e" in namespace "emptydir-1757" to be "Succeeded or Failed" +Sep 16 20:05:07.760: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.006189ms +Sep 16 20:05:09.763: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006361433s +Sep 16 20:05:11.764: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00693178s +STEP: Saw pod success 09/16/22 20:05:11.764 +Sep 16 20:05:11.764: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e" satisfied condition "Succeeded or Failed" +Sep 16 20:05:11.766: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-60070cf4-a630-4574-96a9-cf59b0c4a79e container test-container: +STEP: delete the pod 09/16/22 20:05:11.772 +Sep 16 20:05:11.798: INFO: Waiting for pod pod-60070cf4-a630-4574-96a9-cf59b0c4a79e to disappear +Sep 16 20:05:11.807: INFO: Pod pod-60070cf4-a630-4574-96a9-cf59b0c4a79e no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:05:11.808: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1757" for this suite. 09/16/22 20:05:11.819 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":202,"skipped":3713,"failed":0} +------------------------------ +• [4.109 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:05:07.728 + Sep 16 20:05:07.728: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:05:07.729 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:07.743 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:07.747 + [It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 + STEP: Creating a pod to test emptydir 0777 on tmpfs 09/16/22 20:05:07.75 + Sep 16 20:05:07.756: INFO: Waiting up to 5m0s for pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e" in namespace "emptydir-1757" to be "Succeeded or Failed" + Sep 16 20:05:07.760: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.006189ms + Sep 16 20:05:09.763: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006361433s + Sep 16 20:05:11.764: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00693178s + STEP: Saw pod success 09/16/22 20:05:11.764 + Sep 16 20:05:11.764: INFO: Pod "pod-60070cf4-a630-4574-96a9-cf59b0c4a79e" satisfied condition "Succeeded or Failed" + Sep 16 20:05:11.766: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-60070cf4-a630-4574-96a9-cf59b0c4a79e container test-container: + STEP: delete the pod 09/16/22 20:05:11.772 + Sep 16 20:05:11.798: INFO: Waiting for pod pod-60070cf4-a630-4574-96a9-cf59b0c4a79e to disappear + Sep 16 20:05:11.807: INFO: Pod pod-60070cf4-a630-4574-96a9-cf59b0c4a79e no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:05:11.808: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1757" for this suite. 09/16/22 20:05:11.819 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Garbage collector + should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:05:11.84 +Sep 16 20:05:11.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 20:05:11.842 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:11.879 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:11.895 +[It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 +STEP: create the rc 09/16/22 20:05:11.899 +STEP: delete the rc 09/16/22 20:05:16.911 +STEP: wait for all pods to be garbage collected 09/16/22 20:05:16.915 +STEP: Gathering metrics 09/16/22 20:05:21.924 +W0916 20:05:21.928240 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 16 20:05:21.928: 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 + test/e2e/framework/framework.go:187 +Sep 16 20:05:21.928: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-3733" for this suite. 09/16/22 20:05:21.931 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance]","completed":203,"skipped":3716,"failed":0} +------------------------------ +• [SLOW TEST] [10.095 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:05:11.84 + Sep 16 20:05:11.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 20:05:11.842 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:11.879 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:11.895 + [It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 + STEP: create the rc 09/16/22 20:05:11.899 + STEP: delete the rc 09/16/22 20:05:16.911 + STEP: wait for all pods to be garbage collected 09/16/22 20:05:16.915 + STEP: Gathering metrics 09/16/22 20:05:21.924 + W0916 20:05:21.928240 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 16 20:05:21.928: 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 + test/e2e/framework/framework.go:187 + Sep 16 20:05:21.928: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-3733" for this suite. 09/16/22 20:05:21.931 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 +[BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:05:21.941 +Sep 16 20:05:21.941: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:05:21.942 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:21.957 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:21.962 +[It] should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 +STEP: Performing setup for networking test in namespace pod-network-test-2113 09/16/22 20:05:21.966 +STEP: creating a selector 09/16/22 20:05:21.967 +STEP: Creating the service pods in kubernetes 09/16/22 20:05:21.967 +Sep 16 20:05:21.967: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 16 20:05:21.992: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-2113" to be "running and ready" +Sep 16 20:05:21.998: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.883466ms +Sep 16 20:05:21.998: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:05:24.007: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.014871893s +Sep 16 20:05:24.007: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:26.004: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.01173192s +Sep 16 20:05:26.004: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:28.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.009288248s +Sep 16 20:05:28.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:30.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.009392848s +Sep 16 20:05:30.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:32.001: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009211584s +Sep 16 20:05:32.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:34.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.009872606s +Sep 16 20:05:34.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:36.001: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.009110112s +Sep 16 20:05:36.001: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:38.003: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.010639018s +Sep 16 20:05:38.003: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:40.003: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.010550457s +Sep 16 20:05:40.003: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:42.010: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.017249402s +Sep 16 20:05:42.010: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:44.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 22.009593816s +Sep 16 20:05:44.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:46.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 24.010162524s +Sep 16 20:05:46.003: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:48.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 26.009637843s +Sep 16 20:05:48.002: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 16 20:05:48.002: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 16 20:05:48.005: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-2113" to be "running and ready" +Sep 16 20:05:48.007: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.924932ms +Sep 16 20:05:48.007: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 16 20:05:48.007: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 09/16/22 20:05:48.009 +Sep 16 20:05:48.012: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-2113" to be "running" +Sep 16 20:05:48.015: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.189456ms +Sep 16 20:05:50.017: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004995219s +Sep 16 20:05:50.017: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 16 20:05:50.021: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Sep 16 20:05:50.021: INFO: Breadth first check of 10.42.1.45 on host 172.31.14.177... +Sep 16 20:05:50.023: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.46:9080/dial?request=hostname&protocol=http&host=10.42.1.45&port=8083&tries=1'] Namespace:pod-network-test-2113 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:05:50.023: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:05:50.024: INFO: ExecWithOptions: Clientset creation +Sep 16 20:05:50.024: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-2113/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.46%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D10.42.1.45%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 16 20:05:50.082: INFO: Waiting for responses: map[] +Sep 16 20:05:50.082: INFO: reached 10.42.1.45 after 0/1 tries +Sep 16 20:05:50.082: INFO: Breadth first check of 10.42.0.193 on host 172.31.15.7... +Sep 16 20:05:50.085: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.46:9080/dial?request=hostname&protocol=http&host=10.42.0.193&port=8083&tries=1'] Namespace:pod-network-test-2113 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:05:50.086: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:05:50.086: INFO: ExecWithOptions: Clientset creation +Sep 16 20:05:50.086: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-2113/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.46%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D10.42.0.193%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 16 20:05:50.160: INFO: Waiting for responses: map[] +Sep 16 20:05:50.160: INFO: reached 10.42.0.193 after 0/1 tries +Sep 16 20:05:50.160: INFO: Going to retry 0 out of 2 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 16 20:05:50.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-2113" for this suite. 09/16/22 20:05:50.163 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance]","completed":204,"skipped":3736,"failed":0} +------------------------------ +• [SLOW TEST] [28.226 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:05:21.941 + Sep 16 20:05:21.941: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:05:21.942 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:21.957 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:21.962 + [It] should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 + STEP: Performing setup for networking test in namespace pod-network-test-2113 09/16/22 20:05:21.966 + STEP: creating a selector 09/16/22 20:05:21.967 + STEP: Creating the service pods in kubernetes 09/16/22 20:05:21.967 + Sep 16 20:05:21.967: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 16 20:05:21.992: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-2113" to be "running and ready" + Sep 16 20:05:21.998: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.883466ms + Sep 16 20:05:21.998: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:05:24.007: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.014871893s + Sep 16 20:05:24.007: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:26.004: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.01173192s + Sep 16 20:05:26.004: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:28.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.009288248s + Sep 16 20:05:28.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:30.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.009392848s + Sep 16 20:05:30.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:32.001: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009211584s + Sep 16 20:05:32.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:34.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.009872606s + Sep 16 20:05:34.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:36.001: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.009110112s + Sep 16 20:05:36.001: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:38.003: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.010639018s + Sep 16 20:05:38.003: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:40.003: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.010550457s + Sep 16 20:05:40.003: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:42.010: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.017249402s + Sep 16 20:05:42.010: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:44.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 22.009593816s + Sep 16 20:05:44.002: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:46.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 24.010162524s + Sep 16 20:05:46.003: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:48.002: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 26.009637843s + Sep 16 20:05:48.002: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 16 20:05:48.002: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 16 20:05:48.005: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-2113" to be "running and ready" + Sep 16 20:05:48.007: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.924932ms + Sep 16 20:05:48.007: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 16 20:05:48.007: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 09/16/22 20:05:48.009 + Sep 16 20:05:48.012: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-2113" to be "running" + Sep 16 20:05:48.015: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.189456ms + Sep 16 20:05:50.017: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004995219s + Sep 16 20:05:50.017: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 16 20:05:50.021: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Sep 16 20:05:50.021: INFO: Breadth first check of 10.42.1.45 on host 172.31.14.177... + Sep 16 20:05:50.023: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.46:9080/dial?request=hostname&protocol=http&host=10.42.1.45&port=8083&tries=1'] Namespace:pod-network-test-2113 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:05:50.023: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:05:50.024: INFO: ExecWithOptions: Clientset creation + Sep 16 20:05:50.024: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-2113/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.46%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D10.42.1.45%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 16 20:05:50.082: INFO: Waiting for responses: map[] + Sep 16 20:05:50.082: INFO: reached 10.42.1.45 after 0/1 tries + Sep 16 20:05:50.082: INFO: Breadth first check of 10.42.0.193 on host 172.31.15.7... + Sep 16 20:05:50.085: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.46:9080/dial?request=hostname&protocol=http&host=10.42.0.193&port=8083&tries=1'] Namespace:pod-network-test-2113 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:05:50.086: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:05:50.086: INFO: ExecWithOptions: Clientset creation + Sep 16 20:05:50.086: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-2113/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.46%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D10.42.0.193%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 16 20:05:50.160: INFO: Waiting for responses: map[] + Sep 16 20:05:50.160: INFO: reached 10.42.0.193 after 0/1 tries + Sep 16 20:05:50.160: INFO: Going to retry 0 out of 2 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 16 20:05:50.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-2113" for this suite. 09/16/22 20:05:50.163 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 +[BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:05:50.168 +Sep 16 20:05:50.169: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:05:50.17 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:50.233 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:50.237 +[It] should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 +STEP: Performing setup for networking test in namespace pod-network-test-6471 09/16/22 20:05:50.241 +STEP: creating a selector 09/16/22 20:05:50.241 +STEP: Creating the service pods in kubernetes 09/16/22 20:05:50.242 +Sep 16 20:05:50.242: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 16 20:05:50.269: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6471" to be "running and ready" +Sep 16 20:05:50.278: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 8.826375ms +Sep 16 20:05:50.278: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:05:52.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013141345s +Sep 16 20:05:52.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:54.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.012621677s +Sep 16 20:05:54.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:56.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.012767407s +Sep 16 20:05:56.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:05:58.281: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.01237863s +Sep 16 20:05:58.281: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:06:00.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.012740674s +Sep 16 20:06:00.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:06:02.281: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.012258616s +Sep 16 20:06:02.281: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 16 20:06:02.281: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 16 20:06:02.284: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6471" to be "running and ready" +Sep 16 20:06:02.285: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.84088ms +Sep 16 20:06:02.286: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 16 20:06:02.286: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 09/16/22 20:06:02.287 +Sep 16 20:06:02.293: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6471" to be "running" +Sep 16 20:06:02.297: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.769252ms +Sep 16 20:06:04.301: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007600503s +Sep 16 20:06:04.301: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 16 20:06:04.303: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Sep 16 20:06:04.303: INFO: Breadth first check of 10.42.1.47 on host 172.31.14.177... +Sep 16 20:06:04.305: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.48:9080/dial?request=hostname&protocol=udp&host=10.42.1.47&port=8081&tries=1'] Namespace:pod-network-test-6471 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:06:04.305: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:06:04.306: INFO: ExecWithOptions: Clientset creation +Sep 16 20:06:04.306: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-6471/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D10.42.1.47%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 16 20:06:04.377: INFO: Waiting for responses: map[] +Sep 16 20:06:04.377: INFO: reached 10.42.1.47 after 0/1 tries +Sep 16 20:06:04.377: INFO: Breadth first check of 10.42.0.194 on host 172.31.15.7... +Sep 16 20:06:04.380: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.48:9080/dial?request=hostname&protocol=udp&host=10.42.0.194&port=8081&tries=1'] Namespace:pod-network-test-6471 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:06:04.380: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:06:04.382: INFO: ExecWithOptions: Clientset creation +Sep 16 20:06:04.382: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-6471/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D10.42.0.194%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 16 20:06:04.445: INFO: Waiting for responses: map[] +Sep 16 20:06:04.445: INFO: reached 10.42.0.194 after 0/1 tries +Sep 16 20:06:04.445: INFO: Going to retry 0 out of 2 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 16 20:06:04.445: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-6471" for this suite. 09/16/22 20:06:04.449 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance]","completed":205,"skipped":3738,"failed":0} +------------------------------ +• [SLOW TEST] [14.285 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:05:50.168 + Sep 16 20:05:50.169: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:05:50.17 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:05:50.233 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:05:50.237 + [It] should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 + STEP: Performing setup for networking test in namespace pod-network-test-6471 09/16/22 20:05:50.241 + STEP: creating a selector 09/16/22 20:05:50.241 + STEP: Creating the service pods in kubernetes 09/16/22 20:05:50.242 + Sep 16 20:05:50.242: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 16 20:05:50.269: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6471" to be "running and ready" + Sep 16 20:05:50.278: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 8.826375ms + Sep 16 20:05:50.278: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:05:52.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013141345s + Sep 16 20:05:52.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:54.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.012621677s + Sep 16 20:05:54.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:56.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.012767407s + Sep 16 20:05:56.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:05:58.281: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.01237863s + Sep 16 20:05:58.281: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:06:00.282: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.012740674s + Sep 16 20:06:00.282: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:06:02.281: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.012258616s + Sep 16 20:06:02.281: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 16 20:06:02.281: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 16 20:06:02.284: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6471" to be "running and ready" + Sep 16 20:06:02.285: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.84088ms + Sep 16 20:06:02.286: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 16 20:06:02.286: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 09/16/22 20:06:02.287 + Sep 16 20:06:02.293: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6471" to be "running" + Sep 16 20:06:02.297: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.769252ms + Sep 16 20:06:04.301: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007600503s + Sep 16 20:06:04.301: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 16 20:06:04.303: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Sep 16 20:06:04.303: INFO: Breadth first check of 10.42.1.47 on host 172.31.14.177... + Sep 16 20:06:04.305: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.48:9080/dial?request=hostname&protocol=udp&host=10.42.1.47&port=8081&tries=1'] Namespace:pod-network-test-6471 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:06:04.305: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:06:04.306: INFO: ExecWithOptions: Clientset creation + Sep 16 20:06:04.306: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-6471/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D10.42.1.47%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 16 20:06:04.377: INFO: Waiting for responses: map[] + Sep 16 20:06:04.377: INFO: reached 10.42.1.47 after 0/1 tries + Sep 16 20:06:04.377: INFO: Breadth first check of 10.42.0.194 on host 172.31.15.7... + Sep 16 20:06:04.380: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.42.1.48:9080/dial?request=hostname&protocol=udp&host=10.42.0.194&port=8081&tries=1'] Namespace:pod-network-test-6471 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:06:04.380: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:06:04.382: INFO: ExecWithOptions: Clientset creation + Sep 16 20:06:04.382: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-6471/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F10.42.1.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D10.42.0.194%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 16 20:06:04.445: INFO: Waiting for responses: map[] + Sep 16 20:06:04.445: INFO: reached 10.42.0.194 after 0/1 tries + Sep 16 20:06:04.445: INFO: Going to retry 0 out of 2 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 16 20:06:04.445: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-6471" for this suite. 09/16/22 20:06:04.449 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:148 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:06:04.455 +Sep 16 20:06:04.455: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 20:06:04.456 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:06:04.471 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:06:04.475 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:148 +STEP: Creating pod busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f in namespace container-probe-953 09/16/22 20:06:04.479 +Sep 16 20:06:04.486: INFO: Waiting up to 5m0s for pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f" in namespace "container-probe-953" to be "not pending" +Sep 16 20:06:04.494: INFO: Pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f": Phase="Pending", Reason="", readiness=false. Elapsed: 7.607715ms +Sep 16 20:06:06.498: INFO: Pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f": Phase="Running", Reason="", readiness=true. Elapsed: 2.011426286s +Sep 16 20:06:06.498: INFO: Pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f" satisfied condition "not pending" +Sep 16 20:06:06.498: INFO: Started pod busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f in namespace container-probe-953 +STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:06:06.498 +Sep 16 20:06:06.501: INFO: Initial restart count of pod busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f is 0 +STEP: deleting the pod 09/16/22 20:10:06.932 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 20:10:06.942: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-953" for this suite. 09/16/22 20:10:06.948 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","completed":206,"skipped":3747,"failed":0} +------------------------------ +• [SLOW TEST] [242.500 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:148 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:06:04.455 + Sep 16 20:06:04.455: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 20:06:04.456 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:06:04.471 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:06:04.475 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:148 + STEP: Creating pod busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f in namespace container-probe-953 09/16/22 20:06:04.479 + Sep 16 20:06:04.486: INFO: Waiting up to 5m0s for pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f" in namespace "container-probe-953" to be "not pending" + Sep 16 20:06:04.494: INFO: Pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f": Phase="Pending", Reason="", readiness=false. Elapsed: 7.607715ms + Sep 16 20:06:06.498: INFO: Pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f": Phase="Running", Reason="", readiness=true. Elapsed: 2.011426286s + Sep 16 20:06:06.498: INFO: Pod "busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f" satisfied condition "not pending" + Sep 16 20:06:06.498: INFO: Started pod busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f in namespace container-probe-953 + STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:06:06.498 + Sep 16 20:06:06.501: INFO: Initial restart count of pod busybox-f45bf00f-23b6-48ea-bdd1-107caa925e3f is 0 + STEP: deleting the pod 09/16/22 20:10:06.932 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 20:10:06.942: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-953" for this suite. 09/16/22 20:10:06.948 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:06.961 +Sep 16 20:10:06.962: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:10:06.963 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:06.982 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:06.986 +[It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:10:07.019: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-6502" for this suite. 09/16/22 20:10:07.022 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be immutable if `immutable` field is set [Conformance]","completed":207,"skipped":3817,"failed":0} +------------------------------ +• [0.064 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:06.961 + Sep 16 20:10:06.962: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:10:06.963 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:06.982 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:06.986 + [It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:10:07.019: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-6502" for this suite. 09/16/22 20:10:07.022 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Security Context + should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:07.026 +Sep 16 20:10:07.026: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename security-context 09/16/22 20:10:07.027 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:07.037 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:07.041 +[It] should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 +STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/16/22 20:10:07.043 +Sep 16 20:10:07.050: INFO: Waiting up to 5m0s for pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f" in namespace "security-context-6303" to be "Succeeded or Failed" +Sep 16 20:10:07.054: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.67626ms +Sep 16 20:10:09.057: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007002982s +Sep 16 20:10:11.057: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007224635s +STEP: Saw pod success 09/16/22 20:10:11.057 +Sep 16 20:10:11.057: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f" satisfied condition "Succeeded or Failed" +Sep 16 20:10:11.060: INFO: Trying to get logs from node ip-172-31-14-177 pod security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f container test-container: +STEP: delete the pod 09/16/22 20:10:11.075 +Sep 16 20:10:11.083: INFO: Waiting for pod security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f to disappear +Sep 16 20:10:11.086: INFO: Pod security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 16 20:10:11.086: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-6303" for this suite. 09/16/22 20:10:11.09 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Security Context should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance]","completed":208,"skipped":3817,"failed":0} +------------------------------ +• [4.069 seconds] +[sig-node] Security Context +test/e2e/node/framework.go:23 + should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:07.026 + Sep 16 20:10:07.026: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename security-context 09/16/22 20:10:07.027 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:07.037 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:07.041 + [It] should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 + STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/16/22 20:10:07.043 + Sep 16 20:10:07.050: INFO: Waiting up to 5m0s for pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f" in namespace "security-context-6303" to be "Succeeded or Failed" + Sep 16 20:10:07.054: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.67626ms + Sep 16 20:10:09.057: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007002982s + Sep 16 20:10:11.057: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007224635s + STEP: Saw pod success 09/16/22 20:10:11.057 + Sep 16 20:10:11.057: INFO: Pod "security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f" satisfied condition "Succeeded or Failed" + Sep 16 20:10:11.060: INFO: Trying to get logs from node ip-172-31-14-177 pod security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f container test-container: + STEP: delete the pod 09/16/22 20:10:11.075 + Sep 16 20:10:11.083: INFO: Waiting for pod security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f to disappear + Sep 16 20:10:11.086: INFO: Pod security-context-30948729-40c9-419e-9fa9-cf8bf2ae6a1f no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 16 20:10:11.086: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-6303" for this suite. 09/16/22 20:10:11.09 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] ServiceAccounts + should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:11.1 +Sep 16 20:10:11.101: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svcaccounts 09/16/22 20:10:11.101 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:11.123 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:11.127 +[It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 +Sep 16 20:10:11.145: INFO: created pod pod-service-account-defaultsa +Sep 16 20:10:11.145: INFO: pod pod-service-account-defaultsa service account token volume mount: true +Sep 16 20:10:11.154: INFO: created pod pod-service-account-mountsa +Sep 16 20:10:11.154: INFO: pod pod-service-account-mountsa service account token volume mount: true +Sep 16 20:10:11.163: INFO: created pod pod-service-account-nomountsa +Sep 16 20:10:11.163: INFO: pod pod-service-account-nomountsa service account token volume mount: false +Sep 16 20:10:11.171: INFO: created pod pod-service-account-defaultsa-mountspec +Sep 16 20:10:11.171: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true +Sep 16 20:10:11.196: INFO: created pod pod-service-account-mountsa-mountspec +Sep 16 20:10:11.197: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true +Sep 16 20:10:11.213: INFO: created pod pod-service-account-nomountsa-mountspec +Sep 16 20:10:11.213: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true +Sep 16 20:10:11.219: INFO: created pod pod-service-account-defaultsa-nomountspec +Sep 16 20:10:11.220: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false +Sep 16 20:10:11.241: INFO: created pod pod-service-account-mountsa-nomountspec +Sep 16 20:10:11.241: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false +Sep 16 20:10:11.291: INFO: created pod pod-service-account-nomountsa-nomountspec +Sep 16 20:10:11.291: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 16 20:10:11.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-3476" for this suite. 09/16/22 20:10:11.313 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]","completed":209,"skipped":3834,"failed":0} +------------------------------ +• [0.233 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:11.1 + Sep 16 20:10:11.101: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svcaccounts 09/16/22 20:10:11.101 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:11.123 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:11.127 + [It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 + Sep 16 20:10:11.145: INFO: created pod pod-service-account-defaultsa + Sep 16 20:10:11.145: INFO: pod pod-service-account-defaultsa service account token volume mount: true + Sep 16 20:10:11.154: INFO: created pod pod-service-account-mountsa + Sep 16 20:10:11.154: INFO: pod pod-service-account-mountsa service account token volume mount: true + Sep 16 20:10:11.163: INFO: created pod pod-service-account-nomountsa + Sep 16 20:10:11.163: INFO: pod pod-service-account-nomountsa service account token volume mount: false + Sep 16 20:10:11.171: INFO: created pod pod-service-account-defaultsa-mountspec + Sep 16 20:10:11.171: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true + Sep 16 20:10:11.196: INFO: created pod pod-service-account-mountsa-mountspec + Sep 16 20:10:11.197: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true + Sep 16 20:10:11.213: INFO: created pod pod-service-account-nomountsa-mountspec + Sep 16 20:10:11.213: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true + Sep 16 20:10:11.219: INFO: created pod pod-service-account-defaultsa-nomountspec + Sep 16 20:10:11.220: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false + Sep 16 20:10:11.241: INFO: created pod pod-service-account-mountsa-nomountspec + Sep 16 20:10:11.241: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false + Sep 16 20:10:11.291: INFO: created pod pod-service-account-nomountsa-nomountspec + Sep 16 20:10:11.291: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 16 20:10:11.291: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-3476" for this suite. 09/16/22 20:10:11.313 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:11.341 +Sep 16 20:10:11.342: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 20:10:11.343 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:11.4 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:11.44 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 +STEP: Create a pod 09/16/22 20:10:11.449 +Sep 16 20:10:11.459: INFO: Waiting up to 5m0s for pod "pod-7x2jg" in namespace "pods-6809" to be "running" +Sep 16 20:10:11.469: INFO: Pod "pod-7x2jg": Phase="Pending", Reason="", readiness=false. Elapsed: 10.719106ms +Sep 16 20:10:13.474: INFO: Pod "pod-7x2jg": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015469593s +Sep 16 20:10:15.475: INFO: Pod "pod-7x2jg": Phase="Pending", Reason="", readiness=false. Elapsed: 4.015989271s +Sep 16 20:10:17.473: INFO: Pod "pod-7x2jg": Phase="Running", Reason="", readiness=true. Elapsed: 6.014682448s +Sep 16 20:10:17.474: INFO: Pod "pod-7x2jg" satisfied condition "running" +STEP: patching /status 09/16/22 20:10:17.474 +Sep 16 20:10:17.480: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 20:10:17.480: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-6809" for this suite. 09/16/22 20:10:17.485 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should patch a pod status [Conformance]","completed":210,"skipped":3860,"failed":0} +------------------------------ +• [SLOW TEST] [6.151 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:11.341 + Sep 16 20:10:11.342: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 20:10:11.343 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:11.4 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:11.44 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 + STEP: Create a pod 09/16/22 20:10:11.449 + Sep 16 20:10:11.459: INFO: Waiting up to 5m0s for pod "pod-7x2jg" in namespace "pods-6809" to be "running" + Sep 16 20:10:11.469: INFO: Pod "pod-7x2jg": Phase="Pending", Reason="", readiness=false. Elapsed: 10.719106ms + Sep 16 20:10:13.474: INFO: Pod "pod-7x2jg": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015469593s + Sep 16 20:10:15.475: INFO: Pod "pod-7x2jg": Phase="Pending", Reason="", readiness=false. Elapsed: 4.015989271s + Sep 16 20:10:17.473: INFO: Pod "pod-7x2jg": Phase="Running", Reason="", readiness=true. Elapsed: 6.014682448s + Sep 16 20:10:17.474: INFO: Pod "pod-7x2jg" satisfied condition "running" + STEP: patching /status 09/16/22 20:10:17.474 + Sep 16 20:10:17.480: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 20:10:17.480: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-6809" for this suite. 09/16/22 20:10:17.485 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:260 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:17.498 +Sep 16 20:10:17.498: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:10:17.499 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:17.509 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:17.513 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:260 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:10:17.516 +Sep 16 20:10:17.523: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4" in namespace "downward-api-802" to be "Succeeded or Failed" +Sep 16 20:10:17.528: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.883366ms +Sep 16 20:10:19.531: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008302856s +Sep 16 20:10:21.533: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010078764s +STEP: Saw pod success 09/16/22 20:10:21.533 +Sep 16 20:10:21.533: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4" satisfied condition "Succeeded or Failed" +Sep 16 20:10:21.535: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4 container client-container: +STEP: delete the pod 09/16/22 20:10:21.547 +Sep 16 20:10:21.559: INFO: Waiting for pod downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4 to disappear +Sep 16 20:10:21.562: INFO: Pod downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:10:21.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-802" for this suite. 09/16/22 20:10:21.567 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","completed":211,"skipped":3878,"failed":0} +------------------------------ +• [4.075 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:260 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:17.498 + Sep 16 20:10:17.498: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:10:17.499 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:17.509 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:17.513 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:260 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:10:17.516 + Sep 16 20:10:17.523: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4" in namespace "downward-api-802" to be "Succeeded or Failed" + Sep 16 20:10:17.528: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.883366ms + Sep 16 20:10:19.531: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008302856s + Sep 16 20:10:21.533: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010078764s + STEP: Saw pod success 09/16/22 20:10:21.533 + Sep 16 20:10:21.533: INFO: Pod "downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4" satisfied condition "Succeeded or Failed" + Sep 16 20:10:21.535: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4 container client-container: + STEP: delete the pod 09/16/22 20:10:21.547 + Sep 16 20:10:21.559: INFO: Waiting for pod downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4 to disappear + Sep 16 20:10:21.562: INFO: Pod downwardapi-volume-c45c9518-6199-45fb-993a-f733a91e39e4 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:10:21.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-802" for this suite. 09/16/22 20:10:21.567 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Job + should delete a job [Conformance] + test/e2e/apps/job.go:309 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:21.579 +Sep 16 20:10:21.579: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename job 09/16/22 20:10:21.58 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:21.599 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:21.602 +[It] should delete a job [Conformance] + test/e2e/apps/job.go:309 +STEP: Creating a job 09/16/22 20:10:21.606 +STEP: Ensuring active pods == parallelism 09/16/22 20:10:21.613 +STEP: delete a job 09/16/22 20:10:23.617 +STEP: deleting Job.batch foo in namespace job-5047, will wait for the garbage collector to delete the pods 09/16/22 20:10:23.618 +Sep 16 20:10:23.674: INFO: Deleting Job.batch foo took: 3.993985ms +Sep 16 20:10:23.775: INFO: Terminating Job.batch foo pods took: 100.993825ms +STEP: Ensuring job was deleted 09/16/22 20:10:56.376 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 16 20:10:56.380: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-5047" for this suite. 09/16/22 20:10:56.383 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Job should delete a job [Conformance]","completed":212,"skipped":3906,"failed":0} +------------------------------ +• [SLOW TEST] [34.808 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should delete a job [Conformance] + test/e2e/apps/job.go:309 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:21.579 + Sep 16 20:10:21.579: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename job 09/16/22 20:10:21.58 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:21.599 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:21.602 + [It] should delete a job [Conformance] + test/e2e/apps/job.go:309 + STEP: Creating a job 09/16/22 20:10:21.606 + STEP: Ensuring active pods == parallelism 09/16/22 20:10:21.613 + STEP: delete a job 09/16/22 20:10:23.617 + STEP: deleting Job.batch foo in namespace job-5047, will wait for the garbage collector to delete the pods 09/16/22 20:10:23.618 + Sep 16 20:10:23.674: INFO: Deleting Job.batch foo took: 3.993985ms + Sep 16 20:10:23.775: INFO: Terminating Job.batch foo pods took: 100.993825ms + STEP: Ensuring job was deleted 09/16/22 20:10:56.376 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 16 20:10:56.380: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-5047" for this suite. 09/16/22 20:10:56.383 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicationController + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:10:56.39 +Sep 16 20:10:56.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replication-controller 09/16/22 20:10:56.392 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:56.406 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:56.409 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 +STEP: Creating replication controller my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc 09/16/22 20:10:56.412 +Sep 16 20:10:56.418: INFO: Pod name my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc: Found 0 pods out of 1 +Sep 16 20:11:01.424: INFO: Pod name my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc: Found 1 pods out of 1 +Sep 16 20:11:01.424: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc" are running +Sep 16 20:11:01.424: INFO: Waiting up to 5m0s for pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f" in namespace "replication-controller-4387" to be "running" +Sep 16 20:11:01.427: INFO: Pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f": Phase="Running", Reason="", readiness=true. Elapsed: 2.251547ms +Sep 16 20:11:01.427: INFO: Pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f" satisfied condition "running" +Sep 16 20:11:01.427: INFO: Pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:56 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:57 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:57 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:56 +0000 UTC Reason: Message:}]) +Sep 16 20:11:01.427: INFO: Trying to dial the pod +Sep 16 20:11:06.440: INFO: Controller my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc: Got expected result from replica 1 [my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f]: "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 16 20:11:06.440: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-4387" for this suite. 09/16/22 20:11:06.443 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicationController should serve a basic image on each replica with a public image [Conformance]","completed":213,"skipped":3930,"failed":0} +------------------------------ +• [SLOW TEST] [10.056 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:10:56.39 + Sep 16 20:10:56.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replication-controller 09/16/22 20:10:56.392 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:10:56.406 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:10:56.409 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 + STEP: Creating replication controller my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc 09/16/22 20:10:56.412 + Sep 16 20:10:56.418: INFO: Pod name my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc: Found 0 pods out of 1 + Sep 16 20:11:01.424: INFO: Pod name my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc: Found 1 pods out of 1 + Sep 16 20:11:01.424: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc" are running + Sep 16 20:11:01.424: INFO: Waiting up to 5m0s for pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f" in namespace "replication-controller-4387" to be "running" + Sep 16 20:11:01.427: INFO: Pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f": Phase="Running", Reason="", readiness=true. Elapsed: 2.251547ms + Sep 16 20:11:01.427: INFO: Pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f" satisfied condition "running" + Sep 16 20:11:01.427: INFO: Pod "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:56 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:57 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:57 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:10:56 +0000 UTC Reason: Message:}]) + Sep 16 20:11:01.427: INFO: Trying to dial the pod + Sep 16 20:11:06.440: INFO: Controller my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc: Got expected result from replica 1 [my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f]: "my-hostname-basic-2115e840-fbc5-4a60-a436-2c8423a687cc-25l2f", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 16 20:11:06.440: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-4387" for this suite. 09/16/22 20:11:06.443 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:06.447 +Sep 16 20:11:06.447: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:11:06.449 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:06.51 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:06.514 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 +STEP: Creating secret with name secret-test-6e014249-04a7-41e8-b7ac-4e310141a65f 09/16/22 20:11:06.518 +STEP: Creating a pod to test consume secrets 09/16/22 20:11:06.522 +Sep 16 20:11:06.529: INFO: Waiting up to 5m0s for pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258" in namespace "secrets-5383" to be "Succeeded or Failed" +Sep 16 20:11:06.533: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258": Phase="Pending", Reason="", readiness=false. Elapsed: 4.186009ms +Sep 16 20:11:08.536: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006898597s +Sep 16 20:11:10.537: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007747183s +STEP: Saw pod success 09/16/22 20:11:10.537 +Sep 16 20:11:10.537: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258" satisfied condition "Succeeded or Failed" +Sep 16 20:11:10.540: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258 container secret-volume-test: +STEP: delete the pod 09/16/22 20:11:10.544 +Sep 16 20:11:10.553: INFO: Waiting for pod pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258 to disappear +Sep 16 20:11:10.559: INFO: Pod pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:11:10.559: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-5383" for this suite. 09/16/22 20:11:10.562 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":214,"skipped":3930,"failed":0} +------------------------------ +• [4.121 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:06.447 + Sep 16 20:11:06.447: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:11:06.449 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:06.51 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:06.514 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 + STEP: Creating secret with name secret-test-6e014249-04a7-41e8-b7ac-4e310141a65f 09/16/22 20:11:06.518 + STEP: Creating a pod to test consume secrets 09/16/22 20:11:06.522 + Sep 16 20:11:06.529: INFO: Waiting up to 5m0s for pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258" in namespace "secrets-5383" to be "Succeeded or Failed" + Sep 16 20:11:06.533: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258": Phase="Pending", Reason="", readiness=false. Elapsed: 4.186009ms + Sep 16 20:11:08.536: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006898597s + Sep 16 20:11:10.537: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007747183s + STEP: Saw pod success 09/16/22 20:11:10.537 + Sep 16 20:11:10.537: INFO: Pod "pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258" satisfied condition "Succeeded or Failed" + Sep 16 20:11:10.540: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258 container secret-volume-test: + STEP: delete the pod 09/16/22 20:11:10.544 + Sep 16 20:11:10.553: INFO: Waiting for pod pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258 to disappear + Sep 16 20:11:10.559: INFO: Pod pod-secrets-033430c4-73e4-445b-b0e1-553e4c7d0258 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:11:10.559: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-5383" for this suite. 09/16/22 20:11:10.562 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Job + should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:10.572 +Sep 16 20:11:10.572: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename job 09/16/22 20:11:10.573 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:10.604 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:10.618 +[It] should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 +STEP: Creating Indexed job 09/16/22 20:11:10.625 +STEP: Ensuring job reaches completions 09/16/22 20:11:10.644 +STEP: Ensuring pods with index for job exist 09/16/22 20:11:20.648 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 16 20:11:20.651: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-89" for this suite. 09/16/22 20:11:20.654 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Job should create pods for an Indexed job with completion indexes and specified hostname [Conformance]","completed":215,"skipped":3951,"failed":0} +------------------------------ +• [SLOW TEST] [10.086 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:10.572 + Sep 16 20:11:10.572: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename job 09/16/22 20:11:10.573 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:10.604 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:10.618 + [It] should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 + STEP: Creating Indexed job 09/16/22 20:11:10.625 + STEP: Ensuring job reaches completions 09/16/22 20:11:10.644 + STEP: Ensuring pods with index for job exist 09/16/22 20:11:20.648 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 16 20:11:20.651: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-89" for this suite. 09/16/22 20:11:20.654 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Kubelet when scheduling a read only busybox container + should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:20.66 +Sep 16 20:11:20.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubelet-test 09/16/22 20:11:20.661 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:20.685 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:20.69 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[It] should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 +Sep 16 20:11:20.702: INFO: Waiting up to 5m0s for pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421" in namespace "kubelet-test-5937" to be "running and ready" +Sep 16 20:11:20.712: INFO: Pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421": Phase="Pending", Reason="", readiness=false. Elapsed: 9.389374ms +Sep 16 20:11:20.712: INFO: The phase of Pod busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:11:22.716: INFO: Pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421": Phase="Running", Reason="", readiness=true. Elapsed: 2.013693108s +Sep 16 20:11:22.716: INFO: The phase of Pod busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421 is Running (Ready = true) +Sep 16 20:11:22.716: INFO: Pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 16 20:11:22.722: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-5937" for this suite. 09/16/22 20:11:22.726 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]","completed":216,"skipped":3982,"failed":0} +------------------------------ +• [2.070 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a read only busybox container + test/e2e/common/node/kubelet.go:175 + should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:20.66 + Sep 16 20:11:20.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubelet-test 09/16/22 20:11:20.661 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:20.685 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:20.69 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [It] should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 + Sep 16 20:11:20.702: INFO: Waiting up to 5m0s for pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421" in namespace "kubelet-test-5937" to be "running and ready" + Sep 16 20:11:20.712: INFO: Pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421": Phase="Pending", Reason="", readiness=false. Elapsed: 9.389374ms + Sep 16 20:11:20.712: INFO: The phase of Pod busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:11:22.716: INFO: Pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421": Phase="Running", Reason="", readiness=true. Elapsed: 2.013693108s + Sep 16 20:11:22.716: INFO: The phase of Pod busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421 is Running (Ready = true) + Sep 16 20:11:22.716: INFO: Pod "busybox-readonly-fs3d216313-1bd5-4e8f-b2db-21b996b48421" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 16 20:11:22.722: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-5937" for this suite. 09/16/22 20:11:22.726 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] CSIStorageCapacity + should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +[BeforeEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:22.735 +Sep 16 20:11:22.735: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename csistoragecapacity 09/16/22 20:11:22.736 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:22.747 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:22.75 +[It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +STEP: getting /apis 09/16/22 20:11:22.755 +STEP: getting /apis/storage.k8s.io 09/16/22 20:11:22.759 +STEP: getting /apis/storage.k8s.io/v1 09/16/22 20:11:22.761 +STEP: creating 09/16/22 20:11:22.763 +STEP: watching 09/16/22 20:11:22.779 +Sep 16 20:11:22.779: INFO: starting watch +STEP: getting 09/16/22 20:11:22.787 +STEP: listing in namespace 09/16/22 20:11:22.79 +STEP: listing across namespaces 09/16/22 20:11:22.794 +STEP: patching 09/16/22 20:11:22.797 +STEP: updating 09/16/22 20:11:22.803 +Sep 16 20:11:22.807: INFO: waiting for watch events with expected annotations in namespace +Sep 16 20:11:22.807: INFO: waiting for watch events with expected annotations across namespace +STEP: deleting 09/16/22 20:11:22.808 +STEP: deleting a collection 09/16/22 20:11:22.817 +[AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:187 +Sep 16 20:11:22.829: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "csistoragecapacity-3135" for this suite. 09/16/22 20:11:22.832 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] CSIStorageCapacity should support CSIStorageCapacities API operations [Conformance]","completed":217,"skipped":4048,"failed":0} +------------------------------ +• [0.100 seconds] +[sig-storage] CSIStorageCapacity +test/e2e/storage/utils/framework.go:23 + should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:22.735 + Sep 16 20:11:22.735: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename csistoragecapacity 09/16/22 20:11:22.736 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:22.747 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:22.75 + [It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 + STEP: getting /apis 09/16/22 20:11:22.755 + STEP: getting /apis/storage.k8s.io 09/16/22 20:11:22.759 + STEP: getting /apis/storage.k8s.io/v1 09/16/22 20:11:22.761 + STEP: creating 09/16/22 20:11:22.763 + STEP: watching 09/16/22 20:11:22.779 + Sep 16 20:11:22.779: INFO: starting watch + STEP: getting 09/16/22 20:11:22.787 + STEP: listing in namespace 09/16/22 20:11:22.79 + STEP: listing across namespaces 09/16/22 20:11:22.794 + STEP: patching 09/16/22 20:11:22.797 + STEP: updating 09/16/22 20:11:22.803 + Sep 16 20:11:22.807: INFO: waiting for watch events with expected annotations in namespace + Sep 16 20:11:22.807: INFO: waiting for watch events with expected annotations across namespace + STEP: deleting 09/16/22 20:11:22.808 + STEP: deleting a collection 09/16/22 20:11:22.817 + [AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:187 + Sep 16 20:11:22.829: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "csistoragecapacity-3135" for this suite. 09/16/22 20:11:22.832 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:22.839 +Sep 16 20:11:22.839: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:11:22.841 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:22.851 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:22.853 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:11:22.857 +Sep 16 20:11:22.863: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a" in namespace "downward-api-8661" to be "Succeeded or Failed" +Sep 16 20:11:22.869: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a": Phase="Pending", Reason="", readiness=false. Elapsed: 5.859987ms +Sep 16 20:11:24.872: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00886612s +Sep 16 20:11:26.872: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009532823s +STEP: Saw pod success 09/16/22 20:11:26.872 +Sep 16 20:11:26.873: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a" satisfied condition "Succeeded or Failed" +Sep 16 20:11:26.875: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a container client-container: +STEP: delete the pod 09/16/22 20:11:26.879 +Sep 16 20:11:26.889: INFO: Waiting for pod downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a to disappear +Sep 16 20:11:26.891: INFO: Pod downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:11:26.891: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8661" for this suite. 09/16/22 20:11:26.895 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]","completed":218,"skipped":4063,"failed":0} +------------------------------ +• [4.061 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:22.839 + Sep 16 20:11:22.839: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:11:22.841 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:22.851 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:22.853 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:11:22.857 + Sep 16 20:11:22.863: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a" in namespace "downward-api-8661" to be "Succeeded or Failed" + Sep 16 20:11:22.869: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a": Phase="Pending", Reason="", readiness=false. Elapsed: 5.859987ms + Sep 16 20:11:24.872: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00886612s + Sep 16 20:11:26.872: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009532823s + STEP: Saw pod success 09/16/22 20:11:26.872 + Sep 16 20:11:26.873: INFO: Pod "downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a" satisfied condition "Succeeded or Failed" + Sep 16 20:11:26.875: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a container client-container: + STEP: delete the pod 09/16/22 20:11:26.879 + Sep 16 20:11:26.889: INFO: Waiting for pod downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a to disappear + Sep 16 20:11:26.891: INFO: Pod downwardapi-volume-fb16efcb-8ec4-41ee-bf37-e6eb5fe8ab6a no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:11:26.891: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8661" for this suite. 09/16/22 20:11:26.895 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Containers + should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:26.903 +Sep 16 20:11:26.904: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename containers 09/16/22 20:11:26.905 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:26.921 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:26.925 +[It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 +Sep 16 20:11:26.935: INFO: Waiting up to 5m0s for pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834" in namespace "containers-5178" to be "running" +Sep 16 20:11:26.942: INFO: Pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834": Phase="Pending", Reason="", readiness=false. Elapsed: 6.918703ms +Sep 16 20:11:28.945: INFO: Pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834": Phase="Running", Reason="", readiness=true. Elapsed: 2.010797901s +Sep 16 20:11:28.946: INFO: Pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834" satisfied condition "running" +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 16 20:11:28.950: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-5178" for this suite. 09/16/22 20:11:28.952 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]","completed":219,"skipped":4068,"failed":0} +------------------------------ +• [2.053 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:26.903 + Sep 16 20:11:26.904: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename containers 09/16/22 20:11:26.905 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:26.921 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:26.925 + [It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 + Sep 16 20:11:26.935: INFO: Waiting up to 5m0s for pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834" in namespace "containers-5178" to be "running" + Sep 16 20:11:26.942: INFO: Pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834": Phase="Pending", Reason="", readiness=false. Elapsed: 6.918703ms + Sep 16 20:11:28.945: INFO: Pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834": Phase="Running", Reason="", readiness=true. Elapsed: 2.010797901s + Sep 16 20:11:28.946: INFO: Pod "client-containers-8f960979-f663-4988-bd1d-5ffe2969b834" satisfied condition "running" + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 16 20:11:28.950: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-5178" for this suite. 09/16/22 20:11:28.952 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:28.958 +Sep 16 20:11:28.958: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:11:28.96 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:28.976 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:28.981 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 +STEP: Creating the pod 09/16/22 20:11:28.985 +Sep 16 20:11:28.991: INFO: Waiting up to 5m0s for pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601" in namespace "downward-api-218" to be "running and ready" +Sep 16 20:11:29.001: INFO: Pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601": Phase="Pending", Reason="", readiness=false. Elapsed: 9.912533ms +Sep 16 20:11:29.001: INFO: The phase of Pod annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:11:31.004: INFO: Pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601": Phase="Running", Reason="", readiness=true. Elapsed: 2.012765153s +Sep 16 20:11:31.004: INFO: The phase of Pod annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601 is Running (Ready = true) +Sep 16 20:11:31.004: INFO: Pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601" satisfied condition "running and ready" +Sep 16 20:11:31.523: INFO: Successfully updated pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:11:35.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-218" for this suite. 09/16/22 20:11:35.549 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]","completed":220,"skipped":4075,"failed":0} +------------------------------ +• [SLOW TEST] [6.598 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:28.958 + Sep 16 20:11:28.958: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:11:28.96 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:28.976 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:28.981 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 + STEP: Creating the pod 09/16/22 20:11:28.985 + Sep 16 20:11:28.991: INFO: Waiting up to 5m0s for pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601" in namespace "downward-api-218" to be "running and ready" + Sep 16 20:11:29.001: INFO: Pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601": Phase="Pending", Reason="", readiness=false. Elapsed: 9.912533ms + Sep 16 20:11:29.001: INFO: The phase of Pod annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:11:31.004: INFO: Pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601": Phase="Running", Reason="", readiness=true. Elapsed: 2.012765153s + Sep 16 20:11:31.004: INFO: The phase of Pod annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601 is Running (Ready = true) + Sep 16 20:11:31.004: INFO: Pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601" satisfied condition "running and ready" + Sep 16 20:11:31.523: INFO: Successfully updated pod "annotationupdate9cfec295-1ee2-4ffb-8fd8-c3630803c601" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:11:35.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-218" for this suite. 09/16/22 20:11:35.549 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:35.56 +Sep 16 20:11:35.560: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:11:35.562 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:35.576 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:35.581 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 +STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-8473 09/16/22 20:11:35.586 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/16/22 20:11:35.597 +STEP: creating service externalsvc in namespace services-8473 09/16/22 20:11:35.597 +STEP: creating replication controller externalsvc in namespace services-8473 09/16/22 20:11:35.615 +I0916 20:11:35.625401 19 runners.go:193] Created replication controller with name: externalsvc, namespace: services-8473, replica count: 2 +I0916 20:11:38.676177 19 runners.go:193] 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 09/16/22 20:11:38.917 +Sep 16 20:11:38.927: INFO: Creating new exec pod +Sep 16 20:11:38.937: INFO: Waiting up to 5m0s for pod "execpod78gn4" in namespace "services-8473" to be "running" +Sep 16 20:11:38.945: INFO: Pod "execpod78gn4": Phase="Pending", Reason="", readiness=false. Elapsed: 8.582391ms +Sep 16 20:11:40.949: INFO: Pod "execpod78gn4": Phase="Running", Reason="", readiness=true. Elapsed: 2.012335338s +Sep 16 20:11:40.949: INFO: Pod "execpod78gn4" satisfied condition "running" +Sep 16 20:11:40.949: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8473 exec execpod78gn4 -- /bin/sh -x -c nslookup clusterip-service.services-8473.svc.cluster.local' +Sep 16 20:11:41.141: INFO: stderr: "+ nslookup clusterip-service.services-8473.svc.cluster.local\n" +Sep 16 20:11:41.141: INFO: stdout: "Server:\t\t10.43.0.10\nAddress:\t10.43.0.10#53\n\nclusterip-service.services-8473.svc.cluster.local\tcanonical name = externalsvc.services-8473.svc.cluster.local.\nName:\texternalsvc.services-8473.svc.cluster.local\nAddress: 10.43.126.35\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-8473, will wait for the garbage collector to delete the pods 09/16/22 20:11:41.141 +Sep 16 20:11:41.202: INFO: Deleting ReplicationController externalsvc took: 3.173782ms +Sep 16 20:11:41.303: INFO: Terminating ReplicationController externalsvc pods took: 100.925867ms +Sep 16 20:11:43.218: INFO: Cleaning up the ClusterIP to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:11:43.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8473" for this suite. 09/16/22 20:11:43.234 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance]","completed":221,"skipped":4085,"failed":0} +------------------------------ +• [SLOW TEST] [7.681 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:35.56 + Sep 16 20:11:35.560: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:11:35.562 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:35.576 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:35.581 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 + STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-8473 09/16/22 20:11:35.586 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/16/22 20:11:35.597 + STEP: creating service externalsvc in namespace services-8473 09/16/22 20:11:35.597 + STEP: creating replication controller externalsvc in namespace services-8473 09/16/22 20:11:35.615 + I0916 20:11:35.625401 19 runners.go:193] Created replication controller with name: externalsvc, namespace: services-8473, replica count: 2 + I0916 20:11:38.676177 19 runners.go:193] 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 09/16/22 20:11:38.917 + Sep 16 20:11:38.927: INFO: Creating new exec pod + Sep 16 20:11:38.937: INFO: Waiting up to 5m0s for pod "execpod78gn4" in namespace "services-8473" to be "running" + Sep 16 20:11:38.945: INFO: Pod "execpod78gn4": Phase="Pending", Reason="", readiness=false. Elapsed: 8.582391ms + Sep 16 20:11:40.949: INFO: Pod "execpod78gn4": Phase="Running", Reason="", readiness=true. Elapsed: 2.012335338s + Sep 16 20:11:40.949: INFO: Pod "execpod78gn4" satisfied condition "running" + Sep 16 20:11:40.949: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-8473 exec execpod78gn4 -- /bin/sh -x -c nslookup clusterip-service.services-8473.svc.cluster.local' + Sep 16 20:11:41.141: INFO: stderr: "+ nslookup clusterip-service.services-8473.svc.cluster.local\n" + Sep 16 20:11:41.141: INFO: stdout: "Server:\t\t10.43.0.10\nAddress:\t10.43.0.10#53\n\nclusterip-service.services-8473.svc.cluster.local\tcanonical name = externalsvc.services-8473.svc.cluster.local.\nName:\texternalsvc.services-8473.svc.cluster.local\nAddress: 10.43.126.35\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-8473, will wait for the garbage collector to delete the pods 09/16/22 20:11:41.141 + Sep 16 20:11:41.202: INFO: Deleting ReplicationController externalsvc took: 3.173782ms + Sep 16 20:11:41.303: INFO: Terminating ReplicationController externalsvc pods took: 100.925867ms + Sep 16 20:11:43.218: INFO: Cleaning up the ClusterIP to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:11:43.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8473" for this suite. 09/16/22 20:11:43.234 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Garbage collector + should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:43.25 +Sep 16 20:11:43.250: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 20:11:43.252 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:43.263 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:43.267 +[It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 +STEP: create the deployment 09/16/22 20:11:43.271 +STEP: Wait for the Deployment to create new ReplicaSet 09/16/22 20:11:43.275 +STEP: delete the deployment 09/16/22 20:11:43.783 +STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 09/16/22 20:11:43.787 +STEP: Gathering metrics 09/16/22 20:11:44.312 +W0916 20:11:44.316641 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 16 20:11:44.316: 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 + test/e2e/framework/framework.go:187 +Sep 16 20:11:44.316: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-4500" for this suite. 09/16/22 20:11:44.319 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]","completed":222,"skipped":4148,"failed":0} +------------------------------ +• [1.072 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:43.25 + Sep 16 20:11:43.250: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 20:11:43.252 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:43.263 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:43.267 + [It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 + STEP: create the deployment 09/16/22 20:11:43.271 + STEP: Wait for the Deployment to create new ReplicaSet 09/16/22 20:11:43.275 + STEP: delete the deployment 09/16/22 20:11:43.783 + STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 09/16/22 20:11:43.787 + STEP: Gathering metrics 09/16/22 20:11:44.312 + W0916 20:11:44.316641 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 16 20:11:44.316: 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 + test/e2e/framework/framework.go:187 + Sep 16 20:11:44.316: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-4500" for this suite. 09/16/22 20:11:44.319 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] ServiceAccounts + should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:44.327 +Sep 16 20:11:44.327: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svcaccounts 09/16/22 20:11:44.328 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:44.346 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:44.356 +[It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 +Sep 16 20:11:44.372: INFO: Got root ca configmap in namespace "svcaccounts-4103" +Sep 16 20:11:44.377: INFO: Deleted root ca configmap in namespace "svcaccounts-4103" +STEP: waiting for a new root ca configmap created 09/16/22 20:11:44.877 +Sep 16 20:11:44.880: INFO: Recreated root ca configmap in namespace "svcaccounts-4103" +Sep 16 20:11:44.883: INFO: Updated root ca configmap in namespace "svcaccounts-4103" +STEP: waiting for the root ca configmap reconciled 09/16/22 20:11:45.384 +Sep 16 20:11:45.386: INFO: Reconciled root ca configmap in namespace "svcaccounts-4103" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 16 20:11:45.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-4103" for this suite. 09/16/22 20:11:45.389 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in any namespace [Conformance]","completed":223,"skipped":4169,"failed":0} +------------------------------ +• [1.067 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:44.327 + Sep 16 20:11:44.327: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svcaccounts 09/16/22 20:11:44.328 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:44.346 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:44.356 + [It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 + Sep 16 20:11:44.372: INFO: Got root ca configmap in namespace "svcaccounts-4103" + Sep 16 20:11:44.377: INFO: Deleted root ca configmap in namespace "svcaccounts-4103" + STEP: waiting for a new root ca configmap created 09/16/22 20:11:44.877 + Sep 16 20:11:44.880: INFO: Recreated root ca configmap in namespace "svcaccounts-4103" + Sep 16 20:11:44.883: INFO: Updated root ca configmap in namespace "svcaccounts-4103" + STEP: waiting for the root ca configmap reconciled 09/16/22 20:11:45.384 + Sep 16 20:11:45.386: INFO: Reconciled root ca configmap in namespace "svcaccounts-4103" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 16 20:11:45.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-4103" for this suite. 09/16/22 20:11:45.389 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] + test/e2e/apimachinery/webhook.go:276 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:45.394 +Sep 16 20:11:45.394: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:11:45.395 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:45.405 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:45.408 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:11:45.42 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:11:45.797 +STEP: Deploying the webhook pod 09/16/22 20:11:45.803 +STEP: Wait for the deployment to be ready 09/16/22 20:11:45.812 +Sep 16 20:11:45.818: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:11:47.827 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:11:47.832 +Sep 16 20:11:48.832: 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] + test/e2e/apimachinery/webhook.go:276 +STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/16/22 20:11:48.835 +STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/16/22 20:11:48.852 +STEP: Creating a dummy validating-webhook-configuration object 09/16/22 20:11:48.867 +STEP: Deleting the validating-webhook-configuration, which should be possible to remove 09/16/22 20:11:48.874 +STEP: Creating a dummy mutating-webhook-configuration object 09/16/22 20:11:48.877 +STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 09/16/22 20:11:48.886 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:11:48.897: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4703" for this suite. 09/16/22 20:11:48.902 +STEP: Destroying namespace "webhook-4703-markers" for this suite. 09/16/22 20:11:48.906 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]","completed":224,"skipped":4181,"failed":0} +------------------------------ +• [3.557 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] + test/e2e/apimachinery/webhook.go:276 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:45.394 + Sep 16 20:11:45.394: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:11:45.395 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:45.405 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:45.408 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:11:45.42 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:11:45.797 + STEP: Deploying the webhook pod 09/16/22 20:11:45.803 + STEP: Wait for the deployment to be ready 09/16/22 20:11:45.812 + Sep 16 20:11:45.818: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:11:47.827 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:11:47.832 + Sep 16 20:11:48.832: 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] + test/e2e/apimachinery/webhook.go:276 + STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/16/22 20:11:48.835 + STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/16/22 20:11:48.852 + STEP: Creating a dummy validating-webhook-configuration object 09/16/22 20:11:48.867 + STEP: Deleting the validating-webhook-configuration, which should be possible to remove 09/16/22 20:11:48.874 + STEP: Creating a dummy mutating-webhook-configuration object 09/16/22 20:11:48.877 + STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 09/16/22 20:11:48.886 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:11:48.897: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4703" for this suite. 09/16/22 20:11:48.902 + STEP: Destroying namespace "webhook-4703-markers" for this suite. 09/16/22 20:11:48.906 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:108 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:48.953 +Sep 16 20:11:48.953: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:11:48.955 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:48.971 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:48.976 +[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:108 +STEP: Creating configMap with name projected-configmap-test-volume-map-12f0d29a-82fc-4cbf-9b5f-dade16582581 09/16/22 20:11:48.98 +STEP: Creating a pod to test consume configMaps 09/16/22 20:11:48.984 +Sep 16 20:11:48.992: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b" in namespace "projected-700" to be "Succeeded or Failed" +Sep 16 20:11:49.006: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b": Phase="Pending", Reason="", readiness=false. Elapsed: 13.912688ms +Sep 16 20:11:51.009: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017600933s +Sep 16 20:11:53.010: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017946833s +STEP: Saw pod success 09/16/22 20:11:53.01 +Sep 16 20:11:53.010: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b" satisfied condition "Succeeded or Failed" +Sep 16 20:11:53.013: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b container agnhost-container: +STEP: delete the pod 09/16/22 20:11:53.018 +Sep 16 20:11:53.026: INFO: Waiting for pod pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b to disappear +Sep 16 20:11:53.028: INFO: Pod pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 20:11:53.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-700" for this suite. 09/16/22 20:11:53.035 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","completed":225,"skipped":4185,"failed":0} +------------------------------ +• [4.087 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:108 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:48.953 + Sep 16 20:11:48.953: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:11:48.955 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:48.971 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:48.976 + [It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:108 + STEP: Creating configMap with name projected-configmap-test-volume-map-12f0d29a-82fc-4cbf-9b5f-dade16582581 09/16/22 20:11:48.98 + STEP: Creating a pod to test consume configMaps 09/16/22 20:11:48.984 + Sep 16 20:11:48.992: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b" in namespace "projected-700" to be "Succeeded or Failed" + Sep 16 20:11:49.006: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b": Phase="Pending", Reason="", readiness=false. Elapsed: 13.912688ms + Sep 16 20:11:51.009: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017600933s + Sep 16 20:11:53.010: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017946833s + STEP: Saw pod success 09/16/22 20:11:53.01 + Sep 16 20:11:53.010: INFO: Pod "pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b" satisfied condition "Succeeded or Failed" + Sep 16 20:11:53.013: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b container agnhost-container: + STEP: delete the pod 09/16/22 20:11:53.018 + Sep 16 20:11:53.026: INFO: Waiting for pod pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b to disappear + Sep 16 20:11:53.028: INFO: Pod pod-projected-configmaps-f468904b-dd8e-499a-be43-c132f7415f6b no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 20:11:53.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-700" for this suite. 09/16/22 20:11:53.035 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:53.048 +Sep 16 20:11:53.048: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:11:53.049 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:53.068 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:53.073 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 +STEP: Creating secret with name s-test-opt-del-be640953-0177-4e06-a030-de96200eccb5 09/16/22 20:11:53.083 +STEP: Creating secret with name s-test-opt-upd-5dbb73e3-cf37-4351-b95e-53cbed6e2329 09/16/22 20:11:53.088 +STEP: Creating the pod 09/16/22 20:11:53.093 +Sep 16 20:11:53.099: INFO: Waiting up to 5m0s for pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9" in namespace "secrets-3148" to be "running and ready" +Sep 16 20:11:53.103: INFO: Pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9": Phase="Pending", Reason="", readiness=false. Elapsed: 4.037827ms +Sep 16 20:11:53.103: INFO: The phase of Pod pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:11:55.110: INFO: Pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9": Phase="Running", Reason="", readiness=true. Elapsed: 2.010232082s +Sep 16 20:11:55.110: INFO: The phase of Pod pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9 is Running (Ready = true) +Sep 16 20:11:55.110: INFO: Pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-be640953-0177-4e06-a030-de96200eccb5 09/16/22 20:11:55.127 +STEP: Updating secret s-test-opt-upd-5dbb73e3-cf37-4351-b95e-53cbed6e2329 09/16/22 20:11:55.13 +STEP: Creating secret with name s-test-opt-create-752c17ce-bdbd-4b6a-948e-886b2fab87ee 09/16/22 20:11:55.136 +STEP: waiting to observe update in volume 09/16/22 20:11:55.139 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:11:57.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3148" for this suite. 09/16/22 20:11:57.165 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":226,"skipped":4209,"failed":0} +------------------------------ +• [4.122 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:53.048 + Sep 16 20:11:53.048: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:11:53.049 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:53.068 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:53.073 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 + STEP: Creating secret with name s-test-opt-del-be640953-0177-4e06-a030-de96200eccb5 09/16/22 20:11:53.083 + STEP: Creating secret with name s-test-opt-upd-5dbb73e3-cf37-4351-b95e-53cbed6e2329 09/16/22 20:11:53.088 + STEP: Creating the pod 09/16/22 20:11:53.093 + Sep 16 20:11:53.099: INFO: Waiting up to 5m0s for pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9" in namespace "secrets-3148" to be "running and ready" + Sep 16 20:11:53.103: INFO: Pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9": Phase="Pending", Reason="", readiness=false. Elapsed: 4.037827ms + Sep 16 20:11:53.103: INFO: The phase of Pod pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:11:55.110: INFO: Pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9": Phase="Running", Reason="", readiness=true. Elapsed: 2.010232082s + Sep 16 20:11:55.110: INFO: The phase of Pod pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9 is Running (Ready = true) + Sep 16 20:11:55.110: INFO: Pod "pod-secrets-29d708e8-6123-48f8-8238-0363a27ed2a9" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-be640953-0177-4e06-a030-de96200eccb5 09/16/22 20:11:55.127 + STEP: Updating secret s-test-opt-upd-5dbb73e3-cf37-4351-b95e-53cbed6e2329 09/16/22 20:11:55.13 + STEP: Creating secret with name s-test-opt-create-752c17ce-bdbd-4b6a-948e-886b2fab87ee 09/16/22 20:11:55.136 + STEP: waiting to observe update in volume 09/16/22 20:11:55.139 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:11:57.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3148" for this suite. 09/16/22 20:11:57.165 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] IngressClass API + should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 +[BeforeEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:57.17 +Sep 16 20:11:57.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename ingressclass 09/16/22 20:11:57.172 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:57.191 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:57.195 +[BeforeEach] [sig-network] IngressClass API + test/e2e/network/ingressclass.go:211 +[It] should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 +STEP: getting /apis 09/16/22 20:11:57.198 +STEP: getting /apis/networking.k8s.io 09/16/22 20:11:57.201 +STEP: getting /apis/networking.k8s.iov1 09/16/22 20:11:57.204 +STEP: creating 09/16/22 20:11:57.205 +STEP: getting 09/16/22 20:11:57.227 +STEP: listing 09/16/22 20:11:57.229 +STEP: watching 09/16/22 20:11:57.232 +Sep 16 20:11:57.232: INFO: starting watch +STEP: patching 09/16/22 20:11:57.233 +STEP: updating 09/16/22 20:11:57.236 +Sep 16 20:11:57.241: INFO: waiting for watch events with expected annotations +Sep 16 20:11:57.241: INFO: saw patched and updated annotations +STEP: deleting 09/16/22 20:11:57.241 +STEP: deleting a collection 09/16/22 20:11:57.252 +[AfterEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:187 +Sep 16 20:11:57.261: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ingressclass-4063" for this suite. 09/16/22 20:11:57.264 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","completed":227,"skipped":4213,"failed":0} +------------------------------ +• [0.098 seconds] +[sig-network] IngressClass API +test/e2e/network/common/framework.go:23 + should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:57.17 + Sep 16 20:11:57.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename ingressclass 09/16/22 20:11:57.172 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:57.191 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:57.195 + [BeforeEach] [sig-network] IngressClass API + test/e2e/network/ingressclass.go:211 + [It] should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 + STEP: getting /apis 09/16/22 20:11:57.198 + STEP: getting /apis/networking.k8s.io 09/16/22 20:11:57.201 + STEP: getting /apis/networking.k8s.iov1 09/16/22 20:11:57.204 + STEP: creating 09/16/22 20:11:57.205 + STEP: getting 09/16/22 20:11:57.227 + STEP: listing 09/16/22 20:11:57.229 + STEP: watching 09/16/22 20:11:57.232 + Sep 16 20:11:57.232: INFO: starting watch + STEP: patching 09/16/22 20:11:57.233 + STEP: updating 09/16/22 20:11:57.236 + Sep 16 20:11:57.241: INFO: waiting for watch events with expected annotations + Sep 16 20:11:57.241: INFO: saw patched and updated annotations + STEP: deleting 09/16/22 20:11:57.241 + STEP: deleting a collection 09/16/22 20:11:57.252 + [AfterEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:187 + Sep 16 20:11:57.261: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ingressclass-4063" for this suite. 09/16/22 20:11:57.264 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:57.276 +Sep 16 20:11:57.276: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 20:11:57.277 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:57.291 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:57.295 +[It] should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 +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;sleep 1; done + 09/16/22 20:11:57.299 +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;sleep 1; done + 09/16/22 20:11:57.299 +STEP: creating a pod to probe DNS 09/16/22 20:11:57.299 +STEP: submitting the pod to kubernetes 09/16/22 20:11:57.299 +Sep 16 20:11:57.305: INFO: Waiting up to 15m0s for pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55" in namespace "dns-3050" to be "running" +Sep 16 20:11:57.314: INFO: Pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55": Phase="Pending", Reason="", readiness=false. Elapsed: 8.585911ms +Sep 16 20:11:59.317: INFO: Pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55": Phase="Running", Reason="", readiness=true. Elapsed: 2.011816567s +Sep 16 20:11:59.317: INFO: Pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55" satisfied condition "running" +STEP: retrieving the pod 09/16/22 20:11:59.317 +STEP: looking for the results for each expected name from probers 09/16/22 20:11:59.319 +Sep 16 20:11:59.333: INFO: DNS probes using dns-3050/dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55 succeeded + +STEP: deleting the pod 09/16/22 20:11:59.333 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 20:11:59.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-3050" for this suite. 09/16/22 20:11:59.35 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should provide DNS for the cluster [Conformance]","completed":228,"skipped":4257,"failed":0} +------------------------------ +• [2.078 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:57.276 + Sep 16 20:11:57.276: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 20:11:57.277 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:57.291 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:57.295 + [It] should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 + 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;sleep 1; done + 09/16/22 20:11:57.299 + 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;sleep 1; done + 09/16/22 20:11:57.299 + STEP: creating a pod to probe DNS 09/16/22 20:11:57.299 + STEP: submitting the pod to kubernetes 09/16/22 20:11:57.299 + Sep 16 20:11:57.305: INFO: Waiting up to 15m0s for pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55" in namespace "dns-3050" to be "running" + Sep 16 20:11:57.314: INFO: Pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55": Phase="Pending", Reason="", readiness=false. Elapsed: 8.585911ms + Sep 16 20:11:59.317: INFO: Pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55": Phase="Running", Reason="", readiness=true. Elapsed: 2.011816567s + Sep 16 20:11:59.317: INFO: Pod "dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55" satisfied condition "running" + STEP: retrieving the pod 09/16/22 20:11:59.317 + STEP: looking for the results for each expected name from probers 09/16/22 20:11:59.319 + Sep 16 20:11:59.333: INFO: DNS probes using dns-3050/dns-test-a36456e0-a5e6-48e5-9ffb-5e8217283c55 succeeded + + STEP: deleting the pod 09/16/22 20:11:59.333 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 20:11:59.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-3050" for this suite. 09/16/22 20:11:59.35 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:11:59.355 +Sep 16 20:11:59.355: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:11:59.356 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:59.367 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:59.371 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 +STEP: creating service in namespace services-7137 09/16/22 20:11:59.374 +STEP: creating service affinity-clusterip-transition in namespace services-7137 09/16/22 20:11:59.374 +STEP: creating replication controller affinity-clusterip-transition in namespace services-7137 09/16/22 20:11:59.386 +I0916 20:11:59.396108 19 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-7137, replica count: 3 +I0916 20:12:02.447373 19 runners.go:193] affinity-clusterip-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 20:12:02.801: INFO: Creating new exec pod +Sep 16 20:12:02.819: INFO: Waiting up to 5m0s for pod "execpod-affinityzfsxr" in namespace "services-7137" to be "running" +Sep 16 20:12:02.829: INFO: Pod "execpod-affinityzfsxr": Phase="Pending", Reason="", readiness=false. Elapsed: 9.881453ms +Sep 16 20:12:04.833: INFO: Pod "execpod-affinityzfsxr": Phase="Running", Reason="", readiness=true. Elapsed: 2.013800241s +Sep 16 20:12:04.833: INFO: Pod "execpod-affinityzfsxr" satisfied condition "running" +Sep 16 20:12:05.834: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-transition 80' +Sep 16 20:12:05.976: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" +Sep 16 20:12:05.976: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:12:05.976: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.226.180 80' +Sep 16 20:12:06.143: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.226.180 80\nConnection to 10.43.226.180 80 port [tcp/http] succeeded!\n" +Sep 16 20:12:06.143: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:12:06.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.226.180:80/ ; done' +Sep 16 20:12:06.367: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n" +Sep 16 20:12:06.367: INFO: stdout: "\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-2lfw4" +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 +Sep 16 20:12:06.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.226.180:80/ ; done' +Sep 16 20:12:06.589: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n" +Sep 16 20:12:06.590: INFO: stdout: "\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv" +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv +Sep 16 20:12:06.590: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-7137, will wait for the garbage collector to delete the pods 09/16/22 20:12:06.604 +Sep 16 20:12:06.662: INFO: Deleting ReplicationController affinity-clusterip-transition took: 3.962225ms +Sep 16 20:12:06.763: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.969897ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:12:08.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-7137" for this suite. 09/16/22 20:12:08.892 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance]","completed":229,"skipped":4289,"failed":0} +------------------------------ +• [SLOW TEST] [9.543 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:11:59.355 + Sep 16 20:11:59.355: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:11:59.356 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:11:59.367 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:11:59.371 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 + STEP: creating service in namespace services-7137 09/16/22 20:11:59.374 + STEP: creating service affinity-clusterip-transition in namespace services-7137 09/16/22 20:11:59.374 + STEP: creating replication controller affinity-clusterip-transition in namespace services-7137 09/16/22 20:11:59.386 + I0916 20:11:59.396108 19 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-7137, replica count: 3 + I0916 20:12:02.447373 19 runners.go:193] affinity-clusterip-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 20:12:02.801: INFO: Creating new exec pod + Sep 16 20:12:02.819: INFO: Waiting up to 5m0s for pod "execpod-affinityzfsxr" in namespace "services-7137" to be "running" + Sep 16 20:12:02.829: INFO: Pod "execpod-affinityzfsxr": Phase="Pending", Reason="", readiness=false. Elapsed: 9.881453ms + Sep 16 20:12:04.833: INFO: Pod "execpod-affinityzfsxr": Phase="Running", Reason="", readiness=true. Elapsed: 2.013800241s + Sep 16 20:12:04.833: INFO: Pod "execpod-affinityzfsxr" satisfied condition "running" + Sep 16 20:12:05.834: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-transition 80' + Sep 16 20:12:05.976: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" + Sep 16 20:12:05.976: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:12:05.976: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.226.180 80' + Sep 16 20:12:06.143: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.226.180 80\nConnection to 10.43.226.180 80 port [tcp/http] succeeded!\n" + Sep 16 20:12:06.143: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:12:06.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.226.180:80/ ; done' + Sep 16 20:12:06.367: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n" + Sep 16 20:12:06.367: INFO: stdout: "\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-2lfw4\naffinity-clusterip-transition-wd5hm\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-2lfw4" + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-wd5hm + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.367: INFO: Received response from host: affinity-clusterip-transition-2lfw4 + Sep 16 20:12:06.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-7137 exec execpod-affinityzfsxr -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.226.180:80/ ; done' + Sep 16 20:12:06.589: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.226.180:80/\n" + Sep 16 20:12:06.590: INFO: stdout: "\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv\naffinity-clusterip-transition-tt8gv" + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Received response from host: affinity-clusterip-transition-tt8gv + Sep 16 20:12:06.590: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-7137, will wait for the garbage collector to delete the pods 09/16/22 20:12:06.604 + Sep 16 20:12:06.662: INFO: Deleting ReplicationController affinity-clusterip-transition took: 3.962225ms + Sep 16 20:12:06.763: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.969897ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:12:08.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-7137" for this suite. 09/16/22 20:12:08.892 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] DisruptionController Listing PodDisruptionBudgets for all namespaces + should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:08.899 +Sep 16 20:12:08.899: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename disruption 09/16/22 20:12:08.9 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:08.919 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:08.924 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[BeforeEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:08.929 +Sep 16 20:12:08.929: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename disruption-2 09/16/22 20:12:08.93 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:08.943 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:08.946 +[It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 +STEP: Waiting for the pdb to be processed 09/16/22 20:12:08.953 +STEP: Waiting for the pdb to be processed 09/16/22 20:12:10.965 +STEP: Waiting for the pdb to be processed 09/16/22 20:12:12.975 +STEP: listing a collection of PDBs across all namespaces 09/16/22 20:12:14.982 +STEP: listing a collection of PDBs in namespace disruption-9714 09/16/22 20:12:14.984 +STEP: deleting a collection of PDBs 09/16/22 20:12:14.986 +STEP: Waiting for the PDB collection to be deleted 09/16/22 20:12:14.992 +[AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:187 +Sep 16 20:12:14.995: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-2-7240" for this suite. 09/16/22 20:12:14.998 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 16 20:12:15.002: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-9714" for this suite. 09/16/22 20:12:15.004 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] DisruptionController Listing PodDisruptionBudgets for all namespaces should list and delete a collection of PodDisruptionBudgets [Conformance]","completed":230,"skipped":4297,"failed":0} +------------------------------ +• [SLOW TEST] [6.108 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + Listing PodDisruptionBudgets for all namespaces + test/e2e/apps/disruption.go:77 + should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:08.899 + Sep 16 20:12:08.899: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename disruption 09/16/22 20:12:08.9 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:08.919 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:08.924 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [BeforeEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:08.929 + Sep 16 20:12:08.929: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename disruption-2 09/16/22 20:12:08.93 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:08.943 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:08.946 + [It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 + STEP: Waiting for the pdb to be processed 09/16/22 20:12:08.953 + STEP: Waiting for the pdb to be processed 09/16/22 20:12:10.965 + STEP: Waiting for the pdb to be processed 09/16/22 20:12:12.975 + STEP: listing a collection of PDBs across all namespaces 09/16/22 20:12:14.982 + STEP: listing a collection of PDBs in namespace disruption-9714 09/16/22 20:12:14.984 + STEP: deleting a collection of PDBs 09/16/22 20:12:14.986 + STEP: Waiting for the PDB collection to be deleted 09/16/22 20:12:14.992 + [AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:187 + Sep 16 20:12:14.995: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-2-7240" for this suite. 09/16/22 20:12:14.998 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 16 20:12:15.002: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-9714" for this suite. 09/16/22 20:12:15.004 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:15.01 +Sep 16 20:12:15.010: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:12:15.012 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:15.072 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:15.076 +[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 +STEP: Creating configMap with name projected-configmap-test-volume-317f7864-a1c3-40c2-8d39-641f9a5b60fb 09/16/22 20:12:15.08 +STEP: Creating a pod to test consume configMaps 09/16/22 20:12:15.083 +Sep 16 20:12:15.089: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8" in namespace "projected-1278" to be "Succeeded or Failed" +Sep 16 20:12:15.094: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.784288ms +Sep 16 20:12:17.097: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007882313s +Sep 16 20:12:19.098: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008485135s +STEP: Saw pod success 09/16/22 20:12:19.098 +Sep 16 20:12:19.098: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8" satisfied condition "Succeeded or Failed" +Sep 16 20:12:19.100: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8 container projected-configmap-volume-test: +STEP: delete the pod 09/16/22 20:12:19.104 +Sep 16 20:12:19.113: INFO: Waiting for pod pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8 to disappear +Sep 16 20:12:19.116: INFO: Pod pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 20:12:19.117: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1278" for this suite. 09/16/22 20:12:19.121 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","completed":231,"skipped":4300,"failed":0} +------------------------------ +• [4.117 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:15.01 + Sep 16 20:12:15.010: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:12:15.012 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:15.072 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:15.076 + [It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 + STEP: Creating configMap with name projected-configmap-test-volume-317f7864-a1c3-40c2-8d39-641f9a5b60fb 09/16/22 20:12:15.08 + STEP: Creating a pod to test consume configMaps 09/16/22 20:12:15.083 + Sep 16 20:12:15.089: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8" in namespace "projected-1278" to be "Succeeded or Failed" + Sep 16 20:12:15.094: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.784288ms + Sep 16 20:12:17.097: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007882313s + Sep 16 20:12:19.098: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008485135s + STEP: Saw pod success 09/16/22 20:12:19.098 + Sep 16 20:12:19.098: INFO: Pod "pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8" satisfied condition "Succeeded or Failed" + Sep 16 20:12:19.100: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8 container projected-configmap-volume-test: + STEP: delete the pod 09/16/22 20:12:19.104 + Sep 16 20:12:19.113: INFO: Waiting for pod pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8 to disappear + Sep 16 20:12:19.116: INFO: Pod pod-projected-configmaps-6b882301-d39d-4c61-a611-20dcdaf831d8 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 20:12:19.117: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1278" for this suite. 09/16/22 20:12:19.121 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:152 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:19.14 +Sep 16 20:12:19.140: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 20:12:19.141 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:19.154 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:19.158 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/16/22 20:12:19.165 +Sep 16 20:12:19.171: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-9651" to be "running and ready" +Sep 16 20:12:19.174: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.99651ms +Sep 16 20:12:19.174: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:12:21.177: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.006545323s +Sep 16 20:12:21.177: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 16 20:12:21.177: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:152 +STEP: create the pod with lifecycle hook 09/16/22 20:12:21.18 +Sep 16 20:12:21.183: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-9651" to be "running and ready" +Sep 16 20:12:21.187: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 4.122097ms +Sep 16 20:12:21.187: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:12:23.191: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008132037s +Sep 16 20:12:23.191: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) +Sep 16 20:12:23.191: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 09/16/22 20:12:23.193 +Sep 16 20:12:23.197: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Sep 16 20:12:23.202: INFO: Pod pod-with-prestop-http-hook still exists +Sep 16 20:12:25.202: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Sep 16 20:12:25.206: INFO: Pod pod-with-prestop-http-hook still exists +Sep 16 20:12:27.204: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Sep 16 20:12:27.206: INFO: Pod pod-with-prestop-http-hook no longer exists +STEP: check prestop hook 09/16/22 20:12:27.206 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 16 20:12:27.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-9651" for this suite. 09/16/22 20:12:27.215 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]","completed":232,"skipped":4361,"failed":0} +------------------------------ +• [SLOW TEST] [8.079 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:152 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:19.14 + Sep 16 20:12:19.140: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 20:12:19.141 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:19.154 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:19.158 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/16/22 20:12:19.165 + Sep 16 20:12:19.171: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-9651" to be "running and ready" + Sep 16 20:12:19.174: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.99651ms + Sep 16 20:12:19.174: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:12:21.177: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.006545323s + Sep 16 20:12:21.177: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 16 20:12:21.177: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:152 + STEP: create the pod with lifecycle hook 09/16/22 20:12:21.18 + Sep 16 20:12:21.183: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-9651" to be "running and ready" + Sep 16 20:12:21.187: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 4.122097ms + Sep 16 20:12:21.187: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:12:23.191: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.008132037s + Sep 16 20:12:23.191: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) + Sep 16 20:12:23.191: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 09/16/22 20:12:23.193 + Sep 16 20:12:23.197: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Sep 16 20:12:23.202: INFO: Pod pod-with-prestop-http-hook still exists + Sep 16 20:12:25.202: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Sep 16 20:12:25.206: INFO: Pod pod-with-prestop-http-hook still exists + Sep 16 20:12:27.204: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Sep 16 20:12:27.206: INFO: Pod pod-with-prestop-http-hook no longer exists + STEP: check prestop hook 09/16/22 20:12:27.206 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 16 20:12:27.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-9651" for this suite. 09/16/22 20:12:27.215 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] DisruptionController + should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:27.223 +Sep 16 20:12:27.223: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename disruption 09/16/22 20:12:27.224 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:27.285 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:27.29 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 +STEP: Waiting for the pdb to be processed 09/16/22 20:12:27.298 +STEP: Updating PodDisruptionBudget status 09/16/22 20:12:29.304 +STEP: Waiting for all pods to be running 09/16/22 20:12:29.31 +Sep 16 20:12:29.319: INFO: running pods: 0 < 1 +STEP: locating a running pod 09/16/22 20:12:31.323 +STEP: Waiting for the pdb to be processed 09/16/22 20:12:31.33 +STEP: Patching PodDisruptionBudget status 09/16/22 20:12:31.337 +STEP: Waiting for the pdb to be processed 09/16/22 20:12:31.343 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 16 20:12:31.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-1808" for this suite. 09/16/22 20:12:31.349 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] DisruptionController should update/patch PodDisruptionBudget status [Conformance]","completed":233,"skipped":4376,"failed":0} +------------------------------ +• [4.130 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:27.223 + Sep 16 20:12:27.223: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename disruption 09/16/22 20:12:27.224 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:27.285 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:27.29 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 + STEP: Waiting for the pdb to be processed 09/16/22 20:12:27.298 + STEP: Updating PodDisruptionBudget status 09/16/22 20:12:29.304 + STEP: Waiting for all pods to be running 09/16/22 20:12:29.31 + Sep 16 20:12:29.319: INFO: running pods: 0 < 1 + STEP: locating a running pod 09/16/22 20:12:31.323 + STEP: Waiting for the pdb to be processed 09/16/22 20:12:31.33 + STEP: Patching PodDisruptionBudget status 09/16/22 20:12:31.337 + STEP: Waiting for the pdb to be processed 09/16/22 20:12:31.343 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 16 20:12:31.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-1808" for this suite. 09/16/22 20:12:31.349 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[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] + test/e2e/common/storage/secrets_volume.go:98 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:31.362 +Sep 16 20:12:31.362: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:12:31.363 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:31.383 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:31.386 +[It] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:98 +STEP: Creating secret with name secret-test-97fa74c4-6272-4d90-8d41-7499d814af2f 09/16/22 20:12:31.409 +STEP: Creating a pod to test consume secrets 09/16/22 20:12:31.413 +Sep 16 20:12:31.422: INFO: Waiting up to 5m0s for pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855" in namespace "secrets-8867" to be "Succeeded or Failed" +Sep 16 20:12:31.436: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855": Phase="Pending", Reason="", readiness=false. Elapsed: 13.588013ms +Sep 16 20:12:33.440: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017370988s +Sep 16 20:12:35.440: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017640864s +STEP: Saw pod success 09/16/22 20:12:35.44 +Sep 16 20:12:35.440: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855" satisfied condition "Succeeded or Failed" +Sep 16 20:12:35.442: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-secrets-82e4125e-122d-44dd-9758-819c73db7855 container secret-volume-test: +STEP: delete the pod 09/16/22 20:12:35.445 +Sep 16 20:12:35.452: INFO: Waiting for pod pod-secrets-82e4125e-122d-44dd-9758-819c73db7855 to disappear +Sep 16 20:12:35.455: INFO: Pod pod-secrets-82e4125e-122d-44dd-9758-819c73db7855 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:12:35.455: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-8867" for this suite. 09/16/22 20:12:35.459 +STEP: Destroying namespace "secret-namespace-8200" for this suite. 09/16/22 20:12:35.463 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"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]","completed":234,"skipped":4401,"failed":0} +------------------------------ +• [4.105 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:31.362 + Sep 16 20:12:31.362: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:12:31.363 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:31.383 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:31.386 + [It] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:98 + STEP: Creating secret with name secret-test-97fa74c4-6272-4d90-8d41-7499d814af2f 09/16/22 20:12:31.409 + STEP: Creating a pod to test consume secrets 09/16/22 20:12:31.413 + Sep 16 20:12:31.422: INFO: Waiting up to 5m0s for pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855" in namespace "secrets-8867" to be "Succeeded or Failed" + Sep 16 20:12:31.436: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855": Phase="Pending", Reason="", readiness=false. Elapsed: 13.588013ms + Sep 16 20:12:33.440: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017370988s + Sep 16 20:12:35.440: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017640864s + STEP: Saw pod success 09/16/22 20:12:35.44 + Sep 16 20:12:35.440: INFO: Pod "pod-secrets-82e4125e-122d-44dd-9758-819c73db7855" satisfied condition "Succeeded or Failed" + Sep 16 20:12:35.442: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-secrets-82e4125e-122d-44dd-9758-819c73db7855 container secret-volume-test: + STEP: delete the pod 09/16/22 20:12:35.445 + Sep 16 20:12:35.452: INFO: Waiting for pod pod-secrets-82e4125e-122d-44dd-9758-819c73db7855 to disappear + Sep 16 20:12:35.455: INFO: Pod pod-secrets-82e4125e-122d-44dd-9758-819c73db7855 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:12:35.455: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-8867" for this suite. 09/16/22 20:12:35.459 + STEP: Destroying namespace "secret-namespace-8200" for this suite. 09/16/22 20:12:35.463 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:35.507 +Sep 16 20:12:35.512: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:12:35.515 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:35.578 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:35.583 +[It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 +STEP: Creating a pod to test emptydir 0644 on node default medium 09/16/22 20:12:35.586 +Sep 16 20:12:35.591: INFO: Waiting up to 5m0s for pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c" in namespace "emptydir-4223" to be "Succeeded or Failed" +Sep 16 20:12:35.595: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012966ms +Sep 16 20:12:37.598: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c": Phase="Running", Reason="", readiness=false. Elapsed: 2.006908377s +Sep 16 20:12:39.598: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007208226s +STEP: Saw pod success 09/16/22 20:12:39.599 +Sep 16 20:12:39.599: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c" satisfied condition "Succeeded or Failed" +Sep 16 20:12:39.602: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-0d9adc91-50ce-4bae-90fd-c7923662596c container test-container: +STEP: delete the pod 09/16/22 20:12:39.609 +Sep 16 20:12:39.618: INFO: Waiting for pod pod-0d9adc91-50ce-4bae-90fd-c7923662596c to disappear +Sep 16 20:12:39.622: INFO: Pod pod-0d9adc91-50ce-4bae-90fd-c7923662596c no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:12:39.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-4223" for this suite. 09/16/22 20:12:39.63 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":235,"skipped":4461,"failed":0} +------------------------------ +• [4.130 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:35.507 + Sep 16 20:12:35.512: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:12:35.515 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:35.578 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:35.583 + [It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 + STEP: Creating a pod to test emptydir 0644 on node default medium 09/16/22 20:12:35.586 + Sep 16 20:12:35.591: INFO: Waiting up to 5m0s for pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c" in namespace "emptydir-4223" to be "Succeeded or Failed" + Sep 16 20:12:35.595: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012966ms + Sep 16 20:12:37.598: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c": Phase="Running", Reason="", readiness=false. Elapsed: 2.006908377s + Sep 16 20:12:39.598: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007208226s + STEP: Saw pod success 09/16/22 20:12:39.599 + Sep 16 20:12:39.599: INFO: Pod "pod-0d9adc91-50ce-4bae-90fd-c7923662596c" satisfied condition "Succeeded or Failed" + Sep 16 20:12:39.602: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-0d9adc91-50ce-4bae-90fd-c7923662596c container test-container: + STEP: delete the pod 09/16/22 20:12:39.609 + Sep 16 20:12:39.618: INFO: Waiting for pod pod-0d9adc91-50ce-4bae-90fd-c7923662596c to disappear + Sep 16 20:12:39.622: INFO: Pod pod-0d9adc91-50ce-4bae-90fd-c7923662596c no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:12:39.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-4223" for this suite. 09/16/22 20:12:39.63 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:114 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:39.639 +Sep 16 20:12:39.639: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 20:12:39.641 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:39.669 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:39.677 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/16/22 20:12:39.687 +Sep 16 20:12:39.698: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-1678" to be "running and ready" +Sep 16 20:12:39.703: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 5.381159ms +Sep 16 20:12:39.704: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:12:41.706: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.00829101s +Sep 16 20:12:41.706: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 16 20:12:41.706: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:114 +STEP: create the pod with lifecycle hook 09/16/22 20:12:41.709 +Sep 16 20:12:41.715: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-1678" to be "running and ready" +Sep 16 20:12:41.718: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.468ms +Sep 16 20:12:41.718: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:12:43.721: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.005476454s +Sep 16 20:12:43.721: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) +Sep 16 20:12:43.721: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 09/16/22 20:12:43.723 +Sep 16 20:12:43.727: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Sep 16 20:12:43.731: INFO: Pod pod-with-prestop-exec-hook still exists +Sep 16 20:12:45.731: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Sep 16 20:12:45.734: INFO: Pod pod-with-prestop-exec-hook no longer exists +STEP: check prestop hook 09/16/22 20:12:45.734 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 16 20:12:45.739: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-1678" for this suite. 09/16/22 20:12:45.742 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]","completed":236,"skipped":4465,"failed":0} +------------------------------ +• [SLOW TEST] [6.107 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:114 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:39.639 + Sep 16 20:12:39.639: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/16/22 20:12:39.641 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:39.669 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:39.677 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/16/22 20:12:39.687 + Sep 16 20:12:39.698: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-1678" to be "running and ready" + Sep 16 20:12:39.703: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 5.381159ms + Sep 16 20:12:39.704: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:12:41.706: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.00829101s + Sep 16 20:12:41.706: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 16 20:12:41.706: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:114 + STEP: create the pod with lifecycle hook 09/16/22 20:12:41.709 + Sep 16 20:12:41.715: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-1678" to be "running and ready" + Sep 16 20:12:41.718: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.468ms + Sep 16 20:12:41.718: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:12:43.721: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.005476454s + Sep 16 20:12:43.721: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) + Sep 16 20:12:43.721: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 09/16/22 20:12:43.723 + Sep 16 20:12:43.727: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Sep 16 20:12:43.731: INFO: Pod pod-with-prestop-exec-hook still exists + Sep 16 20:12:45.731: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Sep 16 20:12:45.734: INFO: Pod pod-with-prestop-exec-hook no longer exists + STEP: check prestop hook 09/16/22 20:12:45.734 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 16 20:12:45.739: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-1678" for this suite. 09/16/22 20:12:45.742 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:12:45.747 +Sep 16 20:12:45.748: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 20:12:45.749 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:45.763 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:45.768 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-5651 09/16/22 20:12:45.772 +[It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 +STEP: Creating statefulset ss in namespace statefulset-5651 09/16/22 20:12:45.779 +Sep 16 20:12:45.799: INFO: Found 0 stateful pods, waiting for 1 +Sep 16 20:12:55.803: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: getting scale subresource 09/16/22 20:12:55.81 +STEP: updating a scale subresource 09/16/22 20:12:55.814 +STEP: verifying the statefulset Spec.Replicas was modified 09/16/22 20:12:55.821 +STEP: Patch a scale subresource 09/16/22 20:12:56.027 +STEP: verifying the statefulset Spec.Replicas was modified 09/16/22 20:12:56.059 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 20:12:56.073: INFO: Deleting all statefulset in ns statefulset-5651 +Sep 16 20:12:56.077: INFO: Scaling statefulset ss to 0 +Sep 16 20:13:06.119: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 16 20:13:06.122: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 20:13:06.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-5651" for this suite. 09/16/22 20:13:06.153 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance]","completed":237,"skipped":4473,"failed":0} +------------------------------ +• [SLOW TEST] [20.412 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:12:45.747 + Sep 16 20:12:45.748: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 20:12:45.749 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:12:45.763 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:12:45.768 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-5651 09/16/22 20:12:45.772 + [It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 + STEP: Creating statefulset ss in namespace statefulset-5651 09/16/22 20:12:45.779 + Sep 16 20:12:45.799: INFO: Found 0 stateful pods, waiting for 1 + Sep 16 20:12:55.803: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: getting scale subresource 09/16/22 20:12:55.81 + STEP: updating a scale subresource 09/16/22 20:12:55.814 + STEP: verifying the statefulset Spec.Replicas was modified 09/16/22 20:12:55.821 + STEP: Patch a scale subresource 09/16/22 20:12:56.027 + STEP: verifying the statefulset Spec.Replicas was modified 09/16/22 20:12:56.059 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 20:12:56.073: INFO: Deleting all statefulset in ns statefulset-5651 + Sep 16 20:12:56.077: INFO: Scaling statefulset ss to 0 + Sep 16 20:13:06.119: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 16 20:13:06.122: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 20:13:06.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-5651" for this suite. 09/16/22 20:13:06.153 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:104 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:13:06.163 +Sep 16 20:13:06.163: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 20:13:06.164 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:13:06.177 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:13:06.181 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:104 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 20:14:06.193: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-5848" for this suite. 09/16/22 20:14:06.196 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]","completed":238,"skipped":4481,"failed":0} +------------------------------ +• [SLOW TEST] [60.036 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:104 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:13:06.163 + Sep 16 20:13:06.163: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 20:13:06.164 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:13:06.177 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:13:06.181 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:104 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 20:14:06.193: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-5848" for this suite. 09/16/22 20:14:06.196 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:14:06.203 +Sep 16 20:14:06.203: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 20:14:06.205 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:14:06.215 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:14:06.218 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 +STEP: Creating pod liveness-498de946-e03f-4128-aa5f-b3bd69353496 in namespace container-probe-3251 09/16/22 20:14:06.222 +Sep 16 20:14:06.230: INFO: Waiting up to 5m0s for pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496" in namespace "container-probe-3251" to be "not pending" +Sep 16 20:14:06.233: INFO: Pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496": Phase="Pending", Reason="", readiness=false. Elapsed: 2.386379ms +Sep 16 20:14:08.236: INFO: Pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496": Phase="Running", Reason="", readiness=true. Elapsed: 2.005875352s +Sep 16 20:14:08.236: INFO: Pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496" satisfied condition "not pending" +Sep 16 20:14:08.236: INFO: Started pod liveness-498de946-e03f-4128-aa5f-b3bd69353496 in namespace container-probe-3251 +STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:14:08.236 +Sep 16 20:14:08.238: INFO: Initial restart count of pod liveness-498de946-e03f-4128-aa5f-b3bd69353496 is 0 +STEP: deleting the pod 09/16/22 20:18:09.247 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 20:18:09.261: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-3251" for this suite. 09/16/22 20:18:09.267 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance]","completed":239,"skipped":4506,"failed":0} +------------------------------ +• [SLOW TEST] [243.070 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:14:06.203 + Sep 16 20:14:06.203: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 20:14:06.205 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:14:06.215 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:14:06.218 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 + STEP: Creating pod liveness-498de946-e03f-4128-aa5f-b3bd69353496 in namespace container-probe-3251 09/16/22 20:14:06.222 + Sep 16 20:14:06.230: INFO: Waiting up to 5m0s for pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496" in namespace "container-probe-3251" to be "not pending" + Sep 16 20:14:06.233: INFO: Pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496": Phase="Pending", Reason="", readiness=false. Elapsed: 2.386379ms + Sep 16 20:14:08.236: INFO: Pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496": Phase="Running", Reason="", readiness=true. Elapsed: 2.005875352s + Sep 16 20:14:08.236: INFO: Pod "liveness-498de946-e03f-4128-aa5f-b3bd69353496" satisfied condition "not pending" + Sep 16 20:14:08.236: INFO: Started pod liveness-498de946-e03f-4128-aa5f-b3bd69353496 in namespace container-probe-3251 + STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:14:08.236 + Sep 16 20:14:08.238: INFO: Initial restart count of pod liveness-498de946-e03f-4128-aa5f-b3bd69353496 is 0 + STEP: deleting the pod 09/16/22 20:18:09.247 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 20:18:09.261: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-3251" for this suite. 09/16/22 20:18:09.267 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:09.273 +Sep 16 20:18:09.273: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:18:09.275 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:09.284 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:09.288 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:18:09.302 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:18:10.324 +STEP: Deploying the webhook pod 09/16/22 20:18:10.331 +STEP: Wait for the deployment to be ready 09/16/22 20:18:10.339 +Sep 16 20:18:10.349: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:18:12.357 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:18:12.364 +Sep 16 20:18:13.365: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 +STEP: Registering the mutating configmap webhook via the AdmissionRegistration API 09/16/22 20:18:13.368 +STEP: create a configmap that should be updated by the webhook 09/16/22 20:18:13.388 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:18:13.411: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-3590" for this suite. 09/16/22 20:18:13.415 +STEP: Destroying namespace "webhook-3590-markers" for this suite. 09/16/22 20:18:13.42 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]","completed":240,"skipped":4506,"failed":0} +------------------------------ +• [4.252 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:09.273 + Sep 16 20:18:09.273: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:18:09.275 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:09.284 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:09.288 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:18:09.302 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:18:10.324 + STEP: Deploying the webhook pod 09/16/22 20:18:10.331 + STEP: Wait for the deployment to be ready 09/16/22 20:18:10.339 + Sep 16 20:18:10.349: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:18:12.357 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:18:12.364 + Sep 16 20:18:13.365: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 + STEP: Registering the mutating configmap webhook via the AdmissionRegistration API 09/16/22 20:18:13.368 + STEP: create a configmap that should be updated by the webhook 09/16/22 20:18:13.388 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:18:13.411: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-3590" for this suite. 09/16/22 20:18:13.415 + STEP: Destroying namespace "webhook-3590-markers" for this suite. 09/16/22 20:18:13.42 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:13.529 +Sep 16 20:18:13.529: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:18:13.53 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:13.56 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:13.566 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 +STEP: creating service in namespace services-4271 09/16/22 20:18:13.573 +STEP: creating service affinity-nodeport in namespace services-4271 09/16/22 20:18:13.573 +STEP: creating replication controller affinity-nodeport in namespace services-4271 09/16/22 20:18:13.59 +I0916 20:18:13.596271 19 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-4271, replica count: 3 +I0916 20:18:16.647749 19 runners.go:193] affinity-nodeport Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 20:18:16.654: INFO: Creating new exec pod +Sep 16 20:18:16.657: INFO: Waiting up to 5m0s for pod "execpod-affinity28tf9" in namespace "services-4271" to be "running" +Sep 16 20:18:16.661: INFO: Pod "execpod-affinity28tf9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.527788ms +Sep 16 20:18:18.665: INFO: Pod "execpod-affinity28tf9": Phase="Running", Reason="", readiness=true. Elapsed: 2.008044704s +Sep 16 20:18:18.665: INFO: Pod "execpod-affinity28tf9" satisfied condition "running" +Sep 16 20:18:19.676: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport 80' +Sep 16 20:18:19.819: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport 80\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" +Sep 16 20:18:19.819: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:18:19.819: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.31.36 80' +Sep 16 20:18:19.948: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.31.36 80\nConnection to 10.43.31.36 80 port [tcp/http] succeeded!\n" +Sep 16 20:18:19.948: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:18:19.948: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 31264' +Sep 16 20:18:20.084: INFO: stderr: "+ nc -v -t -w 2 172.31.14.177 31264\n+ echo hostName\nConnection to 172.31.14.177 31264 port [tcp/*] succeeded!\n" +Sep 16 20:18:20.084: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:18:20.085: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 31264' +Sep 16 20:18:20.225: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 31264\nConnection to 172.31.15.7 31264 port [tcp/*] succeeded!\n" +Sep 16 20:18:20.225: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:18:20.225: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:31264/ ; done' +Sep 16 20:18:20.422: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n" +Sep 16 20:18:20.422: INFO: stdout: "\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc" +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc +Sep 16 20:18:20.422: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport in namespace services-4271, will wait for the garbage collector to delete the pods 09/16/22 20:18:20.433 +Sep 16 20:18:20.491: INFO: Deleting ReplicationController affinity-nodeport took: 4.209149ms +Sep 16 20:18:20.591: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.192288ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:18:22.719: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-4271" for this suite. 09/16/22 20:18:22.724 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance]","completed":241,"skipped":4522,"failed":0} +------------------------------ +• [SLOW TEST] [9.202 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:13.529 + Sep 16 20:18:13.529: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:18:13.53 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:13.56 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:13.566 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 + STEP: creating service in namespace services-4271 09/16/22 20:18:13.573 + STEP: creating service affinity-nodeport in namespace services-4271 09/16/22 20:18:13.573 + STEP: creating replication controller affinity-nodeport in namespace services-4271 09/16/22 20:18:13.59 + I0916 20:18:13.596271 19 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-4271, replica count: 3 + I0916 20:18:16.647749 19 runners.go:193] affinity-nodeport Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 20:18:16.654: INFO: Creating new exec pod + Sep 16 20:18:16.657: INFO: Waiting up to 5m0s for pod "execpod-affinity28tf9" in namespace "services-4271" to be "running" + Sep 16 20:18:16.661: INFO: Pod "execpod-affinity28tf9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.527788ms + Sep 16 20:18:18.665: INFO: Pod "execpod-affinity28tf9": Phase="Running", Reason="", readiness=true. Elapsed: 2.008044704s + Sep 16 20:18:18.665: INFO: Pod "execpod-affinity28tf9" satisfied condition "running" + Sep 16 20:18:19.676: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport 80' + Sep 16 20:18:19.819: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport 80\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" + Sep 16 20:18:19.819: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:18:19.819: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.31.36 80' + Sep 16 20:18:19.948: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.31.36 80\nConnection to 10.43.31.36 80 port [tcp/http] succeeded!\n" + Sep 16 20:18:19.948: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:18:19.948: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 31264' + Sep 16 20:18:20.084: INFO: stderr: "+ nc -v -t -w 2 172.31.14.177 31264\n+ echo hostName\nConnection to 172.31.14.177 31264 port [tcp/*] succeeded!\n" + Sep 16 20:18:20.084: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:18:20.085: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 31264' + Sep 16 20:18:20.225: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 31264\nConnection to 172.31.15.7 31264 port [tcp/*] succeeded!\n" + Sep 16 20:18:20.225: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:18:20.225: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4271 exec execpod-affinity28tf9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.31.14.177:31264/ ; done' + Sep 16 20:18:20.422: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.31.14.177:31264/\n" + Sep 16 20:18:20.422: INFO: stdout: "\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc\naffinity-nodeport-dgxpc" + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Received response from host: affinity-nodeport-dgxpc + Sep 16 20:18:20.422: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport in namespace services-4271, will wait for the garbage collector to delete the pods 09/16/22 20:18:20.433 + Sep 16 20:18:20.491: INFO: Deleting ReplicationController affinity-nodeport took: 4.209149ms + Sep 16 20:18:20.591: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.192288ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:18:22.719: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-4271" for this suite. 09/16/22 20:18:22.724 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods Extended Pods Set QOS Class + should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 +[BeforeEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:22.732 +Sep 16 20:18:22.732: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 20:18:22.733 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:22.745 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:22.75 +[BeforeEach] Pods Set QOS Class + test/e2e/node/pods.go:152 +[It] should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 +STEP: creating the pod 09/16/22 20:18:22.754 +STEP: submitting the pod to kubernetes 09/16/22 20:18:22.754 +STEP: verifying QOS class is set on the pod 09/16/22 20:18:22.762 +[AfterEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:187 +Sep 16 20:18:22.771: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-346" for this suite. 09/16/22 20:18:22.774 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods Extended Pods Set QOS Class should be set on Pods with matching resource requests and limits for memory and cpu [Conformance]","completed":242,"skipped":4535,"failed":0} +------------------------------ +• [0.048 seconds] +[sig-node] Pods Extended +test/e2e/node/framework.go:23 + Pods Set QOS Class + test/e2e/node/pods.go:150 + should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:22.732 + Sep 16 20:18:22.732: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 20:18:22.733 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:22.745 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:22.75 + [BeforeEach] Pods Set QOS Class + test/e2e/node/pods.go:152 + [It] should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 + STEP: creating the pod 09/16/22 20:18:22.754 + STEP: submitting the pod to kubernetes 09/16/22 20:18:22.754 + STEP: verifying QOS class is set on the pod 09/16/22 20:18:22.762 + [AfterEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:187 + Sep 16 20:18:22.771: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-346" for this suite. 09/16/22 20:18:22.774 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir wrapper volumes + should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:22.781 +Sep 16 20:18:22.781: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir-wrapper 09/16/22 20:18:22.782 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:22.793 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:22.797 +[It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +Sep 16 20:18:22.815: INFO: Waiting up to 5m0s for pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121" in namespace "emptydir-wrapper-452" to be "running and ready" +Sep 16 20:18:22.822: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121": Phase="Pending", Reason="", readiness=false. Elapsed: 6.391925ms +Sep 16 20:18:22.822: INFO: The phase of Pod pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:18:24.826: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010385634s +Sep 16 20:18:24.826: INFO: The phase of Pod pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:18:26.828: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121": Phase="Running", Reason="", readiness=true. Elapsed: 4.012257257s +Sep 16 20:18:26.828: INFO: The phase of Pod pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121 is Running (Ready = true) +Sep 16 20:18:26.828: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121" satisfied condition "running and ready" +STEP: Cleaning up the secret 09/16/22 20:18:26.831 +STEP: Cleaning up the configmap 09/16/22 20:18:26.839 +STEP: Cleaning up the pod 09/16/22 20:18:26.844 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 +Sep 16 20:18:26.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-wrapper-452" for this suite. 09/16/22 20:18:26.863 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance]","completed":243,"skipped":4546,"failed":0} +------------------------------ +• [4.090 seconds] +[sig-storage] EmptyDir wrapper volumes +test/e2e/storage/utils/framework.go:23 + should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:22.781 + Sep 16 20:18:22.781: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir-wrapper 09/16/22 20:18:22.782 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:22.793 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:22.797 + [It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 + Sep 16 20:18:22.815: INFO: Waiting up to 5m0s for pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121" in namespace "emptydir-wrapper-452" to be "running and ready" + Sep 16 20:18:22.822: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121": Phase="Pending", Reason="", readiness=false. Elapsed: 6.391925ms + Sep 16 20:18:22.822: INFO: The phase of Pod pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:18:24.826: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010385634s + Sep 16 20:18:24.826: INFO: The phase of Pod pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:18:26.828: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121": Phase="Running", Reason="", readiness=true. Elapsed: 4.012257257s + Sep 16 20:18:26.828: INFO: The phase of Pod pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121 is Running (Ready = true) + Sep 16 20:18:26.828: INFO: Pod "pod-secrets-1b74ad99-3708-4bc4-b838-86c00e56b121" satisfied condition "running and ready" + STEP: Cleaning up the secret 09/16/22 20:18:26.831 + STEP: Cleaning up the configmap 09/16/22 20:18:26.839 + STEP: Cleaning up the pod 09/16/22 20:18:26.844 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 + Sep 16 20:18:26.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-wrapper-452" for this suite. 09/16/22 20:18:26.863 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Deployment + RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:26.875 +Sep 16 20:18:26.875: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 20:18:26.877 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:26.893 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:26.898 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 +Sep 16 20:18:26.903: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) +Sep 16 20:18:26.916: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 16 20:18:31.921: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/16/22 20:18:31.921 +Sep 16 20:18:31.921: INFO: Creating deployment "test-rolling-update-deployment" +Sep 16 20:18:31.926: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has +Sep 16 20:18:31.931: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created +Sep 16 20:18:33.938: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected +Sep 16 20:18:33.940: INFO: Ensuring deployment "test-rolling-update-deployment" has one old replica set (the one it adopted) +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 20:18:33.948: INFO: Deployment "test-rolling-update-deployment": +&Deployment{ObjectMeta:{test-rolling-update-deployment deployment-6159 97ea5736-169e-42c5-a435-58421c36704e 30410 1 2022-09-16 20:18:31 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2022-09-16 20:18:31 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +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":{}}} status}]},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 registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004355558 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[] [] nil }},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:2022-09-16 20:18:31 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-78f575d8ff" has successfully progressed.,LastUpdateTime:2022-09-16 20:18:33 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 16 20:18:33.951: INFO: New ReplicaSet "test-rolling-update-deployment-78f575d8ff" of Deployment "test-rolling-update-deployment": +&ReplicaSet{ObjectMeta:{test-rolling-update-deployment-78f575d8ff deployment-6159 26e4967c-92a8-49bc-9178-4a7cba8d68f6 30400 1 2022-09-16 20:18:31 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] 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 97ea5736-169e-42c5-a435-58421c36704e 0xc004355a67 0xc004355a68}] [] [{k3s Update apps/v1 2022-09-16 20:18:31 +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\":\"97ea5736-169e-42c5-a435-58421c36704e\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod-template-hash: 78f575d8ff,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004355b28 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Sep 16 20:18:33.951: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": +Sep 16 20:18:33.951: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-6159 786e8efd-108e-4563-81c8-21878e043759 30409 2 2022-09-16 20:18:26 +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 97ea5736-169e-42c5-a435-58421c36704e 0xc004355927 0xc004355928}] [] [{e2e.test Update apps/v1 2022-09-16 20:18:26 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"97ea5736-169e-42c5-a435-58421c36704e\"}":{}}},"f:spec":{"f:replicas":{}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc0043559f8 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 16 20:18:33.955: INFO: Pod "test-rolling-update-deployment-78f575d8ff-dvqs4" is available: +&Pod{ObjectMeta:{test-rolling-update-deployment-78f575d8ff-dvqs4 test-rolling-update-deployment-78f575d8ff- deployment-6159 26a8fa5e-9378-4c40-8639-dcc777934a79 30399 0 2022-09-16 20:18:31 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-78f575d8ff 26e4967c-92a8-49bc-9178-4a7cba8d68f6 0xc004355f87 0xc004355f88}] [] [{k3s Update v1 2022-09-16 20:18:31 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"26e4967c-92a8-49bc-9178-4a7cba8d68f6\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:18:33 +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.42.1.75\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xp88z,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xp88z,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:33 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:33 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.75,StartTime:2022-09-16 20:18:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:18:32 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://d82b910cc070ed607c6c83b4a20defaea54577024f35974c42db4d2b2cab08c0,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.75,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 20:18:33.955: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-6159" for this suite. 09/16/22 20:18:33.958 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]","completed":244,"skipped":4553,"failed":0} +------------------------------ +• [SLOW TEST] [7.088 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:26.875 + Sep 16 20:18:26.875: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 20:18:26.877 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:26.893 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:26.898 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 + Sep 16 20:18:26.903: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) + Sep 16 20:18:26.916: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 16 20:18:31.921: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/16/22 20:18:31.921 + Sep 16 20:18:31.921: INFO: Creating deployment "test-rolling-update-deployment" + Sep 16 20:18:31.926: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has + Sep 16 20:18:31.931: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created + Sep 16 20:18:33.938: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected + Sep 16 20:18:33.940: INFO: Ensuring deployment "test-rolling-update-deployment" has one old replica set (the one it adopted) + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 20:18:33.948: INFO: Deployment "test-rolling-update-deployment": + &Deployment{ObjectMeta:{test-rolling-update-deployment deployment-6159 97ea5736-169e-42c5-a435-58421c36704e 30410 1 2022-09-16 20:18:31 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2022-09-16 20:18:31 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +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":{}}} status}]},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 registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004355558 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[] [] nil }},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:2022-09-16 20:18:31 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-78f575d8ff" has successfully progressed.,LastUpdateTime:2022-09-16 20:18:33 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 16 20:18:33.951: INFO: New ReplicaSet "test-rolling-update-deployment-78f575d8ff" of Deployment "test-rolling-update-deployment": + &ReplicaSet{ObjectMeta:{test-rolling-update-deployment-78f575d8ff deployment-6159 26e4967c-92a8-49bc-9178-4a7cba8d68f6 30400 1 2022-09-16 20:18:31 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] 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 97ea5736-169e-42c5-a435-58421c36704e 0xc004355a67 0xc004355a68}] [] [{k3s Update apps/v1 2022-09-16 20:18:31 +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\":\"97ea5736-169e-42c5-a435-58421c36704e\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod-template-hash: 78f575d8ff,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004355b28 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Sep 16 20:18:33.951: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": + Sep 16 20:18:33.951: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-6159 786e8efd-108e-4563-81c8-21878e043759 30409 2 2022-09-16 20:18:26 +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 97ea5736-169e-42c5-a435-58421c36704e 0xc004355927 0xc004355928}] [] [{e2e.test Update apps/v1 2022-09-16 20:18:26 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"97ea5736-169e-42c5-a435-58421c36704e\"}":{}}},"f:spec":{"f:replicas":{}}} } {k3s Update apps/v1 2022-09-16 20:18:33 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc0043559f8 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 16 20:18:33.955: INFO: Pod "test-rolling-update-deployment-78f575d8ff-dvqs4" is available: + &Pod{ObjectMeta:{test-rolling-update-deployment-78f575d8ff-dvqs4 test-rolling-update-deployment-78f575d8ff- deployment-6159 26a8fa5e-9378-4c40-8639-dcc777934a79 30399 0 2022-09-16 20:18:31 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-78f575d8ff 26e4967c-92a8-49bc-9178-4a7cba8d68f6 0xc004355f87 0xc004355f88}] [] [{k3s Update v1 2022-09-16 20:18:31 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"26e4967c-92a8-49bc-9178-4a7cba8d68f6\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:18:33 +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.42.1.75\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xp88z,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xp88z,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:33 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:33 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:18:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.75,StartTime:2022-09-16 20:18:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:18:32 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://d82b910cc070ed607c6c83b4a20defaea54577024f35974c42db4d2b2cab08c0,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.75,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 20:18:33.955: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-6159" for this suite. 09/16/22 20:18:33.958 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:33.964 +Sep 16 20:18:33.965: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename namespaces 09/16/22 20:18:33.966 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:33.979 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:33.983 +[It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 +STEP: Read namespace status 09/16/22 20:18:34.027 +Sep 16 20:18:34.029: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} +STEP: Patch namespace status 09/16/22 20:18:34.029 +Sep 16 20:18:34.033: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusPatch", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Patched by an e2e test"} +STEP: Update namespace status 09/16/22 20:18:34.033 +Sep 16 20:18:34.045: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Updated by an e2e test"} +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:18:34.045: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-493" for this suite. 09/16/22 20:18:34.048 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should apply changes to a namespace status [Conformance]","completed":245,"skipped":4559,"failed":0} +------------------------------ +• [0.088 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:33.964 + Sep 16 20:18:33.965: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename namespaces 09/16/22 20:18:33.966 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:33.979 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:33.983 + [It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 + STEP: Read namespace status 09/16/22 20:18:34.027 + Sep 16 20:18:34.029: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} + STEP: Patch namespace status 09/16/22 20:18:34.029 + Sep 16 20:18:34.033: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusPatch", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Patched by an e2e test"} + STEP: Update namespace status 09/16/22 20:18:34.033 + Sep 16 20:18:34.045: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Updated by an e2e test"} + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:18:34.045: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-493" for this suite. 09/16/22 20:18:34.048 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Secrets + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:34.056 +Sep 16 20:18:34.056: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:18:34.057 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:34.07 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:34.072 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 +STEP: creating secret secrets-2584/secret-test-bad172d5-9d20-4bbe-af3e-72f4c3e648bd 09/16/22 20:18:34.076 +STEP: Creating a pod to test consume secrets 09/16/22 20:18:34.078 +Sep 16 20:18:34.090: INFO: Waiting up to 5m0s for pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673" in namespace "secrets-2584" to be "Succeeded or Failed" +Sep 16 20:18:34.116: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673": Phase="Pending", Reason="", readiness=false. Elapsed: 26.544937ms +Sep 16 20:18:36.119: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673": Phase="Pending", Reason="", readiness=false. Elapsed: 2.029255923s +Sep 16 20:18:38.119: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.029075906s +STEP: Saw pod success 09/16/22 20:18:38.119 +Sep 16 20:18:38.119: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673" satisfied condition "Succeeded or Failed" +Sep 16 20:18:38.122: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673 container env-test: +STEP: delete the pod 09/16/22 20:18:38.133 +Sep 16 20:18:38.141: INFO: Waiting for pod pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673 to disappear +Sep 16 20:18:38.146: INFO: Pod pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673 no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:18:38.147: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-2584" for this suite. 09/16/22 20:18:38.153 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Secrets should be consumable via the environment [NodeConformance] [Conformance]","completed":246,"skipped":4572,"failed":0} +------------------------------ +• [4.102 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:34.056 + Sep 16 20:18:34.056: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:18:34.057 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:34.07 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:34.072 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 + STEP: creating secret secrets-2584/secret-test-bad172d5-9d20-4bbe-af3e-72f4c3e648bd 09/16/22 20:18:34.076 + STEP: Creating a pod to test consume secrets 09/16/22 20:18:34.078 + Sep 16 20:18:34.090: INFO: Waiting up to 5m0s for pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673" in namespace "secrets-2584" to be "Succeeded or Failed" + Sep 16 20:18:34.116: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673": Phase="Pending", Reason="", readiness=false. Elapsed: 26.544937ms + Sep 16 20:18:36.119: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673": Phase="Pending", Reason="", readiness=false. Elapsed: 2.029255923s + Sep 16 20:18:38.119: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.029075906s + STEP: Saw pod success 09/16/22 20:18:38.119 + Sep 16 20:18:38.119: INFO: Pod "pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673" satisfied condition "Succeeded or Failed" + Sep 16 20:18:38.122: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673 container env-test: + STEP: delete the pod 09/16/22 20:18:38.133 + Sep 16 20:18:38.141: INFO: Waiting for pod pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673 to disappear + Sep 16 20:18:38.146: INFO: Pod pod-configmaps-27f9c7ce-34f9-4f0a-891e-5012b72fd673 no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:18:38.147: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-2584" for this suite. 09/16/22 20:18:38.153 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Container Runtime blackbox test when starting a container that exits + should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:18:38.161 +Sep 16 20:18:38.162: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-runtime 09/16/22 20:18:38.163 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:38.175 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:38.181 +[It] should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 +STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount' 09/16/22 20:18:38.19 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 09/16/22 20:18:57.264 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 09/16/22 20:18:57.266 +STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 09/16/22 20:18:57.27 +STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 09/16/22 20:18:57.27 +STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 09/16/22 20:18:57.288 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 09/16/22 20:18:59.306 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 09/16/22 20:19:01.51 +STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 09/16/22 20:19:01.514 +STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 09/16/22 20:19:01.514 +STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 09/16/22 20:19:01.534 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 09/16/22 20:19:02.546 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 09/16/22 20:19:05.559 +STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 09/16/22 20:19:05.565 +STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 09/16/22 20:19:05.565 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 16 20:19:05.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-5382" for this suite. 09/16/22 20:19:05.618 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]","completed":247,"skipped":4597,"failed":0} +------------------------------ +• [SLOW TEST] [27.468 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + when starting a container that exits + test/e2e/common/node/runtime.go:44 + should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:18:38.161 + Sep 16 20:18:38.162: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-runtime 09/16/22 20:18:38.163 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:18:38.175 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:18:38.181 + [It] should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 + STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount' 09/16/22 20:18:38.19 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 09/16/22 20:18:57.264 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 09/16/22 20:18:57.266 + STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 09/16/22 20:18:57.27 + STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 09/16/22 20:18:57.27 + STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 09/16/22 20:18:57.288 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 09/16/22 20:18:59.306 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 09/16/22 20:19:01.51 + STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 09/16/22 20:19:01.514 + STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 09/16/22 20:19:01.514 + STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 09/16/22 20:19:01.534 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 09/16/22 20:19:02.546 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 09/16/22 20:19:05.559 + STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 09/16/22 20:19:05.565 + STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 09/16/22 20:19:05.565 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 16 20:19:05.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-5382" for this suite. 09/16/22 20:19:05.618 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Deployment + deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:19:05.631 +Sep 16 20:19:05.631: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 20:19:05.633 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:05.648 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:05.654 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +Sep 16 20:19:05.673: INFO: Pod name cleanup-pod: Found 0 pods out of 1 +Sep 16 20:19:10.677: INFO: Pod name cleanup-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/16/22 20:19:10.677 +Sep 16 20:19:10.677: INFO: Creating deployment test-cleanup-deployment +STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 09/16/22 20:19:10.684 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 20:19:10.694: INFO: Deployment "test-cleanup-deployment": +&Deployment{ObjectMeta:{test-cleanup-deployment deployment-1212 0fe9f69e-1477-42a7-a4c5-972930671317 30648 1 2022-09-16 20:19:10 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2022-09-16 20:19:10 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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 registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc0074f19c8 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[] [] nil }},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,},} + +Sep 16 20:19:10.698: INFO: New ReplicaSet of Deployment "test-cleanup-deployment" is nil. +Sep 16 20:19:10.698: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": +Sep 16 20:19:10.698: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-1212 61d7c5d5-fa3a-4938-957f-3d44e9559f9f 30649 1 2022-09-16 20:19:05 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 0fe9f69e-1477-42a7-a4c5-972930671317 0xc004058387 0xc004058388}] [] [{e2e.test Update apps/v1 2022-09-16 20:19:05 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:19:06 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {k3s Update apps/v1 2022-09-16 20:19:10 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"0fe9f69e-1477-42a7-a4c5-972930671317\"}":{}}}} }]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc004058458 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Sep 16 20:19:10.703: INFO: Pod "test-cleanup-controller-zdq5p" is available: +&Pod{ObjectMeta:{test-cleanup-controller-zdq5p test-cleanup-controller- deployment-1212 d859ed3b-7612-4fe8-9d91-3913438b3705 30635 0 2022-09-16 20:19:05 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller 61d7c5d5-fa3a-4938-957f-3d44e9559f9f 0xc004058777 0xc004058778}] [] [{k3s Update v1 2022-09-16 20:19:05 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"61d7c5d5-fa3a-4938-957f-3d44e9559f9f\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:19:06 +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.42.0.224\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zkcxb,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zkcxb,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:06 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:06 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:05 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.224,StartTime:2022-09-16 20:19:05 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:19:06 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://7213e58dc694d85fe25175459018169c73a55aa1f4ac25a1e6ced1abdb05162c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.224,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 20:19:10.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-1212" for this suite. 09/16/22 20:19:10.707 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment deployment should delete old replica sets [Conformance]","completed":248,"skipped":4597,"failed":0} +------------------------------ +• [SLOW TEST] [5.097 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:19:05.631 + Sep 16 20:19:05.631: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 20:19:05.633 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:05.648 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:05.654 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 + Sep 16 20:19:05.673: INFO: Pod name cleanup-pod: Found 0 pods out of 1 + Sep 16 20:19:10.677: INFO: Pod name cleanup-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/16/22 20:19:10.677 + Sep 16 20:19:10.677: INFO: Creating deployment test-cleanup-deployment + STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 09/16/22 20:19:10.684 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 20:19:10.694: INFO: Deployment "test-cleanup-deployment": + &Deployment{ObjectMeta:{test-cleanup-deployment deployment-1212 0fe9f69e-1477-42a7-a4c5-972930671317 30648 1 2022-09-16 20:19:10 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2022-09-16 20:19:10 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"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 registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc0074f19c8 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[] [] nil }},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,},} + + Sep 16 20:19:10.698: INFO: New ReplicaSet of Deployment "test-cleanup-deployment" is nil. + Sep 16 20:19:10.698: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": + Sep 16 20:19:10.698: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-1212 61d7c5d5-fa3a-4938-957f-3d44e9559f9f 30649 1 2022-09-16 20:19:05 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 0fe9f69e-1477-42a7-a4c5-972930671317 0xc004058387 0xc004058388}] [] [{e2e.test Update apps/v1 2022-09-16 20:19:05 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:19:06 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {k3s Update apps/v1 2022-09-16 20:19:10 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"0fe9f69e-1477-42a7-a4c5-972930671317\"}":{}}}} }]},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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc004058458 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Sep 16 20:19:10.703: INFO: Pod "test-cleanup-controller-zdq5p" is available: + &Pod{ObjectMeta:{test-cleanup-controller-zdq5p test-cleanup-controller- deployment-1212 d859ed3b-7612-4fe8-9d91-3913438b3705 30635 0 2022-09-16 20:19:05 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller 61d7c5d5-fa3a-4938-957f-3d44e9559f9f 0xc004058777 0xc004058778}] [] [{k3s Update v1 2022-09-16 20:19:05 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"61d7c5d5-fa3a-4938-957f-3d44e9559f9f\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:19:06 +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.42.0.224\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zkcxb,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zkcxb,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:06 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:06 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:19:05 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.224,StartTime:2022-09-16 20:19:05 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:19:06 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://7213e58dc694d85fe25175459018169c73a55aa1f4ac25a1e6ced1abdb05162c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.224,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 20:19:10.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-1212" for this suite. 09/16/22 20:19:10.707 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:19:10.729 +Sep 16 20:19:10.729: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename subpath 09/16/22 20:19:10.73 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:10.776 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:10.779 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/16/22 20:19:10.785 +[It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +STEP: Creating pod pod-subpath-test-configmap-qrjh 09/16/22 20:19:10.798 +STEP: Creating a pod to test atomic-volume-subpath 09/16/22 20:19:10.798 +Sep 16 20:19:10.806: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-qrjh" in namespace "subpath-7807" to be "Succeeded or Failed" +Sep 16 20:19:10.813: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Pending", Reason="", readiness=false. Elapsed: 7.142009ms +Sep 16 20:19:12.817: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 2.011241447s +Sep 16 20:19:14.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 4.010423833s +Sep 16 20:19:16.820: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 6.013776858s +Sep 16 20:19:18.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 8.010203708s +Sep 16 20:19:20.815: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 10.009544697s +Sep 16 20:19:22.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 12.01014005s +Sep 16 20:19:24.815: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 14.009606846s +Sep 16 20:19:26.818: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 16.011896324s +Sep 16 20:19:28.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 18.010369568s +Sep 16 20:19:30.815: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 20.009650797s +Sep 16 20:19:32.817: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 22.010789915s +Sep 16 20:19:34.817: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=false. Elapsed: 24.010958788s +Sep 16 20:19:36.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Succeeded", Reason="", readiness=false. Elapsed: 26.010101433s +STEP: Saw pod success 09/16/22 20:19:36.816 +Sep 16 20:19:36.816: INFO: Pod "pod-subpath-test-configmap-qrjh" satisfied condition "Succeeded or Failed" +Sep 16 20:19:36.818: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-configmap-qrjh container test-container-subpath-configmap-qrjh: +STEP: delete the pod 09/16/22 20:19:36.835 +Sep 16 20:19:36.847: INFO: Waiting for pod pod-subpath-test-configmap-qrjh to disappear +Sep 16 20:19:36.863: INFO: Pod pod-subpath-test-configmap-qrjh no longer exists +STEP: Deleting pod pod-subpath-test-configmap-qrjh 09/16/22 20:19:36.863 +Sep 16 20:19:36.864: INFO: Deleting pod "pod-subpath-test-configmap-qrjh" in namespace "subpath-7807" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 16 20:19:36.866: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-7807" for this suite. 09/16/22 20:19:36.87 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [Conformance]","completed":249,"skipped":4600,"failed":0} +------------------------------ +• [SLOW TEST] [26.147 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:19:10.729 + Sep 16 20:19:10.729: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename subpath 09/16/22 20:19:10.73 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:10.776 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:10.779 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/16/22 20:19:10.785 + [It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 + STEP: Creating pod pod-subpath-test-configmap-qrjh 09/16/22 20:19:10.798 + STEP: Creating a pod to test atomic-volume-subpath 09/16/22 20:19:10.798 + Sep 16 20:19:10.806: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-qrjh" in namespace "subpath-7807" to be "Succeeded or Failed" + Sep 16 20:19:10.813: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Pending", Reason="", readiness=false. Elapsed: 7.142009ms + Sep 16 20:19:12.817: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 2.011241447s + Sep 16 20:19:14.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 4.010423833s + Sep 16 20:19:16.820: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 6.013776858s + Sep 16 20:19:18.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 8.010203708s + Sep 16 20:19:20.815: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 10.009544697s + Sep 16 20:19:22.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 12.01014005s + Sep 16 20:19:24.815: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 14.009606846s + Sep 16 20:19:26.818: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 16.011896324s + Sep 16 20:19:28.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 18.010369568s + Sep 16 20:19:30.815: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 20.009650797s + Sep 16 20:19:32.817: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=true. Elapsed: 22.010789915s + Sep 16 20:19:34.817: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Running", Reason="", readiness=false. Elapsed: 24.010958788s + Sep 16 20:19:36.816: INFO: Pod "pod-subpath-test-configmap-qrjh": Phase="Succeeded", Reason="", readiness=false. Elapsed: 26.010101433s + STEP: Saw pod success 09/16/22 20:19:36.816 + Sep 16 20:19:36.816: INFO: Pod "pod-subpath-test-configmap-qrjh" satisfied condition "Succeeded or Failed" + Sep 16 20:19:36.818: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-configmap-qrjh container test-container-subpath-configmap-qrjh: + STEP: delete the pod 09/16/22 20:19:36.835 + Sep 16 20:19:36.847: INFO: Waiting for pod pod-subpath-test-configmap-qrjh to disappear + Sep 16 20:19:36.863: INFO: Pod pod-subpath-test-configmap-qrjh no longer exists + STEP: Deleting pod pod-subpath-test-configmap-qrjh 09/16/22 20:19:36.863 + Sep 16 20:19:36.864: INFO: Deleting pod "pod-subpath-test-configmap-qrjh" in namespace "subpath-7807" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 16 20:19:36.866: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-7807" for this suite. 09/16/22 20:19:36.87 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected combined + should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 +[BeforeEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:19:36.879 +Sep 16 20:19:36.879: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:19:36.881 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:36.896 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:36.9 +[It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 +STEP: Creating configMap with name configmap-projected-all-test-volume-d4e3831f-0714-45c2-b948-025bafbc87ba 09/16/22 20:19:36.903 +STEP: Creating secret with name secret-projected-all-test-volume-9d532c4d-3d8d-44ee-ae83-869f586b7bc9 09/16/22 20:19:36.907 +STEP: Creating a pod to test Check all projections for projected volume plugin 09/16/22 20:19:36.911 +Sep 16 20:19:36.917: INFO: Waiting up to 5m0s for pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3" in namespace "projected-3540" to be "Succeeded or Failed" +Sep 16 20:19:36.921: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3": Phase="Pending", Reason="", readiness=false. Elapsed: 3.335326ms +Sep 16 20:19:38.923: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00612345s +Sep 16 20:19:40.924: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006555587s +STEP: Saw pod success 09/16/22 20:19:40.924 +Sep 16 20:19:40.924: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3" satisfied condition "Succeeded or Failed" +Sep 16 20:19:40.930: INFO: Trying to get logs from node ip-172-31-15-7 pod projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3 container projected-all-volume-test: +STEP: delete the pod 09/16/22 20:19:40.934 +Sep 16 20:19:40.943: INFO: Waiting for pod projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3 to disappear +Sep 16 20:19:40.950: INFO: Pod projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3 no longer exists +[AfterEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:187 +Sep 16 20:19:40.950: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3540" for this suite. 09/16/22 20:19:40.955 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]","completed":250,"skipped":4628,"failed":0} +------------------------------ +• [4.079 seconds] +[sig-storage] Projected combined +test/e2e/common/storage/framework.go:23 + should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:19:36.879 + Sep 16 20:19:36.879: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:19:36.881 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:36.896 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:36.9 + [It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 + STEP: Creating configMap with name configmap-projected-all-test-volume-d4e3831f-0714-45c2-b948-025bafbc87ba 09/16/22 20:19:36.903 + STEP: Creating secret with name secret-projected-all-test-volume-9d532c4d-3d8d-44ee-ae83-869f586b7bc9 09/16/22 20:19:36.907 + STEP: Creating a pod to test Check all projections for projected volume plugin 09/16/22 20:19:36.911 + Sep 16 20:19:36.917: INFO: Waiting up to 5m0s for pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3" in namespace "projected-3540" to be "Succeeded or Failed" + Sep 16 20:19:36.921: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3": Phase="Pending", Reason="", readiness=false. Elapsed: 3.335326ms + Sep 16 20:19:38.923: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00612345s + Sep 16 20:19:40.924: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006555587s + STEP: Saw pod success 09/16/22 20:19:40.924 + Sep 16 20:19:40.924: INFO: Pod "projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3" satisfied condition "Succeeded or Failed" + Sep 16 20:19:40.930: INFO: Trying to get logs from node ip-172-31-15-7 pod projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3 container projected-all-volume-test: + STEP: delete the pod 09/16/22 20:19:40.934 + Sep 16 20:19:40.943: INFO: Waiting for pod projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3 to disappear + Sep 16 20:19:40.950: INFO: Pod projected-volume-d0c9fddd-df2e-47d3-97a4-6242a068cbb3 no longer exists + [AfterEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:187 + Sep 16 20:19:40.950: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3540" for this suite. 09/16/22 20:19:40.955 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:655 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:19:40.96 +Sep 16 20:19:40.960: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:19:40.961 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:40.978 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:40.983 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:19:41.003 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:19:41.782 +STEP: Deploying the webhook pod 09/16/22 20:19:41.793 +STEP: Wait for the deployment to be ready 09/16/22 20:19:41.802 +Sep 16 20:19:41.814: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:19:43.825 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:19:43.832 +Sep 16 20:19:44.833: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:655 +STEP: Listing all of the created validation webhooks 09/16/22 20:19:44.931 +STEP: Creating a configMap that should be mutated 09/16/22 20:19:44.947 +STEP: Deleting the collection of validation webhooks 09/16/22 20:19:44.975 +STEP: Creating a configMap that should not be mutated 09/16/22 20:19:44.999 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:19:45.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4478" for this suite. 09/16/22 20:19:45.01 +STEP: Destroying namespace "webhook-4478-markers" for this suite. 09/16/22 20:19:45.013 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance]","completed":251,"skipped":4643,"failed":0} +------------------------------ +• [4.140 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:655 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:19:40.96 + Sep 16 20:19:40.960: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:19:40.961 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:40.978 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:40.983 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:19:41.003 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:19:41.782 + STEP: Deploying the webhook pod 09/16/22 20:19:41.793 + STEP: Wait for the deployment to be ready 09/16/22 20:19:41.802 + Sep 16 20:19:41.814: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:19:43.825 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:19:43.832 + Sep 16 20:19:44.833: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:655 + STEP: Listing all of the created validation webhooks 09/16/22 20:19:44.931 + STEP: Creating a configMap that should be mutated 09/16/22 20:19:44.947 + STEP: Deleting the collection of validation webhooks 09/16/22 20:19:44.975 + STEP: Creating a configMap that should not be mutated 09/16/22 20:19:44.999 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:19:45.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4478" for this suite. 09/16/22 20:19:45.01 + STEP: Destroying namespace "webhook-4478-markers" for this suite. 09/16/22 20:19:45.013 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:19:45.106 +Sep 16 20:19:45.106: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:19:45.108 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:45.118 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:45.123 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 +STEP: creating a service externalname-service with the type=ExternalName in namespace services-1478 09/16/22 20:19:45.126 +STEP: changing the ExternalName service to type=NodePort 09/16/22 20:19:45.129 +STEP: creating replication controller externalname-service in namespace services-1478 09/16/22 20:19:45.153 +I0916 20:19:45.159498 19 runners.go:193] Created replication controller with name: externalname-service, namespace: services-1478, replica count: 2 +I0916 20:19:48.211664 19 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 20:19:48.211: INFO: Creating new exec pod +Sep 16 20:19:48.217: INFO: Waiting up to 5m0s for pod "execpodntrlt" in namespace "services-1478" to be "running" +Sep 16 20:19:48.223: INFO: Pod "execpodntrlt": Phase="Pending", Reason="", readiness=false. Elapsed: 5.728045ms +Sep 16 20:19:50.225: INFO: Pod "execpodntrlt": Phase="Running", Reason="", readiness=true. Elapsed: 2.008605862s +Sep 16 20:19:50.225: INFO: Pod "execpodntrlt" satisfied condition "running" +Sep 16 20:19:51.229: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 20:19:51.374: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 20:19:51.374: INFO: stdout: "" +Sep 16 20:19:52.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 20:19:52.464: INFO: rc: 1 +Sep 16 20:19:52.464: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80: +Command stdout: + +stderr: +Error from server: error dialing backend: EOF + +error: +exit status 1 +Retrying... +Sep 16 20:19:53.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 20:19:53.541: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 20:19:53.541: INFO: stdout: "" +Sep 16 20:19:54.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 20:19:54.532: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 20:19:54.532: INFO: stdout: "" +Sep 16 20:19:55.375: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 20:19:55.555: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 20:19:55.555: INFO: stdout: "" +Sep 16 20:19:56.375: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 16 20:19:56.537: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 16 20:19:56.537: INFO: stdout: "externalname-service-xnck5" +Sep 16 20:19:56.537: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.250.114 80' +Sep 16 20:19:56.679: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.250.114 80\nConnection to 10.43.250.114 80 port [tcp/http] succeeded!\n" +Sep 16 20:19:56.679: INFO: stdout: "externalname-service-qblrz" +Sep 16 20:19:56.679: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 32281' +Sep 16 20:19:56.821: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 32281\nConnection to 172.31.14.177 32281 port [tcp/*] succeeded!\n" +Sep 16 20:19:56.821: INFO: stdout: "" +Sep 16 20:19:57.822: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 32281' +Sep 16 20:19:57.954: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 32281\nConnection to 172.31.14.177 32281 port [tcp/*] succeeded!\n" +Sep 16 20:19:57.954: INFO: stdout: "" +Sep 16 20:19:58.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 32281' +Sep 16 20:19:58.996: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 32281\nConnection to 172.31.14.177 32281 port [tcp/*] succeeded!\n" +Sep 16 20:19:58.996: INFO: stdout: "externalname-service-qblrz" +Sep 16 20:19:58.996: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 32281' +Sep 16 20:19:59.153: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 32281\nConnection to 172.31.15.7 32281 port [tcp/*] succeeded!\n" +Sep 16 20:19:59.153: INFO: stdout: "" +Sep 16 20:20:00.153: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 32281' +Sep 16 20:20:00.313: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 32281\nConnection to 172.31.15.7 32281 port [tcp/*] succeeded!\n" +Sep 16 20:20:00.313: INFO: stdout: "externalname-service-xnck5" +Sep 16 20:20:00.313: INFO: Cleaning up the ExternalName to NodePort test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:20:00.377: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1478" for this suite. 09/16/22 20:20:00.382 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]","completed":252,"skipped":4674,"failed":0} +------------------------------ +• [SLOW TEST] [15.282 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:19:45.106 + Sep 16 20:19:45.106: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:19:45.108 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:19:45.118 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:19:45.123 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 + STEP: creating a service externalname-service with the type=ExternalName in namespace services-1478 09/16/22 20:19:45.126 + STEP: changing the ExternalName service to type=NodePort 09/16/22 20:19:45.129 + STEP: creating replication controller externalname-service in namespace services-1478 09/16/22 20:19:45.153 + I0916 20:19:45.159498 19 runners.go:193] Created replication controller with name: externalname-service, namespace: services-1478, replica count: 2 + I0916 20:19:48.211664 19 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 20:19:48.211: INFO: Creating new exec pod + Sep 16 20:19:48.217: INFO: Waiting up to 5m0s for pod "execpodntrlt" in namespace "services-1478" to be "running" + Sep 16 20:19:48.223: INFO: Pod "execpodntrlt": Phase="Pending", Reason="", readiness=false. Elapsed: 5.728045ms + Sep 16 20:19:50.225: INFO: Pod "execpodntrlt": Phase="Running", Reason="", readiness=true. Elapsed: 2.008605862s + Sep 16 20:19:50.225: INFO: Pod "execpodntrlt" satisfied condition "running" + Sep 16 20:19:51.229: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 20:19:51.374: INFO: stderr: "+ nc -v -t -w 2 externalname-service 80\n+ echo hostName\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 20:19:51.374: INFO: stdout: "" + Sep 16 20:19:52.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 20:19:52.464: INFO: rc: 1 + Sep 16 20:19:52.464: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80: + Command stdout: + + stderr: + Error from server: error dialing backend: EOF + + error: + exit status 1 + Retrying... + Sep 16 20:19:53.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 20:19:53.541: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 20:19:53.541: INFO: stdout: "" + Sep 16 20:19:54.374: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 20:19:54.532: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 20:19:54.532: INFO: stdout: "" + Sep 16 20:19:55.375: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 20:19:55.555: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 20:19:55.555: INFO: stdout: "" + Sep 16 20:19:56.375: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 16 20:19:56.537: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 16 20:19:56.537: INFO: stdout: "externalname-service-xnck5" + Sep 16 20:19:56.537: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.250.114 80' + Sep 16 20:19:56.679: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.250.114 80\nConnection to 10.43.250.114 80 port [tcp/http] succeeded!\n" + Sep 16 20:19:56.679: INFO: stdout: "externalname-service-qblrz" + Sep 16 20:19:56.679: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 32281' + Sep 16 20:19:56.821: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 32281\nConnection to 172.31.14.177 32281 port [tcp/*] succeeded!\n" + Sep 16 20:19:56.821: INFO: stdout: "" + Sep 16 20:19:57.822: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 32281' + Sep 16 20:19:57.954: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 32281\nConnection to 172.31.14.177 32281 port [tcp/*] succeeded!\n" + Sep 16 20:19:57.954: INFO: stdout: "" + Sep 16 20:19:58.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 32281' + Sep 16 20:19:58.996: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 32281\nConnection to 172.31.14.177 32281 port [tcp/*] succeeded!\n" + Sep 16 20:19:58.996: INFO: stdout: "externalname-service-qblrz" + Sep 16 20:19:58.996: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 32281' + Sep 16 20:19:59.153: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 32281\nConnection to 172.31.15.7 32281 port [tcp/*] succeeded!\n" + Sep 16 20:19:59.153: INFO: stdout: "" + Sep 16 20:20:00.153: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-1478 exec execpodntrlt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 32281' + Sep 16 20:20:00.313: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 32281\nConnection to 172.31.15.7 32281 port [tcp/*] succeeded!\n" + Sep 16 20:20:00.313: INFO: stdout: "externalname-service-xnck5" + Sep 16 20:20:00.313: INFO: Cleaning up the ExternalName to NodePort test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:20:00.377: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1478" for this suite. 09/16/22 20:20:00.382 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:00.39 +Sep 16 20:20:00.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 20:20:00.391 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:00.443 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:00.453 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 +STEP: Creating simple DaemonSet "daemon-set" 09/16/22 20:20:00.493 +STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 20:20:00.502 +Sep 16 20:20:00.560: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:20:00.560: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:20:01.566: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:20:01.567: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:20:02.569: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 20:20:02.569: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Getting /status 09/16/22 20:20:02.571 +Sep 16 20:20:02.574: INFO: Daemon Set daemon-set has Conditions: [] +STEP: updating the DaemonSet Status 09/16/22 20:20:02.574 +Sep 16 20:20:02.581: INFO: updatedStatus.Conditions: []v1.DaemonSetCondition{v1.DaemonSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the daemon set status to be updated 09/16/22 20:20:02.581 +Sep 16 20:20:02.583: INFO: Observed &DaemonSet event: ADDED +Sep 16 20:20:02.584: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.584: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.584: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.585: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.585: INFO: Found daemon set daemon-set in namespace daemonsets-9874 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Sep 16 20:20:02.585: INFO: Daemon set daemon-set has an updated status +STEP: patching the DaemonSet Status 09/16/22 20:20:02.585 +STEP: watching for the daemon set status to be patched 09/16/22 20:20:02.592 +Sep 16 20:20:02.597: INFO: Observed &DaemonSet event: ADDED +Sep 16 20:20:02.597: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.598: INFO: Observed daemon set daemon-set in namespace daemonsets-9874 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED +Sep 16 20:20:02.598: INFO: Found daemon set daemon-set in namespace daemonsets-9874 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusPatched True 0001-01-01 00:00:00 +0000 UTC }] +Sep 16 20:20:02.598: INFO: Daemon set daemon-set has a patched status +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/16/22 20:20:02.601 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-9874, will wait for the garbage collector to delete the pods 09/16/22 20:20:02.601 +Sep 16 20:20:02.658: INFO: Deleting DaemonSet.extensions daemon-set took: 3.897605ms +Sep 16 20:20:02.759: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.622463ms +Sep 16 20:20:05.262: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:20:05.262: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 16 20:20:05.265: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"31091"},"items":null} + +Sep 16 20:20:05.267: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"31091"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:20:05.276: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-9874" for this suite. 09/16/22 20:20:05.279 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should verify changes to a daemon set status [Conformance]","completed":253,"skipped":4699,"failed":0} +------------------------------ +• [4.894 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:00.39 + Sep 16 20:20:00.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 20:20:00.391 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:00.443 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:00.453 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 + STEP: Creating simple DaemonSet "daemon-set" 09/16/22 20:20:00.493 + STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 20:20:00.502 + Sep 16 20:20:00.560: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:20:00.560: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:20:01.566: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:20:01.567: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:20:02.569: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 20:20:02.569: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Getting /status 09/16/22 20:20:02.571 + Sep 16 20:20:02.574: INFO: Daemon Set daemon-set has Conditions: [] + STEP: updating the DaemonSet Status 09/16/22 20:20:02.574 + Sep 16 20:20:02.581: INFO: updatedStatus.Conditions: []v1.DaemonSetCondition{v1.DaemonSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the daemon set status to be updated 09/16/22 20:20:02.581 + Sep 16 20:20:02.583: INFO: Observed &DaemonSet event: ADDED + Sep 16 20:20:02.584: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.584: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.584: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.585: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.585: INFO: Found daemon set daemon-set in namespace daemonsets-9874 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Sep 16 20:20:02.585: INFO: Daemon set daemon-set has an updated status + STEP: patching the DaemonSet Status 09/16/22 20:20:02.585 + STEP: watching for the daemon set status to be patched 09/16/22 20:20:02.592 + Sep 16 20:20:02.597: INFO: Observed &DaemonSet event: ADDED + Sep 16 20:20:02.597: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.598: INFO: Observed daemon set daemon-set in namespace daemonsets-9874 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Sep 16 20:20:02.598: INFO: Observed &DaemonSet event: MODIFIED + Sep 16 20:20:02.598: INFO: Found daemon set daemon-set in namespace daemonsets-9874 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusPatched True 0001-01-01 00:00:00 +0000 UTC }] + Sep 16 20:20:02.598: INFO: Daemon set daemon-set has a patched status + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/16/22 20:20:02.601 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-9874, will wait for the garbage collector to delete the pods 09/16/22 20:20:02.601 + Sep 16 20:20:02.658: INFO: Deleting DaemonSet.extensions daemon-set took: 3.897605ms + Sep 16 20:20:02.759: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.622463ms + Sep 16 20:20:05.262: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:20:05.262: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 16 20:20:05.265: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"31091"},"items":null} + + Sep 16 20:20:05.267: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"31091"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:20:05.276: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-9874" for this suite. 09/16/22 20:20:05.279 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Proxy server + should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:05.286 +Sep 16 20:20:05.286: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:20:05.287 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:05.301 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:05.305 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 +STEP: starting the proxy server 09/16/22 20:20:05.309 +Sep 16 20:20:05.309: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7218 proxy -p 0 --disable-filter' +STEP: curling proxy /api/ output 09/16/22 20:20:05.364 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:20:05.371: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-7218" for this suite. 09/16/22 20:20:05.375 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support proxy with --port 0 [Conformance]","completed":254,"skipped":4711,"failed":0} +------------------------------ +• [0.095 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Proxy server + test/e2e/kubectl/kubectl.go:1778 + should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:05.286 + Sep 16 20:20:05.286: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:20:05.287 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:05.301 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:05.305 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 + STEP: starting the proxy server 09/16/22 20:20:05.309 + Sep 16 20:20:05.309: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-7218 proxy -p 0 --disable-filter' + STEP: curling proxy /api/ output 09/16/22 20:20:05.364 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:20:05.371: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-7218" for this suite. 09/16/22 20:20:05.375 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:05.383 +Sep 16 20:20:05.383: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:20:05.384 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:05.418 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:05.422 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 +STEP: Creating secret with name secret-test-map-afb15cd4-3838-47f8-850a-3f38ca62408b 09/16/22 20:20:05.428 +STEP: Creating a pod to test consume secrets 09/16/22 20:20:05.438 +Sep 16 20:20:05.446: INFO: Waiting up to 5m0s for pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548" in namespace "secrets-4749" to be "Succeeded or Failed" +Sep 16 20:20:05.449: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548": Phase="Pending", Reason="", readiness=false. Elapsed: 2.780386ms +Sep 16 20:20:07.453: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006358725s +Sep 16 20:20:09.452: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005392968s +STEP: Saw pod success 09/16/22 20:20:09.452 +Sep 16 20:20:09.452: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548" satisfied condition "Succeeded or Failed" +Sep 16 20:20:09.455: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548 container secret-volume-test: +STEP: delete the pod 09/16/22 20:20:09.459 +Sep 16 20:20:09.466: INFO: Waiting for pod pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548 to disappear +Sep 16 20:20:09.469: INFO: Pod pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:20:09.469: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4749" for this suite. 09/16/22 20:20:09.476 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":255,"skipped":4741,"failed":0} +------------------------------ +• [4.098 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:05.383 + Sep 16 20:20:05.383: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:20:05.384 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:05.418 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:05.422 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 + STEP: Creating secret with name secret-test-map-afb15cd4-3838-47f8-850a-3f38ca62408b 09/16/22 20:20:05.428 + STEP: Creating a pod to test consume secrets 09/16/22 20:20:05.438 + Sep 16 20:20:05.446: INFO: Waiting up to 5m0s for pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548" in namespace "secrets-4749" to be "Succeeded or Failed" + Sep 16 20:20:05.449: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548": Phase="Pending", Reason="", readiness=false. Elapsed: 2.780386ms + Sep 16 20:20:07.453: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006358725s + Sep 16 20:20:09.452: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005392968s + STEP: Saw pod success 09/16/22 20:20:09.452 + Sep 16 20:20:09.452: INFO: Pod "pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548" satisfied condition "Succeeded or Failed" + Sep 16 20:20:09.455: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548 container secret-volume-test: + STEP: delete the pod 09/16/22 20:20:09.459 + Sep 16 20:20:09.466: INFO: Waiting for pod pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548 to disappear + Sep 16 20:20:09.469: INFO: Pod pod-secrets-742ea631-6dea-49c4-afc4-65ebfd06a548 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:20:09.469: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4749" for this suite. 09/16/22 20:20:09.476 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:09.482 +Sep 16 20:20:09.483: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:20:09.483 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:09.499 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:09.503 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 +STEP: creating service nodeport-test with type=NodePort in namespace services-4895 09/16/22 20:20:09.507 +STEP: creating replication controller nodeport-test in namespace services-4895 09/16/22 20:20:09.52 +I0916 20:20:09.556024 19 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-4895, replica count: 2 +I0916 20:20:12.606432 19 runners.go:193] nodeport-test Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 20:20:12.606: INFO: Creating new exec pod +Sep 16 20:20:12.611: INFO: Waiting up to 5m0s for pod "execpodr4rq4" in namespace "services-4895" to be "running" +Sep 16 20:20:12.613: INFO: Pod "execpodr4rq4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.668444ms +Sep 16 20:20:14.618: INFO: Pod "execpodr4rq4": Phase="Running", Reason="", readiness=true. Elapsed: 2.007596235s +Sep 16 20:20:14.618: INFO: Pod "execpodr4rq4" satisfied condition "running" +Sep 16 20:20:15.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Sep 16 20:20:15.790: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Sep 16 20:20:15.790: INFO: stdout: "" +Sep 16 20:20:16.790: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Sep 16 20:20:16.934: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Sep 16 20:20:16.934: INFO: stdout: "" +Sep 16 20:20:17.790: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Sep 16 20:20:17.952: INFO: stderr: "+ + echo hostNamenc\n -v -t -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Sep 16 20:20:17.952: INFO: stdout: "nodeport-test-k7p9n" +Sep 16 20:20:17.952: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80' +Sep 16 20:20:18.113: INFO: stderr: "+ + ncecho -v -t hostName -w\n 2 10.43.46.25 80\nConnection to 10.43.46.25 80 port [tcp/http] succeeded!\n" +Sep 16 20:20:18.113: INFO: stdout: "" +Sep 16 20:20:19.114: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80' +Sep 16 20:20:19.247: INFO: rc: 1 +Sep 16 20:20:19.247: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80: +Command stdout: + +stderr: +Error from server: error dialing backend: EOF + +error: +exit status 1 +Retrying... +Sep 16 20:20:20.114: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80' +Sep 16 20:20:20.290: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.46.25 80\nConnection to 10.43.46.25 80 port [tcp/http] succeeded!\n" +Sep 16 20:20:20.290: INFO: stdout: "nodeport-test-7sfb8" +Sep 16 20:20:20.290: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 30671' +Sep 16 20:20:20.470: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 30671\nConnection to 172.31.14.177 30671 port [tcp/*] succeeded!\n" +Sep 16 20:20:20.470: INFO: stdout: "nodeport-test-7sfb8" +Sep 16 20:20:20.470: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 30671' +Sep 16 20:20:20.650: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 30671\nConnection to 172.31.15.7 30671 port [tcp/*] succeeded!\n" +Sep 16 20:20:20.650: INFO: stdout: "nodeport-test-7sfb8" +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:20:20.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-4895" for this suite. 09/16/22 20:20:20.654 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to create a functioning NodePort service [Conformance]","completed":256,"skipped":4742,"failed":0} +------------------------------ +• [SLOW TEST] [11.175 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:09.482 + Sep 16 20:20:09.483: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:20:09.483 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:09.499 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:09.503 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 + STEP: creating service nodeport-test with type=NodePort in namespace services-4895 09/16/22 20:20:09.507 + STEP: creating replication controller nodeport-test in namespace services-4895 09/16/22 20:20:09.52 + I0916 20:20:09.556024 19 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-4895, replica count: 2 + I0916 20:20:12.606432 19 runners.go:193] nodeport-test Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 20:20:12.606: INFO: Creating new exec pod + Sep 16 20:20:12.611: INFO: Waiting up to 5m0s for pod "execpodr4rq4" in namespace "services-4895" to be "running" + Sep 16 20:20:12.613: INFO: Pod "execpodr4rq4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.668444ms + Sep 16 20:20:14.618: INFO: Pod "execpodr4rq4": Phase="Running", Reason="", readiness=true. Elapsed: 2.007596235s + Sep 16 20:20:14.618: INFO: Pod "execpodr4rq4" satisfied condition "running" + Sep 16 20:20:15.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Sep 16 20:20:15.790: INFO: stderr: "+ nc -v -t -w 2 nodeport-test 80\n+ echo hostName\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Sep 16 20:20:15.790: INFO: stdout: "" + Sep 16 20:20:16.790: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Sep 16 20:20:16.934: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Sep 16 20:20:16.934: INFO: stdout: "" + Sep 16 20:20:17.790: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Sep 16 20:20:17.952: INFO: stderr: "+ + echo hostNamenc\n -v -t -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Sep 16 20:20:17.952: INFO: stdout: "nodeport-test-k7p9n" + Sep 16 20:20:17.952: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80' + Sep 16 20:20:18.113: INFO: stderr: "+ + ncecho -v -t hostName -w\n 2 10.43.46.25 80\nConnection to 10.43.46.25 80 port [tcp/http] succeeded!\n" + Sep 16 20:20:18.113: INFO: stdout: "" + Sep 16 20:20:19.114: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80' + Sep 16 20:20:19.247: INFO: rc: 1 + Sep 16 20:20:19.247: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80: + Command stdout: + + stderr: + Error from server: error dialing backend: EOF + + error: + exit status 1 + Retrying... + Sep 16 20:20:20.114: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.46.25 80' + Sep 16 20:20:20.290: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.43.46.25 80\nConnection to 10.43.46.25 80 port [tcp/http] succeeded!\n" + Sep 16 20:20:20.290: INFO: stdout: "nodeport-test-7sfb8" + Sep 16 20:20:20.290: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.14.177 30671' + Sep 16 20:20:20.470: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.14.177 30671\nConnection to 172.31.14.177 30671 port [tcp/*] succeeded!\n" + Sep 16 20:20:20.470: INFO: stdout: "nodeport-test-7sfb8" + Sep 16 20:20:20.470: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4895 exec execpodr4rq4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 172.31.15.7 30671' + Sep 16 20:20:20.650: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 172.31.15.7 30671\nConnection to 172.31.15.7 30671 port [tcp/*] succeeded!\n" + Sep 16 20:20:20.650: INFO: stdout: "nodeport-test-7sfb8" + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:20:20.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-4895" for this suite. 09/16/22 20:20:20.654 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Downward API + should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:20.66 +Sep 16 20:20:20.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:20:20.662 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:20.676 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:20.68 +[It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 +STEP: Creating a pod to test downward api env vars 09/16/22 20:20:20.686 +Sep 16 20:20:20.692: INFO: Waiting up to 5m0s for pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12" in namespace "downward-api-8074" to be "Succeeded or Failed" +Sep 16 20:20:20.702: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12": Phase="Pending", Reason="", readiness=false. Elapsed: 9.812433ms +Sep 16 20:20:22.706: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013438753s +Sep 16 20:20:24.706: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013326301s +STEP: Saw pod success 09/16/22 20:20:24.706 +Sep 16 20:20:24.706: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12" satisfied condition "Succeeded or Failed" +Sep 16 20:20:24.708: INFO: Trying to get logs from node ip-172-31-15-7 pod downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12 container dapi-container: +STEP: delete the pod 09/16/22 20:20:24.713 +Sep 16 20:20:24.721: INFO: Waiting for pod downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12 to disappear +Sep 16 20:20:24.724: INFO: Pod downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 16 20:20:24.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8074" for this suite. 09/16/22 20:20:24.738 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]","completed":257,"skipped":4772,"failed":0} +------------------------------ +• [4.082 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:20.66 + Sep 16 20:20:20.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:20:20.662 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:20.676 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:20.68 + [It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 + STEP: Creating a pod to test downward api env vars 09/16/22 20:20:20.686 + Sep 16 20:20:20.692: INFO: Waiting up to 5m0s for pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12" in namespace "downward-api-8074" to be "Succeeded or Failed" + Sep 16 20:20:20.702: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12": Phase="Pending", Reason="", readiness=false. Elapsed: 9.812433ms + Sep 16 20:20:22.706: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013438753s + Sep 16 20:20:24.706: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013326301s + STEP: Saw pod success 09/16/22 20:20:24.706 + Sep 16 20:20:24.706: INFO: Pod "downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12" satisfied condition "Succeeded or Failed" + Sep 16 20:20:24.708: INFO: Trying to get logs from node ip-172-31-15-7 pod downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12 container dapi-container: + STEP: delete the pod 09/16/22 20:20:24.713 + Sep 16 20:20:24.721: INFO: Waiting for pod downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12 to disappear + Sep 16 20:20:24.724: INFO: Pod downward-api-b66c3f8e-5c0a-467b-bed4-66a3f5348d12 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 16 20:20:24.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8074" for this suite. 09/16/22 20:20:24.738 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:24.751 +Sep 16 20:20:24.751: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:20:24.753 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:24.774 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:24.779 +[It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 +STEP: Creating a ResourceQuota with terminating scope 09/16/22 20:20:24.785 +STEP: Ensuring ResourceQuota status is calculated 09/16/22 20:20:24.789 +STEP: Creating a ResourceQuota with not terminating scope 09/16/22 20:20:26.798 +STEP: Ensuring ResourceQuota status is calculated 09/16/22 20:20:26.81 +STEP: Creating a long running pod 09/16/22 20:20:28.983 +STEP: Ensuring resource quota with not terminating scope captures the pod usage 09/16/22 20:20:28.998 +STEP: Ensuring resource quota with terminating scope ignored the pod usage 09/16/22 20:20:31.001 +STEP: Deleting the pod 09/16/22 20:20:33.004 +STEP: Ensuring resource quota status released the pod usage 09/16/22 20:20:33.012 +STEP: Creating a terminating pod 09/16/22 20:20:35.016 +STEP: Ensuring resource quota with terminating scope captures the pod usage 09/16/22 20:20:35.024 +STEP: Ensuring resource quota with not terminating scope ignored the pod usage 09/16/22 20:20:37.028 +STEP: Deleting the pod 09/16/22 20:20:39.031 +STEP: Ensuring resource quota status released the pod usage 09/16/22 20:20:39.039 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:20:41.042: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-2705" for this suite. 09/16/22 20:20:41.045 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance]","completed":258,"skipped":4780,"failed":0} +------------------------------ +• [SLOW TEST] [16.297 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:24.751 + Sep 16 20:20:24.751: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:20:24.753 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:24.774 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:24.779 + [It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 + STEP: Creating a ResourceQuota with terminating scope 09/16/22 20:20:24.785 + STEP: Ensuring ResourceQuota status is calculated 09/16/22 20:20:24.789 + STEP: Creating a ResourceQuota with not terminating scope 09/16/22 20:20:26.798 + STEP: Ensuring ResourceQuota status is calculated 09/16/22 20:20:26.81 + STEP: Creating a long running pod 09/16/22 20:20:28.983 + STEP: Ensuring resource quota with not terminating scope captures the pod usage 09/16/22 20:20:28.998 + STEP: Ensuring resource quota with terminating scope ignored the pod usage 09/16/22 20:20:31.001 + STEP: Deleting the pod 09/16/22 20:20:33.004 + STEP: Ensuring resource quota status released the pod usage 09/16/22 20:20:33.012 + STEP: Creating a terminating pod 09/16/22 20:20:35.016 + STEP: Ensuring resource quota with terminating scope captures the pod usage 09/16/22 20:20:35.024 + STEP: Ensuring resource quota with not terminating scope ignored the pod usage 09/16/22 20:20:37.028 + STEP: Deleting the pod 09/16/22 20:20:39.031 + STEP: Ensuring resource quota status released the pod usage 09/16/22 20:20:39.039 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:20:41.042: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-2705" for this suite. 09/16/22 20:20:41.045 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:41.053 +Sep 16 20:20:41.053: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename namespaces 09/16/22 20:20:41.054 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:41.065 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:41.07 +[It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 +STEP: creating a Namespace 09/16/22 20:20:41.074 +STEP: patching the Namespace 09/16/22 20:20:41.134 +STEP: get the Namespace and ensuring it has the label 09/16/22 20:20:41.137 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:20:41.139: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-1225" for this suite. 09/16/22 20:20:41.142 +STEP: Destroying namespace "nspatchtest-a9967234-4225-4091-a44b-16cbef7c5624-2382" for this suite. 09/16/22 20:20:41.145 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance]","completed":259,"skipped":4803,"failed":0} +------------------------------ +• [0.097 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:41.053 + Sep 16 20:20:41.053: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename namespaces 09/16/22 20:20:41.054 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:41.065 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:41.07 + [It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 + STEP: creating a Namespace 09/16/22 20:20:41.074 + STEP: patching the Namespace 09/16/22 20:20:41.134 + STEP: get the Namespace and ensuring it has the label 09/16/22 20:20:41.137 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:20:41.139: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-1225" for this suite. 09/16/22 20:20:41.142 + STEP: Destroying namespace "nspatchtest-a9967234-4225-4091-a44b-16cbef7c5624-2382" for this suite. 09/16/22 20:20:41.145 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Garbage collector + should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:41.158 +Sep 16 20:20:41.158: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 20:20:41.16 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:41.171 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:41.174 +[It] should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 +STEP: create the rc 09/16/22 20:20:41.179 +STEP: delete the rc 09/16/22 20:20:46.498 +STEP: wait for the rc to be deleted 09/16/22 20:20:46.791 +Sep 16 20:20:48.042: INFO: 100 pods remaining +Sep 16 20:20:48.042: INFO: 100 pods has nil DeletionTimestamp +Sep 16 20:20:48.042: INFO: +Sep 16 20:20:49.747: INFO: 82 pods remaining +Sep 16 20:20:49.747: INFO: 80 pods has nil DeletionTimestamp +Sep 16 20:20:49.747: INFO: +Sep 16 20:20:50.201: INFO: 79 pods remaining +Sep 16 20:20:50.201: INFO: 72 pods has nil DeletionTimestamp +Sep 16 20:20:50.201: INFO: +Sep 16 20:20:51.679: INFO: 61 pods remaining +Sep 16 20:20:51.679: INFO: 60 pods has nil DeletionTimestamp +Sep 16 20:20:51.679: INFO: +Sep 16 20:20:52.342: INFO: 56 pods remaining +Sep 16 20:20:52.342: INFO: 46 pods has nil DeletionTimestamp +Sep 16 20:20:52.342: INFO: +Sep 16 20:20:53.054: INFO: 38 pods remaining +Sep 16 20:20:53.054: INFO: 35 pods has nil DeletionTimestamp +Sep 16 20:20:53.054: INFO: +Sep 16 20:20:54.061: INFO: 21 pods remaining +Sep 16 20:20:54.061: INFO: 19 pods has nil DeletionTimestamp +Sep 16 20:20:54.061: INFO: +Sep 16 20:20:54.852: INFO: 9 pods remaining +Sep 16 20:20:54.852: INFO: 7 pods has nil DeletionTimestamp +Sep 16 20:20:54.852: INFO: +STEP: Gathering metrics 09/16/22 20:20:55.907 +W0916 20:20:55.955085 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 16 20:20:55.955: 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 + test/e2e/framework/framework.go:187 +Sep 16 20:20:55.955: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-3875" for this suite. 09/16/22 20:20:56.011 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Garbage collector should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]","completed":260,"skipped":4816,"failed":0} +------------------------------ +• [SLOW TEST] [14.882 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:41.158 + Sep 16 20:20:41.158: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 20:20:41.16 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:41.171 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:41.174 + [It] should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 + STEP: create the rc 09/16/22 20:20:41.179 + STEP: delete the rc 09/16/22 20:20:46.498 + STEP: wait for the rc to be deleted 09/16/22 20:20:46.791 + Sep 16 20:20:48.042: INFO: 100 pods remaining + Sep 16 20:20:48.042: INFO: 100 pods has nil DeletionTimestamp + Sep 16 20:20:48.042: INFO: + Sep 16 20:20:49.747: INFO: 82 pods remaining + Sep 16 20:20:49.747: INFO: 80 pods has nil DeletionTimestamp + Sep 16 20:20:49.747: INFO: + Sep 16 20:20:50.201: INFO: 79 pods remaining + Sep 16 20:20:50.201: INFO: 72 pods has nil DeletionTimestamp + Sep 16 20:20:50.201: INFO: + Sep 16 20:20:51.679: INFO: 61 pods remaining + Sep 16 20:20:51.679: INFO: 60 pods has nil DeletionTimestamp + Sep 16 20:20:51.679: INFO: + Sep 16 20:20:52.342: INFO: 56 pods remaining + Sep 16 20:20:52.342: INFO: 46 pods has nil DeletionTimestamp + Sep 16 20:20:52.342: INFO: + Sep 16 20:20:53.054: INFO: 38 pods remaining + Sep 16 20:20:53.054: INFO: 35 pods has nil DeletionTimestamp + Sep 16 20:20:53.054: INFO: + Sep 16 20:20:54.061: INFO: 21 pods remaining + Sep 16 20:20:54.061: INFO: 19 pods has nil DeletionTimestamp + Sep 16 20:20:54.061: INFO: + Sep 16 20:20:54.852: INFO: 9 pods remaining + Sep 16 20:20:54.852: INFO: 7 pods has nil DeletionTimestamp + Sep 16 20:20:54.852: INFO: + STEP: Gathering metrics 09/16/22 20:20:55.907 + W0916 20:20:55.955085 19 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 16 20:20:55.955: 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 + test/e2e/framework/framework.go:187 + Sep 16 20:20:55.955: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-3875" for this suite. 09/16/22 20:20:56.011 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:20:56.043 +Sep 16 20:20:56.043: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-pred 09/16/22 20:20:56.045 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:56.502 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:56.782 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 16 20:20:56.853: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 16 20:20:57.080: INFO: Waiting for terminating namespaces to be deleted... +Sep 16 20:20:57.097: INFO: +Logging pods the apiserver thinks is on node ip-172-31-14-177 before test +Sep 16 20:20:57.111: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) +Sep 16 20:20:57.111: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 20:20:57.111: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 20:20:57.111: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.112: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 16 20:20:57.112: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:20:57.112: INFO: Container e2e ready: true, restart count 0 +Sep 16 20:20:57.112: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:20:57.112: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:20:57.112: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:20:57.112: INFO: Container systemd-logs ready: true, restart count 0 +Sep 16 20:20:57.112: INFO: +Logging pods the apiserver thinks is on node ip-172-31-15-7 before test +Sep 16 20:20:57.439: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container coredns ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container helm ready: false, restart count 0 +Sep 16 20:20:57.439: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container helm ready: false, restart count 1 +Sep 16 20:20:57.439: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container local-path-provisioner ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container metrics-server ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container traefik ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:20:57.439: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:20:57.439: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 +STEP: Trying to launch a pod without a label to get a node which can launch it. 09/16/22 20:20:57.44 +Sep 16 20:20:57.768: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-8278" to be "running" +Sep 16 20:20:57.806: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 38.004101ms +Sep 16 20:20:59.920: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.151321574s +Sep 16 20:21:01.811: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 4.042851881s +Sep 16 20:21:03.811: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 6.042467664s +Sep 16 20:21:03.811: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 09/16/22 20:21:03.813 +STEP: Trying to apply a random label on the found node. 09/16/22 20:21:03.83 +STEP: verifying the node has the label kubernetes.io/e2e-ddfebe2b-1cc9-4603-84ab-c543f7f7db43 42 09/16/22 20:21:03.846 +STEP: Trying to relaunch the pod, now with labels. 09/16/22 20:21:03.851 +Sep 16 20:21:03.857: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-8278" to be "not pending" +Sep 16 20:21:03.865: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 8.547262ms +Sep 16 20:21:05.869: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.012551469s +Sep 16 20:21:05.869: INFO: Pod "with-labels" satisfied condition "not pending" +STEP: removing the label kubernetes.io/e2e-ddfebe2b-1cc9-4603-84ab-c543f7f7db43 off the node ip-172-31-14-177 09/16/22 20:21:05.872 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-ddfebe2b-1cc9-4603-84ab-c543f7f7db43 09/16/22 20:21:05.882 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:21:05.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-8278" for this suite. 09/16/22 20:21:05.89 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching [Conformance]","completed":261,"skipped":4827,"failed":0} +------------------------------ +• [SLOW TEST] [9.855 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:20:56.043 + Sep 16 20:20:56.043: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-pred 09/16/22 20:20:56.045 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:20:56.502 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:20:56.782 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 16 20:20:56.853: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 16 20:20:57.080: INFO: Waiting for terminating namespaces to be deleted... + Sep 16 20:20:57.097: INFO: + Logging pods the apiserver thinks is on node ip-172-31-14-177 before test + Sep 16 20:20:57.111: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) + Sep 16 20:20:57.111: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 20:20:57.111: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 20:20:57.111: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.112: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 16 20:20:57.112: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:20:57.112: INFO: Container e2e ready: true, restart count 0 + Sep 16 20:20:57.112: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:20:57.112: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:20:57.112: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:20:57.112: INFO: Container systemd-logs ready: true, restart count 0 + Sep 16 20:20:57.112: INFO: + Logging pods the apiserver thinks is on node ip-172-31-15-7 before test + Sep 16 20:20:57.439: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container coredns ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container helm ready: false, restart count 0 + Sep 16 20:20:57.439: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container helm ready: false, restart count 1 + Sep 16 20:20:57.439: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container local-path-provisioner ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container metrics-server ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container traefik ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:20:57.439: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:20:57.439: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 + STEP: Trying to launch a pod without a label to get a node which can launch it. 09/16/22 20:20:57.44 + Sep 16 20:20:57.768: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-8278" to be "running" + Sep 16 20:20:57.806: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 38.004101ms + Sep 16 20:20:59.920: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.151321574s + Sep 16 20:21:01.811: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 4.042851881s + Sep 16 20:21:03.811: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 6.042467664s + Sep 16 20:21:03.811: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 09/16/22 20:21:03.813 + STEP: Trying to apply a random label on the found node. 09/16/22 20:21:03.83 + STEP: verifying the node has the label kubernetes.io/e2e-ddfebe2b-1cc9-4603-84ab-c543f7f7db43 42 09/16/22 20:21:03.846 + STEP: Trying to relaunch the pod, now with labels. 09/16/22 20:21:03.851 + Sep 16 20:21:03.857: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-8278" to be "not pending" + Sep 16 20:21:03.865: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 8.547262ms + Sep 16 20:21:05.869: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.012551469s + Sep 16 20:21:05.869: INFO: Pod "with-labels" satisfied condition "not pending" + STEP: removing the label kubernetes.io/e2e-ddfebe2b-1cc9-4603-84ab-c543f7f7db43 off the node ip-172-31-14-177 09/16/22 20:21:05.872 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-ddfebe2b-1cc9-4603-84ab-c543f7f7db43 09/16/22 20:21:05.882 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:21:05.887: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-8278" for this suite. 09/16/22 20:21:05.89 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:322 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:05.903 +Sep 16 20:21:05.903: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:21:05.904 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:05.972 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:05.976 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:21:05.99 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:21:06.567 +STEP: Deploying the webhook pod 09/16/22 20:21:06.572 +STEP: Wait for the deployment to be ready 09/16/22 20:21:06.582 +Sep 16 20:21:06.591: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:21:08.598 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:21:08.605 +Sep 16 20:21:09.605: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:322 +Sep 16 20:21:09.608: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-4050-crds.webhook.example.com via the AdmissionRegistration API 09/16/22 20:21:10.122 +STEP: Creating a custom resource while v1 is storage version 09/16/22 20:21:10.136 +STEP: Patching Custom Resource Definition to set v2 as storage 09/16/22 20:21:12.188 +STEP: Patching the custom resource while v2 is storage version 09/16/22 20:21:12.206 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:21:12.775: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-3891" for this suite. 09/16/22 20:21:12.778 +STEP: Destroying namespace "webhook-3891-markers" for this suite. 09/16/22 20:21:12.783 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]","completed":262,"skipped":4845,"failed":0} +------------------------------ +• [SLOW TEST] [6.969 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:322 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:05.903 + Sep 16 20:21:05.903: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:21:05.904 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:05.972 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:05.976 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:21:05.99 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:21:06.567 + STEP: Deploying the webhook pod 09/16/22 20:21:06.572 + STEP: Wait for the deployment to be ready 09/16/22 20:21:06.582 + Sep 16 20:21:06.591: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:21:08.598 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:21:08.605 + Sep 16 20:21:09.605: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:322 + Sep 16 20:21:09.608: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-4050-crds.webhook.example.com via the AdmissionRegistration API 09/16/22 20:21:10.122 + STEP: Creating a custom resource while v1 is storage version 09/16/22 20:21:10.136 + STEP: Patching Custom Resource Definition to set v2 as storage 09/16/22 20:21:12.188 + STEP: Patching the custom resource while v2 is storage version 09/16/22 20:21:12.206 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:21:12.775: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-3891" for this suite. 09/16/22 20:21:12.778 + STEP: Destroying namespace "webhook-3891-markers" for this suite. 09/16/22 20:21:12.783 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicaSet + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:12.876 +Sep 16 20:21:12.876: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replicaset 09/16/22 20:21:12.877 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:12.897 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:12.901 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 +Sep 16 20:21:12.905: INFO: Creating ReplicaSet my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff +Sep 16 20:21:12.913: INFO: Pod name my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff: Found 0 pods out of 1 +Sep 16 20:21:17.916: INFO: Pod name my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff: Found 1 pods out of 1 +Sep 16 20:21:17.916: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff" is running +Sep 16 20:21:17.917: INFO: Waiting up to 5m0s for pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk" in namespace "replicaset-4109" to be "running" +Sep 16 20:21:17.922: INFO: Pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk": Phase="Running", Reason="", readiness=true. Elapsed: 5.49307ms +Sep 16 20:21:17.922: INFO: Pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk" satisfied condition "running" +Sep 16 20:21:17.922: INFO: Pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:12 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:13 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:13 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:12 +0000 UTC Reason: Message:}]) +Sep 16 20:21:17.922: INFO: Trying to dial the pod +Sep 16 20:21:22.933: INFO: Controller my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff: Got expected result from replica 1 [my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk]: "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 16 20:21:22.933: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-4109" for this suite. 09/16/22 20:21:22.937 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]","completed":263,"skipped":4891,"failed":0} +------------------------------ +• [SLOW TEST] [10.066 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:12.876 + Sep 16 20:21:12.876: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replicaset 09/16/22 20:21:12.877 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:12.897 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:12.901 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 + Sep 16 20:21:12.905: INFO: Creating ReplicaSet my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff + Sep 16 20:21:12.913: INFO: Pod name my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff: Found 0 pods out of 1 + Sep 16 20:21:17.916: INFO: Pod name my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff: Found 1 pods out of 1 + Sep 16 20:21:17.916: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff" is running + Sep 16 20:21:17.917: INFO: Waiting up to 5m0s for pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk" in namespace "replicaset-4109" to be "running" + Sep 16 20:21:17.922: INFO: Pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk": Phase="Running", Reason="", readiness=true. Elapsed: 5.49307ms + Sep 16 20:21:17.922: INFO: Pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk" satisfied condition "running" + Sep 16 20:21:17.922: INFO: Pod "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:12 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:13 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:13 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-16 20:21:12 +0000 UTC Reason: Message:}]) + Sep 16 20:21:17.922: INFO: Trying to dial the pod + Sep 16 20:21:22.933: INFO: Controller my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff: Got expected result from replica 1 [my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk]: "my-hostname-basic-a4ec2c51-a9f1-43b3-852f-a5e0e57adfff-7zgbk", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 16 20:21:22.933: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-4109" for this suite. 09/16/22 20:21:22.937 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:22.955 +Sep 16 20:21:22.955: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:21:22.956 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:22.969 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:22.972 +[It] should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 +STEP: Counting existing ResourceQuota 09/16/22 20:21:22.976 +STEP: Creating a ResourceQuota 09/16/22 20:21:27.987 +STEP: Ensuring resource quota status is calculated 09/16/22 20:21:28.005 +STEP: Creating a ReplicationController 09/16/22 20:21:30.009 +STEP: Ensuring resource quota status captures replication controller creation 09/16/22 20:21:30.018 +STEP: Deleting a ReplicationController 09/16/22 20:21:32.022 +STEP: Ensuring resource quota status released usage 09/16/22 20:21:32.025 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:21:34.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-3660" for this suite. 09/16/22 20:21:34.033 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance]","completed":264,"skipped":4936,"failed":0} +------------------------------ +• [SLOW TEST] [11.082 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:22.955 + Sep 16 20:21:22.955: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:21:22.956 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:22.969 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:22.972 + [It] should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 + STEP: Counting existing ResourceQuota 09/16/22 20:21:22.976 + STEP: Creating a ResourceQuota 09/16/22 20:21:27.987 + STEP: Ensuring resource quota status is calculated 09/16/22 20:21:28.005 + STEP: Creating a ReplicationController 09/16/22 20:21:30.009 + STEP: Ensuring resource quota status captures replication controller creation 09/16/22 20:21:30.018 + STEP: Deleting a ReplicationController 09/16/22 20:21:32.022 + STEP: Ensuring resource quota status released usage 09/16/22 20:21:32.025 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:21:34.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-3660" for this suite. 09/16/22 20:21:34.033 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Garbage collector + should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:34.038 +Sep 16 20:21:34.038: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename gc 09/16/22 20:21:34.039 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:34.071 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:34.076 +[It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 +Sep 16 20:21:34.127: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"36b45f95-a17f-409e-9d6a-11c5d2f8c021", Controller:(*bool)(0xc002853e26), BlockOwnerDeletion:(*bool)(0xc002853e27)}} +Sep 16 20:21:34.158: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"98f9fdbd-a470-46ce-b764-7ef250637157", Controller:(*bool)(0xc003c1408e), BlockOwnerDeletion:(*bool)(0xc003c1408f)}} +Sep 16 20:21:34.175: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"d5f1f8ce-eef0-439c-aa24-d8f2abe5df93", Controller:(*bool)(0xc002d44186), BlockOwnerDeletion:(*bool)(0xc002d44187)}} +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Sep 16 20:21:39.238: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-5138" for this suite. 09/16/22 20:21:39.242 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance]","completed":265,"skipped":4947,"failed":0} +------------------------------ +• [SLOW TEST] [5.209 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:34.038 + Sep 16 20:21:34.038: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename gc 09/16/22 20:21:34.039 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:34.071 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:34.076 + [It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 + Sep 16 20:21:34.127: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"36b45f95-a17f-409e-9d6a-11c5d2f8c021", Controller:(*bool)(0xc002853e26), BlockOwnerDeletion:(*bool)(0xc002853e27)}} + Sep 16 20:21:34.158: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"98f9fdbd-a470-46ce-b764-7ef250637157", Controller:(*bool)(0xc003c1408e), BlockOwnerDeletion:(*bool)(0xc003c1408f)}} + Sep 16 20:21:34.175: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"d5f1f8ce-eef0-439c-aa24-d8f2abe5df93", Controller:(*bool)(0xc002d44186), BlockOwnerDeletion:(*bool)(0xc002d44187)}} + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Sep 16 20:21:39.238: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-5138" for this suite. 09/16/22 20:21:39.242 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:39.249 +Sep 16 20:21:39.249: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 20:21:39.25 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:39.274 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:39.279 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 +Sep 16 20:21:39.298: INFO: Create a RollingUpdate DaemonSet +Sep 16 20:21:39.302: INFO: Check that daemon pods launch on every node of the cluster +Sep 16 20:21:39.311: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:21:39.311: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:21:40.317: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:21:40.317: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:21:41.320: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 20:21:41.320: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +Sep 16 20:21:41.321: INFO: Update the DaemonSet to trigger a rollout +Sep 16 20:21:41.328: INFO: Updating DaemonSet daemon-set +Sep 16 20:21:44.356: INFO: Roll back the DaemonSet before rollout is complete +Sep 16 20:21:44.367: INFO: Updating DaemonSet daemon-set +Sep 16 20:21:44.367: INFO: Make sure DaemonSet rollback is complete +Sep 16 20:21:44.372: INFO: Wrong image for pod: daemon-set-kq62l. Expected: registry.k8s.io/e2e-test-images/httpd:2.4.38-2, got: foo:non-existent. +Sep 16 20:21:44.372: INFO: Pod daemon-set-kq62l is not available +Sep 16 20:21:46.381: INFO: Pod daemon-set-xhdx2 is not available +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/16/22 20:21:46.399 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7463, will wait for the garbage collector to delete the pods 09/16/22 20:21:46.399 +Sep 16 20:21:46.457: INFO: Deleting DaemonSet.extensions daemon-set took: 3.488637ms +Sep 16 20:21:46.558: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.976558ms +Sep 16 20:21:47.762: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:21:47.762: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 16 20:21:47.764: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"32847"},"items":null} + +Sep 16 20:21:47.766: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"32847"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:21:47.773: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-7463" for this suite. 09/16/22 20:21:47.776 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance]","completed":266,"skipped":4949,"failed":0} +------------------------------ +• [SLOW TEST] [8.531 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:39.249 + Sep 16 20:21:39.249: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 20:21:39.25 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:39.274 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:39.279 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 + Sep 16 20:21:39.298: INFO: Create a RollingUpdate DaemonSet + Sep 16 20:21:39.302: INFO: Check that daemon pods launch on every node of the cluster + Sep 16 20:21:39.311: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:21:39.311: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:21:40.317: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:21:40.317: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:21:41.320: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 20:21:41.320: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + Sep 16 20:21:41.321: INFO: Update the DaemonSet to trigger a rollout + Sep 16 20:21:41.328: INFO: Updating DaemonSet daemon-set + Sep 16 20:21:44.356: INFO: Roll back the DaemonSet before rollout is complete + Sep 16 20:21:44.367: INFO: Updating DaemonSet daemon-set + Sep 16 20:21:44.367: INFO: Make sure DaemonSet rollback is complete + Sep 16 20:21:44.372: INFO: Wrong image for pod: daemon-set-kq62l. Expected: registry.k8s.io/e2e-test-images/httpd:2.4.38-2, got: foo:non-existent. + Sep 16 20:21:44.372: INFO: Pod daemon-set-kq62l is not available + Sep 16 20:21:46.381: INFO: Pod daemon-set-xhdx2 is not available + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/16/22 20:21:46.399 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7463, will wait for the garbage collector to delete the pods 09/16/22 20:21:46.399 + Sep 16 20:21:46.457: INFO: Deleting DaemonSet.extensions daemon-set took: 3.488637ms + Sep 16 20:21:46.558: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.976558ms + Sep 16 20:21:47.762: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:21:47.762: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 16 20:21:47.764: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"32847"},"items":null} + + Sep 16 20:21:47.766: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"32847"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:21:47.773: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-7463" for this suite. 09/16/22 20:21:47.776 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Ephemeral Containers [NodeConformance] + will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 +[BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:47.781 +Sep 16 20:21:47.781: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename ephemeral-containers-test 09/16/22 20:21:47.782 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:47.796 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:47.799 +[BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/common/node/ephemeral_containers.go:38 +[It] will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 +STEP: creating a target pod 09/16/22 20:21:47.802 +Sep 16 20:21:47.807: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-5171" to be "running and ready" +Sep 16 20:21:47.810: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.092071ms +Sep 16 20:21:47.810: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:21:49.813: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.006217211s +Sep 16 20:21:49.813: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) +Sep 16 20:21:49.813: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" +STEP: adding an ephemeral container 09/16/22 20:21:49.815 +Sep 16 20:21:49.834: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-5171" to be "container debugger running" +Sep 16 20:21:49.836: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.530932ms +Sep 16 20:21:51.839: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.005459408s +Sep 16 20:21:51.839: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" +STEP: checking pod container endpoints 09/16/22 20:21:51.839 +Sep 16 20:21:51.840: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-5171 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:21:51.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:21:51.840: INFO: ExecWithOptions: Clientset creation +Sep 16 20:21:51.840: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/ephemeral-containers-test-5171/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) +Sep 16 20:21:51.910: INFO: Exec stderr: "" +[AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 20:21:51.924: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ephemeral-containers-test-5171" for this suite. 09/16/22 20:21:51.927 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Ephemeral Containers [NodeConformance] will start an ephemeral container in an existing pod [Conformance]","completed":267,"skipped":4951,"failed":0} +------------------------------ +• [4.150 seconds] +[sig-node] Ephemeral Containers [NodeConformance] +test/e2e/common/node/framework.go:23 + will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:47.781 + Sep 16 20:21:47.781: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename ephemeral-containers-test 09/16/22 20:21:47.782 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:47.796 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:47.799 + [BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/common/node/ephemeral_containers.go:38 + [It] will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 + STEP: creating a target pod 09/16/22 20:21:47.802 + Sep 16 20:21:47.807: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-5171" to be "running and ready" + Sep 16 20:21:47.810: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.092071ms + Sep 16 20:21:47.810: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:21:49.813: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.006217211s + Sep 16 20:21:49.813: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) + Sep 16 20:21:49.813: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" + STEP: adding an ephemeral container 09/16/22 20:21:49.815 + Sep 16 20:21:49.834: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-5171" to be "container debugger running" + Sep 16 20:21:49.836: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.530932ms + Sep 16 20:21:51.839: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.005459408s + Sep 16 20:21:51.839: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" + STEP: checking pod container endpoints 09/16/22 20:21:51.839 + Sep 16 20:21:51.840: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-5171 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:21:51.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:21:51.840: INFO: ExecWithOptions: Clientset creation + Sep 16 20:21:51.840: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/ephemeral-containers-test-5171/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) + Sep 16 20:21:51.910: INFO: Exec stderr: "" + [AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 20:21:51.924: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ephemeral-containers-test-5171" for this suite. 09/16/22 20:21:51.927 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:51.932 +Sep 16 20:21:51.933: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:21:51.934 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:51.954 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:51.968 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:21:51.987 +Sep 16 20:21:51.997: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b" in namespace "downward-api-8949" to be "Succeeded or Failed" +Sep 16 20:21:52.003: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b": Phase="Pending", Reason="", readiness=false. Elapsed: 5.829766ms +Sep 16 20:21:54.007: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010301959s +Sep 16 20:21:56.007: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010202194s +STEP: Saw pod success 09/16/22 20:21:56.007 +Sep 16 20:21:56.007: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b" satisfied condition "Succeeded or Failed" +Sep 16 20:21:56.010: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b container client-container: +STEP: delete the pod 09/16/22 20:21:56.015 +Sep 16 20:21:56.022: INFO: Waiting for pod downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b to disappear +Sep 16 20:21:56.025: INFO: Pod downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:21:56.025: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8949" for this suite. 09/16/22 20:21:56.029 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]","completed":268,"skipped":4954,"failed":0} +------------------------------ +• [4.102 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:51.932 + Sep 16 20:21:51.933: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:21:51.934 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:51.954 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:51.968 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:21:51.987 + Sep 16 20:21:51.997: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b" in namespace "downward-api-8949" to be "Succeeded or Failed" + Sep 16 20:21:52.003: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b": Phase="Pending", Reason="", readiness=false. Elapsed: 5.829766ms + Sep 16 20:21:54.007: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010301959s + Sep 16 20:21:56.007: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010202194s + STEP: Saw pod success 09/16/22 20:21:56.007 + Sep 16 20:21:56.007: INFO: Pod "downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b" satisfied condition "Succeeded or Failed" + Sep 16 20:21:56.010: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b container client-container: + STEP: delete the pod 09/16/22 20:21:56.015 + Sep 16 20:21:56.022: INFO: Waiting for pod downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b to disappear + Sep 16 20:21:56.025: INFO: Pod downwardapi-volume-8c2a9aec-024d-490c-b317-40a5c372fe5b no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:21:56.025: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8949" for this suite. 09/16/22 20:21:56.029 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:263 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:56.035 +Sep 16 20:21:56.035: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:21:56.036 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:56.052 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:56.056 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:21:56.07 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:21:56.495 +STEP: Deploying the webhook pod 09/16/22 20:21:56.5 +STEP: Wait for the deployment to be ready 09/16/22 20:21:56.513 +Sep 16 20:21:56.524: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:21:58.531 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:21:58.538 +Sep 16 20:21:59.538: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:263 +STEP: Registering the mutating pod webhook via the AdmissionRegistration API 09/16/22 20:21:59.541 +STEP: create a pod that should be updated by the webhook 09/16/22 20:21:59.556 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:21:59.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-5444" for this suite. 09/16/22 20:21:59.598 +STEP: Destroying namespace "webhook-5444-markers" for this suite. 09/16/22 20:21:59.606 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]","completed":269,"skipped":4955,"failed":0} +------------------------------ +• [3.663 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:263 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:56.035 + Sep 16 20:21:56.035: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:21:56.036 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:56.052 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:56.056 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:21:56.07 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:21:56.495 + STEP: Deploying the webhook pod 09/16/22 20:21:56.5 + STEP: Wait for the deployment to be ready 09/16/22 20:21:56.513 + Sep 16 20:21:56.524: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:21:58.531 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:21:58.538 + Sep 16 20:21:59.538: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:263 + STEP: Registering the mutating pod webhook via the AdmissionRegistration API 09/16/22 20:21:59.541 + STEP: create a pod that should be updated by the webhook 09/16/22 20:21:59.556 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:21:59.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-5444" for this suite. 09/16/22 20:21:59.598 + STEP: Destroying namespace "webhook-5444-markers" for this suite. 09/16/22 20:21:59.606 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Security Context When creating a pod with privileged + should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:21:59.7 +Sep 16 20:21:59.700: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename security-context-test 09/16/22 20:21:59.701 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:59.711 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:59.716 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 +Sep 16 20:21:59.729: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a" in namespace "security-context-test-8077" to be "Succeeded or Failed" +Sep 16 20:21:59.733: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.368581ms +Sep 16 20:22:01.737: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008314405s +Sep 16 20:22:03.737: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008417916s +Sep 16 20:22:03.738: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a" satisfied condition "Succeeded or Failed" +Sep 16 20:22:03.742: INFO: Got logs for pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": "ip: RTNETLINK answers: Operation not permitted\n" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 16 20:22:03.742: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-8077" for this suite. 09/16/22 20:22:03.745 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]","completed":270,"skipped":4963,"failed":0} +------------------------------ +• [4.050 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + When creating a pod with privileged + test/e2e/common/node/security_context.go:490 + should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:21:59.7 + Sep 16 20:21:59.700: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename security-context-test 09/16/22 20:21:59.701 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:21:59.711 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:21:59.716 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 + Sep 16 20:21:59.729: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a" in namespace "security-context-test-8077" to be "Succeeded or Failed" + Sep 16 20:21:59.733: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.368581ms + Sep 16 20:22:01.737: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008314405s + Sep 16 20:22:03.737: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008417916s + Sep 16 20:22:03.738: INFO: Pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a" satisfied condition "Succeeded or Failed" + Sep 16 20:22:03.742: INFO: Got logs for pod "busybox-privileged-false-6b904092-fa90-43f8-af4f-6d56c4bc409a": "ip: RTNETLINK answers: Operation not permitted\n" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 16 20:22:03.742: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-8077" for this suite. 09/16/22 20:22:03.745 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] RuntimeClass + should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:03.757 +Sep 16 20:22:03.758: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename runtimeclass 09/16/22 20:22:03.76 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:03.829 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:03.833 +[It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +STEP: Deleting RuntimeClass runtimeclass-2173-delete-me 09/16/22 20:22:03.84 +STEP: Waiting for the RuntimeClass to disappear 09/16/22 20:22:03.844 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 16 20:22:03.851: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-2173" for this suite. 09/16/22 20:22:03.854 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] RuntimeClass should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance]","completed":271,"skipped":5022,"failed":0} +------------------------------ +• [0.103 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:03.757 + Sep 16 20:22:03.758: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename runtimeclass 09/16/22 20:22:03.76 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:03.829 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:03.833 + [It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 + STEP: Deleting RuntimeClass runtimeclass-2173-delete-me 09/16/22 20:22:03.84 + STEP: Waiting for the RuntimeClass to disappear 09/16/22 20:22:03.844 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 16 20:22:03.851: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-2173" for this suite. 09/16/22 20:22:03.854 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:507 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:03.862 +Sep 16 20:22:03.863: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:22:03.864 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:03.924 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:03.928 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:22:03.942 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:22:04.855 +STEP: Deploying the webhook pod 09/16/22 20:22:04.861 +STEP: Wait for the deployment to be ready 09/16/22 20:22:04.869 +Sep 16 20:22:04.884: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:22:06.891 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:22:06.897 +Sep 16 20:22:07.897: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:507 +STEP: Creating a mutating webhook configuration 09/16/22 20:22:07.9 +STEP: Updating a mutating webhook configuration's rules to not include the create operation 09/16/22 20:22:07.917 +STEP: Creating a configMap that should not be mutated 09/16/22 20:22:07.922 +STEP: Patching a mutating webhook configuration's rules to include the create operation 09/16/22 20:22:07.929 +STEP: Creating a configMap that should be mutated 09/16/22 20:22:07.934 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:22:07.956: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4147" for this suite. 09/16/22 20:22:07.96 +STEP: Destroying namespace "webhook-4147-markers" for this suite. 09/16/22 20:22:07.964 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]","completed":272,"skipped":5025,"failed":0} +------------------------------ +• [4.149 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:507 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:03.862 + Sep 16 20:22:03.863: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:22:03.864 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:03.924 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:03.928 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:22:03.942 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:22:04.855 + STEP: Deploying the webhook pod 09/16/22 20:22:04.861 + STEP: Wait for the deployment to be ready 09/16/22 20:22:04.869 + Sep 16 20:22:04.884: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:22:06.891 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:22:06.897 + Sep 16 20:22:07.897: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:507 + STEP: Creating a mutating webhook configuration 09/16/22 20:22:07.9 + STEP: Updating a mutating webhook configuration's rules to not include the create operation 09/16/22 20:22:07.917 + STEP: Creating a configMap that should not be mutated 09/16/22 20:22:07.922 + STEP: Patching a mutating webhook configuration's rules to include the create operation 09/16/22 20:22:07.929 + STEP: Creating a configMap that should be mutated 09/16/22 20:22:07.934 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:22:07.956: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4147" for this suite. 09/16/22 20:22:07.96 + STEP: Destroying namespace "webhook-4147-markers" for this suite. 09/16/22 20:22:07.964 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 +[BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:08.014 +Sep 16 20:22:08.015: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:22:08.015 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:08.037 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:08.041 +[It] should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 +STEP: Performing setup for networking test in namespace pod-network-test-9074 09/16/22 20:22:08.045 +STEP: creating a selector 09/16/22 20:22:08.045 +STEP: Creating the service pods in kubernetes 09/16/22 20:22:08.046 +Sep 16 20:22:08.046: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 16 20:22:08.072: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-9074" to be "running and ready" +Sep 16 20:22:08.079: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.030569ms +Sep 16 20:22:08.079: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:22:10.083: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.010245588s +Sep 16 20:22:10.083: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:22:12.083: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.010572973s +Sep 16 20:22:12.083: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:22:14.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.009619315s +Sep 16 20:22:14.082: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:22:16.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.009253166s +Sep 16 20:22:16.082: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:22:18.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009743781s +Sep 16 20:22:18.082: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:22:20.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.009446599s +Sep 16 20:22:20.082: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 16 20:22:20.082: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 16 20:22:20.085: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-9074" to be "running and ready" +Sep 16 20:22:20.086: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.772589ms +Sep 16 20:22:20.087: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 16 20:22:20.087: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 09/16/22 20:22:20.091 +W0916 20:22:20.104841 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) +Sep 16 20:22:20.104: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-9074" to be "running" +Sep 16 20:22:20.112: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 7.540714ms +Sep 16 20:22:22.115: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010570902s +Sep 16 20:22:22.115: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 16 20:22:22.118: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-9074" to be "running" +Sep 16 20:22:22.122: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 3.917285ms +Sep 16 20:22:22.122: INFO: Pod "host-test-container-pod" satisfied condition "running" +Sep 16 20:22:22.124: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Sep 16 20:22:22.124: INFO: Going to poll 10.42.1.142 on port 8081 at least 0 times, with a maximum of 34 tries before failing +Sep 16 20:22:22.126: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.42.1.142 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9074 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:22:22.126: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:22:22.127: INFO: ExecWithOptions: Clientset creation +Sep 16 20:22:22.127: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-9074/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+10.42.1.142+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 16 20:22:23.193: INFO: Found all 1 expected endpoints: [netserver-0] +Sep 16 20:22:23.193: INFO: Going to poll 10.42.0.30 on port 8081 at least 0 times, with a maximum of 34 tries before failing +Sep 16 20:22:23.195: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.42.0.30 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9074 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:22:23.196: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:22:23.196: INFO: ExecWithOptions: Clientset creation +Sep 16 20:22:23.196: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-9074/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+10.42.0.30+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 16 20:22:24.272: INFO: Found all 1 expected endpoints: [netserver-1] +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 16 20:22:24.272: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-9074" for this suite. 09/16/22 20:22:24.276 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]","completed":273,"skipped":5036,"failed":0} +------------------------------ +• [SLOW TEST] [16.267 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:08.014 + Sep 16 20:22:08.015: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:22:08.015 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:08.037 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:08.041 + [It] should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 + STEP: Performing setup for networking test in namespace pod-network-test-9074 09/16/22 20:22:08.045 + STEP: creating a selector 09/16/22 20:22:08.045 + STEP: Creating the service pods in kubernetes 09/16/22 20:22:08.046 + Sep 16 20:22:08.046: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 16 20:22:08.072: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-9074" to be "running and ready" + Sep 16 20:22:08.079: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.030569ms + Sep 16 20:22:08.079: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:22:10.083: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.010245588s + Sep 16 20:22:10.083: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:22:12.083: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.010572973s + Sep 16 20:22:12.083: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:22:14.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.009619315s + Sep 16 20:22:14.082: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:22:16.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.009253166s + Sep 16 20:22:16.082: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:22:18.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009743781s + Sep 16 20:22:18.082: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:22:20.082: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.009446599s + Sep 16 20:22:20.082: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 16 20:22:20.082: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 16 20:22:20.085: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-9074" to be "running and ready" + Sep 16 20:22:20.086: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.772589ms + Sep 16 20:22:20.087: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 16 20:22:20.087: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 09/16/22 20:22:20.091 + W0916 20:22:20.104841 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) + Sep 16 20:22:20.104: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-9074" to be "running" + Sep 16 20:22:20.112: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 7.540714ms + Sep 16 20:22:22.115: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010570902s + Sep 16 20:22:22.115: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 16 20:22:22.118: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-9074" to be "running" + Sep 16 20:22:22.122: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 3.917285ms + Sep 16 20:22:22.122: INFO: Pod "host-test-container-pod" satisfied condition "running" + Sep 16 20:22:22.124: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Sep 16 20:22:22.124: INFO: Going to poll 10.42.1.142 on port 8081 at least 0 times, with a maximum of 34 tries before failing + Sep 16 20:22:22.126: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.42.1.142 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9074 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:22:22.126: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:22:22.127: INFO: ExecWithOptions: Clientset creation + Sep 16 20:22:22.127: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-9074/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+10.42.1.142+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 16 20:22:23.193: INFO: Found all 1 expected endpoints: [netserver-0] + Sep 16 20:22:23.193: INFO: Going to poll 10.42.0.30 on port 8081 at least 0 times, with a maximum of 34 tries before failing + Sep 16 20:22:23.195: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.42.0.30 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9074 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:22:23.196: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:22:23.196: INFO: ExecWithOptions: Clientset creation + Sep 16 20:22:23.196: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-9074/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+10.42.0.30+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 16 20:22:24.272: INFO: Found all 1 expected endpoints: [netserver-1] + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 16 20:22:24.272: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-9074" for this suite. 09/16/22 20:22:24.276 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] PodTemplates + should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:24.287 +Sep 16 20:22:24.287: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename podtemplate 09/16/22 20:22:24.288 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:24.301 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:24.306 +[It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +STEP: Create a pod template 09/16/22 20:22:24.311 +STEP: Replace a pod template 09/16/22 20:22:24.315 +Sep 16 20:22:24.323: INFO: Found updated podtemplate annotation: "true" + +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Sep 16 20:22:24.324: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-8596" for this suite. 09/16/22 20:22:24.328 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] PodTemplates should replace a pod template [Conformance]","completed":274,"skipped":5054,"failed":0} +------------------------------ +• [0.046 seconds] +[sig-node] PodTemplates +test/e2e/common/node/framework.go:23 + should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:24.287 + Sep 16 20:22:24.287: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename podtemplate 09/16/22 20:22:24.288 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:24.301 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:24.306 + [It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 + STEP: Create a pod template 09/16/22 20:22:24.311 + STEP: Replace a pod template 09/16/22 20:22:24.315 + Sep 16 20:22:24.323: INFO: Found updated podtemplate annotation: "true" + + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Sep 16 20:22:24.324: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-8596" for this suite. 09/16/22 20:22:24.328 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl label + should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1507 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:24.339 +Sep 16 20:22:24.339: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:22:24.34 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:24.355 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:24.359 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1492 +STEP: creating the pod 09/16/22 20:22:24.365 +Sep 16 20:22:24.366: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 create -f -' +Sep 16 20:22:25.747: INFO: stderr: "" +Sep 16 20:22:25.747: INFO: stdout: "pod/pause created\n" +Sep 16 20:22:25.747: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] +Sep 16 20:22:25.747: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-1431" to be "running and ready" +Sep 16 20:22:25.760: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 12.78385ms +Sep 16 20:22:25.760: INFO: Error evaluating pod condition running and ready: want pod 'pause' on 'ip-172-31-15-7' to be 'Running' but was 'Pending' +Sep 16 20:22:27.764: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.017222031s +Sep 16 20:22:27.764: INFO: Pod "pause" satisfied condition "running and ready" +Sep 16 20:22:27.764: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [pause] +[It] should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1507 +STEP: adding the label testing-label with value testing-label-value to a pod 09/16/22 20:22:27.764 +Sep 16 20:22:27.764: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 label pods pause testing-label=testing-label-value' +Sep 16 20:22:27.838: INFO: stderr: "" +Sep 16 20:22:27.838: INFO: stdout: "pod/pause labeled\n" +STEP: verifying the pod has the label testing-label with the value testing-label-value 09/16/22 20:22:27.838 +Sep 16 20:22:27.838: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get pod pause -L testing-label' +Sep 16 20:22:27.930: INFO: stderr: "" +Sep 16 20:22:27.930: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s testing-label-value\n" +STEP: removing the label testing-label of a pod 09/16/22 20:22:27.93 +Sep 16 20:22:27.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 label pods pause testing-label-' +Sep 16 20:22:28.037: INFO: stderr: "" +Sep 16 20:22:28.038: INFO: stdout: "pod/pause unlabeled\n" +STEP: verifying the pod doesn't have the label testing-label 09/16/22 20:22:28.038 +Sep 16 20:22:28.038: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get pod pause -L testing-label' +Sep 16 20:22:28.121: INFO: stderr: "" +Sep 16 20:22:28.121: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 3s \n" +[AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1498 +STEP: using delete to clean up resources 09/16/22 20:22:28.121 +Sep 16 20:22:28.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 delete --grace-period=0 --force -f -' +Sep 16 20:22:28.217: 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" +Sep 16 20:22:28.217: INFO: stdout: "pod \"pause\" force deleted\n" +Sep 16 20:22:28.217: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get rc,svc -l name=pause --no-headers' +Sep 16 20:22:28.304: INFO: stderr: "No resources found in kubectl-1431 namespace.\n" +Sep 16 20:22:28.304: INFO: stdout: "" +Sep 16 20:22:28.304: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Sep 16 20:22:28.381: INFO: stderr: "" +Sep 16 20:22:28.381: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:22:28.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-1431" for this suite. 09/16/22 20:22:28.383 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl label should update the label on a resource [Conformance]","completed":275,"skipped":5066,"failed":0} +------------------------------ +• [4.049 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl label + test/e2e/kubectl/kubectl.go:1490 + should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1507 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:24.339 + Sep 16 20:22:24.339: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:22:24.34 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:24.355 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:24.359 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1492 + STEP: creating the pod 09/16/22 20:22:24.365 + Sep 16 20:22:24.366: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 create -f -' + Sep 16 20:22:25.747: INFO: stderr: "" + Sep 16 20:22:25.747: INFO: stdout: "pod/pause created\n" + Sep 16 20:22:25.747: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] + Sep 16 20:22:25.747: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-1431" to be "running and ready" + Sep 16 20:22:25.760: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 12.78385ms + Sep 16 20:22:25.760: INFO: Error evaluating pod condition running and ready: want pod 'pause' on 'ip-172-31-15-7' to be 'Running' but was 'Pending' + Sep 16 20:22:27.764: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.017222031s + Sep 16 20:22:27.764: INFO: Pod "pause" satisfied condition "running and ready" + Sep 16 20:22:27.764: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [pause] + [It] should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1507 + STEP: adding the label testing-label with value testing-label-value to a pod 09/16/22 20:22:27.764 + Sep 16 20:22:27.764: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 label pods pause testing-label=testing-label-value' + Sep 16 20:22:27.838: INFO: stderr: "" + Sep 16 20:22:27.838: INFO: stdout: "pod/pause labeled\n" + STEP: verifying the pod has the label testing-label with the value testing-label-value 09/16/22 20:22:27.838 + Sep 16 20:22:27.838: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get pod pause -L testing-label' + Sep 16 20:22:27.930: INFO: stderr: "" + Sep 16 20:22:27.930: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s testing-label-value\n" + STEP: removing the label testing-label of a pod 09/16/22 20:22:27.93 + Sep 16 20:22:27.930: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 label pods pause testing-label-' + Sep 16 20:22:28.037: INFO: stderr: "" + Sep 16 20:22:28.038: INFO: stdout: "pod/pause unlabeled\n" + STEP: verifying the pod doesn't have the label testing-label 09/16/22 20:22:28.038 + Sep 16 20:22:28.038: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get pod pause -L testing-label' + Sep 16 20:22:28.121: INFO: stderr: "" + Sep 16 20:22:28.121: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 3s \n" + [AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1498 + STEP: using delete to clean up resources 09/16/22 20:22:28.121 + Sep 16 20:22:28.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 delete --grace-period=0 --force -f -' + Sep 16 20:22:28.217: 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" + Sep 16 20:22:28.217: INFO: stdout: "pod \"pause\" force deleted\n" + Sep 16 20:22:28.217: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get rc,svc -l name=pause --no-headers' + Sep 16 20:22:28.304: INFO: stderr: "No resources found in kubectl-1431 namespace.\n" + Sep 16 20:22:28.304: INFO: stdout: "" + Sep 16 20:22:28.304: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-1431 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Sep 16 20:22:28.381: INFO: stderr: "" + Sep 16 20:22:28.381: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:22:28.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-1431" for this suite. 09/16/22 20:22:28.383 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl api-versions + should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:28.388 +Sep 16 20:22:28.388: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:22:28.389 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:28.398 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:28.402 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 +STEP: validating api versions 09/16/22 20:22:28.404 +Sep 16 20:22:28.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6518 api-versions' +Sep 16 20:22:28.472: INFO: stderr: "" +Sep 16 20:22:28.472: INFO: stdout: "admissionregistration.k8s.io/v1\napiextensions.k8s.io/v1\napiregistration.k8s.io/v1\napps/v1\nauthentication.k8s.io/v1\nauthorization.k8s.io/v1\nautoscaling/v1\nautoscaling/v2\nautoscaling/v2beta2\nbatch/v1\ncertificates.k8s.io/v1\ncoordination.k8s.io/v1\ndiscovery.k8s.io/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta1\nflowcontrol.apiserver.k8s.io/v1beta2\nhelm.cattle.io/v1\nk3s.cattle.io/v1\nmetrics.k8s.io/v1beta1\nnetworking.k8s.io/v1\nnode.k8s.io/v1\npolicy/v1\nrbac.authorization.k8s.io/v1\nscheduling.k8s.io/v1\nstorage.k8s.io/v1\nstorage.k8s.io/v1beta1\ntraefik.containo.us/v1alpha1\nv1\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:22:28.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-6518" for this suite. 09/16/22 20:22:28.475 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions [Conformance]","completed":276,"skipped":5069,"failed":0} +------------------------------ +• [0.091 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl api-versions + test/e2e/kubectl/kubectl.go:816 + should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:28.388 + Sep 16 20:22:28.388: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:22:28.389 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:28.398 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:28.402 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 + STEP: validating api versions 09/16/22 20:22:28.404 + Sep 16 20:22:28.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6518 api-versions' + Sep 16 20:22:28.472: INFO: stderr: "" + Sep 16 20:22:28.472: INFO: stdout: "admissionregistration.k8s.io/v1\napiextensions.k8s.io/v1\napiregistration.k8s.io/v1\napps/v1\nauthentication.k8s.io/v1\nauthorization.k8s.io/v1\nautoscaling/v1\nautoscaling/v2\nautoscaling/v2beta2\nbatch/v1\ncertificates.k8s.io/v1\ncoordination.k8s.io/v1\ndiscovery.k8s.io/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta1\nflowcontrol.apiserver.k8s.io/v1beta2\nhelm.cattle.io/v1\nk3s.cattle.io/v1\nmetrics.k8s.io/v1beta1\nnetworking.k8s.io/v1\nnode.k8s.io/v1\npolicy/v1\nrbac.authorization.k8s.io/v1\nscheduling.k8s.io/v1\nstorage.k8s.io/v1\nstorage.k8s.io/v1beta1\ntraefik.containo.us/v1alpha1\nv1\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:22:28.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-6518" for this suite. 09/16/22 20:22:28.475 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:28.483 +Sep 16 20:22:28.483: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:22:28.484 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:28.494 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:28.498 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:22:28.502 +Sep 16 20:22:28.514: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f" in namespace "downward-api-4615" to be "Succeeded or Failed" +Sep 16 20:22:28.541: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Pending", Reason="", readiness=false. Elapsed: 27.863037ms +Sep 16 20:22:30.544: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.030269884s +Sep 16 20:22:32.545: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.031006016s +Sep 16 20:22:34.545: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.031581124s +STEP: Saw pod success 09/16/22 20:22:34.545 +Sep 16 20:22:34.545: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f" satisfied condition "Succeeded or Failed" +Sep 16 20:22:34.547: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f container client-container: +STEP: delete the pod 09/16/22 20:22:34.553 +Sep 16 20:22:34.564: INFO: Waiting for pod downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f to disappear +Sep 16 20:22:34.572: INFO: Pod downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:22:34.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-4615" for this suite. 09/16/22 20:22:34.581 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","completed":277,"skipped":5107,"failed":0} +------------------------------ +• [SLOW TEST] [6.114 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:28.483 + Sep 16 20:22:28.483: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:22:28.484 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:28.494 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:28.498 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:22:28.502 + Sep 16 20:22:28.514: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f" in namespace "downward-api-4615" to be "Succeeded or Failed" + Sep 16 20:22:28.541: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Pending", Reason="", readiness=false. Elapsed: 27.863037ms + Sep 16 20:22:30.544: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.030269884s + Sep 16 20:22:32.545: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.031006016s + Sep 16 20:22:34.545: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.031581124s + STEP: Saw pod success 09/16/22 20:22:34.545 + Sep 16 20:22:34.545: INFO: Pod "downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f" satisfied condition "Succeeded or Failed" + Sep 16 20:22:34.547: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f container client-container: + STEP: delete the pod 09/16/22 20:22:34.553 + Sep 16 20:22:34.564: INFO: Waiting for pod downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f to disappear + Sep 16 20:22:34.572: INFO: Pod downwardapi-volume-0f0ab935-c755-4b4d-b9de-253c2e4ac66f no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:22:34.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-4615" for this suite. 09/16/22 20:22:34.581 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:34.598 +Sep 16 20:22:34.598: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:22:34.599 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:34.617 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:34.621 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 +STEP: creating a Service 09/16/22 20:22:34.629 +STEP: watching for the Service to be added 09/16/22 20:22:34.639 +Sep 16 20:22:34.645: INFO: Found Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] +Sep 16 20:22:34.645: INFO: Service test-service-x6j4j created +STEP: Getting /status 09/16/22 20:22:34.645 +Sep 16 20:22:34.652: INFO: Service test-service-x6j4j has LoadBalancer: {[]} +STEP: patching the ServiceStatus 09/16/22 20:22:34.652 +STEP: watching for the Service to be patched 09/16/22 20:22:34.662 +Sep 16 20:22:34.677: INFO: observed Service test-service-x6j4j in namespace services-5255 with annotations: map[] & LoadBalancer: {[]} +Sep 16 20:22:34.677: INFO: Found Service test-service-x6j4j in namespace services-5255 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} +Sep 16 20:22:34.677: INFO: Service test-service-x6j4j has service status patched +STEP: updating the ServiceStatus 09/16/22 20:22:34.678 +Sep 16 20:22:34.688: INFO: updatedStatus.Conditions: []v1.Condition{v1.Condition{Type:"StatusUpdate", Status:"True", ObservedGeneration:0, LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the Service to be updated 09/16/22 20:22:34.688 +Sep 16 20:22:34.691: INFO: Observed Service test-service-x6j4j in namespace services-5255 with annotations: map[] & Conditions: {[]} +Sep 16 20:22:34.691: INFO: Observed event: &Service{ObjectMeta:{test-service-x6j4j services-5255 970db898-1389-4919-aa6f-92790df09cf7 33372 0 2022-09-16 20:22:34 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2022-09-16 20:22:34 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:test-service-static":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:sessionAffinity":{},"f:type":{}}} } {e2e.test Update v1 2022-09-16 20:22:34 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:patchedstatus":{}}},"f:status":{"f:loadBalancer":{"f:ingress":{}}}} status}]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{0 80 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:10.43.111.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.43.111.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:203.0.113.1,Hostname:,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} +Sep 16 20:22:34.691: INFO: Found Service test-service-x6j4j in namespace services-5255 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Sep 16 20:22:34.691: INFO: Service test-service-x6j4j has service status updated +STEP: patching the service 09/16/22 20:22:34.691 +STEP: watching for the Service to be patched 09/16/22 20:22:34.711 +Sep 16 20:22:34.713: INFO: observed Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] +Sep 16 20:22:34.713: INFO: observed Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] +Sep 16 20:22:34.713: INFO: observed Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] +Sep 16 20:22:34.713: INFO: Found Service test-service-x6j4j in namespace services-5255 with labels: map[test-service:patched test-service-static:true] +Sep 16 20:22:34.713: INFO: Service test-service-x6j4j patched +STEP: deleting the service 09/16/22 20:22:34.713 +STEP: watching for the Service to be deleted 09/16/22 20:22:34.725 +Sep 16 20:22:34.727: INFO: Observed event: ADDED +Sep 16 20:22:34.727: INFO: Observed event: MODIFIED +Sep 16 20:22:34.727: INFO: Observed event: MODIFIED +Sep 16 20:22:34.727: INFO: Observed event: MODIFIED +Sep 16 20:22:34.727: INFO: Found Service test-service-x6j4j in namespace services-5255 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] +Sep 16 20:22:34.727: INFO: Service test-service-x6j4j deleted +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:22:34.727: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-5255" for this suite. 09/16/22 20:22:34.73 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should complete a service status lifecycle [Conformance]","completed":278,"skipped":5109,"failed":0} +------------------------------ +• [0.137 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:34.598 + Sep 16 20:22:34.598: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:22:34.599 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:34.617 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:34.621 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 + STEP: creating a Service 09/16/22 20:22:34.629 + STEP: watching for the Service to be added 09/16/22 20:22:34.639 + Sep 16 20:22:34.645: INFO: Found Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] + Sep 16 20:22:34.645: INFO: Service test-service-x6j4j created + STEP: Getting /status 09/16/22 20:22:34.645 + Sep 16 20:22:34.652: INFO: Service test-service-x6j4j has LoadBalancer: {[]} + STEP: patching the ServiceStatus 09/16/22 20:22:34.652 + STEP: watching for the Service to be patched 09/16/22 20:22:34.662 + Sep 16 20:22:34.677: INFO: observed Service test-service-x6j4j in namespace services-5255 with annotations: map[] & LoadBalancer: {[]} + Sep 16 20:22:34.677: INFO: Found Service test-service-x6j4j in namespace services-5255 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} + Sep 16 20:22:34.677: INFO: Service test-service-x6j4j has service status patched + STEP: updating the ServiceStatus 09/16/22 20:22:34.678 + Sep 16 20:22:34.688: INFO: updatedStatus.Conditions: []v1.Condition{v1.Condition{Type:"StatusUpdate", Status:"True", ObservedGeneration:0, LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the Service to be updated 09/16/22 20:22:34.688 + Sep 16 20:22:34.691: INFO: Observed Service test-service-x6j4j in namespace services-5255 with annotations: map[] & Conditions: {[]} + Sep 16 20:22:34.691: INFO: Observed event: &Service{ObjectMeta:{test-service-x6j4j services-5255 970db898-1389-4919-aa6f-92790df09cf7 33372 0 2022-09-16 20:22:34 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2022-09-16 20:22:34 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:test-service-static":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:sessionAffinity":{},"f:type":{}}} } {e2e.test Update v1 2022-09-16 20:22:34 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:patchedstatus":{}}},"f:status":{"f:loadBalancer":{"f:ingress":{}}}} status}]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{0 80 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:10.43.111.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.43.111.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:203.0.113.1,Hostname:,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} + Sep 16 20:22:34.691: INFO: Found Service test-service-x6j4j in namespace services-5255 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Sep 16 20:22:34.691: INFO: Service test-service-x6j4j has service status updated + STEP: patching the service 09/16/22 20:22:34.691 + STEP: watching for the Service to be patched 09/16/22 20:22:34.711 + Sep 16 20:22:34.713: INFO: observed Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] + Sep 16 20:22:34.713: INFO: observed Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] + Sep 16 20:22:34.713: INFO: observed Service test-service-x6j4j in namespace services-5255 with labels: map[test-service-static:true] + Sep 16 20:22:34.713: INFO: Found Service test-service-x6j4j in namespace services-5255 with labels: map[test-service:patched test-service-static:true] + Sep 16 20:22:34.713: INFO: Service test-service-x6j4j patched + STEP: deleting the service 09/16/22 20:22:34.713 + STEP: watching for the Service to be deleted 09/16/22 20:22:34.725 + Sep 16 20:22:34.727: INFO: Observed event: ADDED + Sep 16 20:22:34.727: INFO: Observed event: MODIFIED + Sep 16 20:22:34.727: INFO: Observed event: MODIFIED + Sep 16 20:22:34.727: INFO: Observed event: MODIFIED + Sep 16 20:22:34.727: INFO: Found Service test-service-x6j4j in namespace services-5255 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] + Sep 16 20:22:34.727: INFO: Service test-service-x6j4j deleted + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:22:34.727: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-5255" for this suite. 09/16/22 20:22:34.73 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:34.74 +Sep 16 20:22:34.740: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:22:34.741 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:34.756 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:34.761 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:22:34.774 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:22:35.58 +STEP: Deploying the webhook pod 09/16/22 20:22:35.585 +STEP: Wait for the deployment to be ready 09/16/22 20:22:35.593 +Sep 16 20:22:35.598: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:22:37.606 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:22:37.612 +Sep 16 20:22:38.613: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 +STEP: Registering the crd webhook via the AdmissionRegistration API 09/16/22 20:22:38.94 +Sep 16 20:22:38.956: INFO: Waiting for webhook configuration to be ready... +STEP: Creating a custom resource definition that should be denied by the webhook 09/16/22 20:22:39.069 +Sep 16 20:22:39.069: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:22:39.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-8801" for this suite. 09/16/22 20:22:39.095 +STEP: Destroying namespace "webhook-8801-markers" for this suite. 09/16/22 20:22:39.101 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]","completed":279,"skipped":5198,"failed":0} +------------------------------ +• [4.438 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:34.74 + Sep 16 20:22:34.740: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:22:34.741 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:34.756 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:34.761 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:22:34.774 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:22:35.58 + STEP: Deploying the webhook pod 09/16/22 20:22:35.585 + STEP: Wait for the deployment to be ready 09/16/22 20:22:35.593 + Sep 16 20:22:35.598: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:22:37.606 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:22:37.612 + Sep 16 20:22:38.613: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 + STEP: Registering the crd webhook via the AdmissionRegistration API 09/16/22 20:22:38.94 + Sep 16 20:22:38.956: INFO: Waiting for webhook configuration to be ready... + STEP: Creating a custom resource definition that should be denied by the webhook 09/16/22 20:22:39.069 + Sep 16 20:22:39.069: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:22:39.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-8801" for this suite. 09/16/22 20:22:39.095 + STEP: Destroying namespace "webhook-8801-markers" for this suite. 09/16/22 20:22:39.101 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:39.186 +Sep 16 20:22:39.186: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 20:22:39.187 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:39.213 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:39.224 +[It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +STEP: Creating a test externalName service 09/16/22 20:22:39.228 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:39.236 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:39.236 +STEP: creating a pod to probe DNS 09/16/22 20:22:39.236 +STEP: submitting the pod to kubernetes 09/16/22 20:22:39.236 +Sep 16 20:22:39.246: INFO: Waiting up to 15m0s for pod "dns-test-283b274a-3851-422f-90a6-269ffad76409" in namespace "dns-3229" to be "running" +Sep 16 20:22:39.261: INFO: Pod "dns-test-283b274a-3851-422f-90a6-269ffad76409": Phase="Pending", Reason="", readiness=false. Elapsed: 15.619087ms +Sep 16 20:22:41.265: INFO: Pod "dns-test-283b274a-3851-422f-90a6-269ffad76409": Phase="Running", Reason="", readiness=true. Elapsed: 2.01895894s +Sep 16 20:22:41.265: INFO: Pod "dns-test-283b274a-3851-422f-90a6-269ffad76409" satisfied condition "running" +STEP: retrieving the pod 09/16/22 20:22:41.265 +STEP: looking for the results for each expected name from probers 09/16/22 20:22:41.267 +Sep 16 20:22:41.276: INFO: DNS probes using dns-test-283b274a-3851-422f-90a6-269ffad76409 succeeded + +STEP: deleting the pod 09/16/22 20:22:41.276 +STEP: changing the externalName to bar.example.com 09/16/22 20:22:41.284 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:41.29 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:41.29 +STEP: creating a second pod to probe DNS 09/16/22 20:22:41.29 +STEP: submitting the pod to kubernetes 09/16/22 20:22:41.29 +Sep 16 20:22:41.294: INFO: Waiting up to 15m0s for pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe" in namespace "dns-3229" to be "running" +Sep 16 20:22:41.311: INFO: Pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe": Phase="Pending", Reason="", readiness=false. Elapsed: 16.770295ms +Sep 16 20:22:43.317: INFO: Pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe": Phase="Running", Reason="", readiness=true. Elapsed: 2.022171513s +Sep 16 20:22:43.317: INFO: Pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe" satisfied condition "running" +STEP: retrieving the pod 09/16/22 20:22:43.317 +STEP: looking for the results for each expected name from probers 09/16/22 20:22:43.319 +Sep 16 20:22:43.328: INFO: File wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local from pod dns-3229/dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 16 20:22:43.333: INFO: File jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local from pod dns-3229/dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 16 20:22:43.333: INFO: Lookups using dns-3229/dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe failed for: [wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local] + +Sep 16 20:22:48.340: INFO: DNS probes using dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe succeeded + +STEP: deleting the pod 09/16/22 20:22:48.34 +STEP: changing the service to type=ClusterIP 09/16/22 20:22:48.353 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:48.37 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:48.37 +STEP: creating a third pod to probe DNS 09/16/22 20:22:48.371 +STEP: submitting the pod to kubernetes 09/16/22 20:22:48.396 +Sep 16 20:22:48.405: INFO: Waiting up to 15m0s for pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d" in namespace "dns-3229" to be "running" +Sep 16 20:22:48.412: INFO: Pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d": Phase="Pending", Reason="", readiness=false. Elapsed: 7.632686ms +Sep 16 20:22:50.416: INFO: Pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d": Phase="Running", Reason="", readiness=true. Elapsed: 2.011056351s +Sep 16 20:22:50.416: INFO: Pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d" satisfied condition "running" +STEP: retrieving the pod 09/16/22 20:22:50.416 +STEP: looking for the results for each expected name from probers 09/16/22 20:22:50.418 +Sep 16 20:22:50.427: INFO: DNS probes using dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d succeeded + +STEP: deleting the pod 09/16/22 20:22:50.427 +STEP: deleting the test externalName service 09/16/22 20:22:50.436 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 20:22:50.466: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-3229" for this suite. 09/16/22 20:22:50.47 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should provide DNS for ExternalName services [Conformance]","completed":280,"skipped":5243,"failed":0} +------------------------------ +• [SLOW TEST] [11.288 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:39.186 + Sep 16 20:22:39.186: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 20:22:39.187 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:39.213 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:39.224 + [It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 + STEP: Creating a test externalName service 09/16/22 20:22:39.228 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:39.236 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:39.236 + STEP: creating a pod to probe DNS 09/16/22 20:22:39.236 + STEP: submitting the pod to kubernetes 09/16/22 20:22:39.236 + Sep 16 20:22:39.246: INFO: Waiting up to 15m0s for pod "dns-test-283b274a-3851-422f-90a6-269ffad76409" in namespace "dns-3229" to be "running" + Sep 16 20:22:39.261: INFO: Pod "dns-test-283b274a-3851-422f-90a6-269ffad76409": Phase="Pending", Reason="", readiness=false. Elapsed: 15.619087ms + Sep 16 20:22:41.265: INFO: Pod "dns-test-283b274a-3851-422f-90a6-269ffad76409": Phase="Running", Reason="", readiness=true. Elapsed: 2.01895894s + Sep 16 20:22:41.265: INFO: Pod "dns-test-283b274a-3851-422f-90a6-269ffad76409" satisfied condition "running" + STEP: retrieving the pod 09/16/22 20:22:41.265 + STEP: looking for the results for each expected name from probers 09/16/22 20:22:41.267 + Sep 16 20:22:41.276: INFO: DNS probes using dns-test-283b274a-3851-422f-90a6-269ffad76409 succeeded + + STEP: deleting the pod 09/16/22 20:22:41.276 + STEP: changing the externalName to bar.example.com 09/16/22 20:22:41.284 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:41.29 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:41.29 + STEP: creating a second pod to probe DNS 09/16/22 20:22:41.29 + STEP: submitting the pod to kubernetes 09/16/22 20:22:41.29 + Sep 16 20:22:41.294: INFO: Waiting up to 15m0s for pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe" in namespace "dns-3229" to be "running" + Sep 16 20:22:41.311: INFO: Pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe": Phase="Pending", Reason="", readiness=false. Elapsed: 16.770295ms + Sep 16 20:22:43.317: INFO: Pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe": Phase="Running", Reason="", readiness=true. Elapsed: 2.022171513s + Sep 16 20:22:43.317: INFO: Pod "dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe" satisfied condition "running" + STEP: retrieving the pod 09/16/22 20:22:43.317 + STEP: looking for the results for each expected name from probers 09/16/22 20:22:43.319 + Sep 16 20:22:43.328: INFO: File wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local from pod dns-3229/dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 16 20:22:43.333: INFO: File jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local from pod dns-3229/dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 16 20:22:43.333: INFO: Lookups using dns-3229/dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe failed for: [wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local] + + Sep 16 20:22:48.340: INFO: DNS probes using dns-test-ecd61c61-0568-459c-a645-2b04b51ac9fe succeeded + + STEP: deleting the pod 09/16/22 20:22:48.34 + STEP: changing the service to type=ClusterIP 09/16/22 20:22:48.353 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:48.37 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3229.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-3229.svc.cluster.local; sleep 1; done + 09/16/22 20:22:48.37 + STEP: creating a third pod to probe DNS 09/16/22 20:22:48.371 + STEP: submitting the pod to kubernetes 09/16/22 20:22:48.396 + Sep 16 20:22:48.405: INFO: Waiting up to 15m0s for pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d" in namespace "dns-3229" to be "running" + Sep 16 20:22:48.412: INFO: Pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d": Phase="Pending", Reason="", readiness=false. Elapsed: 7.632686ms + Sep 16 20:22:50.416: INFO: Pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d": Phase="Running", Reason="", readiness=true. Elapsed: 2.011056351s + Sep 16 20:22:50.416: INFO: Pod "dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d" satisfied condition "running" + STEP: retrieving the pod 09/16/22 20:22:50.416 + STEP: looking for the results for each expected name from probers 09/16/22 20:22:50.418 + Sep 16 20:22:50.427: INFO: DNS probes using dns-test-90a8cad3-3005-4dcf-8462-d16bd1906b3d succeeded + + STEP: deleting the pod 09/16/22 20:22:50.427 + STEP: deleting the test externalName service 09/16/22 20:22:50.436 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 20:22:50.466: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-3229" for this suite. 09/16/22 20:22:50.47 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:50.48 +Sep 16 20:22:50.481: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:22:50.482 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:50.494 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:50.497 +[It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 +STEP: Creating a pod to test emptydir 0644 on tmpfs 09/16/22 20:22:50.5 +Sep 16 20:22:50.504: INFO: Waiting up to 5m0s for pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82" in namespace "emptydir-1296" to be "Succeeded or Failed" +Sep 16 20:22:50.509: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Pending", Reason="", readiness=false. Elapsed: 4.379112ms +Sep 16 20:22:52.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007220789s +Sep 16 20:22:54.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Pending", Reason="", readiness=false. Elapsed: 4.0072506s +Sep 16 20:22:56.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.007242677s +STEP: Saw pod success 09/16/22 20:22:56.512 +Sep 16 20:22:56.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82" satisfied condition "Succeeded or Failed" +Sep 16 20:22:56.515: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-a710f24f-277d-49b1-a74d-3097e3328d82 container test-container: +STEP: delete the pod 09/16/22 20:22:56.52 +Sep 16 20:22:56.527: INFO: Waiting for pod pod-a710f24f-277d-49b1-a74d-3097e3328d82 to disappear +Sep 16 20:22:56.530: INFO: Pod pod-a710f24f-277d-49b1-a74d-3097e3328d82 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:22:56.530: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1296" for this suite. 09/16/22 20:22:56.535 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":281,"skipped":5294,"failed":0} +------------------------------ +• [SLOW TEST] [6.059 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:50.48 + Sep 16 20:22:50.481: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:22:50.482 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:50.494 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:50.497 + [It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 + STEP: Creating a pod to test emptydir 0644 on tmpfs 09/16/22 20:22:50.5 + Sep 16 20:22:50.504: INFO: Waiting up to 5m0s for pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82" in namespace "emptydir-1296" to be "Succeeded or Failed" + Sep 16 20:22:50.509: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Pending", Reason="", readiness=false. Elapsed: 4.379112ms + Sep 16 20:22:52.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007220789s + Sep 16 20:22:54.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Pending", Reason="", readiness=false. Elapsed: 4.0072506s + Sep 16 20:22:56.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.007242677s + STEP: Saw pod success 09/16/22 20:22:56.512 + Sep 16 20:22:56.512: INFO: Pod "pod-a710f24f-277d-49b1-a74d-3097e3328d82" satisfied condition "Succeeded or Failed" + Sep 16 20:22:56.515: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-a710f24f-277d-49b1-a74d-3097e3328d82 container test-container: + STEP: delete the pod 09/16/22 20:22:56.52 + Sep 16 20:22:56.527: INFO: Waiting for pod pod-a710f24f-277d-49b1-a74d-3097e3328d82 to disappear + Sep 16 20:22:56.530: INFO: Pod pod-a710f24f-277d-49b1-a74d-3097e3328d82 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:22:56.530: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1296" for this suite. 09/16/22 20:22:56.535 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:22:56.553 +Sep 16 20:22:56.553: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:22:56.554 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:56.57 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:56.575 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 +STEP: Creating the pod 09/16/22 20:22:56.578 +Sep 16 20:22:56.589: INFO: Waiting up to 5m0s for pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63" in namespace "projected-1765" to be "running and ready" +Sep 16 20:22:56.593: INFO: Pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63": Phase="Pending", Reason="", readiness=false. Elapsed: 4.830619ms +Sep 16 20:22:56.593: INFO: The phase of Pod annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:22:58.600: INFO: Pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63": Phase="Running", Reason="", readiness=true. Elapsed: 2.01165002s +Sep 16 20:22:58.600: INFO: The phase of Pod annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63 is Running (Ready = true) +Sep 16 20:22:58.600: INFO: Pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63" satisfied condition "running and ready" +Sep 16 20:22:59.127: INFO: Successfully updated pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 20:23:01.143: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1765" for this suite. 09/16/22 20:23:01.147 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]","completed":282,"skipped":5321,"failed":0} +------------------------------ +• [4.600 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:22:56.553 + Sep 16 20:22:56.553: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:22:56.554 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:22:56.57 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:22:56.575 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 + STEP: Creating the pod 09/16/22 20:22:56.578 + Sep 16 20:22:56.589: INFO: Waiting up to 5m0s for pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63" in namespace "projected-1765" to be "running and ready" + Sep 16 20:22:56.593: INFO: Pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63": Phase="Pending", Reason="", readiness=false. Elapsed: 4.830619ms + Sep 16 20:22:56.593: INFO: The phase of Pod annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:22:58.600: INFO: Pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63": Phase="Running", Reason="", readiness=true. Elapsed: 2.01165002s + Sep 16 20:22:58.600: INFO: The phase of Pod annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63 is Running (Ready = true) + Sep 16 20:22:58.600: INFO: Pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63" satisfied condition "running and ready" + Sep 16 20:22:59.127: INFO: Successfully updated pod "annotationupdate40a6df4b-a37a-4935-ac90-93f979132f63" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 20:23:01.143: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1765" for this suite. 09/16/22 20:23:01.147 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Deployment + should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:23:01.154 +Sep 16 20:23:01.154: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 20:23:01.155 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:23:01.171 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:23:01.177 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 +STEP: creating a Deployment 09/16/22 20:23:01.189 +STEP: waiting for Deployment to be created 09/16/22 20:23:01.194 +STEP: waiting for all Replicas to be Ready 09/16/22 20:23:01.197 +Sep 16 20:23:01.201: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.201: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.206: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.206: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.226: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.226: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.339: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:01.340: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 16 20:23:02.355: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Sep 16 20:23:02.355: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Sep 16 20:23:03.283: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment-static:true] +STEP: patching the Deployment 09/16/22 20:23:03.283 +W0916 20:23:03.295719 19 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Sep 16 20:23:03.297: INFO: observed event type ADDED +STEP: waiting for Replicas to scale 09/16/22 20:23:03.297 +Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.310: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.310: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.330: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.330: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:03.345: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:03.345: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:03.346: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:03.346: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:04.169: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:04.170: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:04.204: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +STEP: listing Deployments 09/16/22 20:23:04.204 +Sep 16 20:23:04.209: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] +STEP: updating the Deployment 09/16/22 20:23:04.209 +Sep 16 20:23:04.221: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +STEP: fetching the DeploymentStatus 09/16/22 20:23:04.221 +Sep 16 20:23:04.232: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:04.233: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:04.271: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:04.305: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:04.314: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:04.978: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:05.179: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:05.194: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:05.246: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 16 20:23:05.987: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] +STEP: patching the DeploymentStatus 09/16/22 20:23:06.019 +STEP: fetching the DeploymentStatus 09/16/22 20:23:06.027 +Sep 16 20:23:06.031: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:06.031: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 +Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 +STEP: deleting the Deployment 09/16/22 20:23:06.032 +Sep 16 20:23:06.039: INFO: observed event type MODIFIED +Sep 16 20:23:06.039: INFO: observed event type MODIFIED +Sep 16 20:23:06.039: INFO: observed event type MODIFIED +Sep 16 20:23:06.039: INFO: observed event type MODIFIED +Sep 16 20:23:06.039: INFO: observed event type MODIFIED +Sep 16 20:23:06.039: INFO: observed event type MODIFIED +Sep 16 20:23:06.040: INFO: observed event type MODIFIED +Sep 16 20:23:06.040: INFO: observed event type MODIFIED +Sep 16 20:23:06.040: INFO: observed event type MODIFIED +Sep 16 20:23:06.040: INFO: observed event type MODIFIED +Sep 16 20:23:06.040: INFO: observed event type MODIFIED +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 20:23:06.043: INFO: Log out all the ReplicaSets if there is no deployment created +Sep 16 20:23:06.063: INFO: ReplicaSet "test-deployment-54cc775c4b": +&ReplicaSet{ObjectMeta:{test-deployment-54cc775c4b deployment-4425 f7f0082e-8c85-45d0-9fd0-531ef7983509 33823 4 2022-09-16 20:23:03 +0000 UTC map[pod-template-hash:54cc775c4b test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-deployment b7ba6330-937a-45a2-bb53-764da1b752f7 0xc0043549d7 0xc0043549d8}] [] [{k3s Update apps/v1 2022-09-16 20:23:05 +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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b7ba6330-937a-45a2-bb53-764da1b752f7\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {k3s Update apps/v1 2022-09-16 20:23:06 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 54cc775c4b,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/pause:3.8 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004354a70 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:4,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + +Sep 16 20:23:06.072: INFO: pod: "test-deployment-54cc775c4b-ztbr4": +&Pod{ObjectMeta:{test-deployment-54cc775c4b-ztbr4 test-deployment-54cc775c4b- deployment-4425 97a82211-28f5-4d26-ab4e-8e9ff34bf9f5 33791 0 2022-09-16 20:23:03 +0000 UTC 2022-09-16 20:23:06 +0000 UTC 0xc004354ed8 map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-54cc775c4b f7f0082e-8c85-45d0-9fd0-531ef7983509 0xc004354f07 0xc004354f08}] [] [{k3s Update v1 2022-09-16 20:23:03 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f7f0082e-8c85-45d0-9fd0-531ef7983509\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:04 +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.42.1.152\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-z9g2r,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-z9g2r,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:03 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:03 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.152,StartTime:2022-09-16 20:23:03 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:03 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/pause:3.8,ImageID:registry.k8s.io/pause@sha256:9001185023633d17a2f98ff69b6ff2615b8ea02a825adffa40422f51dfdcde9d,ContainerID:containerd://ef69461ba69cd35baafbde17db8fac7b3f6ddbc8a8e69f5a7c2267411310659c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.152,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 16 20:23:06.072: INFO: pod: "test-deployment-54cc775c4b-zv8qq": +&Pod{ObjectMeta:{test-deployment-54cc775c4b-zv8qq test-deployment-54cc775c4b- deployment-4425 85a7c60f-43c6-41e0-b904-e2c71f84235d 33820 0 2022-09-16 20:23:04 +0000 UTC 2022-09-16 20:23:06 +0000 UTC 0xc0043550d0 map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-54cc775c4b f7f0082e-8c85-45d0-9fd0-531ef7983509 0xc004355107 0xc004355108}] [] [{k3s Update v1 2022-09-16 20:23:04 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f7f0082e-8c85-45d0-9fd0-531ef7983509\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:04 +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.42.0.33\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-2zpzz,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-2zpzz,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.33,StartTime:2022-09-16 20:23:04 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/pause:3.8,ImageID:registry.k8s.io/pause@sha256:9001185023633d17a2f98ff69b6ff2615b8ea02a825adffa40422f51dfdcde9d,ContainerID:containerd://ce2c52fd87a97bb5d578a64a2759a97fc94f06983c8d3fb9a3118cba83f64d14,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.33,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 16 20:23:06.072: INFO: ReplicaSet "test-deployment-7c7d8d58c8": +&ReplicaSet{ObjectMeta:{test-deployment-7c7d8d58c8 deployment-4425 325267d7-14dc-4c53-a8c2-89d6d3e9dcac 33816 2 2022-09-16 20:23:04 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:3] [{apps/v1 Deployment test-deployment b7ba6330-937a-45a2-bb53-764da1b752f7 0xc004354ae7 0xc004354ae8}] [] [{k3s Update apps/v1 2022-09-16 20:23:05 +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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b7ba6330-937a-45a2-bb53-764da1b752f7\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {k3s Update apps/v1 2022-09-16 20:23:05 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 7c7d8d58c8,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc004354b80 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:2,AvailableReplicas:2,Conditions:[]ReplicaSetCondition{},},} + +Sep 16 20:23:06.077: INFO: pod: "test-deployment-7c7d8d58c8-mwwg5": +&Pod{ObjectMeta:{test-deployment-7c7d8d58c8-mwwg5 test-deployment-7c7d8d58c8- deployment-4425 3c487ece-bfdd-4f42-a2b6-23525ac21f50 33815 0 2022-09-16 20:23:05 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 325267d7-14dc-4c53-a8c2-89d6d3e9dcac 0xc004381fa7 0xc004381fa8}] [] [{k3s Update v1 2022-09-16 20:23:05 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"325267d7-14dc-4c53-a8c2-89d6d3e9dcac\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:05 +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.42.0.34\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-g5ch2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-g5ch2,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.34,StartTime:2022-09-16 20:23:05 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:05 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://1052bd291d4c97f3db33ab5b875d92f1a2897427db1174541cd087e791bd8e70,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.34,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 16 20:23:06.077: INFO: pod: "test-deployment-7c7d8d58c8-szh74": +&Pod{ObjectMeta:{test-deployment-7c7d8d58c8-szh74 test-deployment-7c7d8d58c8- deployment-4425 044a1e0d-39e9-4a7e-b669-683cbad48c63 33784 0 2022-09-16 20:23:04 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 325267d7-14dc-4c53-a8c2-89d6d3e9dcac 0xc0044101b7 0xc0044101b8}] [] [{k3s Update v1 2022-09-16 20:23:04 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"325267d7-14dc-4c53-a8c2-89d6d3e9dcac\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:05 +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.42.1.153\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-kkj4z,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-kkj4z,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.153,StartTime:2022-09-16 20:23:04 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://d5b5565c4fabcc2fc785cdf88caddeee744961aed1ffb5c5c9772514543df5e7,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.153,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 16 20:23:06.078: INFO: ReplicaSet "test-deployment-8594bb6fdd": +&ReplicaSet{ObjectMeta:{test-deployment-8594bb6fdd deployment-4425 da6240d3-1da9-4242-99ec-a8b943d587b0 33746 3 2022-09-16 20:23:01 +0000 UTC map[pod-template-hash:8594bb6fdd test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment b7ba6330-937a-45a2-bb53-764da1b752f7 0xc004354be7 0xc004354be8}] [] [{k3s Update apps/v1 2022-09-16 20:23:04 +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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b7ba6330-937a-45a2-bb53-764da1b752f7\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {k3s Update apps/v1 2022-09-16 20:23:04 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 8594bb6fdd,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:8594bb6fdd test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004354c80 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 20:23:06.080: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-4425" for this suite. 09/16/22 20:23:06.083 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment should run the lifecycle of a Deployment [Conformance]","completed":283,"skipped":5322,"failed":0} +------------------------------ +• [4.938 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:23:01.154 + Sep 16 20:23:01.154: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 20:23:01.155 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:23:01.171 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:23:01.177 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 + STEP: creating a Deployment 09/16/22 20:23:01.189 + STEP: waiting for Deployment to be created 09/16/22 20:23:01.194 + STEP: waiting for all Replicas to be Ready 09/16/22 20:23:01.197 + Sep 16 20:23:01.201: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.201: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.206: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.206: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.226: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.226: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.339: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:01.340: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 16 20:23:02.355: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Sep 16 20:23:02.355: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Sep 16 20:23:03.283: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment-static:true] + STEP: patching the Deployment 09/16/22 20:23:03.283 + W0916 20:23:03.295719 19 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Sep 16 20:23:03.297: INFO: observed event type ADDED + STEP: waiting for Replicas to scale 09/16/22 20:23:03.297 + Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.299: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 0 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.300: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.310: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.310: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.330: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.330: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:03.345: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:03.345: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:03.346: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:03.346: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:04.169: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:04.170: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:04.204: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + STEP: listing Deployments 09/16/22 20:23:04.204 + Sep 16 20:23:04.209: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] + STEP: updating the Deployment 09/16/22 20:23:04.209 + Sep 16 20:23:04.221: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + STEP: fetching the DeploymentStatus 09/16/22 20:23:04.221 + Sep 16 20:23:04.232: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:04.233: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:04.271: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:04.305: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:04.314: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:04.978: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:05.179: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:05.194: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:05.246: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 16 20:23:05.987: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] + STEP: patching the DeploymentStatus 09/16/22 20:23:06.019 + STEP: fetching the DeploymentStatus 09/16/22 20:23:06.027 + Sep 16 20:23:06.031: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:06.031: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 1 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 2 + Sep 16 20:23:06.032: INFO: observed Deployment test-deployment in namespace deployment-4425 with ReadyReplicas 3 + STEP: deleting the Deployment 09/16/22 20:23:06.032 + Sep 16 20:23:06.039: INFO: observed event type MODIFIED + Sep 16 20:23:06.039: INFO: observed event type MODIFIED + Sep 16 20:23:06.039: INFO: observed event type MODIFIED + Sep 16 20:23:06.039: INFO: observed event type MODIFIED + Sep 16 20:23:06.039: INFO: observed event type MODIFIED + Sep 16 20:23:06.039: INFO: observed event type MODIFIED + Sep 16 20:23:06.040: INFO: observed event type MODIFIED + Sep 16 20:23:06.040: INFO: observed event type MODIFIED + Sep 16 20:23:06.040: INFO: observed event type MODIFIED + Sep 16 20:23:06.040: INFO: observed event type MODIFIED + Sep 16 20:23:06.040: INFO: observed event type MODIFIED + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 20:23:06.043: INFO: Log out all the ReplicaSets if there is no deployment created + Sep 16 20:23:06.063: INFO: ReplicaSet "test-deployment-54cc775c4b": + &ReplicaSet{ObjectMeta:{test-deployment-54cc775c4b deployment-4425 f7f0082e-8c85-45d0-9fd0-531ef7983509 33823 4 2022-09-16 20:23:03 +0000 UTC map[pod-template-hash:54cc775c4b test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-deployment b7ba6330-937a-45a2-bb53-764da1b752f7 0xc0043549d7 0xc0043549d8}] [] [{k3s Update apps/v1 2022-09-16 20:23:05 +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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b7ba6330-937a-45a2-bb53-764da1b752f7\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {k3s Update apps/v1 2022-09-16 20:23:06 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 54cc775c4b,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/pause:3.8 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004354a70 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:4,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + + Sep 16 20:23:06.072: INFO: pod: "test-deployment-54cc775c4b-ztbr4": + &Pod{ObjectMeta:{test-deployment-54cc775c4b-ztbr4 test-deployment-54cc775c4b- deployment-4425 97a82211-28f5-4d26-ab4e-8e9ff34bf9f5 33791 0 2022-09-16 20:23:03 +0000 UTC 2022-09-16 20:23:06 +0000 UTC 0xc004354ed8 map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-54cc775c4b f7f0082e-8c85-45d0-9fd0-531ef7983509 0xc004354f07 0xc004354f08}] [] [{k3s Update v1 2022-09-16 20:23:03 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f7f0082e-8c85-45d0-9fd0-531ef7983509\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:04 +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.42.1.152\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-z9g2r,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-z9g2r,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:03 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:03 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.152,StartTime:2022-09-16 20:23:03 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:03 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/pause:3.8,ImageID:registry.k8s.io/pause@sha256:9001185023633d17a2f98ff69b6ff2615b8ea02a825adffa40422f51dfdcde9d,ContainerID:containerd://ef69461ba69cd35baafbde17db8fac7b3f6ddbc8a8e69f5a7c2267411310659c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.152,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 16 20:23:06.072: INFO: pod: "test-deployment-54cc775c4b-zv8qq": + &Pod{ObjectMeta:{test-deployment-54cc775c4b-zv8qq test-deployment-54cc775c4b- deployment-4425 85a7c60f-43c6-41e0-b904-e2c71f84235d 33820 0 2022-09-16 20:23:04 +0000 UTC 2022-09-16 20:23:06 +0000 UTC 0xc0043550d0 map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-54cc775c4b f7f0082e-8c85-45d0-9fd0-531ef7983509 0xc004355107 0xc004355108}] [] [{k3s Update v1 2022-09-16 20:23:04 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"f7f0082e-8c85-45d0-9fd0-531ef7983509\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:04 +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.42.0.33\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-2zpzz,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-2zpzz,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.33,StartTime:2022-09-16 20:23:04 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/pause:3.8,ImageID:registry.k8s.io/pause@sha256:9001185023633d17a2f98ff69b6ff2615b8ea02a825adffa40422f51dfdcde9d,ContainerID:containerd://ce2c52fd87a97bb5d578a64a2759a97fc94f06983c8d3fb9a3118cba83f64d14,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.33,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 16 20:23:06.072: INFO: ReplicaSet "test-deployment-7c7d8d58c8": + &ReplicaSet{ObjectMeta:{test-deployment-7c7d8d58c8 deployment-4425 325267d7-14dc-4c53-a8c2-89d6d3e9dcac 33816 2 2022-09-16 20:23:04 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:3] [{apps/v1 Deployment test-deployment b7ba6330-937a-45a2-bb53-764da1b752f7 0xc004354ae7 0xc004354ae8}] [] [{k3s Update apps/v1 2022-09-16 20:23:05 +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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b7ba6330-937a-45a2-bb53-764da1b752f7\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {k3s Update apps/v1 2022-09-16 20:23:05 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 7c7d8d58c8,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc004354b80 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:2,AvailableReplicas:2,Conditions:[]ReplicaSetCondition{},},} + + Sep 16 20:23:06.077: INFO: pod: "test-deployment-7c7d8d58c8-mwwg5": + &Pod{ObjectMeta:{test-deployment-7c7d8d58c8-mwwg5 test-deployment-7c7d8d58c8- deployment-4425 3c487ece-bfdd-4f42-a2b6-23525ac21f50 33815 0 2022-09-16 20:23:05 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 325267d7-14dc-4c53-a8c2-89d6d3e9dcac 0xc004381fa7 0xc004381fa8}] [] [{k3s Update v1 2022-09-16 20:23:05 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"325267d7-14dc-4c53-a8c2-89d6d3e9dcac\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:05 +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.42.0.34\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-g5ch2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-g5ch2,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:10.42.0.34,StartTime:2022-09-16 20:23:05 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:05 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://1052bd291d4c97f3db33ab5b875d92f1a2897427db1174541cd087e791bd8e70,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.0.34,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 16 20:23:06.077: INFO: pod: "test-deployment-7c7d8d58c8-szh74": + &Pod{ObjectMeta:{test-deployment-7c7d8d58c8-szh74 test-deployment-7c7d8d58c8- deployment-4425 044a1e0d-39e9-4a7e-b669-683cbad48c63 33784 0 2022-09-16 20:23:04 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 325267d7-14dc-4c53-a8c2-89d6d3e9dcac 0xc0044101b7 0xc0044101b8}] [] [{k3s Update v1 2022-09-16 20:23:04 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"325267d7-14dc-4c53-a8c2-89d6d3e9dcac\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"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":{}}} } {k3s Update v1 2022-09-16 20:23:05 +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.42.1.153\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-kkj4z,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-kkj4z,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:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:23:04 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.153,StartTime:2022-09-16 20:23:04 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:23:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://d5b5565c4fabcc2fc785cdf88caddeee744961aed1ffb5c5c9772514543df5e7,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.153,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 16 20:23:06.078: INFO: ReplicaSet "test-deployment-8594bb6fdd": + &ReplicaSet{ObjectMeta:{test-deployment-8594bb6fdd deployment-4425 da6240d3-1da9-4242-99ec-a8b943d587b0 33746 3 2022-09-16 20:23:01 +0000 UTC map[pod-template-hash:8594bb6fdd test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment b7ba6330-937a-45a2-bb53-764da1b752f7 0xc004354be7 0xc004354be8}] [] [{k3s Update apps/v1 2022-09-16 20:23:04 +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:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"b7ba6330-937a-45a2-bb53-764da1b752f7\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {k3s Update apps/v1 2022-09-16 20:23:04 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 8594bb6fdd,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:8594bb6fdd test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc004354c80 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 20:23:06.080: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-4425" for this suite. 09/16/22 20:23:06.083 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:340 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:23:06.093 +Sep 16 20:23:06.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:23:06.094 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:23:06.105 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:23:06.108 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:23:06.122 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:23:06.743 +STEP: Deploying the webhook pod 09/16/22 20:23:06.748 +STEP: Wait for the deployment to be ready 09/16/22 20:23:06.756 +Sep 16 20:23:06.768: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:23:08.775 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:23:08.791 +Sep 16 20:23:09.791: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:340 +Sep 16 20:23:10.003: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-7045-crds.webhook.example.com via the AdmissionRegistration API 09/16/22 20:23:10.513 +STEP: Creating a custom resource that should be mutated by the webhook 09/16/22 20:23:10.53 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:23:13.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-176" for this suite. 09/16/22 20:23:13.108 +STEP: Destroying namespace "webhook-176-markers" for this suite. 09/16/22 20:23:13.113 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]","completed":284,"skipped":5322,"failed":0} +------------------------------ +• [SLOW TEST] [7.075 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:340 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:23:06.093 + Sep 16 20:23:06.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:23:06.094 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:23:06.105 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:23:06.108 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:23:06.122 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:23:06.743 + STEP: Deploying the webhook pod 09/16/22 20:23:06.748 + STEP: Wait for the deployment to be ready 09/16/22 20:23:06.756 + Sep 16 20:23:06.768: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:23:08.775 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:23:08.791 + Sep 16 20:23:09.791: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:340 + Sep 16 20:23:10.003: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-7045-crds.webhook.example.com via the AdmissionRegistration API 09/16/22 20:23:10.513 + STEP: Creating a custom resource that should be mutated by the webhook 09/16/22 20:23:10.53 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:23:13.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-176" for this suite. 09/16/22 20:23:13.108 + STEP: Destroying namespace "webhook-176-markers" for this suite. 09/16/22 20:23:13.113 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:23:13.17 +Sep 16 20:23:13.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 20:23:13.171 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:23:13.249 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:23:13.254 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 +STEP: Creating pod busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 in namespace container-probe-6435 09/16/22 20:23:13.258 +Sep 16 20:23:13.263: INFO: Waiting up to 5m0s for pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76" in namespace "container-probe-6435" to be "not pending" +Sep 16 20:23:13.267: INFO: Pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76": Phase="Pending", Reason="", readiness=false. Elapsed: 4.348851ms +Sep 16 20:23:15.271: INFO: Pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76": Phase="Running", Reason="", readiness=true. Elapsed: 2.00799396s +Sep 16 20:23:15.271: INFO: Pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76" satisfied condition "not pending" +Sep 16 20:23:15.271: INFO: Started pod busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 in namespace container-probe-6435 +STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:23:15.271 +Sep 16 20:23:15.274: INFO: Initial restart count of pod busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 is 0 +Sep 16 20:24:05.363: INFO: Restart count of pod container-probe-6435/busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 is now 1 (50.089346619s elapsed) +STEP: deleting the pod 09/16/22 20:24:05.363 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 20:24:05.372: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-6435" for this suite. 09/16/22 20:24:05.376 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container should be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","completed":285,"skipped":5324,"failed":0} +------------------------------ +• [SLOW TEST] [52.211 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:23:13.17 + Sep 16 20:23:13.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 20:23:13.171 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:23:13.249 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:23:13.254 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 + STEP: Creating pod busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 in namespace container-probe-6435 09/16/22 20:23:13.258 + Sep 16 20:23:13.263: INFO: Waiting up to 5m0s for pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76" in namespace "container-probe-6435" to be "not pending" + Sep 16 20:23:13.267: INFO: Pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76": Phase="Pending", Reason="", readiness=false. Elapsed: 4.348851ms + Sep 16 20:23:15.271: INFO: Pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76": Phase="Running", Reason="", readiness=true. Elapsed: 2.00799396s + Sep 16 20:23:15.271: INFO: Pod "busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76" satisfied condition "not pending" + Sep 16 20:23:15.271: INFO: Started pod busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 in namespace container-probe-6435 + STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:23:15.271 + Sep 16 20:23:15.274: INFO: Initial restart count of pod busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 is 0 + Sep 16 20:24:05.363: INFO: Restart count of pod container-probe-6435/busybox-b953244e-ab84-4e1c-871f-f4d91e4eba76 is now 1 (50.089346619s elapsed) + STEP: deleting the pod 09/16/22 20:24:05.363 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 20:24:05.372: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-6435" for this suite. 09/16/22 20:24:05.376 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:05.382 +Sep 16 20:24:05.382: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:24:05.383 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:05.395 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:05.4 +[It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 +STEP: Creating a pod to test emptydir 0777 on node default medium 09/16/22 20:24:05.404 +Sep 16 20:24:05.409: INFO: Waiting up to 5m0s for pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2" in namespace "emptydir-7553" to be "Succeeded or Failed" +Sep 16 20:24:05.411: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.098365ms +Sep 16 20:24:07.415: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005724464s +Sep 16 20:24:09.415: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00558411s +STEP: Saw pod success 09/16/22 20:24:09.415 +Sep 16 20:24:09.415: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2" satisfied condition "Succeeded or Failed" +Sep 16 20:24:09.417: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-0501a911-7067-4227-be9e-c464fd1f90e2 container test-container: +STEP: delete the pod 09/16/22 20:24:09.422 +Sep 16 20:24:09.429: INFO: Waiting for pod pod-0501a911-7067-4227-be9e-c464fd1f90e2 to disappear +Sep 16 20:24:09.432: INFO: Pod pod-0501a911-7067-4227-be9e-c464fd1f90e2 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:24:09.432: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7553" for this suite. 09/16/22 20:24:09.435 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":286,"skipped":5334,"failed":0} +------------------------------ +• [4.058 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:05.382 + Sep 16 20:24:05.382: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:24:05.383 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:05.395 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:05.4 + [It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 + STEP: Creating a pod to test emptydir 0777 on node default medium 09/16/22 20:24:05.404 + Sep 16 20:24:05.409: INFO: Waiting up to 5m0s for pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2" in namespace "emptydir-7553" to be "Succeeded or Failed" + Sep 16 20:24:05.411: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.098365ms + Sep 16 20:24:07.415: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005724464s + Sep 16 20:24:09.415: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00558411s + STEP: Saw pod success 09/16/22 20:24:09.415 + Sep 16 20:24:09.415: INFO: Pod "pod-0501a911-7067-4227-be9e-c464fd1f90e2" satisfied condition "Succeeded or Failed" + Sep 16 20:24:09.417: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-0501a911-7067-4227-be9e-c464fd1f90e2 container test-container: + STEP: delete the pod 09/16/22 20:24:09.422 + Sep 16 20:24:09.429: INFO: Waiting for pod pod-0501a911-7067-4227-be9e-c464fd1f90e2 to disappear + Sep 16 20:24:09.432: INFO: Pod pod-0501a911-7067-4227-be9e-c464fd1f90e2 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:24:09.432: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7553" for this suite. 09/16/22 20:24:09.435 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:326 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:09.445 +Sep 16 20:24:09.445: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-pred 09/16/22 20:24:09.446 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:09.462 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:09.465 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 16 20:24:09.470: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 16 20:24:09.476: INFO: Waiting for terminating namespaces to be deleted... +Sep 16 20:24:09.480: INFO: +Logging pods the apiserver thinks is on node ip-172-31-14-177 before test +Sep 16 20:24:09.484: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) +Sep 16 20:24:09.484: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.484: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:24:09.484: INFO: Container e2e ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:24:09.484: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: Container systemd-logs ready: true, restart count 0 +Sep 16 20:24:09.484: INFO: +Logging pods the apiserver thinks is on node ip-172-31-15-7 before test +Sep 16 20:24:09.489: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container coredns ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container helm ready: false, restart count 0 +Sep 16 20:24:09.489: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container helm ready: false, restart count 1 +Sep 16 20:24:09.489: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container local-path-provisioner ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container metrics-server ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container traefik ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:24:09.489: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:24:09.489: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:326 +STEP: verifying the node has the label node ip-172-31-14-177 09/16/22 20:24:09.507 +STEP: verifying the node has the label node ip-172-31-15-7 09/16/22 20:24:09.519 +Sep 16 20:24:09.532: INFO: Pod coredns-75fc8f8fff-lg7h2 requesting resource cpu=100m on Node ip-172-31-15-7 +Sep 16 20:24:09.532: INFO: Pod local-path-provisioner-5b5579c644-kl7rq requesting resource cpu=0m on Node ip-172-31-15-7 +Sep 16 20:24:09.532: INFO: Pod metrics-server-74474969b-tw68r requesting resource cpu=100m on Node ip-172-31-15-7 +Sep 16 20:24:09.532: INFO: Pod svclb-traefik-2a818804-l5vdd requesting resource cpu=0m on Node ip-172-31-14-177 +Sep 16 20:24:09.532: INFO: Pod svclb-traefik-2a818804-q8ckp requesting resource cpu=0m on Node ip-172-31-15-7 +Sep 16 20:24:09.532: INFO: Pod traefik-7d647b7597-7khqv requesting resource cpu=0m on Node ip-172-31-15-7 +Sep 16 20:24:09.532: INFO: Pod sonobuoy requesting resource cpu=0m on Node ip-172-31-14-177 +Sep 16 20:24:09.532: INFO: Pod sonobuoy-e2e-job-3fe23839449340dc requesting resource cpu=0m on Node ip-172-31-14-177 +Sep 16 20:24:09.532: INFO: Pod sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb requesting resource cpu=0m on Node ip-172-31-15-7 +Sep 16 20:24:09.532: INFO: Pod sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn requesting resource cpu=0m on Node ip-172-31-14-177 +STEP: Starting Pods to consume most of the cluster CPU. 09/16/22 20:24:09.532 +Sep 16 20:24:09.532: INFO: Creating a pod which consumes cpu=1260m on Node ip-172-31-15-7 +Sep 16 20:24:09.541: INFO: Creating a pod which consumes cpu=1400m on Node ip-172-31-14-177 +Sep 16 20:24:09.549: INFO: Waiting up to 5m0s for pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9" in namespace "sched-pred-2446" to be "running" +Sep 16 20:24:09.566: INFO: Pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9": Phase="Pending", Reason="", readiness=false. Elapsed: 16.264827ms +Sep 16 20:24:11.569: INFO: Pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9": Phase="Running", Reason="", readiness=true. Elapsed: 2.019262704s +Sep 16 20:24:11.569: INFO: Pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9" satisfied condition "running" +Sep 16 20:24:11.569: INFO: Waiting up to 5m0s for pod "filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127" in namespace "sched-pred-2446" to be "running" +Sep 16 20:24:11.571: INFO: Pod "filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127": Phase="Running", Reason="", readiness=true. Elapsed: 1.802569ms +Sep 16 20:24:11.571: INFO: Pod "filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127" satisfied condition "running" +STEP: Creating another pod that requires unavailable amount of CPU. 09/16/22 20:24:11.571 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f865ded740], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2446/filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9 to ip-172-31-15-7] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f885b12390], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f886f6038c], Reason = [Created], Message = [Created container filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f88cfde01b], Reason = [Started], Message = [Started container filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f8671c1efe], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2446/filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127 to ip-172-31-14-177] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f88323334d], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f8844352cb], Reason = [Created], Message = [Created container filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127] 09/16/22 20:24:11.574 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f889f384c2], Reason = [Started], Message = [Started container filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127] 09/16/22 20:24:11.575 +STEP: Considering event: +Type = [Warning], Name = [additional-pod.171570f8df0f0c5c], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.] 09/16/22 20:24:11.583 +STEP: removing the label node off the node ip-172-31-14-177 09/16/22 20:24:12.582 +STEP: verifying the node doesn't have the label node 09/16/22 20:24:12.591 +STEP: removing the label node off the node ip-172-31-15-7 09/16/22 20:24:12.594 +STEP: verifying the node doesn't have the label node 09/16/22 20:24:12.605 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:24:12.615: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-2446" for this suite. 09/16/22 20:24:12.633 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance]","completed":287,"skipped":5357,"failed":0} +------------------------------ +• [3.197 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:326 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:09.445 + Sep 16 20:24:09.445: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-pred 09/16/22 20:24:09.446 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:09.462 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:09.465 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 16 20:24:09.470: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 16 20:24:09.476: INFO: Waiting for terminating namespaces to be deleted... + Sep 16 20:24:09.480: INFO: + Logging pods the apiserver thinks is on node ip-172-31-14-177 before test + Sep 16 20:24:09.484: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) + Sep 16 20:24:09.484: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.484: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:24:09.484: INFO: Container e2e ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:24:09.484: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: Container systemd-logs ready: true, restart count 0 + Sep 16 20:24:09.484: INFO: + Logging pods the apiserver thinks is on node ip-172-31-15-7 before test + Sep 16 20:24:09.489: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container coredns ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container helm ready: false, restart count 0 + Sep 16 20:24:09.489: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container helm ready: false, restart count 1 + Sep 16 20:24:09.489: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container local-path-provisioner ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container metrics-server ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container traefik ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:24:09.489: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:24:09.489: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:326 + STEP: verifying the node has the label node ip-172-31-14-177 09/16/22 20:24:09.507 + STEP: verifying the node has the label node ip-172-31-15-7 09/16/22 20:24:09.519 + Sep 16 20:24:09.532: INFO: Pod coredns-75fc8f8fff-lg7h2 requesting resource cpu=100m on Node ip-172-31-15-7 + Sep 16 20:24:09.532: INFO: Pod local-path-provisioner-5b5579c644-kl7rq requesting resource cpu=0m on Node ip-172-31-15-7 + Sep 16 20:24:09.532: INFO: Pod metrics-server-74474969b-tw68r requesting resource cpu=100m on Node ip-172-31-15-7 + Sep 16 20:24:09.532: INFO: Pod svclb-traefik-2a818804-l5vdd requesting resource cpu=0m on Node ip-172-31-14-177 + Sep 16 20:24:09.532: INFO: Pod svclb-traefik-2a818804-q8ckp requesting resource cpu=0m on Node ip-172-31-15-7 + Sep 16 20:24:09.532: INFO: Pod traefik-7d647b7597-7khqv requesting resource cpu=0m on Node ip-172-31-15-7 + Sep 16 20:24:09.532: INFO: Pod sonobuoy requesting resource cpu=0m on Node ip-172-31-14-177 + Sep 16 20:24:09.532: INFO: Pod sonobuoy-e2e-job-3fe23839449340dc requesting resource cpu=0m on Node ip-172-31-14-177 + Sep 16 20:24:09.532: INFO: Pod sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb requesting resource cpu=0m on Node ip-172-31-15-7 + Sep 16 20:24:09.532: INFO: Pod sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn requesting resource cpu=0m on Node ip-172-31-14-177 + STEP: Starting Pods to consume most of the cluster CPU. 09/16/22 20:24:09.532 + Sep 16 20:24:09.532: INFO: Creating a pod which consumes cpu=1260m on Node ip-172-31-15-7 + Sep 16 20:24:09.541: INFO: Creating a pod which consumes cpu=1400m on Node ip-172-31-14-177 + Sep 16 20:24:09.549: INFO: Waiting up to 5m0s for pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9" in namespace "sched-pred-2446" to be "running" + Sep 16 20:24:09.566: INFO: Pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9": Phase="Pending", Reason="", readiness=false. Elapsed: 16.264827ms + Sep 16 20:24:11.569: INFO: Pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9": Phase="Running", Reason="", readiness=true. Elapsed: 2.019262704s + Sep 16 20:24:11.569: INFO: Pod "filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9" satisfied condition "running" + Sep 16 20:24:11.569: INFO: Waiting up to 5m0s for pod "filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127" in namespace "sched-pred-2446" to be "running" + Sep 16 20:24:11.571: INFO: Pod "filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127": Phase="Running", Reason="", readiness=true. Elapsed: 1.802569ms + Sep 16 20:24:11.571: INFO: Pod "filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127" satisfied condition "running" + STEP: Creating another pod that requires unavailable amount of CPU. 09/16/22 20:24:11.571 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f865ded740], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2446/filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9 to ip-172-31-15-7] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f885b12390], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f886f6038c], Reason = [Created], Message = [Created container filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9.171570f88cfde01b], Reason = [Started], Message = [Started container filler-pod-1ce0be00-ab54-4ca7-a907-075c337a39f9] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f8671c1efe], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2446/filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127 to ip-172-31-14-177] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f88323334d], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f8844352cb], Reason = [Created], Message = [Created container filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127] 09/16/22 20:24:11.574 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127.171570f889f384c2], Reason = [Started], Message = [Started container filler-pod-83ca0a82-e9c1-470a-9325-26e1fb231127] 09/16/22 20:24:11.575 + STEP: Considering event: + Type = [Warning], Name = [additional-pod.171570f8df0f0c5c], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.] 09/16/22 20:24:11.583 + STEP: removing the label node off the node ip-172-31-14-177 09/16/22 20:24:12.582 + STEP: verifying the node doesn't have the label node 09/16/22 20:24:12.591 + STEP: removing the label node off the node ip-172-31-15-7 09/16/22 20:24:12.594 + STEP: verifying the node doesn't have the label node 09/16/22 20:24:12.605 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:24:12.615: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-2446" for this suite. 09/16/22 20:24:12.633 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicationController + should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:82 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:12.647 +Sep 16 20:24:12.647: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replication-controller 09/16/22 20:24:12.648 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:12.662 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:12.666 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:82 +Sep 16 20:24:12.671: 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 09/16/22 20:24:12.683 +STEP: Checking rc "condition-test" has the desired failure condition set 09/16/22 20:24:12.687 +STEP: Scaling down rc "condition-test" to satisfy pod quota 09/16/22 20:24:13.696 +Sep 16 20:24:13.702: INFO: Updating replication controller "condition-test" +STEP: Checking rc "condition-test" has no failure condition set 09/16/22 20:24:13.702 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 16 20:24:13.706: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-3064" for this suite. 09/16/22 20:24:13.71 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance]","completed":288,"skipped":5385,"failed":0} +------------------------------ +• [1.067 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:82 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:12.647 + Sep 16 20:24:12.647: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replication-controller 09/16/22 20:24:12.648 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:12.662 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:12.666 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:82 + Sep 16 20:24:12.671: 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 09/16/22 20:24:12.683 + STEP: Checking rc "condition-test" has the desired failure condition set 09/16/22 20:24:12.687 + STEP: Scaling down rc "condition-test" to satisfy pod quota 09/16/22 20:24:13.696 + Sep 16 20:24:13.702: INFO: Updating replication controller "condition-test" + STEP: Checking rc "condition-test" has no failure condition set 09/16/22 20:24:13.702 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 16 20:24:13.706: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-3064" for this suite. 09/16/22 20:24:13.71 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] ConfigMap + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:13.717 +Sep 16 20:24:13.718: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 20:24:13.718 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:13.734 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:13.737 +[It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 +STEP: Creating configMap with name configmap-test-upd-875a545a-b487-48e4-acbe-e8854dfea295 09/16/22 20:24:13.742 +STEP: Creating the pod 09/16/22 20:24:13.746 +Sep 16 20:24:13.753: INFO: Waiting up to 5m0s for pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80" in namespace "configmap-5127" to be "running and ready" +Sep 16 20:24:13.762: INFO: Pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80": Phase="Pending", Reason="", readiness=false. Elapsed: 8.748563ms +Sep 16 20:24:13.762: INFO: The phase of Pod pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:24:15.765: INFO: Pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80": Phase="Running", Reason="", readiness=true. Elapsed: 2.011899074s +Sep 16 20:24:15.765: INFO: The phase of Pod pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80 is Running (Ready = true) +Sep 16 20:24:15.765: INFO: Pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80" satisfied condition "running and ready" +STEP: Updating configmap configmap-test-upd-875a545a-b487-48e4-acbe-e8854dfea295 09/16/22 20:24:15.772 +STEP: waiting to observe update in volume 09/16/22 20:24:15.775 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 20:24:19.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-5127" for this suite. 09/16/22 20:24:19.85 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]","completed":289,"skipped":5385,"failed":0} +------------------------------ +• [SLOW TEST] [6.136 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:13.717 + Sep 16 20:24:13.718: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 20:24:13.718 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:13.734 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:13.737 + [It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 + STEP: Creating configMap with name configmap-test-upd-875a545a-b487-48e4-acbe-e8854dfea295 09/16/22 20:24:13.742 + STEP: Creating the pod 09/16/22 20:24:13.746 + Sep 16 20:24:13.753: INFO: Waiting up to 5m0s for pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80" in namespace "configmap-5127" to be "running and ready" + Sep 16 20:24:13.762: INFO: Pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80": Phase="Pending", Reason="", readiness=false. Elapsed: 8.748563ms + Sep 16 20:24:13.762: INFO: The phase of Pod pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:24:15.765: INFO: Pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80": Phase="Running", Reason="", readiness=true. Elapsed: 2.011899074s + Sep 16 20:24:15.765: INFO: The phase of Pod pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80 is Running (Ready = true) + Sep 16 20:24:15.765: INFO: Pod "pod-configmaps-fb040ac4-86dd-40f7-b0ad-040b01c75e80" satisfied condition "running and ready" + STEP: Updating configmap configmap-test-upd-875a545a-b487-48e4-acbe-e8854dfea295 09/16/22 20:24:15.772 + STEP: waiting to observe update in volume 09/16/22 20:24:15.775 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 20:24:19.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-5127" for this suite. 09/16/22 20:24:19.85 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:19.855 +Sep 16 20:24:19.855: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 20:24:19.856 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:19.866 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:19.87 +[It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +STEP: Creating a test headless service 09/16/22 20:24:19.873 +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-5905.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-5905.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 09/16/22 20:24:19.888 +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-5905.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-5905.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 09/16/22 20:24:19.888 +STEP: creating a pod to probe DNS 09/16/22 20:24:19.888 +STEP: submitting the pod to kubernetes 09/16/22 20:24:19.889 +Sep 16 20:24:19.899: INFO: Waiting up to 15m0s for pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69" in namespace "dns-5905" to be "running" +Sep 16 20:24:19.906: INFO: Pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69": Phase="Pending", Reason="", readiness=false. Elapsed: 7.015835ms +Sep 16 20:24:21.909: INFO: Pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69": Phase="Running", Reason="", readiness=true. Elapsed: 2.009998164s +Sep 16 20:24:21.909: INFO: Pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69" satisfied condition "running" +STEP: retrieving the pod 09/16/22 20:24:21.909 +STEP: looking for the results for each expected name from probers 09/16/22 20:24:21.911 +Sep 16 20:24:21.924: INFO: DNS probes using dns-5905/dns-test-091c6abc-4aef-4381-af66-835041bf6e69 succeeded + +STEP: deleting the pod 09/16/22 20:24:21.924 +STEP: deleting the test headless service 09/16/22 20:24:21.939 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 20:24:21.953: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-5905" for this suite. 09/16/22 20:24:21.958 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Hostname [Conformance]","completed":290,"skipped":5398,"failed":0} +------------------------------ +• [2.110 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:19.855 + Sep 16 20:24:19.855: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 20:24:19.856 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:19.866 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:19.87 + [It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 + STEP: Creating a test headless service 09/16/22 20:24:19.873 + 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-5905.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-5905.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 09/16/22 20:24:19.888 + 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-5905.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-5905.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 09/16/22 20:24:19.888 + STEP: creating a pod to probe DNS 09/16/22 20:24:19.888 + STEP: submitting the pod to kubernetes 09/16/22 20:24:19.889 + Sep 16 20:24:19.899: INFO: Waiting up to 15m0s for pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69" in namespace "dns-5905" to be "running" + Sep 16 20:24:19.906: INFO: Pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69": Phase="Pending", Reason="", readiness=false. Elapsed: 7.015835ms + Sep 16 20:24:21.909: INFO: Pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69": Phase="Running", Reason="", readiness=true. Elapsed: 2.009998164s + Sep 16 20:24:21.909: INFO: Pod "dns-test-091c6abc-4aef-4381-af66-835041bf6e69" satisfied condition "running" + STEP: retrieving the pod 09/16/22 20:24:21.909 + STEP: looking for the results for each expected name from probers 09/16/22 20:24:21.911 + Sep 16 20:24:21.924: INFO: DNS probes using dns-5905/dns-test-091c6abc-4aef-4381-af66-835041bf6e69 succeeded + + STEP: deleting the pod 09/16/22 20:24:21.924 + STEP: deleting the test headless service 09/16/22 20:24:21.939 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 20:24:21.953: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-5905" for this suite. 09/16/22 20:24:21.958 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:21.97 +Sep 16 20:24:21.970: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:24:21.972 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:21.986 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:21.993 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 +STEP: Creating configMap with name cm-test-opt-del-749c0638-f88e-42e3-96c3-44ffacee80f5 09/16/22 20:24:22.002 +STEP: Creating configMap with name cm-test-opt-upd-fb86a16f-03a9-4ded-bf79-2d8b96328761 09/16/22 20:24:22.006 +STEP: Creating the pod 09/16/22 20:24:22.011 +Sep 16 20:24:22.020: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a" in namespace "projected-1273" to be "running and ready" +Sep 16 20:24:22.030: INFO: Pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a": Phase="Pending", Reason="", readiness=false. Elapsed: 10.222408ms +Sep 16 20:24:22.031: INFO: The phase of Pod pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:24:24.034: INFO: Pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a": Phase="Running", Reason="", readiness=true. Elapsed: 2.01398972s +Sep 16 20:24:24.034: INFO: The phase of Pod pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a is Running (Ready = true) +Sep 16 20:24:24.034: INFO: Pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-749c0638-f88e-42e3-96c3-44ffacee80f5 09/16/22 20:24:24.052 +STEP: Updating configmap cm-test-opt-upd-fb86a16f-03a9-4ded-bf79-2d8b96328761 09/16/22 20:24:24.056 +STEP: Creating configMap with name cm-test-opt-create-dfa13203-b22a-4614-bd98-6cbdda1e4c71 09/16/22 20:24:24.059 +STEP: waiting to observe update in volume 09/16/22 20:24:24.063 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 20:24:26.092: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1273" for this suite. 09/16/22 20:24:26.094 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":291,"skipped":5418,"failed":0} +------------------------------ +• [4.127 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:21.97 + Sep 16 20:24:21.970: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:24:21.972 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:21.986 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:21.993 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 + STEP: Creating configMap with name cm-test-opt-del-749c0638-f88e-42e3-96c3-44ffacee80f5 09/16/22 20:24:22.002 + STEP: Creating configMap with name cm-test-opt-upd-fb86a16f-03a9-4ded-bf79-2d8b96328761 09/16/22 20:24:22.006 + STEP: Creating the pod 09/16/22 20:24:22.011 + Sep 16 20:24:22.020: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a" in namespace "projected-1273" to be "running and ready" + Sep 16 20:24:22.030: INFO: Pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a": Phase="Pending", Reason="", readiness=false. Elapsed: 10.222408ms + Sep 16 20:24:22.031: INFO: The phase of Pod pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:24:24.034: INFO: Pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a": Phase="Running", Reason="", readiness=true. Elapsed: 2.01398972s + Sep 16 20:24:24.034: INFO: The phase of Pod pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a is Running (Ready = true) + Sep 16 20:24:24.034: INFO: Pod "pod-projected-configmaps-4b1846b5-e342-4d31-a83b-50db2651226a" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-749c0638-f88e-42e3-96c3-44ffacee80f5 09/16/22 20:24:24.052 + STEP: Updating configmap cm-test-opt-upd-fb86a16f-03a9-4ded-bf79-2d8b96328761 09/16/22 20:24:24.056 + STEP: Creating configMap with name cm-test-opt-create-dfa13203-b22a-4614-bd98-6cbdda1e4c71 09/16/22 20:24:24.059 + STEP: waiting to observe update in volume 09/16/22 20:24:24.063 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 20:24:26.092: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1273" for this suite. 09/16/22 20:24:26.094 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:26.1 +Sep 16 20:24:26.100: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 20:24:26.101 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:26.114 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:26.117 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 +Sep 16 20:24:26.120: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: creating the pod 09/16/22 20:24:26.12 +STEP: submitting the pod to kubernetes 09/16/22 20:24:26.12 +Sep 16 20:24:26.126: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9" in namespace "pods-8273" to be "running and ready" +Sep 16 20:24:26.134: INFO: Pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9": Phase="Pending", Reason="", readiness=false. Elapsed: 8.201034ms +Sep 16 20:24:26.135: INFO: The phase of Pod pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:24:28.138: INFO: Pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9": Phase="Running", Reason="", readiness=true. Elapsed: 2.011228653s +Sep 16 20:24:28.138: INFO: The phase of Pod pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9 is Running (Ready = true) +Sep 16 20:24:28.138: INFO: Pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 20:24:28.155: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-8273" for this suite. 09/16/22 20:24:28.158 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]","completed":292,"skipped":5446,"failed":0} +------------------------------ +• [2.061 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:26.1 + Sep 16 20:24:26.100: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 20:24:26.101 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:26.114 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:26.117 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 + Sep 16 20:24:26.120: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: creating the pod 09/16/22 20:24:26.12 + STEP: submitting the pod to kubernetes 09/16/22 20:24:26.12 + Sep 16 20:24:26.126: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9" in namespace "pods-8273" to be "running and ready" + Sep 16 20:24:26.134: INFO: Pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9": Phase="Pending", Reason="", readiness=false. Elapsed: 8.201034ms + Sep 16 20:24:26.135: INFO: The phase of Pod pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:24:28.138: INFO: Pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9": Phase="Running", Reason="", readiness=true. Elapsed: 2.011228653s + Sep 16 20:24:28.138: INFO: The phase of Pod pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9 is Running (Ready = true) + Sep 16 20:24:28.138: INFO: Pod "pod-logs-websocket-eab2765e-7ac3-4ca2-b2a0-d438efa02de9" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 20:24:28.155: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-8273" for this suite. 09/16/22 20:24:28.158 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl run pod + should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:28.164 +Sep 16 20:24:28.164: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:24:28.165 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:28.181 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:28.184 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1698 +[It] should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 20:24:28.187 +Sep 16 20:24:28.187: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3932 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2' +Sep 16 20:24:28.277: INFO: stderr: "" +Sep 16 20:24:28.277: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod was created 09/16/22 20:24:28.277 +[AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1702 +Sep 16 20:24:28.286: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3932 delete pods e2e-test-httpd-pod' +Sep 16 20:24:30.179: INFO: stderr: "" +Sep 16 20:24:30.179: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:24:30.179: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-3932" for this suite. 09/16/22 20:24:30.182 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never [Conformance]","completed":293,"skipped":5453,"failed":0} +------------------------------ +• [2.024 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl run pod + test/e2e/kubectl/kubectl.go:1695 + should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:28.164 + Sep 16 20:24:28.164: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:24:28.165 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:28.181 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:28.184 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1698 + [It] should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 20:24:28.187 + Sep 16 20:24:28.187: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3932 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2' + Sep 16 20:24:28.277: INFO: stderr: "" + Sep 16 20:24:28.277: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod was created 09/16/22 20:24:28.277 + [AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1702 + Sep 16 20:24:28.286: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-3932 delete pods e2e-test-httpd-pod' + Sep 16 20:24:30.179: INFO: stderr: "" + Sep 16 20:24:30.179: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:24:30.179: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-3932" for this suite. 09/16/22 20:24:30.182 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:30.189 +Sep 16 20:24:30.189: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:24:30.19 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:30.202 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:30.205 +[It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 +STEP: Creating a ResourceQuota 09/16/22 20:24:30.209 +STEP: Getting a ResourceQuota 09/16/22 20:24:30.213 +STEP: Updating a ResourceQuota 09/16/22 20:24:30.218 +STEP: Verifying a ResourceQuota was modified 09/16/22 20:24:30.224 +STEP: Deleting a ResourceQuota 09/16/22 20:24:30.228 +STEP: Verifying the deleted ResourceQuota 09/16/22 20:24:30.231 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:24:30.233: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-1721" for this suite. 09/16/22 20:24:30.237 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]","completed":294,"skipped":5474,"failed":0} +------------------------------ +• [0.053 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:30.189 + Sep 16 20:24:30.189: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:24:30.19 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:30.202 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:30.205 + [It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 + STEP: Creating a ResourceQuota 09/16/22 20:24:30.209 + STEP: Getting a ResourceQuota 09/16/22 20:24:30.213 + STEP: Updating a ResourceQuota 09/16/22 20:24:30.218 + STEP: Verifying a ResourceQuota was modified 09/16/22 20:24:30.224 + STEP: Deleting a ResourceQuota 09/16/22 20:24:30.228 + STEP: Verifying the deleted ResourceQuota 09/16/22 20:24:30.231 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:24:30.233: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-1721" for this suite. 09/16/22 20:24:30.237 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:30.244 +Sep 16 20:24:30.244: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:24:30.245 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:30.258 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:30.263 +[It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 +STEP: Creating a pod to test emptydir 0777 on node default medium 09/16/22 20:24:30.267 +Sep 16 20:24:30.276: INFO: Waiting up to 5m0s for pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656" in namespace "emptydir-3783" to be "Succeeded or Failed" +Sep 16 20:24:30.282: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656": Phase="Pending", Reason="", readiness=false. Elapsed: 6.435256ms +Sep 16 20:24:32.286: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010366008s +Sep 16 20:24:34.286: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010196024s +STEP: Saw pod success 09/16/22 20:24:34.286 +Sep 16 20:24:34.286: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656" satisfied condition "Succeeded or Failed" +Sep 16 20:24:34.289: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-6cdad051-36b3-44f7-b623-7ecb8be4e656 container test-container: +STEP: delete the pod 09/16/22 20:24:34.292 +Sep 16 20:24:34.299: INFO: Waiting for pod pod-6cdad051-36b3-44f7-b623-7ecb8be4e656 to disappear +Sep 16 20:24:34.303: INFO: Pod pod-6cdad051-36b3-44f7-b623-7ecb8be4e656 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:24:34.303: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-3783" for this suite. 09/16/22 20:24:34.307 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":295,"skipped":5499,"failed":0} +------------------------------ +• [4.069 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:30.244 + Sep 16 20:24:30.244: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:24:30.245 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:30.258 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:30.263 + [It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 + STEP: Creating a pod to test emptydir 0777 on node default medium 09/16/22 20:24:30.267 + Sep 16 20:24:30.276: INFO: Waiting up to 5m0s for pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656" in namespace "emptydir-3783" to be "Succeeded or Failed" + Sep 16 20:24:30.282: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656": Phase="Pending", Reason="", readiness=false. Elapsed: 6.435256ms + Sep 16 20:24:32.286: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010366008s + Sep 16 20:24:34.286: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010196024s + STEP: Saw pod success 09/16/22 20:24:34.286 + Sep 16 20:24:34.286: INFO: Pod "pod-6cdad051-36b3-44f7-b623-7ecb8be4e656" satisfied condition "Succeeded or Failed" + Sep 16 20:24:34.289: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-6cdad051-36b3-44f7-b623-7ecb8be4e656 container test-container: + STEP: delete the pod 09/16/22 20:24:34.292 + Sep 16 20:24:34.299: INFO: Waiting for pod pod-6cdad051-36b3-44f7-b623-7ecb8be4e656 to disappear + Sep 16 20:24:34.303: INFO: Pod pod-6cdad051-36b3-44f7-b623-7ecb8be4e656 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:24:34.303: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-3783" for this suite. 09/16/22 20:24:34.307 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected secret + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:34.315 +Sep 16 20:24:34.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:24:34.317 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:34.331 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:34.337 +[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 +STEP: Creating secret with name projected-secret-test-51db5966-c319-43cb-b428-784efae84d67 09/16/22 20:24:34.341 +STEP: Creating a pod to test consume secrets 09/16/22 20:24:34.345 +Sep 16 20:24:34.353: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de" in namespace "projected-1652" to be "Succeeded or Failed" +Sep 16 20:24:34.362: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de": Phase="Pending", Reason="", readiness=false. Elapsed: 8.474859ms +Sep 16 20:24:36.365: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011770942s +Sep 16 20:24:38.365: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012079347s +STEP: Saw pod success 09/16/22 20:24:38.365 +Sep 16 20:24:38.366: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de" satisfied condition "Succeeded or Failed" +Sep 16 20:24:38.369: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de container secret-volume-test: +STEP: delete the pod 09/16/22 20:24:38.376 +Sep 16 20:24:38.387: INFO: Waiting for pod pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de to disappear +Sep 16 20:24:38.638: INFO: Pod pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 20:24:38.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1652" for this suite. 09/16/22 20:24:38.641 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","completed":296,"skipped":5502,"failed":0} +------------------------------ +• [4.333 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:34.315 + Sep 16 20:24:34.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:24:34.317 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:34.331 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:34.337 + [It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 + STEP: Creating secret with name projected-secret-test-51db5966-c319-43cb-b428-784efae84d67 09/16/22 20:24:34.341 + STEP: Creating a pod to test consume secrets 09/16/22 20:24:34.345 + Sep 16 20:24:34.353: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de" in namespace "projected-1652" to be "Succeeded or Failed" + Sep 16 20:24:34.362: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de": Phase="Pending", Reason="", readiness=false. Elapsed: 8.474859ms + Sep 16 20:24:36.365: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011770942s + Sep 16 20:24:38.365: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012079347s + STEP: Saw pod success 09/16/22 20:24:38.365 + Sep 16 20:24:38.366: INFO: Pod "pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de" satisfied condition "Succeeded or Failed" + Sep 16 20:24:38.369: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de container secret-volume-test: + STEP: delete the pod 09/16/22 20:24:38.376 + Sep 16 20:24:38.387: INFO: Waiting for pod pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de to disappear + Sep 16 20:24:38.638: INFO: Pod pod-projected-secrets-a18bd68e-27f3-404d-a2bf-2aa19266a4de no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 20:24:38.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1652" for this suite. 09/16/22 20:24:38.641 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:38.654 +Sep 16 20:24:38.654: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:24:38.655 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:38.67 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:38.674 +[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 +STEP: Creating secret with name secret-test-edb7c413-6369-4e2c-8f39-34105dab05f5 09/16/22 20:24:38.679 +STEP: Creating a pod to test consume secrets 09/16/22 20:24:38.688 +Sep 16 20:24:38.700: INFO: Waiting up to 5m0s for pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6" in namespace "secrets-1812" to be "Succeeded or Failed" +Sep 16 20:24:38.705: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6": Phase="Pending", Reason="", readiness=false. Elapsed: 5.094214ms +Sep 16 20:24:40.709: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.0086949s +Sep 16 20:24:42.709: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009507226s +STEP: Saw pod success 09/16/22 20:24:42.709 +Sep 16 20:24:42.710: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6" satisfied condition "Succeeded or Failed" +Sep 16 20:24:42.712: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6 container secret-volume-test: +STEP: delete the pod 09/16/22 20:24:42.718 +Sep 16 20:24:42.728: INFO: Waiting for pod pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6 to disappear +Sep 16 20:24:42.731: INFO: Pod pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:24:42.731: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-1812" for this suite. 09/16/22 20:24:42.738 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","completed":297,"skipped":5519,"failed":0} +------------------------------ +• [4.093 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:38.654 + Sep 16 20:24:38.654: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:24:38.655 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:38.67 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:38.674 + [It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 + STEP: Creating secret with name secret-test-edb7c413-6369-4e2c-8f39-34105dab05f5 09/16/22 20:24:38.679 + STEP: Creating a pod to test consume secrets 09/16/22 20:24:38.688 + Sep 16 20:24:38.700: INFO: Waiting up to 5m0s for pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6" in namespace "secrets-1812" to be "Succeeded or Failed" + Sep 16 20:24:38.705: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6": Phase="Pending", Reason="", readiness=false. Elapsed: 5.094214ms + Sep 16 20:24:40.709: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.0086949s + Sep 16 20:24:42.709: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009507226s + STEP: Saw pod success 09/16/22 20:24:42.709 + Sep 16 20:24:42.710: INFO: Pod "pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6" satisfied condition "Succeeded or Failed" + Sep 16 20:24:42.712: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6 container secret-volume-test: + STEP: delete the pod 09/16/22 20:24:42.718 + Sep 16 20:24:42.728: INFO: Waiting for pod pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6 to disappear + Sep 16 20:24:42.731: INFO: Pod pod-secrets-9729c73b-0f5c-4d85-981b-b300c8a06be6 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:24:42.731: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-1812" for this suite. 09/16/22 20:24:42.738 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Deployment + Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:42.75 +Sep 16 20:24:42.750: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename deployment 09/16/22 20:24:42.752 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:42.773 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:42.778 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 +Sep 16 20:24:42.782: INFO: Creating simple deployment test-new-deployment +Sep 16 20:24:42.800: INFO: deployment "test-new-deployment" doesn't have the required revision set +STEP: getting scale subresource 09/16/22 20:24:44.811 +STEP: updating a scale subresource 09/16/22 20:24:45.325 +STEP: verifying the deployment Spec.Replicas was modified 09/16/22 20:24:45.331 +STEP: Patch a scale subresource 09/16/22 20:24:45.344 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 16 20:24:45.376: INFO: Deployment "test-new-deployment": +&Deployment{ObjectMeta:{test-new-deployment deployment-3560 ef00527d-d49b-4da0-8402-360816f70425 34705 3 2022-09-16 20:24:42 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 FieldsV1 {"f:spec":{"f:replicas":{}}} scale} {e2e.test Update apps/v1 2022-09-16 20:24:42 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:24:45 +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":{}}} status}]},Spec:DeploymentSpec{Replicas:*4,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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc00757b488 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[] [] nil }},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-845c8977d9" has successfully progressed.,LastUpdateTime:2022-09-16 20:24:43 +0000 UTC,LastTransitionTime:2022-09-16 20:24:42 +0000 UTC,},DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-09-16 20:24:45 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 16 20:24:45.380: INFO: New ReplicaSet "test-new-deployment-845c8977d9" of Deployment "test-new-deployment": +&ReplicaSet{ObjectMeta:{test-new-deployment-845c8977d9 deployment-3560 1554c455-392a-4f79-b28e-93a45be1cbd0 34709 2 2022-09-16 20:24:42 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment ef00527d-d49b-4da0-8402-360816f70425 0xc0043b1667 0xc0043b1668}] [] [{k3s Update apps/v1 2022-09-16 20:24:45 +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\":\"ef00527d-d49b-4da0-8402-360816f70425\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:24:45 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0043b1708 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Sep 16 20:24:45.407: INFO: Pod "test-new-deployment-845c8977d9-4fg5k" is available: +&Pod{ObjectMeta:{test-new-deployment-845c8977d9-4fg5k test-new-deployment-845c8977d9- deployment-3560 4fa2a633-e7d0-487d-9cf8-3589b0bb942c 34687 0 2022-09-16 20:24:42 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 1554c455-392a-4f79-b28e-93a45be1cbd0 0xc0043b1b17 0xc0043b1b18}] [] [{k3s Update v1 2022-09-16 20:24:42 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1554c455-392a-4f79-b28e-93a45be1cbd0\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:24:43 +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.42.1.164\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-pnq98,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-pnq98,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:42 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:43 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:43 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:42 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.164,StartTime:2022-09-16 20:24:42 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:24:43 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://aaaa2f52a680db15e9ccbdf299f8dabb6234d19eb816731c480ed5a44ac8ccfd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.164,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 16 20:24:45.408: INFO: Pod "test-new-deployment-845c8977d9-zwrdd" is not available: +&Pod{ObjectMeta:{test-new-deployment-845c8977d9-zwrdd test-new-deployment-845c8977d9- deployment-3560 66ef2806-8d74-43a7-b82d-5221e303ff96 34712 0 2022-09-16 20:24:45 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 1554c455-392a-4f79-b28e-93a45be1cbd0 0xc0043b1d00 0xc0043b1d01}] [] [{k3s Update v1 2022-09-16 20:24:45 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1554c455-392a-4f79-b28e-93a45be1cbd0\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:24:45 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qlf8s,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qlf8s,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 20:24:45 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 16 20:24:45.408: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-3560" for this suite. 09/16/22 20:24:45.42 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Deployment Deployment should have a working scale subresource [Conformance]","completed":298,"skipped":5542,"failed":0} +------------------------------ +• [2.690 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:42.75 + Sep 16 20:24:42.750: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename deployment 09/16/22 20:24:42.752 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:42.773 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:42.778 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 + Sep 16 20:24:42.782: INFO: Creating simple deployment test-new-deployment + Sep 16 20:24:42.800: INFO: deployment "test-new-deployment" doesn't have the required revision set + STEP: getting scale subresource 09/16/22 20:24:44.811 + STEP: updating a scale subresource 09/16/22 20:24:45.325 + STEP: verifying the deployment Spec.Replicas was modified 09/16/22 20:24:45.331 + STEP: Patch a scale subresource 09/16/22 20:24:45.344 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 16 20:24:45.376: INFO: Deployment "test-new-deployment": + &Deployment{ObjectMeta:{test-new-deployment deployment-3560 ef00527d-d49b-4da0-8402-360816f70425 34705 3 2022-09-16 20:24:42 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 FieldsV1 {"f:spec":{"f:replicas":{}}} scale} {e2e.test Update apps/v1 2022-09-16 20:24:42 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:revisionHistoryLimit":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:24:45 +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":{}}} status}]},Spec:DeploymentSpec{Replicas:*4,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 registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc00757b488 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[] [] nil }},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-845c8977d9" has successfully progressed.,LastUpdateTime:2022-09-16 20:24:43 +0000 UTC,LastTransitionTime:2022-09-16 20:24:42 +0000 UTC,},DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-09-16 20:24:45 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 16 20:24:45.380: INFO: New ReplicaSet "test-new-deployment-845c8977d9" of Deployment "test-new-deployment": + &ReplicaSet{ObjectMeta:{test-new-deployment-845c8977d9 deployment-3560 1554c455-392a-4f79-b28e-93a45be1cbd0 34709 2 2022-09-16 20:24:42 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment ef00527d-d49b-4da0-8402-360816f70425 0xc0043b1667 0xc0043b1668}] [] [{k3s Update apps/v1 2022-09-16 20:24:45 +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\":\"ef00527d-d49b-4da0-8402-360816f70425\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"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":{}}}}} } {k3s Update apps/v1 2022-09-16 20:24:45 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0043b1708 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[] [] nil }},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Sep 16 20:24:45.407: INFO: Pod "test-new-deployment-845c8977d9-4fg5k" is available: + &Pod{ObjectMeta:{test-new-deployment-845c8977d9-4fg5k test-new-deployment-845c8977d9- deployment-3560 4fa2a633-e7d0-487d-9cf8-3589b0bb942c 34687 0 2022-09-16 20:24:42 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 1554c455-392a-4f79-b28e-93a45be1cbd0 0xc0043b1b17 0xc0043b1b18}] [] [{k3s Update v1 2022-09-16 20:24:42 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1554c455-392a-4f79-b28e-93a45be1cbd0\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:24:43 +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.42.1.164\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-pnq98,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-pnq98,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:ip-172-31-14-177,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:42 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:43 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:43 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:42 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.14.177,PodIP:10.42.1.164,StartTime:2022-09-16 20:24:42 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-16 20:24:43 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://aaaa2f52a680db15e9ccbdf299f8dabb6234d19eb816731c480ed5a44ac8ccfd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.42.1.164,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 16 20:24:45.408: INFO: Pod "test-new-deployment-845c8977d9-zwrdd" is not available: + &Pod{ObjectMeta:{test-new-deployment-845c8977d9-zwrdd test-new-deployment-845c8977d9- deployment-3560 66ef2806-8d74-43a7-b82d-5221e303ff96 34712 0 2022-09-16 20:24:45 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 1554c455-392a-4f79-b28e-93a45be1cbd0 0xc0043b1d00 0xc0043b1d01}] [] [{k3s Update v1 2022-09-16 20:24:45 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1554c455-392a-4f79-b28e-93a45be1cbd0\"}":{}}},"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":{}}} } {k3s Update v1 2022-09-16 20:24:45 +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":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qlf8s,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret: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:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qlf8s,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:ip-172-31-15-7,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:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-16 20:24:45 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.31.15.7,PodIP:,StartTime:2022-09-16 20:24:45 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 16 20:24:45.408: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-3560" for this suite. 09/16/22 20:24:45.42 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:238 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:45.447 +Sep 16 20:24:45.448: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename webhook 09/16/22 20:24:45.449 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:45.487 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:45.491 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/16/22 20:24:45.509 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:24:46.053 +STEP: Deploying the webhook pod 09/16/22 20:24:46.061 +STEP: Wait for the deployment to be ready 09/16/22 20:24:46.071 +Sep 16 20:24:46.079: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/16/22 20:24:48.087 +STEP: Verifying the service has paired with the endpoint 09/16/22 20:24:48.094 +Sep 16 20:24:49.095: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:238 +STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API 09/16/22 20:24:49.098 +Sep 16 20:24:49.113: INFO: Waiting for webhook configuration to be ready... +STEP: create a namespace for the webhook 09/16/22 20:24:49.226 +STEP: create a configmap should be unconditionally rejected by the webhook 09/16/22 20:24:49.234 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:24:49.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-1899" for this suite. 09/16/22 20:24:49.257 +STEP: Destroying namespace "webhook-1899-markers" for this suite. 09/16/22 20:24:49.261 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]","completed":299,"skipped":5555,"failed":0} +------------------------------ +• [3.899 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:238 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:45.447 + Sep 16 20:24:45.448: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename webhook 09/16/22 20:24:45.449 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:45.487 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:45.491 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/16/22 20:24:45.509 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/16/22 20:24:46.053 + STEP: Deploying the webhook pod 09/16/22 20:24:46.061 + STEP: Wait for the deployment to be ready 09/16/22 20:24:46.071 + Sep 16 20:24:46.079: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/16/22 20:24:48.087 + STEP: Verifying the service has paired with the endpoint 09/16/22 20:24:48.094 + Sep 16 20:24:49.095: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:238 + STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API 09/16/22 20:24:49.098 + Sep 16 20:24:49.113: INFO: Waiting for webhook configuration to be ready... + STEP: create a namespace for the webhook 09/16/22 20:24:49.226 + STEP: create a configmap should be unconditionally rejected by the webhook 09/16/22 20:24:49.234 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:24:49.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-1899" for this suite. 09/16/22 20:24:49.257 + STEP: Destroying namespace "webhook-1899-markers" for this suite. 09/16/22 20:24:49.261 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:49.347 +Sep 16 20:24:49.347: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:24:49.35 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:49.374 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:49.378 +[It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 +STEP: Creating Pod 09/16/22 20:24:49.421 +Sep 16 20:24:49.430: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3" in namespace "emptydir-2106" to be "running" +Sep 16 20:24:49.439: INFO: Pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3": Phase="Pending", Reason="", readiness=false. Elapsed: 8.5271ms +Sep 16 20:24:51.442: INFO: Pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3": Phase="Running", Reason="", readiness=false. Elapsed: 2.011434277s +Sep 16 20:24:51.442: INFO: Pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3" satisfied condition "running" +STEP: Reading file content from the nginx-container 09/16/22 20:24:51.442 +Sep 16 20:24:51.443: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-2106 PodName:pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3 ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:24:51.443: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:24:51.443: INFO: ExecWithOptions: Clientset creation +Sep 16 20:24:51.443: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/emptydir-2106/pods/pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fusr%2Fshare%2Fvolumeshare%2Fshareddata.txt&container=busybox-main-container&container=busybox-main-container&stderr=true&stdout=true) +Sep 16 20:24:51.498: INFO: Exec stderr: "" +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:24:51.498: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-2106" for this suite. 09/16/22 20:24:51.501 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]","completed":300,"skipped":5556,"failed":0} +------------------------------ +• [2.158 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:49.347 + Sep 16 20:24:49.347: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:24:49.35 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:49.374 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:49.378 + [It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 + STEP: Creating Pod 09/16/22 20:24:49.421 + Sep 16 20:24:49.430: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3" in namespace "emptydir-2106" to be "running" + Sep 16 20:24:49.439: INFO: Pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3": Phase="Pending", Reason="", readiness=false. Elapsed: 8.5271ms + Sep 16 20:24:51.442: INFO: Pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3": Phase="Running", Reason="", readiness=false. Elapsed: 2.011434277s + Sep 16 20:24:51.442: INFO: Pod "pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3" satisfied condition "running" + STEP: Reading file content from the nginx-container 09/16/22 20:24:51.442 + Sep 16 20:24:51.443: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-2106 PodName:pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3 ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:24:51.443: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:24:51.443: INFO: ExecWithOptions: Clientset creation + Sep 16 20:24:51.443: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/emptydir-2106/pods/pod-sharedvolume-f7587be9-9acf-4a26-8a31-abad049366d3/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fusr%2Fshare%2Fvolumeshare%2Fshareddata.txt&container=busybox-main-container&container=busybox-main-container&stderr=true&stdout=true) + Sep 16 20:24:51.498: INFO: Exec stderr: "" + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:24:51.498: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-2106" for this suite. 09/16/22 20:24:51.501 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] EndpointSlice + should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:24:51.506 +Sep 16 20:24:51.506: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename endpointslice 09/16/22 20:24:51.506 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:51.517 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:51.521 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 +STEP: referencing a single matching pod 09/16/22 20:24:56.649 +STEP: referencing matching pods with named port 09/16/22 20:25:01.657 +STEP: creating empty Endpoints and EndpointSlices for no matching Pods 09/16/22 20:25:06.663 +STEP: recreating EndpointSlices after they've been deleted 09/16/22 20:25:11.67 +Sep 16 20:25:11.683: INFO: EndpointSlice for Service endpointslice-9665/example-named-port not found +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 16 20:25:21.690: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-9665" for this suite. 09/16/22 20:25:21.693 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] EndpointSlice should create Endpoints and EndpointSlices for Pods matching a Service [Conformance]","completed":301,"skipped":5567,"failed":0} +------------------------------ +• [SLOW TEST] [30.192 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:24:51.506 + Sep 16 20:24:51.506: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename endpointslice 09/16/22 20:24:51.506 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:24:51.517 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:24:51.521 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 + STEP: referencing a single matching pod 09/16/22 20:24:56.649 + STEP: referencing matching pods with named port 09/16/22 20:25:01.657 + STEP: creating empty Endpoints and EndpointSlices for no matching Pods 09/16/22 20:25:06.663 + STEP: recreating EndpointSlices after they've been deleted 09/16/22 20:25:11.67 + Sep 16 20:25:11.683: INFO: EndpointSlice for Service endpointslice-9665/example-named-port not found + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 16 20:25:21.690: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-9665" for this suite. 09/16/22 20:25:21.693 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] ServiceAccounts + should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:25:21.7 +Sep 16 20:25:21.700: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename svcaccounts 09/16/22 20:25:21.702 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:25:21.721 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:25:21.726 +[It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 +Sep 16 20:25:21.742: INFO: Waiting up to 5m0s for pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0" in namespace "svcaccounts-1498" to be "running" +Sep 16 20:25:21.749: INFO: Pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0": Phase="Pending", Reason="", readiness=false. Elapsed: 7.148498ms +Sep 16 20:25:23.753: INFO: Pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0": Phase="Running", Reason="", readiness=true. Elapsed: 2.010617435s +Sep 16 20:25:23.753: INFO: Pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0" satisfied condition "running" +STEP: reading a file in the container 09/16/22 20:25:23.753 +Sep 16 20:25:23.753: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1498 pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' +STEP: reading a file in the container 09/16/22 20:25:23.884 +Sep 16 20:25:23.885: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1498 pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' +STEP: reading a file in the container 09/16/22 20:25:24.041 +Sep 16 20:25:24.041: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1498 pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' +Sep 16 20:25:24.240: INFO: Got root ca configmap in namespace "svcaccounts-1498" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 16 20:25:24.244: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-1498" for this suite. 09/16/22 20:25:24.248 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] ServiceAccounts should mount an API token into pods [Conformance]","completed":302,"skipped":5572,"failed":0} +------------------------------ +• [2.554 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:25:21.7 + Sep 16 20:25:21.700: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename svcaccounts 09/16/22 20:25:21.702 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:25:21.721 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:25:21.726 + [It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 + Sep 16 20:25:21.742: INFO: Waiting up to 5m0s for pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0" in namespace "svcaccounts-1498" to be "running" + Sep 16 20:25:21.749: INFO: Pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0": Phase="Pending", Reason="", readiness=false. Elapsed: 7.148498ms + Sep 16 20:25:23.753: INFO: Pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0": Phase="Running", Reason="", readiness=true. Elapsed: 2.010617435s + Sep 16 20:25:23.753: INFO: Pod "pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0" satisfied condition "running" + STEP: reading a file in the container 09/16/22 20:25:23.753 + Sep 16 20:25:23.753: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1498 pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' + STEP: reading a file in the container 09/16/22 20:25:23.884 + Sep 16 20:25:23.885: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1498 pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' + STEP: reading a file in the container 09/16/22 20:25:24.041 + Sep 16 20:25:24.041: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-1498 pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' + Sep 16 20:25:24.240: INFO: Got root ca configmap in namespace "svcaccounts-1498" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 16 20:25:24.244: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-1498" for this suite. 09/16/22 20:25:24.248 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[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] + test/e2e/scheduling/predicates.go:699 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:25:24.255 +Sep 16 20:25:24.255: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename sched-pred 09/16/22 20:25:24.257 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:25:24.278 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:25:24.284 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 16 20:25:24.290: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 16 20:25:24.295: INFO: Waiting for terminating namespaces to be deleted... +Sep 16 20:25:24.299: INFO: +Logging pods the apiserver thinks is on node ip-172-31-14-177 before test +Sep 16 20:25:24.305: INFO: pod1 from endpointslice-9665 started at 2022-09-16 20:24:51 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.305: INFO: Container container1 ready: true, restart count 0 +Sep 16 20:25:24.305: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) +Sep 16 20:25:24.305: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.306: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:25:24.306: INFO: Container e2e ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:25:24.306: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: Container systemd-logs ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 from svcaccounts-1498 started at 2022-09-16 20:25:21 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.306: INFO: Container test ready: true, restart count 0 +Sep 16 20:25:24.306: INFO: +Logging pods the apiserver thinks is on node ip-172-31-15-7 before test +Sep 16 20:25:24.313: INFO: pod2 from endpointslice-9665 started at 2022-09-16 20:24:51 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container container1 ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container coredns ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container helm ready: false, restart count 0 +Sep 16 20:25:24.314: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container helm ready: false, restart count 1 +Sep 16 20:25:24.314: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container local-path-provisioner ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container metrics-server ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container lb-tcp-443 ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: Container lb-tcp-80 ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container traefik ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) +Sep 16 20:25:24.314: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 16 20:25:24.314: INFO: Container systemd-logs 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] + test/e2e/scheduling/predicates.go:699 +STEP: Trying to launch a pod without a label to get a node which can launch it. 09/16/22 20:25:24.314 +Sep 16 20:25:24.326: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-827" to be "running" +Sep 16 20:25:24.342: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 15.1769ms +Sep 16 20:25:26.346: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.019526229s +Sep 16 20:25:26.346: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 09/16/22 20:25:26.348 +STEP: Trying to apply a random label on the found node. 09/16/22 20:25:26.36 +STEP: verifying the node has the label kubernetes.io/e2e-bf543e48-a0ab-4e23-9ce0-5927640c19f4 95 09/16/22 20:25:26.372 +STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 09/16/22 20:25:26.38 +W0916 20:25:26.384383 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54322) +Sep 16 20:25:26.384: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-827" to be "not pending" +Sep 16 20:25:26.390: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.888267ms +Sep 16 20:25:28.394: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.009451294s +Sep 16 20:25:28.394: INFO: Pod "pod4" satisfied condition "not pending" +STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 172.31.14.177 on the node which pod4 resides and expect not scheduled 09/16/22 20:25:28.394 +W0916 20:25:28.397748 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54322) +Sep 16 20:25:28.397: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-827" to be "not pending" +Sep 16 20:25:28.404: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.337704ms +Sep 16 20:25:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009247571s +Sep 16 20:25:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009386383s +Sep 16 20:25:34.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00933318s +Sep 16 20:25:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.009525405s +Sep 16 20:25:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009346532s +Sep 16 20:25:40.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010257743s +Sep 16 20:25:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.009422219s +Sep 16 20:25:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.009071611s +Sep 16 20:25:46.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.010340652s +Sep 16 20:25:48.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.010270761s +Sep 16 20:25:50.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.008961709s +Sep 16 20:25:52.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009709572s +Sep 16 20:25:54.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.011896207s +Sep 16 20:25:56.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.009395505s +Sep 16 20:25:58.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.011454596s +Sep 16 20:26:00.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.010393369s +Sep 16 20:26:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.00948802s +Sep 16 20:26:04.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.00954972s +Sep 16 20:26:06.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.009347576s +Sep 16 20:26:08.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.009333285s +Sep 16 20:26:10.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.009149769s +Sep 16 20:26:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.009276588s +Sep 16 20:26:14.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.008982183s +Sep 16 20:26:16.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.008869649s +Sep 16 20:26:18.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.009738922s +Sep 16 20:26:20.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.011108242s +Sep 16 20:26:22.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.009361863s +Sep 16 20:26:24.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.00916274s +Sep 16 20:26:26.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.010991347s +Sep 16 20:26:28.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.008981073s +Sep 16 20:26:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.00943858s +Sep 16 20:26:32.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.010921592s +Sep 16 20:26:34.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.010069447s +Sep 16 20:26:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.009097838s +Sep 16 20:26:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.009417703s +Sep 16 20:26:40.410: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.012236459s +Sep 16 20:26:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.00939479s +Sep 16 20:26:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.009325076s +Sep 16 20:26:46.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.009441387s +Sep 16 20:26:48.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.009118303s +Sep 16 20:26:50.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.011460022s +Sep 16 20:26:52.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.009026128s +Sep 16 20:26:54.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.009860934s +Sep 16 20:26:56.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.009882174s +Sep 16 20:26:58.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.009186643s +Sep 16 20:27:00.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.010820406s +Sep 16 20:27:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.009520428s +Sep 16 20:27:04.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.009893972s +Sep 16 20:27:06.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.009682287s +Sep 16 20:27:08.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.009939381s +Sep 16 20:27:10.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.011324041s +Sep 16 20:27:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.009511218s +Sep 16 20:27:14.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.00912645s +Sep 16 20:27:16.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.010605332s +Sep 16 20:27:18.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.009510076s +Sep 16 20:27:20.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.010741258s +Sep 16 20:27:22.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.010568343s +Sep 16 20:27:24.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.010423543s +Sep 16 20:27:26.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.009882261s +Sep 16 20:27:28.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.009208776s +Sep 16 20:27:30.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.010374535s +Sep 16 20:27:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.009688435s +Sep 16 20:27:34.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.010642269s +Sep 16 20:27:36.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.009035303s +Sep 16 20:27:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.009606313s +Sep 16 20:27:40.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.009218187s +Sep 16 20:27:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.009719914s +Sep 16 20:27:44.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.008680825s +Sep 16 20:27:46.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.009326011s +Sep 16 20:27:48.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.009714633s +Sep 16 20:27:50.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.010552224s +Sep 16 20:27:52.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.009465205s +Sep 16 20:27:54.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.009830849s +Sep 16 20:27:56.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.010588211s +Sep 16 20:27:58.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.009774146s +Sep 16 20:28:00.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.009749713s +Sep 16 20:28:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.009445823s +Sep 16 20:28:04.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.009565158s +Sep 16 20:28:06.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.012021698s +Sep 16 20:28:08.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.009919823s +Sep 16 20:28:10.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.010441969s +Sep 16 20:28:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.009228677s +Sep 16 20:28:14.522: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.124057692s +Sep 16 20:28:16.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.0097668s +Sep 16 20:28:18.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.010493561s +Sep 16 20:28:20.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.010784284s +Sep 16 20:28:22.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.011061394s +Sep 16 20:28:24.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.009427188s +Sep 16 20:28:26.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.009403376s +Sep 16 20:28:28.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.008917586s +Sep 16 20:28:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.009608927s +Sep 16 20:28:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.009907612s +Sep 16 20:28:34.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.00992048s +Sep 16 20:28:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.009562954s +Sep 16 20:28:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.009649906s +Sep 16 20:28:40.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.009840936s +Sep 16 20:28:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.009122663s +Sep 16 20:28:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.009497817s +Sep 16 20:28:46.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.008893576s +Sep 16 20:28:48.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.011199263s +Sep 16 20:28:50.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.009027084s +Sep 16 20:28:52.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.010805202s +Sep 16 20:28:54.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.010039062s +Sep 16 20:28:56.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.011045463s +Sep 16 20:28:58.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.009392775s +Sep 16 20:29:00.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.009351802s +Sep 16 20:29:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.009532261s +Sep 16 20:29:04.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.010317636s +Sep 16 20:29:06.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.011644864s +Sep 16 20:29:08.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.009007287s +Sep 16 20:29:10.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.010657442s +Sep 16 20:29:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.009657295s +Sep 16 20:29:14.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.009563763s +Sep 16 20:29:16.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.009583172s +Sep 16 20:29:18.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.009513289s +Sep 16 20:29:20.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.009616713s +Sep 16 20:29:22.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.009663772s +Sep 16 20:29:24.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.011003891s +Sep 16 20:29:26.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.011979486s +Sep 16 20:29:28.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.009661818s +Sep 16 20:29:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.010018383s +Sep 16 20:29:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.009546323s +Sep 16 20:29:34.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.010231212s +Sep 16 20:29:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.009939993s +Sep 16 20:29:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.009748331s +Sep 16 20:29:40.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.010149368s +Sep 16 20:29:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.00981217s +Sep 16 20:29:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.009750127s +Sep 16 20:29:46.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.008941961s +Sep 16 20:29:48.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.010092272s +Sep 16 20:29:50.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.009229615s +Sep 16 20:29:52.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.009222124s +Sep 16 20:29:54.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.00971848s +Sep 16 20:29:56.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.009502164s +Sep 16 20:29:58.413: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.015141217s +Sep 16 20:30:00.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.009228778s +Sep 16 20:30:02.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.01003767s +Sep 16 20:30:04.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.010305512s +Sep 16 20:30:06.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.010611064s +Sep 16 20:30:08.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.010583551s +Sep 16 20:30:10.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.010300265s +Sep 16 20:30:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.009163135s +Sep 16 20:30:14.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.010025497s +Sep 16 20:30:16.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.010195128s +Sep 16 20:30:18.410: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.012557216s +Sep 16 20:30:20.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.009307194s +Sep 16 20:30:22.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.009927542s +Sep 16 20:30:24.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.009551826s +Sep 16 20:30:26.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.010161795s +Sep 16 20:30:28.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.009487971s +Sep 16 20:30:28.410: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.012344398s +STEP: removing the label kubernetes.io/e2e-bf543e48-a0ab-4e23-9ce0-5927640c19f4 off the node ip-172-31-14-177 09/16/22 20:30:28.41 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-bf543e48-a0ab-4e23-9ce0-5927640c19f4 09/16/22 20:30:28.418 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:30:28.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-827" for this suite. 09/16/22 20:30:28.43 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"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]","completed":303,"skipped":5585,"failed":0} +------------------------------ +• [SLOW TEST] [304.180 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +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] + test/e2e/scheduling/predicates.go:699 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:25:24.255 + Sep 16 20:25:24.255: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename sched-pred 09/16/22 20:25:24.257 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:25:24.278 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:25:24.284 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 16 20:25:24.290: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 16 20:25:24.295: INFO: Waiting for terminating namespaces to be deleted... + Sep 16 20:25:24.299: INFO: + Logging pods the apiserver thinks is on node ip-172-31-14-177 before test + Sep 16 20:25:24.305: INFO: pod1 from endpointslice-9665 started at 2022-09-16 20:24:51 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.305: INFO: Container container1 ready: true, restart count 0 + Sep 16 20:25:24.305: INFO: svclb-traefik-2a818804-l5vdd from kube-system started at 2022-09-16 19:48:57 +0000 UTC (2 container statuses recorded) + Sep 16 20:25:24.305: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: sonobuoy from sonobuoy started at 2022-09-16 19:09:59 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.306: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: sonobuoy-e2e-job-3fe23839449340dc from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:25:24.306: INFO: Container e2e ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-sghdn from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:25:24.306: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: Container systemd-logs ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: pod-service-account-862aca02-8b61-4b4e-8b53-5d92f14862d0 from svcaccounts-1498 started at 2022-09-16 20:25:21 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.306: INFO: Container test ready: true, restart count 0 + Sep 16 20:25:24.306: INFO: + Logging pods the apiserver thinks is on node ip-172-31-15-7 before test + Sep 16 20:25:24.313: INFO: pod2 from endpointslice-9665 started at 2022-09-16 20:24:51 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container container1 ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: coredns-75fc8f8fff-lg7h2 from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container coredns ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: helm-install-traefik-crd-ggsfz from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container helm ready: false, restart count 0 + Sep 16 20:25:24.314: INFO: helm-install-traefik-gqqvh from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container helm ready: false, restart count 1 + Sep 16 20:25:24.314: INFO: local-path-provisioner-5b5579c644-kl7rq from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container local-path-provisioner ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: metrics-server-74474969b-tw68r from kube-system started at 2022-09-16 18:58:12 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container metrics-server ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: svclb-traefik-2a818804-q8ckp from kube-system started at 2022-09-16 18:58:36 +0000 UTC (2 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container lb-tcp-443 ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: Container lb-tcp-80 ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: traefik-7d647b7597-7khqv from kube-system started at 2022-09-16 18:58:36 +0000 UTC (1 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container traefik ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: sonobuoy-systemd-logs-daemon-set-753289ab6ce049db-bvfzb from sonobuoy started at 2022-09-16 19:10:02 +0000 UTC (2 container statuses recorded) + Sep 16 20:25:24.314: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 16 20:25:24.314: INFO: Container systemd-logs 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] + test/e2e/scheduling/predicates.go:699 + STEP: Trying to launch a pod without a label to get a node which can launch it. 09/16/22 20:25:24.314 + Sep 16 20:25:24.326: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-827" to be "running" + Sep 16 20:25:24.342: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 15.1769ms + Sep 16 20:25:26.346: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.019526229s + Sep 16 20:25:26.346: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 09/16/22 20:25:26.348 + STEP: Trying to apply a random label on the found node. 09/16/22 20:25:26.36 + STEP: verifying the node has the label kubernetes.io/e2e-bf543e48-a0ab-4e23-9ce0-5927640c19f4 95 09/16/22 20:25:26.372 + STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 09/16/22 20:25:26.38 + W0916 20:25:26.384383 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54322) + Sep 16 20:25:26.384: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-827" to be "not pending" + Sep 16 20:25:26.390: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.888267ms + Sep 16 20:25:28.394: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.009451294s + Sep 16 20:25:28.394: INFO: Pod "pod4" satisfied condition "not pending" + STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 172.31.14.177 on the node which pod4 resides and expect not scheduled 09/16/22 20:25:28.394 + W0916 20:25:28.397748 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54322) + Sep 16 20:25:28.397: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-827" to be "not pending" + Sep 16 20:25:28.404: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.337704ms + Sep 16 20:25:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009247571s + Sep 16 20:25:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009386383s + Sep 16 20:25:34.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00933318s + Sep 16 20:25:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.009525405s + Sep 16 20:25:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009346532s + Sep 16 20:25:40.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010257743s + Sep 16 20:25:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.009422219s + Sep 16 20:25:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.009071611s + Sep 16 20:25:46.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.010340652s + Sep 16 20:25:48.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.010270761s + Sep 16 20:25:50.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.008961709s + Sep 16 20:25:52.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009709572s + Sep 16 20:25:54.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.011896207s + Sep 16 20:25:56.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.009395505s + Sep 16 20:25:58.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.011454596s + Sep 16 20:26:00.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.010393369s + Sep 16 20:26:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.00948802s + Sep 16 20:26:04.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.00954972s + Sep 16 20:26:06.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.009347576s + Sep 16 20:26:08.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.009333285s + Sep 16 20:26:10.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.009149769s + Sep 16 20:26:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.009276588s + Sep 16 20:26:14.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.008982183s + Sep 16 20:26:16.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.008869649s + Sep 16 20:26:18.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.009738922s + Sep 16 20:26:20.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.011108242s + Sep 16 20:26:22.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.009361863s + Sep 16 20:26:24.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.00916274s + Sep 16 20:26:26.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.010991347s + Sep 16 20:26:28.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.008981073s + Sep 16 20:26:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.00943858s + Sep 16 20:26:32.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.010921592s + Sep 16 20:26:34.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.010069447s + Sep 16 20:26:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.009097838s + Sep 16 20:26:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.009417703s + Sep 16 20:26:40.410: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.012236459s + Sep 16 20:26:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.00939479s + Sep 16 20:26:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.009325076s + Sep 16 20:26:46.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.009441387s + Sep 16 20:26:48.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.009118303s + Sep 16 20:26:50.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.011460022s + Sep 16 20:26:52.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.009026128s + Sep 16 20:26:54.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.009860934s + Sep 16 20:26:56.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.009882174s + Sep 16 20:26:58.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.009186643s + Sep 16 20:27:00.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.010820406s + Sep 16 20:27:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.009520428s + Sep 16 20:27:04.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.009893972s + Sep 16 20:27:06.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.009682287s + Sep 16 20:27:08.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.009939381s + Sep 16 20:27:10.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.011324041s + Sep 16 20:27:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.009511218s + Sep 16 20:27:14.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.00912645s + Sep 16 20:27:16.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.010605332s + Sep 16 20:27:18.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.009510076s + Sep 16 20:27:20.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.010741258s + Sep 16 20:27:22.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.010568343s + Sep 16 20:27:24.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.010423543s + Sep 16 20:27:26.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.009882261s + Sep 16 20:27:28.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.009208776s + Sep 16 20:27:30.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.010374535s + Sep 16 20:27:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.009688435s + Sep 16 20:27:34.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.010642269s + Sep 16 20:27:36.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.009035303s + Sep 16 20:27:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.009606313s + Sep 16 20:27:40.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.009218187s + Sep 16 20:27:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.009719914s + Sep 16 20:27:44.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.008680825s + Sep 16 20:27:46.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.009326011s + Sep 16 20:27:48.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.009714633s + Sep 16 20:27:50.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.010552224s + Sep 16 20:27:52.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.009465205s + Sep 16 20:27:54.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.009830849s + Sep 16 20:27:56.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.010588211s + Sep 16 20:27:58.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.009774146s + Sep 16 20:28:00.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.009749713s + Sep 16 20:28:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.009445823s + Sep 16 20:28:04.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.009565158s + Sep 16 20:28:06.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.012021698s + Sep 16 20:28:08.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.009919823s + Sep 16 20:28:10.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.010441969s + Sep 16 20:28:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.009228677s + Sep 16 20:28:14.522: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.124057692s + Sep 16 20:28:16.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.0097668s + Sep 16 20:28:18.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.010493561s + Sep 16 20:28:20.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.010784284s + Sep 16 20:28:22.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.011061394s + Sep 16 20:28:24.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.009427188s + Sep 16 20:28:26.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.009403376s + Sep 16 20:28:28.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.008917586s + Sep 16 20:28:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.009608927s + Sep 16 20:28:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.009907612s + Sep 16 20:28:34.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.00992048s + Sep 16 20:28:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.009562954s + Sep 16 20:28:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.009649906s + Sep 16 20:28:40.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.009840936s + Sep 16 20:28:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.009122663s + Sep 16 20:28:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.009497817s + Sep 16 20:28:46.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.008893576s + Sep 16 20:28:48.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.011199263s + Sep 16 20:28:50.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.009027084s + Sep 16 20:28:52.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.010805202s + Sep 16 20:28:54.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.010039062s + Sep 16 20:28:56.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.011045463s + Sep 16 20:28:58.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.009392775s + Sep 16 20:29:00.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.009351802s + Sep 16 20:29:02.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.009532261s + Sep 16 20:29:04.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.010317636s + Sep 16 20:29:06.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.011644864s + Sep 16 20:29:08.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.009007287s + Sep 16 20:29:10.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.010657442s + Sep 16 20:29:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.009657295s + Sep 16 20:29:14.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.009563763s + Sep 16 20:29:16.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.009583172s + Sep 16 20:29:18.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.009513289s + Sep 16 20:29:20.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.009616713s + Sep 16 20:29:22.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.009663772s + Sep 16 20:29:24.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.011003891s + Sep 16 20:29:26.409: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.011979486s + Sep 16 20:29:28.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.009661818s + Sep 16 20:29:30.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.010018383s + Sep 16 20:29:32.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.009546323s + Sep 16 20:29:34.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.010231212s + Sep 16 20:29:36.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.009939993s + Sep 16 20:29:38.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.009748331s + Sep 16 20:29:40.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.010149368s + Sep 16 20:29:42.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.00981217s + Sep 16 20:29:44.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.009750127s + Sep 16 20:29:46.406: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.008941961s + Sep 16 20:29:48.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.010092272s + Sep 16 20:29:50.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.009229615s + Sep 16 20:29:52.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.009222124s + Sep 16 20:29:54.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.00971848s + Sep 16 20:29:56.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.009502164s + Sep 16 20:29:58.413: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.015141217s + Sep 16 20:30:00.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.009228778s + Sep 16 20:30:02.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.01003767s + Sep 16 20:30:04.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.010305512s + Sep 16 20:30:06.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.010611064s + Sep 16 20:30:08.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.010583551s + Sep 16 20:30:10.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.010300265s + Sep 16 20:30:12.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.009163135s + Sep 16 20:30:14.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.010025497s + Sep 16 20:30:16.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.010195128s + Sep 16 20:30:18.410: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.012557216s + Sep 16 20:30:20.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.009307194s + Sep 16 20:30:22.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.009927542s + Sep 16 20:30:24.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.009551826s + Sep 16 20:30:26.408: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.010161795s + Sep 16 20:30:28.407: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.009487971s + Sep 16 20:30:28.410: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.012344398s + STEP: removing the label kubernetes.io/e2e-bf543e48-a0ab-4e23-9ce0-5927640c19f4 off the node ip-172-31-14-177 09/16/22 20:30:28.41 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-bf543e48-a0ab-4e23-9ce0-5927640c19f4 09/16/22 20:30:28.418 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:30:28.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-827" for this suite. 09/16/22 20:30:28.43 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:30:28.442 +Sep 16 20:30:28.442: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename namespaces 09/16/22 20:30:28.443 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:28.458 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:28.463 +[It] should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 +STEP: Creating a test namespace 09/16/22 20:30:28.47 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:28.482 +STEP: Creating a pod in the namespace 09/16/22 20:30:28.488 +STEP: Waiting for the pod to have running status 09/16/22 20:30:28.496 +Sep 16 20:30:28.496: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-186" to be "running" +Sep 16 20:30:28.502: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 6.463286ms +Sep 16 20:30:30.506: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009857168s +Sep 16 20:30:30.506: INFO: Pod "test-pod" satisfied condition "running" +STEP: Deleting the namespace 09/16/22 20:30:30.506 +STEP: Waiting for the namespace to be removed. 09/16/22 20:30:30.509 +STEP: Recreating the namespace 09/16/22 20:30:41.512 +STEP: Verifying there are no pods in the namespace 09/16/22 20:30:41.523 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:30:41.526: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-1514" for this suite. 09/16/22 20:30:41.529 +STEP: Destroying namespace "nsdeletetest-186" for this suite. 09/16/22 20:30:41.534 +Sep 16 20:30:41.537: INFO: Namespace nsdeletetest-186 was already deleted +STEP: Destroying namespace "nsdeletetest-2629" for this suite. 09/16/22 20:30:41.537 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all pods are removed when a namespace is deleted [Conformance]","completed":304,"skipped":5621,"failed":0} +------------------------------ +• [SLOW TEST] [13.100 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:30:28.442 + Sep 16 20:30:28.442: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename namespaces 09/16/22 20:30:28.443 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:28.458 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:28.463 + [It] should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 + STEP: Creating a test namespace 09/16/22 20:30:28.47 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:28.482 + STEP: Creating a pod in the namespace 09/16/22 20:30:28.488 + STEP: Waiting for the pod to have running status 09/16/22 20:30:28.496 + Sep 16 20:30:28.496: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-186" to be "running" + Sep 16 20:30:28.502: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 6.463286ms + Sep 16 20:30:30.506: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009857168s + Sep 16 20:30:30.506: INFO: Pod "test-pod" satisfied condition "running" + STEP: Deleting the namespace 09/16/22 20:30:30.506 + STEP: Waiting for the namespace to be removed. 09/16/22 20:30:30.509 + STEP: Recreating the namespace 09/16/22 20:30:41.512 + STEP: Verifying there are no pods in the namespace 09/16/22 20:30:41.523 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:30:41.526: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-1514" for this suite. 09/16/22 20:30:41.529 + STEP: Destroying namespace "nsdeletetest-186" for this suite. 09/16/22 20:30:41.534 + Sep 16 20:30:41.537: INFO: Namespace nsdeletetest-186 was already deleted + STEP: Destroying namespace "nsdeletetest-2629" for this suite. 09/16/22 20:30:41.537 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Security Context when creating containers with AllowPrivilegeEscalation + should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:30:41.543 +Sep 16 20:30:41.543: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename security-context-test 09/16/22 20:30:41.544 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:41.559 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:41.562 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 +Sep 16 20:30:41.574: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88" in namespace "security-context-test-4763" to be "Succeeded or Failed" +Sep 16 20:30:41.582: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Pending", Reason="", readiness=false. Elapsed: 8.286757ms +Sep 16 20:30:43.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012506165s +Sep 16 20:30:45.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012673947s +Sep 16 20:30:47.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.012715407s +Sep 16 20:30:47.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 16 20:30:47.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-4763" for this suite. 09/16/22 20:30:47.604 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]","completed":305,"skipped":5626,"failed":0} +------------------------------ +• [SLOW TEST] [6.065 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + when creating containers with AllowPrivilegeEscalation + test/e2e/common/node/security_context.go:554 + should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:30:41.543 + Sep 16 20:30:41.543: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename security-context-test 09/16/22 20:30:41.544 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:41.559 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:41.562 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 + Sep 16 20:30:41.574: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88" in namespace "security-context-test-4763" to be "Succeeded or Failed" + Sep 16 20:30:41.582: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Pending", Reason="", readiness=false. Elapsed: 8.286757ms + Sep 16 20:30:43.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012506165s + Sep 16 20:30:45.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012673947s + Sep 16 20:30:47.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.012715407s + Sep 16 20:30:47.586: INFO: Pod "alpine-nnp-false-74dd3c30-02e2-44ac-9f04-95ba4f5e3a88" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 16 20:30:47.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-4763" for this suite. 09/16/22 20:30:47.604 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Kubelet when scheduling an agnhost Pod with hostAliases + should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:30:47.616 +Sep 16 20:30:47.616: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubelet-test 09/16/22 20:30:47.618 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:47.629 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:47.633 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[It] should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 +STEP: Waiting for pod completion 09/16/22 20:30:47.641 +Sep 16 20:30:47.641: INFO: Waiting up to 3m0s for pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47" in namespace "kubelet-test-1186" to be "completed" +Sep 16 20:30:47.645: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47": Phase="Pending", Reason="", readiness=false. Elapsed: 3.245823ms +Sep 16 20:30:49.647: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00558877s +Sep 16 20:30:51.648: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006226097s +Sep 16 20:30:51.648: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47" satisfied condition "completed" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 16 20:30:51.653: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-1186" for this suite. 09/16/22 20:30:51.656 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Kubelet when scheduling an agnhost Pod with hostAliases should write entries to /etc/hosts [NodeConformance] [Conformance]","completed":306,"skipped":5682,"failed":0} +------------------------------ +• [4.048 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling an agnhost Pod with hostAliases + test/e2e/common/node/kubelet.go:140 + should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:30:47.616 + Sep 16 20:30:47.616: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubelet-test 09/16/22 20:30:47.618 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:47.629 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:47.633 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [It] should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 + STEP: Waiting for pod completion 09/16/22 20:30:47.641 + Sep 16 20:30:47.641: INFO: Waiting up to 3m0s for pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47" in namespace "kubelet-test-1186" to be "completed" + Sep 16 20:30:47.645: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47": Phase="Pending", Reason="", readiness=false. Elapsed: 3.245823ms + Sep 16 20:30:49.647: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00558877s + Sep 16 20:30:51.648: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006226097s + Sep 16 20:30:51.648: INFO: Pod "agnhost-host-aliasese249f28d-e65f-405d-ab3e-d0a524e4ca47" satisfied condition "completed" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 16 20:30:51.653: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-1186" for this suite. 09/16/22 20:30:51.656 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] CronJob + should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:30:51.664 +Sep 16 20:30:51.665: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename cronjob 09/16/22 20:30:51.666 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:51.687 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:51.691 +[It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +STEP: Creating a ReplaceConcurrent cronjob 09/16/22 20:30:51.695 +STEP: Ensuring a job is scheduled 09/16/22 20:30:51.699 +STEP: Ensuring exactly one is scheduled 09/16/22 20:31:01.809 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/16/22 20:31:01.812 +STEP: Ensuring the job is replaced with a new one 09/16/22 20:31:01.824 +STEP: Removing cronjob 09/16/22 20:32:01.84 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 16 20:32:01.845: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-2117" for this suite. 09/16/22 20:32:01.848 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] CronJob should replace jobs when ReplaceConcurrent [Conformance]","completed":307,"skipped":5682,"failed":0} +------------------------------ +• [SLOW TEST] [70.203 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:30:51.664 + Sep 16 20:30:51.665: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename cronjob 09/16/22 20:30:51.666 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:30:51.687 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:30:51.691 + [It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 + STEP: Creating a ReplaceConcurrent cronjob 09/16/22 20:30:51.695 + STEP: Ensuring a job is scheduled 09/16/22 20:30:51.699 + STEP: Ensuring exactly one is scheduled 09/16/22 20:31:01.809 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/16/22 20:31:01.812 + STEP: Ensuring the job is replaced with a new one 09/16/22 20:31:01.824 + STEP: Removing cronjob 09/16/22 20:32:01.84 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 16 20:32:01.845: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-2117" for this suite. 09/16/22 20:32:01.848 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:32:01.876 +Sep 16 20:32:01.876: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename namespaces 09/16/22 20:32:01.877 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:01.898 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:01.919 +[It] should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 +STEP: Creating a test namespace 09/16/22 20:32:01.93 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:01.949 +STEP: Creating a service in the namespace 09/16/22 20:32:01.96 +STEP: Deleting the namespace 09/16/22 20:32:01.976 +STEP: Waiting for the namespace to be removed. 09/16/22 20:32:01.998 +STEP: Recreating the namespace 09/16/22 20:32:08.001 +STEP: Verifying there is no service in the namespace 09/16/22 20:32:08.061 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:32:08.066: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-7928" for this suite. 09/16/22 20:32:08.069 +STEP: Destroying namespace "nsdeletetest-1710" for this suite. 09/16/22 20:32:08.073 +Sep 16 20:32:08.076: INFO: Namespace nsdeletetest-1710 was already deleted +STEP: Destroying namespace "nsdeletetest-4911" for this suite. 09/16/22 20:32:08.076 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all services are removed when a namespace is deleted [Conformance]","completed":308,"skipped":5753,"failed":0} +------------------------------ +• [SLOW TEST] [6.205 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:32:01.876 + Sep 16 20:32:01.876: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename namespaces 09/16/22 20:32:01.877 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:01.898 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:01.919 + [It] should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 + STEP: Creating a test namespace 09/16/22 20:32:01.93 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:01.949 + STEP: Creating a service in the namespace 09/16/22 20:32:01.96 + STEP: Deleting the namespace 09/16/22 20:32:01.976 + STEP: Waiting for the namespace to be removed. 09/16/22 20:32:01.998 + STEP: Recreating the namespace 09/16/22 20:32:08.001 + STEP: Verifying there is no service in the namespace 09/16/22 20:32:08.061 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:32:08.066: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-7928" for this suite. 09/16/22 20:32:08.069 + STEP: Destroying namespace "nsdeletetest-1710" for this suite. 09/16/22 20:32:08.073 + Sep 16 20:32:08.076: INFO: Namespace nsdeletetest-1710 was already deleted + STEP: Destroying namespace "nsdeletetest-4911" for this suite. 09/16/22 20:32:08.076 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:32:08.084 +Sep 16 20:32:08.084: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:32:08.086 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:08.097 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:08.101 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 +STEP: creating a service nodeport-service with the type=NodePort in namespace services-4261 09/16/22 20:32:08.105 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/16/22 20:32:08.115 +STEP: creating service externalsvc in namespace services-4261 09/16/22 20:32:08.115 +STEP: creating replication controller externalsvc in namespace services-4261 09/16/22 20:32:08.131 +I0916 20:32:08.137917 19 runners.go:193] Created replication controller with name: externalsvc, namespace: services-4261, replica count: 2 +I0916 20:32:11.189093 19 runners.go:193] 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 09/16/22 20:32:11.191 +Sep 16 20:32:11.208: INFO: Creating new exec pod +Sep 16 20:32:11.218: INFO: Waiting up to 5m0s for pod "execpodfzzrl" in namespace "services-4261" to be "running" +Sep 16 20:32:11.233: INFO: Pod "execpodfzzrl": Phase="Pending", Reason="", readiness=false. Elapsed: 14.448558ms +Sep 16 20:32:13.237: INFO: Pod "execpodfzzrl": Phase="Running", Reason="", readiness=true. Elapsed: 2.018427352s +Sep 16 20:32:13.237: INFO: Pod "execpodfzzrl" satisfied condition "running" +Sep 16 20:32:13.237: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4261 exec execpodfzzrl -- /bin/sh -x -c nslookup nodeport-service.services-4261.svc.cluster.local' +Sep 16 20:32:13.355: INFO: rc: 1 +Sep 16 20:32:13.356: INFO: ExternalName service "services-4261/execpodfzzrl" failed to resolve to IP +Sep 16 20:32:15.356: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4261 exec execpodfzzrl -- /bin/sh -x -c nslookup nodeport-service.services-4261.svc.cluster.local' +Sep 16 20:32:15.560: INFO: stderr: "+ nslookup nodeport-service.services-4261.svc.cluster.local\n" +Sep 16 20:32:15.560: INFO: stdout: "Server:\t\t10.43.0.10\nAddress:\t10.43.0.10#53\n\nnodeport-service.services-4261.svc.cluster.local\tcanonical name = externalsvc.services-4261.svc.cluster.local.\nName:\texternalsvc.services-4261.svc.cluster.local\nAddress: 10.43.194.146\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-4261, will wait for the garbage collector to delete the pods 09/16/22 20:32:15.56 +Sep 16 20:32:15.623: INFO: Deleting ReplicationController externalsvc took: 3.407256ms +Sep 16 20:32:15.724: INFO: Terminating ReplicationController externalsvc pods took: 100.905849ms +Sep 16 20:32:18.041: INFO: Cleaning up the NodePort to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:32:18.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-4261" for this suite. 09/16/22 20:32:18.057 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance]","completed":309,"skipped":5761,"failed":0} +------------------------------ +• [SLOW TEST] [9.979 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:32:08.084 + Sep 16 20:32:08.084: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:32:08.086 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:08.097 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:08.101 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 + STEP: creating a service nodeport-service with the type=NodePort in namespace services-4261 09/16/22 20:32:08.105 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/16/22 20:32:08.115 + STEP: creating service externalsvc in namespace services-4261 09/16/22 20:32:08.115 + STEP: creating replication controller externalsvc in namespace services-4261 09/16/22 20:32:08.131 + I0916 20:32:08.137917 19 runners.go:193] Created replication controller with name: externalsvc, namespace: services-4261, replica count: 2 + I0916 20:32:11.189093 19 runners.go:193] 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 09/16/22 20:32:11.191 + Sep 16 20:32:11.208: INFO: Creating new exec pod + Sep 16 20:32:11.218: INFO: Waiting up to 5m0s for pod "execpodfzzrl" in namespace "services-4261" to be "running" + Sep 16 20:32:11.233: INFO: Pod "execpodfzzrl": Phase="Pending", Reason="", readiness=false. Elapsed: 14.448558ms + Sep 16 20:32:13.237: INFO: Pod "execpodfzzrl": Phase="Running", Reason="", readiness=true. Elapsed: 2.018427352s + Sep 16 20:32:13.237: INFO: Pod "execpodfzzrl" satisfied condition "running" + Sep 16 20:32:13.237: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4261 exec execpodfzzrl -- /bin/sh -x -c nslookup nodeport-service.services-4261.svc.cluster.local' + Sep 16 20:32:13.355: INFO: rc: 1 + Sep 16 20:32:13.356: INFO: ExternalName service "services-4261/execpodfzzrl" failed to resolve to IP + Sep 16 20:32:15.356: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-4261 exec execpodfzzrl -- /bin/sh -x -c nslookup nodeport-service.services-4261.svc.cluster.local' + Sep 16 20:32:15.560: INFO: stderr: "+ nslookup nodeport-service.services-4261.svc.cluster.local\n" + Sep 16 20:32:15.560: INFO: stdout: "Server:\t\t10.43.0.10\nAddress:\t10.43.0.10#53\n\nnodeport-service.services-4261.svc.cluster.local\tcanonical name = externalsvc.services-4261.svc.cluster.local.\nName:\texternalsvc.services-4261.svc.cluster.local\nAddress: 10.43.194.146\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-4261, will wait for the garbage collector to delete the pods 09/16/22 20:32:15.56 + Sep 16 20:32:15.623: INFO: Deleting ReplicationController externalsvc took: 3.407256ms + Sep 16 20:32:15.724: INFO: Terminating ReplicationController externalsvc pods took: 100.905849ms + Sep 16 20:32:18.041: INFO: Cleaning up the NodePort to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:32:18.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-4261" for this suite. 09/16/22 20:32:18.057 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] InitContainer [NodeConformance] + should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:32:18.063 +Sep 16 20:32:18.063: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename init-container 09/16/22 20:32:18.064 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:18.074 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:18.077 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 +STEP: creating the pod 09/16/22 20:32:18.125 +Sep 16 20:32:18.125: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 20:32:23.284: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-1905" for this suite. 09/16/22 20:32:23.291 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]","completed":310,"skipped":5765,"failed":0} +------------------------------ +• [SLOW TEST] [5.238 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:32:18.063 + Sep 16 20:32:18.063: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename init-container 09/16/22 20:32:18.064 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:18.074 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:18.077 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 + STEP: creating the pod 09/16/22 20:32:18.125 + Sep 16 20:32:18.125: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 20:32:23.284: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-1905" for this suite. 09/16/22 20:32:23.291 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ControllerRevision [Serial] + should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 +[BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:32:23.303 +Sep 16 20:32:23.303: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename controllerrevisions 09/16/22 20:32:23.304 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:23.342 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:23.347 +[BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:93 +[It] should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 +STEP: Creating DaemonSet "e2e-wrnd5-daemon-set" 09/16/22 20:32:23.377 +STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 20:32:23.392 +Sep 16 20:32:23.404: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 0 +Sep 16 20:32:23.404: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:32:24.411: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 1 +Sep 16 20:32:24.411: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:32:25.409: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 2 +Sep 16 20:32:25.409: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset e2e-wrnd5-daemon-set +STEP: Confirm DaemonSet "e2e-wrnd5-daemon-set" successfully created with "daemonset-name=e2e-wrnd5-daemon-set" label 09/16/22 20:32:25.411 +STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-wrnd5-daemon-set" 09/16/22 20:32:25.415 +Sep 16 20:32:25.418: INFO: Located ControllerRevision: "e2e-wrnd5-daemon-set-859685fb69" +STEP: Patching ControllerRevision "e2e-wrnd5-daemon-set-859685fb69" 09/16/22 20:32:25.421 +Sep 16 20:32:25.425: INFO: e2e-wrnd5-daemon-set-859685fb69 has been patched +STEP: Create a new ControllerRevision 09/16/22 20:32:25.426 +Sep 16 20:32:25.429: INFO: Created ControllerRevision: e2e-wrnd5-daemon-set-5d77fdbd85 +STEP: Confirm that there are two ControllerRevisions 09/16/22 20:32:25.429 +Sep 16 20:32:25.429: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 16 20:32:25.431: INFO: Found 2 ControllerRevisions +STEP: Deleting ControllerRevision "e2e-wrnd5-daemon-set-859685fb69" 09/16/22 20:32:25.431 +STEP: Confirm that there is only one ControllerRevision 09/16/22 20:32:25.435 +Sep 16 20:32:25.435: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 16 20:32:25.437: INFO: Found 1 ControllerRevisions +STEP: Updating ControllerRevision "e2e-wrnd5-daemon-set-5d77fdbd85" 09/16/22 20:32:25.44 +Sep 16 20:32:25.446: INFO: e2e-wrnd5-daemon-set-5d77fdbd85 has been updated +STEP: Generate another ControllerRevision by patching the Daemonset 09/16/22 20:32:25.446 +W0916 20:32:25.451183 19 warnings.go:70] unknown field "updateStrategy" +STEP: Confirm that there are two ControllerRevisions 09/16/22 20:32:25.451 +Sep 16 20:32:25.451: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 16 20:32:26.455: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 16 20:32:26.459: INFO: Found 2 ControllerRevisions +STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-wrnd5-daemon-set-5d77fdbd85=updated" 09/16/22 20:32:26.459 +STEP: Confirm that there is only one ControllerRevision 09/16/22 20:32:26.464 +Sep 16 20:32:26.464: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 16 20:32:26.468: INFO: Found 1 ControllerRevisions +Sep 16 20:32:26.470: INFO: ControllerRevision "e2e-wrnd5-daemon-set-ff7688bfb" has revision 3 +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 +STEP: Deleting DaemonSet "e2e-wrnd5-daemon-set" 09/16/22 20:32:26.473 +STEP: deleting DaemonSet.extensions e2e-wrnd5-daemon-set in namespace controllerrevisions-5648, will wait for the garbage collector to delete the pods 09/16/22 20:32:26.473 +Sep 16 20:32:26.535: INFO: Deleting DaemonSet.extensions e2e-wrnd5-daemon-set took: 6.793281ms +Sep 16 20:32:26.635: INFO: Terminating DaemonSet.extensions e2e-wrnd5-daemon-set pods took: 100.645814ms +Sep 16 20:32:27.739: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 0 +Sep 16 20:32:27.739: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-wrnd5-daemon-set +Sep 16 20:32:27.742: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"36670"},"items":null} + +Sep 16 20:32:27.744: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"36670"},"items":null} + +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:32:27.754: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "controllerrevisions-5648" for this suite. 09/16/22 20:32:27.756 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ControllerRevision [Serial] should manage the lifecycle of a ControllerRevision [Conformance]","completed":311,"skipped":5775,"failed":0} +------------------------------ +• [4.457 seconds] +[sig-apps] ControllerRevision [Serial] +test/e2e/apps/framework.go:23 + should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:32:23.303 + Sep 16 20:32:23.303: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename controllerrevisions 09/16/22 20:32:23.304 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:23.342 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:23.347 + [BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:93 + [It] should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 + STEP: Creating DaemonSet "e2e-wrnd5-daemon-set" 09/16/22 20:32:23.377 + STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 20:32:23.392 + Sep 16 20:32:23.404: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 0 + Sep 16 20:32:23.404: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:32:24.411: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 1 + Sep 16 20:32:24.411: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:32:25.409: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 2 + Sep 16 20:32:25.409: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset e2e-wrnd5-daemon-set + STEP: Confirm DaemonSet "e2e-wrnd5-daemon-set" successfully created with "daemonset-name=e2e-wrnd5-daemon-set" label 09/16/22 20:32:25.411 + STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-wrnd5-daemon-set" 09/16/22 20:32:25.415 + Sep 16 20:32:25.418: INFO: Located ControllerRevision: "e2e-wrnd5-daemon-set-859685fb69" + STEP: Patching ControllerRevision "e2e-wrnd5-daemon-set-859685fb69" 09/16/22 20:32:25.421 + Sep 16 20:32:25.425: INFO: e2e-wrnd5-daemon-set-859685fb69 has been patched + STEP: Create a new ControllerRevision 09/16/22 20:32:25.426 + Sep 16 20:32:25.429: INFO: Created ControllerRevision: e2e-wrnd5-daemon-set-5d77fdbd85 + STEP: Confirm that there are two ControllerRevisions 09/16/22 20:32:25.429 + Sep 16 20:32:25.429: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 16 20:32:25.431: INFO: Found 2 ControllerRevisions + STEP: Deleting ControllerRevision "e2e-wrnd5-daemon-set-859685fb69" 09/16/22 20:32:25.431 + STEP: Confirm that there is only one ControllerRevision 09/16/22 20:32:25.435 + Sep 16 20:32:25.435: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 16 20:32:25.437: INFO: Found 1 ControllerRevisions + STEP: Updating ControllerRevision "e2e-wrnd5-daemon-set-5d77fdbd85" 09/16/22 20:32:25.44 + Sep 16 20:32:25.446: INFO: e2e-wrnd5-daemon-set-5d77fdbd85 has been updated + STEP: Generate another ControllerRevision by patching the Daemonset 09/16/22 20:32:25.446 + W0916 20:32:25.451183 19 warnings.go:70] unknown field "updateStrategy" + STEP: Confirm that there are two ControllerRevisions 09/16/22 20:32:25.451 + Sep 16 20:32:25.451: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 16 20:32:26.455: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 16 20:32:26.459: INFO: Found 2 ControllerRevisions + STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-wrnd5-daemon-set-5d77fdbd85=updated" 09/16/22 20:32:26.459 + STEP: Confirm that there is only one ControllerRevision 09/16/22 20:32:26.464 + Sep 16 20:32:26.464: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 16 20:32:26.468: INFO: Found 1 ControllerRevisions + Sep 16 20:32:26.470: INFO: ControllerRevision "e2e-wrnd5-daemon-set-ff7688bfb" has revision 3 + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 + STEP: Deleting DaemonSet "e2e-wrnd5-daemon-set" 09/16/22 20:32:26.473 + STEP: deleting DaemonSet.extensions e2e-wrnd5-daemon-set in namespace controllerrevisions-5648, will wait for the garbage collector to delete the pods 09/16/22 20:32:26.473 + Sep 16 20:32:26.535: INFO: Deleting DaemonSet.extensions e2e-wrnd5-daemon-set took: 6.793281ms + Sep 16 20:32:26.635: INFO: Terminating DaemonSet.extensions e2e-wrnd5-daemon-set pods took: 100.645814ms + Sep 16 20:32:27.739: INFO: Number of nodes with available pods controlled by daemonset e2e-wrnd5-daemon-set: 0 + Sep 16 20:32:27.739: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-wrnd5-daemon-set + Sep 16 20:32:27.742: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"36670"},"items":null} + + Sep 16 20:32:27.744: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"36670"},"items":null} + + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:32:27.754: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "controllerrevisions-5648" for this suite. 09/16/22 20:32:27.756 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] CronJob + should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:32:27.76 +Sep 16 20:32:27.761: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename cronjob 09/16/22 20:32:27.762 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:27.781 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:27.784 +[It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +STEP: Creating a ForbidConcurrent cronjob 09/16/22 20:32:27.787 +STEP: Ensuring a job is scheduled 09/16/22 20:32:27.793 +STEP: Ensuring exactly one is scheduled 09/16/22 20:33:01.796 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/16/22 20:33:01.798 +STEP: Ensuring no more jobs are scheduled 09/16/22 20:33:01.8 +STEP: Removing cronjob 09/16/22 20:38:01.966 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 16 20:38:01.969: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-1605" for this suite. 09/16/22 20:38:01.991 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] CronJob should not schedule new jobs when ForbidConcurrent [Slow] [Conformance]","completed":312,"skipped":5778,"failed":0} +------------------------------ +• [SLOW TEST] [334.236 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:32:27.76 + Sep 16 20:32:27.761: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename cronjob 09/16/22 20:32:27.762 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:32:27.781 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:32:27.784 + [It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 + STEP: Creating a ForbidConcurrent cronjob 09/16/22 20:32:27.787 + STEP: Ensuring a job is scheduled 09/16/22 20:32:27.793 + STEP: Ensuring exactly one is scheduled 09/16/22 20:33:01.796 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/16/22 20:33:01.798 + STEP: Ensuring no more jobs are scheduled 09/16/22 20:33:01.8 + STEP: Removing cronjob 09/16/22 20:38:01.966 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 16 20:38:01.969: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-1605" for this suite. 09/16/22 20:38:01.991 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl server-side dry-run + should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:02.005 +Sep 16 20:38:02.005: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:38:02.006 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:02.055 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:02.06 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 20:38:02.065 +Sep 16 20:38:02.065: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-5650 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Sep 16 20:38:02.192: INFO: stderr: "" +Sep 16 20:38:02.192: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: replace the image in the pod with server-side dry-run 09/16/22 20:38:02.192 +Sep 16 20:38:02.195: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-5650 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "registry.k8s.io/e2e-test-images/busybox:1.29-2"}]}} --dry-run=server' +Sep 16 20:38:03.382: INFO: stderr: "" +Sep 16 20:38:03.382: INFO: stdout: "pod/e2e-test-httpd-pod patched\n" +STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 20:38:03.382 +Sep 16 20:38:03.386: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-5650 delete pods e2e-test-httpd-pod' +Sep 16 20:38:05.396: INFO: stderr: "" +Sep 16 20:38:05.396: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:38:05.396: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5650" for this suite. 09/16/22 20:38:05.401 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl server-side dry-run should check if kubectl can dry-run update Pods [Conformance]","completed":313,"skipped":5791,"failed":0} +------------------------------ +• [3.403 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl server-side dry-run + test/e2e/kubectl/kubectl.go:954 + should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:02.005 + Sep 16 20:38:02.005: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:38:02.006 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:02.055 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:02.06 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 20:38:02.065 + Sep 16 20:38:02.065: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-5650 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Sep 16 20:38:02.192: INFO: stderr: "" + Sep 16 20:38:02.192: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: replace the image in the pod with server-side dry-run 09/16/22 20:38:02.192 + Sep 16 20:38:02.195: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-5650 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "registry.k8s.io/e2e-test-images/busybox:1.29-2"}]}} --dry-run=server' + Sep 16 20:38:03.382: INFO: stderr: "" + Sep 16 20:38:03.382: INFO: stdout: "pod/e2e-test-httpd-pod patched\n" + STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/16/22 20:38:03.382 + Sep 16 20:38:03.386: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-5650 delete pods e2e-test-httpd-pod' + Sep 16 20:38:05.396: INFO: stderr: "" + Sep 16 20:38:05.396: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:38:05.396: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5650" for this suite. 09/16/22 20:38:05.401 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Downward API volume + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:05.414 +Sep 16 20:38:05.414: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:38:05.415 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:05.434 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:05.439 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:38:05.448 +Sep 16 20:38:05.470: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64" in namespace "downward-api-848" to be "Succeeded or Failed" +Sep 16 20:38:05.479: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64": Phase="Pending", Reason="", readiness=false. Elapsed: 8.012383ms +Sep 16 20:38:07.483: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012633546s +Sep 16 20:38:09.482: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011817968s +STEP: Saw pod success 09/16/22 20:38:09.482 +Sep 16 20:38:09.483: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64" satisfied condition "Succeeded or Failed" +Sep 16 20:38:09.485: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64 container client-container: +STEP: delete the pod 09/16/22 20:38:09.498 +Sep 16 20:38:09.505: INFO: Waiting for pod downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64 to disappear +Sep 16 20:38:09.511: INFO: Pod downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 16 20:38:09.511: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-848" for this suite. 09/16/22 20:38:09.515 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]","completed":314,"skipped":5815,"failed":0} +------------------------------ +• [4.106 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:05.414 + Sep 16 20:38:05.414: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:38:05.415 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:05.434 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:05.439 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:38:05.448 + Sep 16 20:38:05.470: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64" in namespace "downward-api-848" to be "Succeeded or Failed" + Sep 16 20:38:05.479: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64": Phase="Pending", Reason="", readiness=false. Elapsed: 8.012383ms + Sep 16 20:38:07.483: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012633546s + Sep 16 20:38:09.482: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011817968s + STEP: Saw pod success 09/16/22 20:38:09.482 + Sep 16 20:38:09.483: INFO: Pod "downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64" satisfied condition "Succeeded or Failed" + Sep 16 20:38:09.485: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64 container client-container: + STEP: delete the pod 09/16/22 20:38:09.498 + Sep 16 20:38:09.505: INFO: Waiting for pod downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64 to disappear + Sep 16 20:38:09.511: INFO: Pod downwardapi-volume-4909f6f6-64e4-4522-be2b-6ac6ce0b9e64 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 16 20:38:09.511: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-848" for this suite. 09/16/22 20:38:09.515 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:09.521 +Sep 16 20:38:09.521: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 20:38:09.522 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:09.539 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:09.544 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 +STEP: Creating configMap with name configmap-test-volume-befb2754-ec8d-4159-b1f9-f2551aed5476 09/16/22 20:38:09.549 +STEP: Creating a pod to test consume configMaps 09/16/22 20:38:09.553 +Sep 16 20:38:09.560: INFO: Waiting up to 5m0s for pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7" in namespace "configmap-8463" to be "Succeeded or Failed" +Sep 16 20:38:09.569: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7": Phase="Pending", Reason="", readiness=false. Elapsed: 9.412396ms +Sep 16 20:38:11.573: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012825838s +Sep 16 20:38:13.572: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012006761s +STEP: Saw pod success 09/16/22 20:38:13.572 +Sep 16 20:38:13.572: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7" satisfied condition "Succeeded or Failed" +Sep 16 20:38:13.574: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7 container agnhost-container: +STEP: delete the pod 09/16/22 20:38:13.58 +Sep 16 20:38:13.591: INFO: Waiting for pod pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7 to disappear +Sep 16 20:38:13.593: INFO: Pod pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 20:38:13.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-8463" for this suite. 09/16/22 20:38:13.599 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]","completed":315,"skipped":5816,"failed":0} +------------------------------ +• [4.083 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:09.521 + Sep 16 20:38:09.521: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 20:38:09.522 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:09.539 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:09.544 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 + STEP: Creating configMap with name configmap-test-volume-befb2754-ec8d-4159-b1f9-f2551aed5476 09/16/22 20:38:09.549 + STEP: Creating a pod to test consume configMaps 09/16/22 20:38:09.553 + Sep 16 20:38:09.560: INFO: Waiting up to 5m0s for pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7" in namespace "configmap-8463" to be "Succeeded or Failed" + Sep 16 20:38:09.569: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7": Phase="Pending", Reason="", readiness=false. Elapsed: 9.412396ms + Sep 16 20:38:11.573: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012825838s + Sep 16 20:38:13.572: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012006761s + STEP: Saw pod success 09/16/22 20:38:13.572 + Sep 16 20:38:13.572: INFO: Pod "pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7" satisfied condition "Succeeded or Failed" + Sep 16 20:38:13.574: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7 container agnhost-container: + STEP: delete the pod 09/16/22 20:38:13.58 + Sep 16 20:38:13.591: INFO: Waiting for pod pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7 to disappear + Sep 16 20:38:13.593: INFO: Pod pod-configmaps-9a643289-b7eb-4b09-9220-5a034bdd25c7 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 20:38:13.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-8463" for this suite. 09/16/22 20:38:13.599 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Guestbook application + should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:13.611 +Sep 16 20:38:13.611: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:38:13.613 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:13.63 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:13.635 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 +STEP: creating all guestbook components 09/16/22 20:38:13.639 +Sep 16 20:38:13.639: 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 + +Sep 16 20:38:13.639: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' +Sep 16 20:38:13.934: INFO: stderr: "" +Sep 16 20:38:13.934: INFO: stdout: "service/agnhost-replica created\n" +Sep 16 20:38:13.934: 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 + +Sep 16 20:38:13.934: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' +Sep 16 20:38:14.191: INFO: stderr: "" +Sep 16 20:38:14.191: INFO: stdout: "service/agnhost-primary created\n" +Sep 16 20:38:14.191: 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 + +Sep 16 20:38:14.191: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' +Sep 16 20:38:14.379: INFO: stderr: "" +Sep 16 20:38:14.379: INFO: stdout: "service/frontend created\n" +Sep 16 20:38:14.379: 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: registry.k8s.io/e2e-test-images/agnhost:2.40 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + +Sep 16 20:38:14.379: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' +Sep 16 20:38:14.588: INFO: stderr: "" +Sep 16 20:38:14.588: INFO: stdout: "deployment.apps/frontend created\n" +Sep 16 20:38:14.588: 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: registry.k8s.io/e2e-test-images/agnhost:2.40 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Sep 16 20:38:14.588: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' +Sep 16 20:38:14.839: INFO: stderr: "" +Sep 16 20:38:14.839: INFO: stdout: "deployment.apps/agnhost-primary created\n" +Sep 16 20:38:14.839: 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: registry.k8s.io/e2e-test-images/agnhost:2.40 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Sep 16 20:38:14.839: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' +Sep 16 20:38:15.118: INFO: stderr: "" +Sep 16 20:38:15.118: INFO: stdout: "deployment.apps/agnhost-replica created\n" +STEP: validating guestbook app 09/16/22 20:38:15.118 +Sep 16 20:38:15.118: INFO: Waiting for all frontend pods to be Running. +Sep 16 20:38:20.169: INFO: Waiting for frontend to serve content. +Sep 16 20:38:20.181: INFO: Trying to add a new entry to the guestbook. +Sep 16 20:38:20.189: INFO: Verifying that added entry can be retrieved. +Sep 16 20:38:20.197: INFO: Failed to get response from guestbook. err: , response: {"data":""} +STEP: using delete to clean up resources 09/16/22 20:38:25.223 +Sep 16 20:38:25.223: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' +Sep 16 20:38:25.356: 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" +Sep 16 20:38:25.356: INFO: stdout: "service \"agnhost-replica\" force deleted\n" +STEP: using delete to clean up resources 09/16/22 20:38:25.356 +Sep 16 20:38:25.356: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' +Sep 16 20:38:25.583: 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" +Sep 16 20:38:25.583: INFO: stdout: "service \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 09/16/22 20:38:25.583 +Sep 16 20:38:25.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' +Sep 16 20:38:25.713: 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" +Sep 16 20:38:25.713: INFO: stdout: "service \"frontend\" force deleted\n" +STEP: using delete to clean up resources 09/16/22 20:38:25.713 +Sep 16 20:38:25.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' +Sep 16 20:38:25.813: 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" +Sep 16 20:38:25.813: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" +STEP: using delete to clean up resources 09/16/22 20:38:25.814 +Sep 16 20:38:25.815: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' +Sep 16 20:38:25.967: 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" +Sep 16 20:38:25.968: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 09/16/22 20:38:25.968 +Sep 16 20:38:25.968: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' +Sep 16 20:38:26.122: 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" +Sep 16 20:38:26.122: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:38:26.122: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-8799" for this suite. 09/16/22 20:38:26.132 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]","completed":316,"skipped":5843,"failed":0} +------------------------------ +• [SLOW TEST] [12.527 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Guestbook application + test/e2e/kubectl/kubectl.go:367 + should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:13.611 + Sep 16 20:38:13.611: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:38:13.613 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:13.63 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:13.635 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 + STEP: creating all guestbook components 09/16/22 20:38:13.639 + Sep 16 20:38:13.639: 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 + + Sep 16 20:38:13.639: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' + Sep 16 20:38:13.934: INFO: stderr: "" + Sep 16 20:38:13.934: INFO: stdout: "service/agnhost-replica created\n" + Sep 16 20:38:13.934: 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 + + Sep 16 20:38:13.934: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' + Sep 16 20:38:14.191: INFO: stderr: "" + Sep 16 20:38:14.191: INFO: stdout: "service/agnhost-primary created\n" + Sep 16 20:38:14.191: 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 + + Sep 16 20:38:14.191: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' + Sep 16 20:38:14.379: INFO: stderr: "" + Sep 16 20:38:14.379: INFO: stdout: "service/frontend created\n" + Sep 16 20:38:14.379: 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: registry.k8s.io/e2e-test-images/agnhost:2.40 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + + Sep 16 20:38:14.379: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' + Sep 16 20:38:14.588: INFO: stderr: "" + Sep 16 20:38:14.588: INFO: stdout: "deployment.apps/frontend created\n" + Sep 16 20:38:14.588: 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: registry.k8s.io/e2e-test-images/agnhost:2.40 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Sep 16 20:38:14.588: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' + Sep 16 20:38:14.839: INFO: stderr: "" + Sep 16 20:38:14.839: INFO: stdout: "deployment.apps/agnhost-primary created\n" + Sep 16 20:38:14.839: 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: registry.k8s.io/e2e-test-images/agnhost:2.40 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Sep 16 20:38:14.839: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 create -f -' + Sep 16 20:38:15.118: INFO: stderr: "" + Sep 16 20:38:15.118: INFO: stdout: "deployment.apps/agnhost-replica created\n" + STEP: validating guestbook app 09/16/22 20:38:15.118 + Sep 16 20:38:15.118: INFO: Waiting for all frontend pods to be Running. + Sep 16 20:38:20.169: INFO: Waiting for frontend to serve content. + Sep 16 20:38:20.181: INFO: Trying to add a new entry to the guestbook. + Sep 16 20:38:20.189: INFO: Verifying that added entry can be retrieved. + Sep 16 20:38:20.197: INFO: Failed to get response from guestbook. err: , response: {"data":""} + STEP: using delete to clean up resources 09/16/22 20:38:25.223 + Sep 16 20:38:25.223: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' + Sep 16 20:38:25.356: 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" + Sep 16 20:38:25.356: INFO: stdout: "service \"agnhost-replica\" force deleted\n" + STEP: using delete to clean up resources 09/16/22 20:38:25.356 + Sep 16 20:38:25.356: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' + Sep 16 20:38:25.583: 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" + Sep 16 20:38:25.583: INFO: stdout: "service \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 09/16/22 20:38:25.583 + Sep 16 20:38:25.584: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' + Sep 16 20:38:25.713: 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" + Sep 16 20:38:25.713: INFO: stdout: "service \"frontend\" force deleted\n" + STEP: using delete to clean up resources 09/16/22 20:38:25.713 + Sep 16 20:38:25.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' + Sep 16 20:38:25.813: 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" + Sep 16 20:38:25.813: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" + STEP: using delete to clean up resources 09/16/22 20:38:25.814 + Sep 16 20:38:25.815: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' + Sep 16 20:38:25.967: 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" + Sep 16 20:38:25.968: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 09/16/22 20:38:25.968 + Sep 16 20:38:25.968: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8799 delete --grace-period=0 --force -f -' + Sep 16 20:38:26.122: 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" + Sep 16 20:38:26.122: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:38:26.122: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-8799" for this suite. 09/16/22 20:38:26.132 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:26.139 +Sep 16 20:38:26.139: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:38:26.14 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:26.171 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:26.174 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:38:26.179 +Sep 16 20:38:26.186: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d" in namespace "projected-7732" to be "Succeeded or Failed" +Sep 16 20:38:26.194: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.423299ms +Sep 16 20:38:28.198: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012313098s +Sep 16 20:38:30.199: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013229771s +STEP: Saw pod success 09/16/22 20:38:30.199 +Sep 16 20:38:30.200: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d" satisfied condition "Succeeded or Failed" +Sep 16 20:38:30.202: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d container client-container: +STEP: delete the pod 09/16/22 20:38:30.214 +Sep 16 20:38:30.222: INFO: Waiting for pod downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d to disappear +Sep 16 20:38:30.230: INFO: Pod downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 20:38:30.230: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7732" for this suite. 09/16/22 20:38:30.233 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","completed":317,"skipped":5860,"failed":0} +------------------------------ +• [4.098 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:26.139 + Sep 16 20:38:26.139: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:38:26.14 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:26.171 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:26.174 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:38:26.179 + Sep 16 20:38:26.186: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d" in namespace "projected-7732" to be "Succeeded or Failed" + Sep 16 20:38:26.194: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.423299ms + Sep 16 20:38:28.198: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012313098s + Sep 16 20:38:30.199: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013229771s + STEP: Saw pod success 09/16/22 20:38:30.199 + Sep 16 20:38:30.200: INFO: Pod "downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d" satisfied condition "Succeeded or Failed" + Sep 16 20:38:30.202: INFO: Trying to get logs from node ip-172-31-15-7 pod downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d container client-container: + STEP: delete the pod 09/16/22 20:38:30.214 + Sep 16 20:38:30.222: INFO: Waiting for pod downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d to disappear + Sep 16 20:38:30.230: INFO: Pod downwardapi-volume-4c16791d-40b8-4998-bf7b-617ce6e34e6d no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 20:38:30.230: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7732" for this suite. 09/16/22 20:38:30.233 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:30.241 +Sep 16 20:38:30.241: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:38:30.242 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:30.304 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:30.309 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 +STEP: Creating configMap with name projected-configmap-test-volume-70263e6d-5ed4-46af-a256-6060e5800cd5 09/16/22 20:38:30.312 +STEP: Creating a pod to test consume configMaps 09/16/22 20:38:30.315 +Sep 16 20:38:30.323: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1" in namespace "projected-7207" to be "Succeeded or Failed" +Sep 16 20:38:30.331: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1": Phase="Pending", Reason="", readiness=false. Elapsed: 7.079246ms +Sep 16 20:38:32.335: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011410524s +Sep 16 20:38:34.335: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011648265s +STEP: Saw pod success 09/16/22 20:38:34.335 +Sep 16 20:38:34.335: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1" satisfied condition "Succeeded or Failed" +Sep 16 20:38:34.339: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1 container agnhost-container: +STEP: delete the pod 09/16/22 20:38:34.346 +Sep 16 20:38:34.356: INFO: Waiting for pod pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1 to disappear +Sep 16 20:38:34.359: INFO: Pod pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 16 20:38:34.360: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7207" for this suite. 09/16/22 20:38:34.365 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":318,"skipped":5871,"failed":0} +------------------------------ +• [4.132 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:30.241 + Sep 16 20:38:30.241: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:38:30.242 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:30.304 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:30.309 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 + STEP: Creating configMap with name projected-configmap-test-volume-70263e6d-5ed4-46af-a256-6060e5800cd5 09/16/22 20:38:30.312 + STEP: Creating a pod to test consume configMaps 09/16/22 20:38:30.315 + Sep 16 20:38:30.323: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1" in namespace "projected-7207" to be "Succeeded or Failed" + Sep 16 20:38:30.331: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1": Phase="Pending", Reason="", readiness=false. Elapsed: 7.079246ms + Sep 16 20:38:32.335: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011410524s + Sep 16 20:38:34.335: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011648265s + STEP: Saw pod success 09/16/22 20:38:34.335 + Sep 16 20:38:34.335: INFO: Pod "pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1" satisfied condition "Succeeded or Failed" + Sep 16 20:38:34.339: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1 container agnhost-container: + STEP: delete the pod 09/16/22 20:38:34.346 + Sep 16 20:38:34.356: INFO: Waiting for pod pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1 to disappear + Sep 16 20:38:34.359: INFO: Pod pod-projected-configmaps-b76aaaba-6522-4a60-bb21-0cc346d235a1 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 16 20:38:34.360: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7207" for this suite. 09/16/22 20:38:34.365 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] ReplicaSet + Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:34.374 +Sep 16 20:38:34.375: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename replicaset 09/16/22 20:38:34.376 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:34.389 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:34.393 +[It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +Sep 16 20:38:34.453: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/16/22 20:38:34.453 +Sep 16 20:38:34.453: INFO: Waiting up to 5m0s for pod "test-rs-g889t" in namespace "replicaset-7535" to be "running" +Sep 16 20:38:34.464: INFO: Pod "test-rs-g889t": Phase="Pending", Reason="", readiness=false. Elapsed: 10.947991ms +Sep 16 20:38:36.469: INFO: Pod "test-rs-g889t": Phase="Running", Reason="", readiness=true. Elapsed: 2.015236918s +Sep 16 20:38:36.469: INFO: Pod "test-rs-g889t" satisfied condition "running" +STEP: Scaling up "test-rs" replicaset 09/16/22 20:38:36.469 +Sep 16 20:38:36.474: INFO: Updating replica set "test-rs" +STEP: patching the ReplicaSet 09/16/22 20:38:36.475 +W0916 20:38:36.482316 19 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Sep 16 20:38:36.487: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 +Sep 16 20:38:36.512: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 +Sep 16 20:38:36.532: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 +Sep 16 20:38:36.542: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 +Sep 16 20:38:37.524: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 2, AvailableReplicas 2 +Sep 16 20:38:38.088: INFO: observed Replicaset test-rs in namespace replicaset-7535 with ReadyReplicas 3 found true +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 16 20:38:38.088: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-7535" for this suite. 09/16/22 20:38:38.092 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] ReplicaSet Replace and Patch tests [Conformance]","completed":319,"skipped":5879,"failed":0} +------------------------------ +• [3.722 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:34.374 + Sep 16 20:38:34.375: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename replicaset 09/16/22 20:38:34.376 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:34.389 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:34.393 + [It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 + Sep 16 20:38:34.453: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/16/22 20:38:34.453 + Sep 16 20:38:34.453: INFO: Waiting up to 5m0s for pod "test-rs-g889t" in namespace "replicaset-7535" to be "running" + Sep 16 20:38:34.464: INFO: Pod "test-rs-g889t": Phase="Pending", Reason="", readiness=false. Elapsed: 10.947991ms + Sep 16 20:38:36.469: INFO: Pod "test-rs-g889t": Phase="Running", Reason="", readiness=true. Elapsed: 2.015236918s + Sep 16 20:38:36.469: INFO: Pod "test-rs-g889t" satisfied condition "running" + STEP: Scaling up "test-rs" replicaset 09/16/22 20:38:36.469 + Sep 16 20:38:36.474: INFO: Updating replica set "test-rs" + STEP: patching the ReplicaSet 09/16/22 20:38:36.475 + W0916 20:38:36.482316 19 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Sep 16 20:38:36.487: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 + Sep 16 20:38:36.512: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 + Sep 16 20:38:36.532: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 + Sep 16 20:38:36.542: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 1, AvailableReplicas 1 + Sep 16 20:38:37.524: INFO: observed ReplicaSet test-rs in namespace replicaset-7535 with ReadyReplicas 2, AvailableReplicas 2 + Sep 16 20:38:38.088: INFO: observed Replicaset test-rs in namespace replicaset-7535 with ReadyReplicas 3 found true + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 16 20:38:38.088: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-7535" for this suite. 09/16/22 20:38:38.092 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Downward API + should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:38.098 +Sep 16 20:38:38.098: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:38:38.099 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:38.116 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:38.12 +[It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 +STEP: Creating a pod to test downward api env vars 09/16/22 20:38:38.123 +Sep 16 20:38:38.130: INFO: Waiting up to 5m0s for pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd" in namespace "downward-api-3965" to be "Succeeded or Failed" +Sep 16 20:38:38.136: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd": Phase="Pending", Reason="", readiness=false. Elapsed: 5.806076ms +Sep 16 20:38:40.140: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009386383s +Sep 16 20:38:42.141: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0100016s +STEP: Saw pod success 09/16/22 20:38:42.141 +Sep 16 20:38:42.141: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd" satisfied condition "Succeeded or Failed" +Sep 16 20:38:42.143: INFO: Trying to get logs from node ip-172-31-15-7 pod downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd container dapi-container: +STEP: delete the pod 09/16/22 20:38:42.147 +Sep 16 20:38:42.155: INFO: Waiting for pod downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd to disappear +Sep 16 20:38:42.157: INFO: Pod downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 16 20:38:42.158: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3965" for this suite. 09/16/22 20:38:42.161 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]","completed":320,"skipped":5882,"failed":0} +------------------------------ +• [4.068 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:38.098 + Sep 16 20:38:38.098: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:38:38.099 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:38.116 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:38.12 + [It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 + STEP: Creating a pod to test downward api env vars 09/16/22 20:38:38.123 + Sep 16 20:38:38.130: INFO: Waiting up to 5m0s for pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd" in namespace "downward-api-3965" to be "Succeeded or Failed" + Sep 16 20:38:38.136: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd": Phase="Pending", Reason="", readiness=false. Elapsed: 5.806076ms + Sep 16 20:38:40.140: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009386383s + Sep 16 20:38:42.141: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0100016s + STEP: Saw pod success 09/16/22 20:38:42.141 + Sep 16 20:38:42.141: INFO: Pod "downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd" satisfied condition "Succeeded or Failed" + Sep 16 20:38:42.143: INFO: Trying to get logs from node ip-172-31-15-7 pod downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd container dapi-container: + STEP: delete the pod 09/16/22 20:38:42.147 + Sep 16 20:38:42.155: INFO: Waiting for pod downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd to disappear + Sep 16 20:38:42.157: INFO: Pod downward-api-3fbaa192-4c9f-47df-bc8b-3149c13eb2bd no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 16 20:38:42.158: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3965" for this suite. 09/16/22 20:38:42.161 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:88 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:42.172 +Sep 16 20:38:42.172: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:38:42.173 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:42.19 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:42.194 +[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:88 +STEP: Creating secret with name secret-test-map-7fae197c-43e8-4f39-81fe-eb0ca05f8765 09/16/22 20:38:42.198 +STEP: Creating a pod to test consume secrets 09/16/22 20:38:42.214 +Sep 16 20:38:42.230: INFO: Waiting up to 5m0s for pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0" in namespace "secrets-2319" to be "Succeeded or Failed" +Sep 16 20:38:42.239: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0": Phase="Pending", Reason="", readiness=false. Elapsed: 8.795615ms +Sep 16 20:38:44.242: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011652918s +Sep 16 20:38:46.242: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011711428s +STEP: Saw pod success 09/16/22 20:38:46.242 +Sep 16 20:38:46.242: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0" satisfied condition "Succeeded or Failed" +Sep 16 20:38:46.245: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0 container secret-volume-test: +STEP: delete the pod 09/16/22 20:38:46.248 +Sep 16 20:38:46.255: INFO: Waiting for pod pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0 to disappear +Sep 16 20:38:46.260: INFO: Pod pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:38:46.260: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-2319" for this suite. 09/16/22 20:38:46.263 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":321,"skipped":5923,"failed":0} +------------------------------ +• [4.097 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:42.172 + Sep 16 20:38:42.172: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:38:42.173 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:42.19 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:42.194 + [It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:88 + STEP: Creating secret with name secret-test-map-7fae197c-43e8-4f39-81fe-eb0ca05f8765 09/16/22 20:38:42.198 + STEP: Creating a pod to test consume secrets 09/16/22 20:38:42.214 + Sep 16 20:38:42.230: INFO: Waiting up to 5m0s for pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0" in namespace "secrets-2319" to be "Succeeded or Failed" + Sep 16 20:38:42.239: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0": Phase="Pending", Reason="", readiness=false. Elapsed: 8.795615ms + Sep 16 20:38:44.242: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011652918s + Sep 16 20:38:46.242: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011711428s + STEP: Saw pod success 09/16/22 20:38:46.242 + Sep 16 20:38:46.242: INFO: Pod "pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0" satisfied condition "Succeeded or Failed" + Sep 16 20:38:46.245: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0 container secret-volume-test: + STEP: delete the pod 09/16/22 20:38:46.248 + Sep 16 20:38:46.255: INFO: Waiting for pod pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0 to disappear + Sep 16 20:38:46.260: INFO: Pod pod-secrets-af48ee61-b700-4b80-a24c-5524f4058fa0 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:38:46.260: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-2319" for this suite. 09/16/22 20:38:46.263 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-auth] Certificates API [Privileged:ClusterAdmin] + should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 +[BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:46.271 +Sep 16 20:38:46.271: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename certificates 09/16/22 20:38:46.272 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:46.288 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:46.292 +[It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 +STEP: getting /apis 09/16/22 20:38:47.24 +STEP: getting /apis/certificates.k8s.io 09/16/22 20:38:47.243 +STEP: getting /apis/certificates.k8s.io/v1 09/16/22 20:38:47.244 +STEP: creating 09/16/22 20:38:47.246 +STEP: getting 09/16/22 20:38:47.258 +STEP: listing 09/16/22 20:38:47.261 +STEP: watching 09/16/22 20:38:47.263 +Sep 16 20:38:47.263: INFO: starting watch +STEP: patching 09/16/22 20:38:47.264 +STEP: updating 09/16/22 20:38:47.269 +Sep 16 20:38:47.274: INFO: waiting for watch events with expected annotations +Sep 16 20:38:47.274: INFO: saw patched and updated annotations +STEP: getting /approval 09/16/22 20:38:47.274 +STEP: patching /approval 09/16/22 20:38:47.278 +STEP: updating /approval 09/16/22 20:38:47.282 +STEP: getting /status 09/16/22 20:38:47.287 +STEP: patching /status 09/16/22 20:38:47.29 +STEP: updating /status 09/16/22 20:38:47.296 +STEP: deleting 09/16/22 20:38:47.302 +STEP: deleting a collection 09/16/22 20:38:47.31 +[AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:38:47.318: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "certificates-3425" for this suite. 09/16/22 20:38:47.321 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","completed":322,"skipped":5941,"failed":0} +------------------------------ +• [1.054 seconds] +[sig-auth] Certificates API [Privileged:ClusterAdmin] +test/e2e/auth/framework.go:23 + should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:46.271 + Sep 16 20:38:46.271: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename certificates 09/16/22 20:38:46.272 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:46.288 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:46.292 + [It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 + STEP: getting /apis 09/16/22 20:38:47.24 + STEP: getting /apis/certificates.k8s.io 09/16/22 20:38:47.243 + STEP: getting /apis/certificates.k8s.io/v1 09/16/22 20:38:47.244 + STEP: creating 09/16/22 20:38:47.246 + STEP: getting 09/16/22 20:38:47.258 + STEP: listing 09/16/22 20:38:47.261 + STEP: watching 09/16/22 20:38:47.263 + Sep 16 20:38:47.263: INFO: starting watch + STEP: patching 09/16/22 20:38:47.264 + STEP: updating 09/16/22 20:38:47.269 + Sep 16 20:38:47.274: INFO: waiting for watch events with expected annotations + Sep 16 20:38:47.274: INFO: saw patched and updated annotations + STEP: getting /approval 09/16/22 20:38:47.274 + STEP: patching /approval 09/16/22 20:38:47.278 + STEP: updating /approval 09/16/22 20:38:47.282 + STEP: getting /status 09/16/22 20:38:47.287 + STEP: patching /status 09/16/22 20:38:47.29 + STEP: updating /status 09/16/22 20:38:47.296 + STEP: deleting 09/16/22 20:38:47.302 + STEP: deleting a collection 09/16/22 20:38:47.31 + [AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:38:47.318: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "certificates-3425" for this suite. 09/16/22 20:38:47.321 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:248 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:47.329 +Sep 16 20:38:47.329: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:38:47.33 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:47.347 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:47.355 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:248 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:38:47.361 +Sep 16 20:38:47.374: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b" in namespace "projected-9511" to be "Succeeded or Failed" +Sep 16 20:38:47.385: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 10.90518ms +Sep 16 20:38:49.390: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015401869s +Sep 16 20:38:51.390: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015396518s +STEP: Saw pod success 09/16/22 20:38:51.39 +Sep 16 20:38:51.390: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b" satisfied condition "Succeeded or Failed" +Sep 16 20:38:51.392: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b container client-container: +STEP: delete the pod 09/16/22 20:38:51.399 +Sep 16 20:38:51.408: INFO: Waiting for pod downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b to disappear +Sep 16 20:38:51.414: INFO: Pod downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 20:38:51.415: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9511" for this suite. 09/16/22 20:38:51.418 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","completed":323,"skipped":5958,"failed":0} +------------------------------ +• [4.097 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:47.329 + Sep 16 20:38:47.329: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:38:47.33 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:47.347 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:47.355 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:248 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:38:47.361 + Sep 16 20:38:47.374: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b" in namespace "projected-9511" to be "Succeeded or Failed" + Sep 16 20:38:47.385: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 10.90518ms + Sep 16 20:38:49.390: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015401869s + Sep 16 20:38:51.390: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015396518s + STEP: Saw pod success 09/16/22 20:38:51.39 + Sep 16 20:38:51.390: INFO: Pod "downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b" satisfied condition "Succeeded or Failed" + Sep 16 20:38:51.392: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b container client-container: + STEP: delete the pod 09/16/22 20:38:51.399 + Sep 16 20:38:51.408: INFO: Waiting for pod downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b to disappear + Sep 16 20:38:51.414: INFO: Pod downwardapi-volume-9305d87b-b191-46ae-b867-4c9805b33f4b no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 20:38:51.415: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9511" for this suite. 09/16/22 20:38:51.418 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] NoExecuteTaintManager Single Pod [Serial] + removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:38:51.443 +Sep 16 20:38:51.443: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename taint-single-pod 09/16/22 20:38:51.444 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:51.462 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:51.465 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:166 +Sep 16 20:38:51.467: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 16 20:39:51.487: INFO: Waiting for terminating namespaces to be deleted... +[It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 +Sep 16 20:39:51.490: INFO: Starting informer... +STEP: Starting pod... 09/16/22 20:39:51.49 +Sep 16 20:39:51.703: INFO: Pod is running on ip-172-31-14-177. Tainting Node +STEP: Trying to apply a taint on the Node 09/16/22 20:39:51.703 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 20:39:51.717 +STEP: Waiting short time to make sure Pod is queued for deletion 09/16/22 20:39:51.724 +Sep 16 20:39:51.724: INFO: Pod wasn't evicted. Proceeding +Sep 16 20:39:51.724: INFO: Removing taint from Node +STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 20:39:51.744 +STEP: Waiting some time to make sure that toleration time passed. 09/16/22 20:39:51.749 +Sep 16 20:41:06.752: INFO: Pod wasn't evicted. Test successful +[AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:41:06.752: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "taint-single-pod-9600" for this suite. 09/16/22 20:41:06.756 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] NoExecuteTaintManager Single Pod [Serial] removing taint cancels eviction [Disruptive] [Conformance]","completed":324,"skipped":6010,"failed":0} +------------------------------ +• [SLOW TEST] [135.320 seconds] +[sig-node] NoExecuteTaintManager Single Pod [Serial] +test/e2e/node/framework.go:23 + removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:38:51.443 + Sep 16 20:38:51.443: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename taint-single-pod 09/16/22 20:38:51.444 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:38:51.462 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:38:51.465 + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:166 + Sep 16 20:38:51.467: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 16 20:39:51.487: INFO: Waiting for terminating namespaces to be deleted... + [It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 + Sep 16 20:39:51.490: INFO: Starting informer... + STEP: Starting pod... 09/16/22 20:39:51.49 + Sep 16 20:39:51.703: INFO: Pod is running on ip-172-31-14-177. Tainting Node + STEP: Trying to apply a taint on the Node 09/16/22 20:39:51.703 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 20:39:51.717 + STEP: Waiting short time to make sure Pod is queued for deletion 09/16/22 20:39:51.724 + Sep 16 20:39:51.724: INFO: Pod wasn't evicted. Proceeding + Sep 16 20:39:51.724: INFO: Removing taint from Node + STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/16/22 20:39:51.744 + STEP: Waiting some time to make sure that toleration time passed. 09/16/22 20:39:51.749 + Sep 16 20:41:06.752: INFO: Pod wasn't evicted. Test successful + [AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:41:06.752: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "taint-single-pod-9600" for this suite. 09/16/22 20:41:06.756 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl cluster-info + should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:41:06.762 +Sep 16 20:41:06.762: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:41:06.763 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:07.172 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:07.176 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 +STEP: validating cluster-info 09/16/22 20:41:07.181 +Sep 16 20:41:07.181: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8798 cluster-info' +Sep 16 20:41:07.265: INFO: stderr: "" +Sep 16 20:41:07.265: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://10.43.0.1:443\x1b[0m\n\nTo further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:41:07.265: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-8798" for this suite. 09/16/22 20:41:07.269 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl cluster-info should check if Kubernetes control plane services is included in cluster-info [Conformance]","completed":325,"skipped":6011,"failed":0} +------------------------------ +• [0.601 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl cluster-info + test/e2e/kubectl/kubectl.go:1242 + should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:41:06.762 + Sep 16 20:41:06.762: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:41:06.763 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:07.172 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:07.176 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 + STEP: validating cluster-info 09/16/22 20:41:07.181 + Sep 16 20:41:07.181: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-8798 cluster-info' + Sep 16 20:41:07.265: INFO: stderr: "" + Sep 16 20:41:07.265: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://10.43.0.1:443\x1b[0m\n\nTo further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:41:07.265: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-8798" for this suite. 09/16/22 20:41:07.269 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:41:07.364 +Sep 16 20:41:07.364: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename subpath 09/16/22 20:41:07.365 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:07.427 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:07.431 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/16/22 20:41:07.435 +[It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +STEP: Creating pod pod-subpath-test-secret-qfqc 09/16/22 20:41:07.444 +STEP: Creating a pod to test atomic-volume-subpath 09/16/22 20:41:07.444 +Sep 16 20:41:07.454: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-qfqc" in namespace "subpath-4921" to be "Succeeded or Failed" +Sep 16 20:41:07.460: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Pending", Reason="", readiness=false. Elapsed: 5.238956ms +Sep 16 20:41:09.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 2.008440014s +Sep 16 20:41:11.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 4.008303429s +Sep 16 20:41:13.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 6.008068856s +Sep 16 20:41:15.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 8.007917129s +Sep 16 20:41:17.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 10.00894029s +Sep 16 20:41:19.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 12.008654141s +Sep 16 20:41:21.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 14.008015516s +Sep 16 20:41:23.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 16.007972219s +Sep 16 20:41:25.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 18.009062503s +Sep 16 20:41:27.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 20.008301234s +Sep 16 20:41:29.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=false. Elapsed: 22.007892502s +Sep 16 20:41:31.464: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009658997s +STEP: Saw pod success 09/16/22 20:41:31.464 +Sep 16 20:41:31.464: INFO: Pod "pod-subpath-test-secret-qfqc" satisfied condition "Succeeded or Failed" +Sep 16 20:41:31.466: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-secret-qfqc container test-container-subpath-secret-qfqc: +STEP: delete the pod 09/16/22 20:41:31.479 +Sep 16 20:41:31.486: INFO: Waiting for pod pod-subpath-test-secret-qfqc to disappear +Sep 16 20:41:31.488: INFO: Pod pod-subpath-test-secret-qfqc no longer exists +STEP: Deleting pod pod-subpath-test-secret-qfqc 09/16/22 20:41:31.488 +Sep 16 20:41:31.488: INFO: Deleting pod "pod-subpath-test-secret-qfqc" in namespace "subpath-4921" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 16 20:41:31.492: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-4921" for this suite. 09/16/22 20:41:31.497 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [Conformance]","completed":326,"skipped":6022,"failed":0} +------------------------------ +• [SLOW TEST] [24.138 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:41:07.364 + Sep 16 20:41:07.364: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename subpath 09/16/22 20:41:07.365 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:07.427 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:07.431 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/16/22 20:41:07.435 + [It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 + STEP: Creating pod pod-subpath-test-secret-qfqc 09/16/22 20:41:07.444 + STEP: Creating a pod to test atomic-volume-subpath 09/16/22 20:41:07.444 + Sep 16 20:41:07.454: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-qfqc" in namespace "subpath-4921" to be "Succeeded or Failed" + Sep 16 20:41:07.460: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Pending", Reason="", readiness=false. Elapsed: 5.238956ms + Sep 16 20:41:09.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 2.008440014s + Sep 16 20:41:11.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 4.008303429s + Sep 16 20:41:13.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 6.008068856s + Sep 16 20:41:15.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 8.007917129s + Sep 16 20:41:17.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 10.00894029s + Sep 16 20:41:19.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 12.008654141s + Sep 16 20:41:21.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 14.008015516s + Sep 16 20:41:23.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 16.007972219s + Sep 16 20:41:25.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 18.009062503s + Sep 16 20:41:27.463: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=true. Elapsed: 20.008301234s + Sep 16 20:41:29.462: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Running", Reason="", readiness=false. Elapsed: 22.007892502s + Sep 16 20:41:31.464: INFO: Pod "pod-subpath-test-secret-qfqc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009658997s + STEP: Saw pod success 09/16/22 20:41:31.464 + Sep 16 20:41:31.464: INFO: Pod "pod-subpath-test-secret-qfqc" satisfied condition "Succeeded or Failed" + Sep 16 20:41:31.466: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-subpath-test-secret-qfqc container test-container-subpath-secret-qfqc: + STEP: delete the pod 09/16/22 20:41:31.479 + Sep 16 20:41:31.486: INFO: Waiting for pod pod-subpath-test-secret-qfqc to disappear + Sep 16 20:41:31.488: INFO: Pod pod-subpath-test-secret-qfqc no longer exists + STEP: Deleting pod pod-subpath-test-secret-qfqc 09/16/22 20:41:31.488 + Sep 16 20:41:31.488: INFO: Deleting pod "pod-subpath-test-secret-qfqc" in namespace "subpath-4921" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 16 20:41:31.492: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-4921" for this suite. 09/16/22 20:41:31.497 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Kubelet when scheduling a busybox command that always fails in a pod + should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:41:31.504 +Sep 16 20:41:31.504: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubelet-test 09/16/22 20:41:31.505 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:31.517 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:31.521 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 +[It] should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 16 20:41:35.540: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-6211" for this suite. 09/16/22 20:41:35.543 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance]","completed":327,"skipped":6045,"failed":0} +------------------------------ +• [4.043 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:82 + should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:41:31.504 + Sep 16 20:41:31.504: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubelet-test 09/16/22 20:41:31.505 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:31.517 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:31.521 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 + [It] should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 16 20:41:35.540: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-6211" for this suite. 09/16/22 20:41:35.543 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Aggregator + Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 +[BeforeEach] [sig-api-machinery] Aggregator + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:41:35.548 +Sep 16 20:41:35.548: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename aggregator 09/16/22 20:41:35.549 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:35.567 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:35.573 +[BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 +Sep 16 20:41:35.580: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[It] Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 +STEP: Registering the sample API server. 09/16/22 20:41:35.581 +Sep 16 20:41:36.491: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set +Sep 16 20:41:38.546: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:40.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:42.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:44.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:46.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:48.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:50.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:52.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:54.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:56.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:41:58.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:42:00.551: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 16 20:42:02.682: INFO: Waited 126.578058ms for the sample-apiserver to be ready to handle requests. +STEP: Read Status for v1alpha1.wardle.example.com 09/16/22 20:42:03.526 +STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 09/16/22 20:42:03.529 +STEP: List APIServices 09/16/22 20:42:03.534 +Sep 16 20:42:03.543: INFO: Found v1alpha1.wardle.example.com in APIServiceList +[AfterEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:68 +[AfterEach] [sig-api-machinery] Aggregator + test/e2e/framework/framework.go:187 +Sep 16 20:42:03.813: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "aggregator-8510" for this suite. 09/16/22 20:42:03.816 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]","completed":328,"skipped":6061,"failed":0} +------------------------------ +• [SLOW TEST] [28.273 seconds] +[sig-api-machinery] Aggregator +test/e2e/apimachinery/framework.go:23 + Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Aggregator + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:41:35.548 + Sep 16 20:41:35.548: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename aggregator 09/16/22 20:41:35.549 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:41:35.567 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:41:35.573 + [BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 + Sep 16 20:41:35.580: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [It] Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 + STEP: Registering the sample API server. 09/16/22 20:41:35.581 + Sep 16 20:41:36.491: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set + Sep 16 20:41:38.546: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:40.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:42.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:44.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:46.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:48.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:50.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:52.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:54.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:56.550: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:41:58.549: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:42:00.551: 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:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 16, 20, 41, 36, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 16 20:42:02.682: INFO: Waited 126.578058ms for the sample-apiserver to be ready to handle requests. + STEP: Read Status for v1alpha1.wardle.example.com 09/16/22 20:42:03.526 + STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 09/16/22 20:42:03.529 + STEP: List APIServices 09/16/22 20:42:03.534 + Sep 16 20:42:03.543: INFO: Found v1alpha1.wardle.example.com in APIServiceList + [AfterEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:68 + [AfterEach] [sig-api-machinery] Aggregator + test/e2e/framework/framework.go:187 + Sep 16 20:42:03.813: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "aggregator-8510" for this suite. 09/16/22 20:42:03.816 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:03.823 +Sep 16 20:42:03.823: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 20:42:03.824 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:03.837 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:03.845 +[It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 +Sep 16 20:42:03.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/16/22 20:42:08.355 +Sep 16 20:42:08.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 create -f -' +Sep 16 20:42:09.258: INFO: stderr: "" +Sep 16 20:42:09.258: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Sep 16 20:42:09.258: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 delete e2e-test-crd-publish-openapi-5294-crds test-cr' +Sep 16 20:42:09.370: INFO: stderr: "" +Sep 16 20:42:09.370: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +Sep 16 20:42:09.370: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 apply -f -' +Sep 16 20:42:09.634: INFO: stderr: "" +Sep 16 20:42:09.634: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Sep 16 20:42:09.634: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 delete e2e-test-crd-publish-openapi-5294-crds test-cr' +Sep 16 20:42:09.718: INFO: stderr: "" +Sep 16 20:42:09.718: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR without validation schema 09/16/22 20:42:09.718 +Sep 16 20:42:09.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 explain e2e-test-crd-publish-openapi-5294-crds' +Sep 16 20:42:09.923: INFO: stderr: "" +Sep 16 20:42:09.924: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-5294-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:42:12.570: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-5528" for this suite. 09/16/22 20:42:12.576 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance]","completed":329,"skipped":6100,"failed":0} +------------------------------ +• [SLOW TEST] [8.757 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:03.823 + Sep 16 20:42:03.823: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename crd-publish-openapi 09/16/22 20:42:03.824 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:03.837 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:03.845 + [It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 + Sep 16 20:42:03.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/16/22 20:42:08.355 + Sep 16 20:42:08.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 create -f -' + Sep 16 20:42:09.258: INFO: stderr: "" + Sep 16 20:42:09.258: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Sep 16 20:42:09.258: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 delete e2e-test-crd-publish-openapi-5294-crds test-cr' + Sep 16 20:42:09.370: INFO: stderr: "" + Sep 16 20:42:09.370: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + Sep 16 20:42:09.370: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 apply -f -' + Sep 16 20:42:09.634: INFO: stderr: "" + Sep 16 20:42:09.634: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Sep 16 20:42:09.634: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 --namespace=crd-publish-openapi-5528 delete e2e-test-crd-publish-openapi-5294-crds test-cr' + Sep 16 20:42:09.718: INFO: stderr: "" + Sep 16 20:42:09.718: INFO: stdout: "e2e-test-crd-publish-openapi-5294-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR without validation schema 09/16/22 20:42:09.718 + Sep 16 20:42:09.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=crd-publish-openapi-5528 explain e2e-test-crd-publish-openapi-5294-crds' + Sep 16 20:42:09.923: INFO: stderr: "" + Sep 16 20:42:09.924: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-5294-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:42:12.570: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-5528" for this suite. 09/16/22 20:42:12.576 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl expose + should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:12.581 +Sep 16 20:42:12.581: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:42:12.582 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:12.595 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:12.599 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 +STEP: creating Agnhost RC 09/16/22 20:42:12.602 +Sep 16 20:42:12.603: INFO: namespace kubectl-6827 +Sep 16 20:42:12.603: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 create -f -' +Sep 16 20:42:13.305: INFO: stderr: "" +Sep 16 20:42:13.306: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 09/16/22 20:42:13.306 +Sep 16 20:42:14.311: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 20:42:14.311: INFO: Found 1 / 1 +Sep 16 20:42:14.311: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Sep 16 20:42:14.314: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 16 20:42:14.314: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Sep 16 20:42:14.314: INFO: wait on agnhost-primary startup in kubectl-6827 +Sep 16 20:42:14.314: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 logs agnhost-primary-ngbz8 agnhost-primary' +Sep 16 20:42:14.403: INFO: stderr: "" +Sep 16 20:42:14.403: INFO: stdout: "Paused\n" +STEP: exposing RC 09/16/22 20:42:14.403 +Sep 16 20:42:14.403: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' +Sep 16 20:42:14.488: INFO: stderr: "" +Sep 16 20:42:14.488: INFO: stdout: "service/rm2 exposed\n" +Sep 16 20:42:14.496: INFO: Service rm2 in namespace kubectl-6827 found. +STEP: exposing service 09/16/22 20:42:16.501 +Sep 16 20:42:16.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 expose service rm2 --name=rm3 --port=2345 --target-port=6379' +Sep 16 20:42:16.600: INFO: stderr: "" +Sep 16 20:42:16.600: INFO: stdout: "service/rm3 exposed\n" +Sep 16 20:42:16.603: INFO: Service rm3 in namespace kubectl-6827 found. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:42:18.608: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-6827" for this suite. 09/16/22 20:42:18.61 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl expose should create services for rc [Conformance]","completed":330,"skipped":6113,"failed":0} +------------------------------ +• [SLOW TEST] [6.032 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl expose + test/e2e/kubectl/kubectl.go:1407 + should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:12.581 + Sep 16 20:42:12.581: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:42:12.582 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:12.595 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:12.599 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 + STEP: creating Agnhost RC 09/16/22 20:42:12.602 + Sep 16 20:42:12.603: INFO: namespace kubectl-6827 + Sep 16 20:42:12.603: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 create -f -' + Sep 16 20:42:13.305: INFO: stderr: "" + Sep 16 20:42:13.306: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 09/16/22 20:42:13.306 + Sep 16 20:42:14.311: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 20:42:14.311: INFO: Found 1 / 1 + Sep 16 20:42:14.311: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Sep 16 20:42:14.314: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 16 20:42:14.314: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Sep 16 20:42:14.314: INFO: wait on agnhost-primary startup in kubectl-6827 + Sep 16 20:42:14.314: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 logs agnhost-primary-ngbz8 agnhost-primary' + Sep 16 20:42:14.403: INFO: stderr: "" + Sep 16 20:42:14.403: INFO: stdout: "Paused\n" + STEP: exposing RC 09/16/22 20:42:14.403 + Sep 16 20:42:14.403: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' + Sep 16 20:42:14.488: INFO: stderr: "" + Sep 16 20:42:14.488: INFO: stdout: "service/rm2 exposed\n" + Sep 16 20:42:14.496: INFO: Service rm2 in namespace kubectl-6827 found. + STEP: exposing service 09/16/22 20:42:16.501 + Sep 16 20:42:16.501: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-6827 expose service rm2 --name=rm3 --port=2345 --target-port=6379' + Sep 16 20:42:16.600: INFO: stderr: "" + Sep 16 20:42:16.600: INFO: stdout: "service/rm3 exposed\n" + Sep 16 20:42:16.603: INFO: Service rm3 in namespace kubectl-6827 found. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:42:18.608: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-6827" for this suite. 09/16/22 20:42:18.61 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Job + should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:18.617 +Sep 16 20:42:18.617: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename job 09/16/22 20:42:18.618 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:18.634 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:18.637 +[It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 +STEP: Creating a suspended job 09/16/22 20:42:18.649 +STEP: Patching the Job 09/16/22 20:42:18.654 +STEP: Watching for Job to be patched 09/16/22 20:42:18.686 +Sep 16 20:42:18.688: INFO: Event ADDED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64] and annotations: map[batch.kubernetes.io/job-tracking:] +Sep 16 20:42:18.688: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64] and annotations: map[batch.kubernetes.io/job-tracking:] +Sep 16 20:42:18.688: INFO: Event MODIFIED found for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking:] +STEP: Updating the job 09/16/22 20:42:18.688 +STEP: Watching for Job to be updated 09/16/22 20:42:18.695 +Sep 16 20:42:18.698: INFO: Event MODIFIED found for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 16 20:42:18.698: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} +STEP: Listing all Jobs with LabelSelector 09/16/22 20:42:18.698 +Sep 16 20:42:18.704: INFO: Job: e2e-kjg64 as labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] +STEP: Waiting for job to complete 09/16/22 20:42:18.704 +STEP: Delete a job collection with a labelselector 09/16/22 20:42:26.707 +STEP: Watching for Job to be deleted 09/16/22 20:42:26.712 +Sep 16 20:42:26.716: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 16 20:42:26.718: INFO: Event DELETED found for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +STEP: Relist jobs to confirm deletion 09/16/22 20:42:26.718 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 16 20:42:26.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-6019" for this suite. 09/16/22 20:42:26.73 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Job should manage the lifecycle of a job [Conformance]","completed":331,"skipped":6174,"failed":0} +------------------------------ +• [SLOW TEST] [8.125 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:18.617 + Sep 16 20:42:18.617: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename job 09/16/22 20:42:18.618 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:18.634 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:18.637 + [It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 + STEP: Creating a suspended job 09/16/22 20:42:18.649 + STEP: Patching the Job 09/16/22 20:42:18.654 + STEP: Watching for Job to be patched 09/16/22 20:42:18.686 + Sep 16 20:42:18.688: INFO: Event ADDED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64] and annotations: map[batch.kubernetes.io/job-tracking:] + Sep 16 20:42:18.688: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64] and annotations: map[batch.kubernetes.io/job-tracking:] + Sep 16 20:42:18.688: INFO: Event MODIFIED found for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking:] + STEP: Updating the job 09/16/22 20:42:18.688 + STEP: Watching for Job to be updated 09/16/22 20:42:18.695 + Sep 16 20:42:18.698: INFO: Event MODIFIED found for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 16 20:42:18.698: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} + STEP: Listing all Jobs with LabelSelector 09/16/22 20:42:18.698 + Sep 16 20:42:18.704: INFO: Job: e2e-kjg64 as labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] + STEP: Waiting for job to complete 09/16/22 20:42:18.704 + STEP: Delete a job collection with a labelselector 09/16/22 20:42:26.707 + STEP: Watching for Job to be deleted 09/16/22 20:42:26.712 + Sep 16 20:42:26.716: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 16 20:42:26.717: INFO: Event MODIFIED observed for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 16 20:42:26.718: INFO: Event DELETED found for Job e2e-kjg64 in namespace job-6019 with labels: map[e2e-job-label:e2e-kjg64 e2e-kjg64:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + STEP: Relist jobs to confirm deletion 09/16/22 20:42:26.718 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 16 20:42:26.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-6019" for this suite. 09/16/22 20:42:26.73 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] HostPort + validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 +[BeforeEach] [sig-network] HostPort + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:26.749 +Sep 16 20:42:26.749: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename hostport 09/16/22 20:42:26.75 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:26.769 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:26.773 +[BeforeEach] [sig-network] HostPort + test/e2e/network/hostport.go:49 +[It] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 +STEP: Trying to create a pod(pod1) with hostport 54323 and hostIP 127.0.0.1 and expect scheduled 09/16/22 20:42:26.779 +W0916 20:42:26.787981 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54323) +Sep 16 20:42:26.788: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-9118" to be "running and ready" +Sep 16 20:42:26.806: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 18.267181ms +Sep 16 20:42:26.806: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:42:28.809: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.021371883s +Sep 16 20:42:28.809: INFO: The phase of Pod pod1 is Running (Ready = true) +Sep 16 20:42:28.809: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 172.31.15.7 on the node which pod1 resides and expect scheduled 09/16/22 20:42:28.809 +W0916 20:42:28.814001 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54323) +Sep 16 20:42:28.814: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-9118" to be "running and ready" +Sep 16 20:42:28.818: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.186039ms +Sep 16 20:42:28.818: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:42:30.822: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008176729s +Sep 16 20:42:30.822: INFO: The phase of Pod pod2 is Running (Ready = true) +Sep 16 20:42:30.822: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 172.31.15.7 but use UDP protocol on the node which pod2 resides 09/16/22 20:42:30.822 +W0916 20:42:30.826161 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54323) +Sep 16 20:42:30.826: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-9118" to be "running and ready" +Sep 16 20:42:30.830: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 4.22179ms +Sep 16 20:42:30.830: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:42:32.833: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 2.007409309s +Sep 16 20:42:32.834: INFO: The phase of Pod pod3 is Running (Ready = true) +Sep 16 20:42:32.834: INFO: Pod "pod3" satisfied condition "running and ready" +W0916 20:42:32.837882 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) +Sep 16 20:42:32.838: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-9118" to be "running and ready" +Sep 16 20:42:32.841: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 3.821423ms +Sep 16 20:42:32.842: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:42:34.845: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.006888499s +Sep 16 20:42:34.845: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) +Sep 16 20:42:34.845: INFO: Pod "e2e-host-exec" satisfied condition "running and ready" +STEP: checking connectivity from pod e2e-host-exec to serverIP: 127.0.0.1, port: 54323 09/16/22 20:42:34.847 +Sep 16 20:42:34.848: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 172.31.15.7 http://127.0.0.1:54323/hostname] Namespace:hostport-9118 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:42:34.848: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:42:34.848: INFO: ExecWithOptions: Clientset creation +Sep 16 20:42:34.848: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/hostport-9118/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+172.31.15.7+http%3A%2F%2F127.0.0.1%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.31.15.7, port: 54323 09/16/22 20:42:34.914 +Sep 16 20:42:34.914: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://172.31.15.7:54323/hostname] Namespace:hostport-9118 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:42:34.914: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:42:34.915: INFO: ExecWithOptions: Clientset creation +Sep 16 20:42:34.915: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/hostport-9118/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F172.31.15.7%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.31.15.7, port: 54323 UDP 09/16/22 20:42:34.981 +Sep 16 20:42:34.981: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 172.31.15.7 54323] Namespace:hostport-9118 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:42:34.982: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:42:34.982: INFO: ExecWithOptions: Clientset creation +Sep 16 20:42:34.983: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/hostport-9118/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+172.31.15.7+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +[AfterEach] [sig-network] HostPort + test/e2e/framework/framework.go:187 +Sep 16 20:42:40.055: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "hostport-9118" for this suite. 09/16/22 20:42:40.058 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance]","completed":332,"skipped":6196,"failed":0} +------------------------------ +• [SLOW TEST] [13.315 seconds] +[sig-network] HostPort +test/e2e/network/common/framework.go:23 + validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] HostPort + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:26.749 + Sep 16 20:42:26.749: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename hostport 09/16/22 20:42:26.75 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:26.769 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:26.773 + [BeforeEach] [sig-network] HostPort + test/e2e/network/hostport.go:49 + [It] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 + STEP: Trying to create a pod(pod1) with hostport 54323 and hostIP 127.0.0.1 and expect scheduled 09/16/22 20:42:26.779 + W0916 20:42:26.787981 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54323) + Sep 16 20:42:26.788: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-9118" to be "running and ready" + Sep 16 20:42:26.806: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 18.267181ms + Sep 16 20:42:26.806: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:42:28.809: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.021371883s + Sep 16 20:42:28.809: INFO: The phase of Pod pod1 is Running (Ready = true) + Sep 16 20:42:28.809: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 172.31.15.7 on the node which pod1 resides and expect scheduled 09/16/22 20:42:28.809 + W0916 20:42:28.814001 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54323) + Sep 16 20:42:28.814: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-9118" to be "running and ready" + Sep 16 20:42:28.818: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.186039ms + Sep 16 20:42:28.818: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:42:30.822: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008176729s + Sep 16 20:42:30.822: INFO: The phase of Pod pod2 is Running (Ready = true) + Sep 16 20:42:30.822: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 172.31.15.7 but use UDP protocol on the node which pod2 resides 09/16/22 20:42:30.822 + W0916 20:42:30.826161 19 warnings.go:70] would violate PodSecurity "baseline:latest": hostPort (container "agnhost" uses hostPort 54323) + Sep 16 20:42:30.826: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-9118" to be "running and ready" + Sep 16 20:42:30.830: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 4.22179ms + Sep 16 20:42:30.830: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:42:32.833: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 2.007409309s + Sep 16 20:42:32.834: INFO: The phase of Pod pod3 is Running (Ready = true) + Sep 16 20:42:32.834: INFO: Pod "pod3" satisfied condition "running and ready" + W0916 20:42:32.837882 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) + Sep 16 20:42:32.838: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-9118" to be "running and ready" + Sep 16 20:42:32.841: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 3.821423ms + Sep 16 20:42:32.842: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:42:34.845: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.006888499s + Sep 16 20:42:34.845: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) + Sep 16 20:42:34.845: INFO: Pod "e2e-host-exec" satisfied condition "running and ready" + STEP: checking connectivity from pod e2e-host-exec to serverIP: 127.0.0.1, port: 54323 09/16/22 20:42:34.847 + Sep 16 20:42:34.848: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 172.31.15.7 http://127.0.0.1:54323/hostname] Namespace:hostport-9118 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:42:34.848: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:42:34.848: INFO: ExecWithOptions: Clientset creation + Sep 16 20:42:34.848: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/hostport-9118/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+172.31.15.7+http%3A%2F%2F127.0.0.1%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.31.15.7, port: 54323 09/16/22 20:42:34.914 + Sep 16 20:42:34.914: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://172.31.15.7:54323/hostname] Namespace:hostport-9118 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:42:34.914: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:42:34.915: INFO: ExecWithOptions: Clientset creation + Sep 16 20:42:34.915: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/hostport-9118/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F172.31.15.7%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.31.15.7, port: 54323 UDP 09/16/22 20:42:34.981 + Sep 16 20:42:34.981: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 172.31.15.7 54323] Namespace:hostport-9118 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:42:34.982: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:42:34.982: INFO: ExecWithOptions: Clientset creation + Sep 16 20:42:34.983: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/hostport-9118/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+172.31.15.7+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + [AfterEach] [sig-network] HostPort + test/e2e/framework/framework.go:187 + Sep 16 20:42:40.055: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "hostport-9118" for this suite. 09/16/22 20:42:40.058 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition + getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:40.065 +Sep 16 20:42:40.065: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 20:42:40.066 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:40.129 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:40.132 +[It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 +Sep 16 20:42:40.137: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:42:40.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-2128" for this suite. 09/16/22 20:42:40.801 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition getting/updating/patching custom resource definition status sub-resource works [Conformance]","completed":333,"skipped":6209,"failed":0} +------------------------------ +• [0.776 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + Simple CustomResourceDefinition + test/e2e/apimachinery/custom_resource_definition.go:50 + getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:40.065 + Sep 16 20:42:40.065: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 20:42:40.066 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:40.129 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:40.132 + [It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 + Sep 16 20:42:40.137: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:42:40.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-2128" for this suite. 09/16/22 20:42:40.801 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Containers + should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:40.843 +Sep 16 20:42:40.843: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename containers 09/16/22 20:42:40.845 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:40.964 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:41.003 +[It] should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 +STEP: Creating a pod to test override command 09/16/22 20:42:41.03 +Sep 16 20:42:41.039: INFO: Waiting up to 5m0s for pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0" in namespace "containers-6924" to be "Succeeded or Failed" +Sep 16 20:42:41.051: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0": Phase="Pending", Reason="", readiness=false. Elapsed: 11.346818ms +Sep 16 20:42:43.055: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015473621s +Sep 16 20:42:45.054: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015194192s +STEP: Saw pod success 09/16/22 20:42:45.055 +Sep 16 20:42:45.055: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0" satisfied condition "Succeeded or Failed" +Sep 16 20:42:45.057: INFO: Trying to get logs from node ip-172-31-14-177 pod client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0 container agnhost-container: +STEP: delete the pod 09/16/22 20:42:45.061 +Sep 16 20:42:45.079: INFO: Waiting for pod client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0 to disappear +Sep 16 20:42:45.086: INFO: Pod client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 16 20:42:45.086: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-6924" for this suite. 09/16/22 20:42:45.09 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance]","completed":334,"skipped":6213,"failed":0} +------------------------------ +• [4.253 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:40.843 + Sep 16 20:42:40.843: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename containers 09/16/22 20:42:40.845 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:40.964 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:41.003 + [It] should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 + STEP: Creating a pod to test override command 09/16/22 20:42:41.03 + Sep 16 20:42:41.039: INFO: Waiting up to 5m0s for pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0" in namespace "containers-6924" to be "Succeeded or Failed" + Sep 16 20:42:41.051: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0": Phase="Pending", Reason="", readiness=false. Elapsed: 11.346818ms + Sep 16 20:42:43.055: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015473621s + Sep 16 20:42:45.054: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015194192s + STEP: Saw pod success 09/16/22 20:42:45.055 + Sep 16 20:42:45.055: INFO: Pod "client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0" satisfied condition "Succeeded or Failed" + Sep 16 20:42:45.057: INFO: Trying to get logs from node ip-172-31-14-177 pod client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0 container agnhost-container: + STEP: delete the pod 09/16/22 20:42:45.061 + Sep 16 20:42:45.079: INFO: Waiting for pod client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0 to disappear + Sep 16 20:42:45.086: INFO: Pod client-containers-b3a6c0ad-f72d-4aa7-85ff-f69477f13ce0 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 16 20:42:45.086: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-6924" for this suite. 09/16/22 20:42:45.09 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:45.098 +Sep 16 20:42:45.098: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:42:45.099 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:45.126 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:45.131 +[It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 +STEP: Creating a pod to test emptydir 0666 on tmpfs 09/16/22 20:42:45.135 +Sep 16 20:42:45.142: INFO: Waiting up to 5m0s for pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57" in namespace "emptydir-7817" to be "Succeeded or Failed" +Sep 16 20:42:45.147: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57": Phase="Pending", Reason="", readiness=false. Elapsed: 4.257621ms +Sep 16 20:42:47.151: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007874323s +Sep 16 20:42:49.150: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007726585s +STEP: Saw pod success 09/16/22 20:42:49.15 +Sep 16 20:42:49.150: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57" satisfied condition "Succeeded or Failed" +Sep 16 20:42:49.154: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-a4dede99-db80-457c-9ea5-e3428a279c57 container test-container: +STEP: delete the pod 09/16/22 20:42:49.16 +Sep 16 20:42:49.166: INFO: Waiting for pod pod-a4dede99-db80-457c-9ea5-e3428a279c57 to disappear +Sep 16 20:42:49.170: INFO: Pod pod-a4dede99-db80-457c-9ea5-e3428a279c57 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:42:49.170: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7817" for this suite. 09/16/22 20:42:49.174 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":335,"skipped":6214,"failed":0} +------------------------------ +• [4.081 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:45.098 + Sep 16 20:42:45.098: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:42:45.099 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:45.126 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:45.131 + [It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 + STEP: Creating a pod to test emptydir 0666 on tmpfs 09/16/22 20:42:45.135 + Sep 16 20:42:45.142: INFO: Waiting up to 5m0s for pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57" in namespace "emptydir-7817" to be "Succeeded or Failed" + Sep 16 20:42:45.147: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57": Phase="Pending", Reason="", readiness=false. Elapsed: 4.257621ms + Sep 16 20:42:47.151: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007874323s + Sep 16 20:42:49.150: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007726585s + STEP: Saw pod success 09/16/22 20:42:49.15 + Sep 16 20:42:49.150: INFO: Pod "pod-a4dede99-db80-457c-9ea5-e3428a279c57" satisfied condition "Succeeded or Failed" + Sep 16 20:42:49.154: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-a4dede99-db80-457c-9ea5-e3428a279c57 container test-container: + STEP: delete the pod 09/16/22 20:42:49.16 + Sep 16 20:42:49.166: INFO: Waiting for pod pod-a4dede99-db80-457c-9ea5-e3428a279c57 to disappear + Sep 16 20:42:49.170: INFO: Pod pod-a4dede99-db80-457c-9ea5-e3428a279c57 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:42:49.170: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7817" for this suite. 09/16/22 20:42:49.174 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:42:49.189 +Sep 16 20:42:49.189: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:42:49.191 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:49.203 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:49.209 +[It] should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 +STEP: Discovering how many secrets are in namespace by default 09/16/22 20:42:49.212 +STEP: Counting existing ResourceQuota 09/16/22 20:42:54.214 +STEP: Creating a ResourceQuota 09/16/22 20:42:59.217 +STEP: Ensuring resource quota status is calculated 09/16/22 20:42:59.221 +STEP: Creating a Secret 09/16/22 20:43:01.223 +STEP: Ensuring resource quota status captures secret creation 09/16/22 20:43:01.233 +STEP: Deleting a secret 09/16/22 20:43:03.237 +STEP: Ensuring resource quota status released usage 09/16/22 20:43:03.243 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:43:05.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-2124" for this suite. 09/16/22 20:43:05.25 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance]","completed":336,"skipped":6269,"failed":0} +------------------------------ +• [SLOW TEST] [16.065 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:42:49.189 + Sep 16 20:42:49.189: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:42:49.191 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:42:49.203 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:42:49.209 + [It] should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 + STEP: Discovering how many secrets are in namespace by default 09/16/22 20:42:49.212 + STEP: Counting existing ResourceQuota 09/16/22 20:42:54.214 + STEP: Creating a ResourceQuota 09/16/22 20:42:59.217 + STEP: Ensuring resource quota status is calculated 09/16/22 20:42:59.221 + STEP: Creating a Secret 09/16/22 20:43:01.223 + STEP: Ensuring resource quota status captures secret creation 09/16/22 20:43:01.233 + STEP: Deleting a secret 09/16/22 20:43:03.237 + STEP: Ensuring resource quota status released usage 09/16/22 20:43:03.243 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:43:05.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-2124" for this suite. 09/16/22 20:43:05.25 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:67 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:05.255 +Sep 16 20:43:05.255: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename secrets 09/16/22 20:43:05.257 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:05.269 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:05.274 +[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:67 +STEP: Creating secret with name secret-test-0e9f9e65-03e2-4762-ad6f-8d08827817a1 09/16/22 20:43:05.278 +STEP: Creating a pod to test consume secrets 09/16/22 20:43:05.281 +Sep 16 20:43:05.293: INFO: Waiting up to 5m0s for pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6" in namespace "secrets-8288" to be "Succeeded or Failed" +Sep 16 20:43:05.301: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6": Phase="Pending", Reason="", readiness=false. Elapsed: 7.976472ms +Sep 16 20:43:07.305: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011623986s +Sep 16 20:43:09.304: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011037551s +STEP: Saw pod success 09/16/22 20:43:09.304 +Sep 16 20:43:09.304: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6" satisfied condition "Succeeded or Failed" +Sep 16 20:43:09.306: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6 container secret-volume-test: +STEP: delete the pod 09/16/22 20:43:09.313 +Sep 16 20:43:09.322: INFO: Waiting for pod pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6 to disappear +Sep 16 20:43:09.326: INFO: Pod pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 16 20:43:09.326: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-8288" for this suite. 09/16/22 20:43:09.329 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","completed":337,"skipped":6272,"failed":0} +------------------------------ +• [4.080 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:05.255 + Sep 16 20:43:05.255: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename secrets 09/16/22 20:43:05.257 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:05.269 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:05.274 + [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:67 + STEP: Creating secret with name secret-test-0e9f9e65-03e2-4762-ad6f-8d08827817a1 09/16/22 20:43:05.278 + STEP: Creating a pod to test consume secrets 09/16/22 20:43:05.281 + Sep 16 20:43:05.293: INFO: Waiting up to 5m0s for pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6" in namespace "secrets-8288" to be "Succeeded or Failed" + Sep 16 20:43:05.301: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6": Phase="Pending", Reason="", readiness=false. Elapsed: 7.976472ms + Sep 16 20:43:07.305: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011623986s + Sep 16 20:43:09.304: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011037551s + STEP: Saw pod success 09/16/22 20:43:09.304 + Sep 16 20:43:09.304: INFO: Pod "pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6" satisfied condition "Succeeded or Failed" + Sep 16 20:43:09.306: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6 container secret-volume-test: + STEP: delete the pod 09/16/22 20:43:09.313 + Sep 16 20:43:09.322: INFO: Waiting for pod pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6 to disappear + Sep 16 20:43:09.326: INFO: Pod pod-secrets-a34eebd9-e07b-4449-b0f8-f8edc4beb2f6 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 16 20:43:09.326: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-8288" for this suite. 09/16/22 20:43:09.329 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] EmptyDir volumes + volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:09.336 +Sep 16 20:43:09.336: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename emptydir 09/16/22 20:43:09.337 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:09.351 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:09.355 +[It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 +STEP: Creating a pod to test emptydir volume type on tmpfs 09/16/22 20:43:09.36 +Sep 16 20:43:09.374: INFO: Waiting up to 5m0s for pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad" in namespace "emptydir-9601" to be "Succeeded or Failed" +Sep 16 20:43:09.383: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad": Phase="Pending", Reason="", readiness=false. Elapsed: 8.655783ms +Sep 16 20:43:11.386: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011748488s +Sep 16 20:43:13.387: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012862962s +STEP: Saw pod success 09/16/22 20:43:13.387 +Sep 16 20:43:13.387: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad" satisfied condition "Succeeded or Failed" +Sep 16 20:43:13.390: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-2c8c851e-df71-401e-be3f-bf92d14748ad container test-container: +STEP: delete the pod 09/16/22 20:43:13.402 +Sep 16 20:43:13.411: INFO: Waiting for pod pod-2c8c851e-df71-401e-be3f-bf92d14748ad to disappear +Sep 16 20:43:13.414: INFO: Pod pod-2c8c851e-df71-401e-be3f-bf92d14748ad no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 16 20:43:13.414: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-9601" for this suite. 09/16/22 20:43:13.418 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","completed":338,"skipped":6286,"failed":0} +------------------------------ +• [4.086 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:09.336 + Sep 16 20:43:09.336: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename emptydir 09/16/22 20:43:09.337 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:09.351 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:09.355 + [It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 + STEP: Creating a pod to test emptydir volume type on tmpfs 09/16/22 20:43:09.36 + Sep 16 20:43:09.374: INFO: Waiting up to 5m0s for pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad" in namespace "emptydir-9601" to be "Succeeded or Failed" + Sep 16 20:43:09.383: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad": Phase="Pending", Reason="", readiness=false. Elapsed: 8.655783ms + Sep 16 20:43:11.386: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011748488s + Sep 16 20:43:13.387: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012862962s + STEP: Saw pod success 09/16/22 20:43:13.387 + Sep 16 20:43:13.387: INFO: Pod "pod-2c8c851e-df71-401e-be3f-bf92d14748ad" satisfied condition "Succeeded or Failed" + Sep 16 20:43:13.390: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-2c8c851e-df71-401e-be3f-bf92d14748ad container test-container: + STEP: delete the pod 09/16/22 20:43:13.402 + Sep 16 20:43:13.411: INFO: Waiting for pod pod-2c8c851e-df71-401e-be3f-bf92d14748ad to disappear + Sep 16 20:43:13.414: INFO: Pod pod-2c8c851e-df71-401e-be3f-bf92d14748ad no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 16 20:43:13.414: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-9601" for this suite. 09/16/22 20:43:13.418 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Watchers + should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:13.424 +Sep 16 20:43:13.424: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename watch 09/16/22 20:43:13.425 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:13.438 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:13.441 +[It] should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 +STEP: creating a watch on configmaps 09/16/22 20:43:13.445 +STEP: creating a new configmap 09/16/22 20:43:13.446 +STEP: modifying the configmap once 09/16/22 20:43:13.45 +STEP: closing the watch once it receives two notifications 09/16/22 20:43:13.461 +Sep 16 20:43:13.461: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39629 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 16 20:43:13.461: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39630 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +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 09/16/22 20:43:13.462 +STEP: creating a new watch on configmaps from the last resource version observed by the first watch 09/16/22 20:43:13.471 +STEP: deleting the configmap 09/16/22 20:43:13.48 +STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 09/16/22 20:43:13.485 +Sep 16 20:43:13.486: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39631 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +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,} +Sep 16 20:43:13.486: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39632 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +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 + test/e2e/framework/framework.go:187 +Sep 16 20:43:13.486: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-9545" for this suite. 09/16/22 20:43:13.49 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]","completed":339,"skipped":6294,"failed":0} +------------------------------ +• [0.072 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:13.424 + Sep 16 20:43:13.424: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename watch 09/16/22 20:43:13.425 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:13.438 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:13.441 + [It] should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 + STEP: creating a watch on configmaps 09/16/22 20:43:13.445 + STEP: creating a new configmap 09/16/22 20:43:13.446 + STEP: modifying the configmap once 09/16/22 20:43:13.45 + STEP: closing the watch once it receives two notifications 09/16/22 20:43:13.461 + Sep 16 20:43:13.461: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39629 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 16 20:43:13.461: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39630 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +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 09/16/22 20:43:13.462 + STEP: creating a new watch on configmaps from the last resource version observed by the first watch 09/16/22 20:43:13.471 + STEP: deleting the configmap 09/16/22 20:43:13.48 + STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 09/16/22 20:43:13.485 + Sep 16 20:43:13.486: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39631 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +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,} + Sep 16 20:43:13.486: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-9545 4222396e-27b9-4dfd-8e7f-899b9109dda1 39632 0 2022-09-16 20:43:13 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-16 20:43:13 +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 + test/e2e/framework/framework.go:187 + Sep 16 20:43:13.486: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-9545" for this suite. 09/16/22 20:43:13.49 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-instrumentation] Events API + should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:13.506 +Sep 16 20:43:13.506: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename events 09/16/22 20:43:13.507 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:13.524 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:13.528 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 +[It] should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 +STEP: Create set of events 09/16/22 20:43:13.531 +STEP: get a list of Events with a label in the current namespace 09/16/22 20:43:13.548 +STEP: delete a list of events 09/16/22 20:43:13.552 +Sep 16 20:43:13.552: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 09/16/22 20:43:13.564 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 +Sep 16 20:43:13.567: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-4068" for this suite. 09/16/22 20:43:13.57 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-instrumentation] Events API should delete a collection of events [Conformance]","completed":340,"skipped":6329,"failed":0} +------------------------------ +• [0.068 seconds] +[sig-instrumentation] Events API +test/e2e/instrumentation/common/framework.go:23 + should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:13.506 + Sep 16 20:43:13.506: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename events 09/16/22 20:43:13.507 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:13.524 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:13.528 + [BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 + [It] should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 + STEP: Create set of events 09/16/22 20:43:13.531 + STEP: get a list of Events with a label in the current namespace 09/16/22 20:43:13.548 + STEP: delete a list of events 09/16/22 20:43:13.552 + Sep 16 20:43:13.552: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 09/16/22 20:43:13.564 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 + Sep 16 20:43:13.567: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-4068" for this suite. 09/16/22 20:43:13.57 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Services + should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:13.576 +Sep 16 20:43:13.577: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename services 09/16/22 20:43:13.578 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:13.59 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:13.594 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 +STEP: creating service in namespace services-3777 09/16/22 20:43:13.598 +STEP: creating service affinity-clusterip in namespace services-3777 09/16/22 20:43:13.598 +STEP: creating replication controller affinity-clusterip in namespace services-3777 09/16/22 20:43:13.604 +I0916 20:43:13.614482 19 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-3777, replica count: 3 +I0916 20:43:16.666150 19 runners.go:193] affinity-clusterip Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 16 20:43:16.670: INFO: Creating new exec pod +Sep 16 20:43:16.674: INFO: Waiting up to 5m0s for pod "execpod-affinityk8sfk" in namespace "services-3777" to be "running" +Sep 16 20:43:16.681: INFO: Pod "execpod-affinityk8sfk": Phase="Pending", Reason="", readiness=false. Elapsed: 6.628069ms +Sep 16 20:43:18.688: INFO: Pod "execpod-affinityk8sfk": Phase="Running", Reason="", readiness=true. Elapsed: 2.013145881s +Sep 16 20:43:18.688: INFO: Pod "execpod-affinityk8sfk" satisfied condition "running" +Sep 16 20:43:19.689: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' +Sep 16 20:43:19.769: INFO: rc: 1 +Sep 16 20:43:19.769: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80: +Command stdout: + +stderr: +Error from server: error dialing backend: EOF + +error: +exit status 1 +Retrying... +Sep 16 20:43:20.770: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' +Sep 16 20:43:20.979: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip 80\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" +Sep 16 20:43:20.979: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:43:20.979: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.97.149 80' +Sep 16 20:43:21.105: INFO: stderr: "+ nc -v -t -w 2 10.43.97.149 80\n+ echo hostName\nConnection to 10.43.97.149 80 port [tcp/http] succeeded!\n" +Sep 16 20:43:21.105: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 16 20:43:21.105: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.97.149:80/ ; done' +Sep 16 20:43:21.329: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n" +Sep 16 20:43:21.329: INFO: stdout: "\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv" +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv +Sep 16 20:43:21.329: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip in namespace services-3777, will wait for the garbage collector to delete the pods 09/16/22 20:43:21.343 +Sep 16 20:43:21.402: INFO: Deleting ReplicationController affinity-clusterip took: 3.743832ms +Sep 16 20:43:21.502: INFO: Terminating ReplicationController affinity-clusterip pods took: 100.351155ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 16 20:43:23.323: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-3777" for this suite. 09/16/22 20:43:23.328 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance]","completed":341,"skipped":6334,"failed":0} +------------------------------ +• [SLOW TEST] [9.757 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:13.576 + Sep 16 20:43:13.577: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename services 09/16/22 20:43:13.578 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:13.59 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:13.594 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 + STEP: creating service in namespace services-3777 09/16/22 20:43:13.598 + STEP: creating service affinity-clusterip in namespace services-3777 09/16/22 20:43:13.598 + STEP: creating replication controller affinity-clusterip in namespace services-3777 09/16/22 20:43:13.604 + I0916 20:43:13.614482 19 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-3777, replica count: 3 + I0916 20:43:16.666150 19 runners.go:193] affinity-clusterip Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 16 20:43:16.670: INFO: Creating new exec pod + Sep 16 20:43:16.674: INFO: Waiting up to 5m0s for pod "execpod-affinityk8sfk" in namespace "services-3777" to be "running" + Sep 16 20:43:16.681: INFO: Pod "execpod-affinityk8sfk": Phase="Pending", Reason="", readiness=false. Elapsed: 6.628069ms + Sep 16 20:43:18.688: INFO: Pod "execpod-affinityk8sfk": Phase="Running", Reason="", readiness=true. Elapsed: 2.013145881s + Sep 16 20:43:18.688: INFO: Pod "execpod-affinityk8sfk" satisfied condition "running" + Sep 16 20:43:19.689: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' + Sep 16 20:43:19.769: INFO: rc: 1 + Sep 16 20:43:19.769: INFO: Service reachability failing with error: error running /usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80: + Command stdout: + + stderr: + Error from server: error dialing backend: EOF + + error: + exit status 1 + Retrying... + Sep 16 20:43:20.770: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' + Sep 16 20:43:20.979: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip 80\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" + Sep 16 20:43:20.979: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:43:20.979: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.43.97.149 80' + Sep 16 20:43:21.105: INFO: stderr: "+ nc -v -t -w 2 10.43.97.149 80\n+ echo hostName\nConnection to 10.43.97.149 80 port [tcp/http] succeeded!\n" + Sep 16 20:43:21.105: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 16 20:43:21.105: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=services-3777 exec execpod-affinityk8sfk -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.43.97.149:80/ ; done' + Sep 16 20:43:21.329: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.43.97.149:80/\n" + Sep 16 20:43:21.329: INFO: stdout: "\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv\naffinity-clusterip-lk9pv" + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Received response from host: affinity-clusterip-lk9pv + Sep 16 20:43:21.329: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip in namespace services-3777, will wait for the garbage collector to delete the pods 09/16/22 20:43:21.343 + Sep 16 20:43:21.402: INFO: Deleting ReplicationController affinity-clusterip took: 3.743832ms + Sep 16 20:43:21.502: INFO: Terminating ReplicationController affinity-clusterip pods took: 100.351155ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 16 20:43:23.323: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-3777" for this suite. 09/16/22 20:43:23.328 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] ResourceQuota + should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:23.334 +Sep 16 20:43:23.334: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename resourcequota 09/16/22 20:43:23.335 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:23.35 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:23.353 +[It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 +STEP: Creating a ResourceQuota 09/16/22 20:43:23.356 +STEP: Getting a ResourceQuota 09/16/22 20:43:23.36 +STEP: Listing all ResourceQuotas with LabelSelector 09/16/22 20:43:23.364 +STEP: Patching the ResourceQuota 09/16/22 20:43:23.366 +STEP: Deleting a Collection of ResourceQuotas 09/16/22 20:43:23.371 +STEP: Verifying the deleted ResourceQuota 09/16/22 20:43:23.378 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 16 20:43:23.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-6171" for this suite. 09/16/22 20:43:23.384 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should manage the lifecycle of a ResourceQuota [Conformance]","completed":342,"skipped":6336,"failed":0} +------------------------------ +• [0.055 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:23.334 + Sep 16 20:43:23.334: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename resourcequota 09/16/22 20:43:23.335 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:23.35 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:23.353 + [It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 + STEP: Creating a ResourceQuota 09/16/22 20:43:23.356 + STEP: Getting a ResourceQuota 09/16/22 20:43:23.36 + STEP: Listing all ResourceQuotas with LabelSelector 09/16/22 20:43:23.364 + STEP: Patching the ResourceQuota 09/16/22 20:43:23.366 + STEP: Deleting a Collection of ResourceQuotas 09/16/22 20:43:23.371 + STEP: Verifying the deleted ResourceQuota 09/16/22 20:43:23.378 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 16 20:43:23.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-6171" for this suite. 09/16/22 20:43:23.384 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:23.39 +Sep 16 20:43:23.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename statefulset 09/16/22 20:43:23.391 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:23.452 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:23.455 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-1944 09/16/22 20:43:23.458 +[It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 +Sep 16 20:43:23.482: INFO: Found 0 stateful pods, waiting for 1 +Sep 16 20:43:33.487: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: patching the StatefulSet 09/16/22 20:43:33.492 +W0916 20:43:33.497117 19 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Sep 16 20:43:33.505: INFO: Found 1 stateful pods, waiting for 2 +Sep 16 20:43:43.513: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 16 20:43:43.513: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true +STEP: Listing all StatefulSets 09/16/22 20:43:43.518 +STEP: Delete all of the StatefulSets 09/16/22 20:43:43.521 +STEP: Verify that StatefulSets have been deleted 09/16/22 20:43:43.526 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 16 20:43:43.529: INFO: Deleting all statefulset in ns statefulset-1944 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 16 20:43:43.558: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-1944" for this suite. 09/16/22 20:43:43.562 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should list, patch and delete a collection of StatefulSets [Conformance]","completed":343,"skipped":6340,"failed":0} +------------------------------ +• [SLOW TEST] [20.188 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:23.39 + Sep 16 20:43:23.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename statefulset 09/16/22 20:43:23.391 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:23.452 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:23.455 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-1944 09/16/22 20:43:23.458 + [It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 + Sep 16 20:43:23.482: INFO: Found 0 stateful pods, waiting for 1 + Sep 16 20:43:33.487: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: patching the StatefulSet 09/16/22 20:43:33.492 + W0916 20:43:33.497117 19 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Sep 16 20:43:33.505: INFO: Found 1 stateful pods, waiting for 2 + Sep 16 20:43:43.513: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 16 20:43:43.513: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true + STEP: Listing all StatefulSets 09/16/22 20:43:43.518 + STEP: Delete all of the StatefulSets 09/16/22 20:43:43.521 + STEP: Verify that StatefulSets have been deleted 09/16/22 20:43:43.526 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 16 20:43:43.529: INFO: Deleting all statefulset in ns statefulset-1944 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 16 20:43:43.558: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-1944" for this suite. 09/16/22 20:43:43.562 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-cli] Kubectl client Kubectl diff + should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:43.58 +Sep 16 20:43:43.580: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename kubectl 09/16/22 20:43:43.581 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:43.652 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:43.655 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 +STEP: create deployment with httpd image 09/16/22 20:43:43.664 +Sep 16 20:43:43.664: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2679 create -f -' +Sep 16 20:43:45.020: INFO: stderr: "" +Sep 16 20:43:45.020: INFO: stdout: "deployment.apps/httpd-deployment created\n" +STEP: verify diff finds difference between live and declared image 09/16/22 20:43:45.02 +Sep 16 20:43:45.021: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2679 diff -f -' +Sep 16 20:43:45.275: INFO: rc: 1 +Sep 16 20:43:45.275: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2679 delete -f -' +Sep 16 20:43:45.354: INFO: stderr: "" +Sep 16 20:43:45.354: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 16 20:43:45.354: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-2679" for this suite. 09/16/22 20:43:45.36 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl diff should check if kubectl diff finds a difference for Deployments [Conformance]","completed":344,"skipped":6344,"failed":0} +------------------------------ +• [1.785 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl diff + test/e2e/kubectl/kubectl.go:923 + should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:43.58 + Sep 16 20:43:43.580: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename kubectl 09/16/22 20:43:43.581 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:43.652 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:43.655 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 + STEP: create deployment with httpd image 09/16/22 20:43:43.664 + Sep 16 20:43:43.664: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2679 create -f -' + Sep 16 20:43:45.020: INFO: stderr: "" + Sep 16 20:43:45.020: INFO: stdout: "deployment.apps/httpd-deployment created\n" + STEP: verify diff finds difference between live and declared image 09/16/22 20:43:45.02 + Sep 16 20:43:45.021: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2679 diff -f -' + Sep 16 20:43:45.275: INFO: rc: 1 + Sep 16 20:43:45.275: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1451538915 --namespace=kubectl-2679 delete -f -' + Sep 16 20:43:45.354: INFO: stderr: "" + Sep 16 20:43:45.354: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 16 20:43:45.354: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-2679" for this suite. 09/16/22 20:43:45.36 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected downwardAPI + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:45.366 +Sep 16 20:43:45.366: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:43:45.367 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:45.381 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:45.384 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 +STEP: Creating a pod to test downward API volume plugin 09/16/22 20:43:45.39 +Sep 16 20:43:45.395: INFO: Waiting up to 5m0s for pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4" in namespace "projected-3879" to be "Succeeded or Failed" +Sep 16 20:43:45.402: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.315975ms +Sep 16 20:43:47.405: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009909299s +Sep 16 20:43:49.405: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009389144s +STEP: Saw pod success 09/16/22 20:43:49.405 +Sep 16 20:43:49.405: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4" satisfied condition "Succeeded or Failed" +Sep 16 20:43:49.407: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4 container client-container: +STEP: delete the pod 09/16/22 20:43:49.412 +Sep 16 20:43:49.420: INFO: Waiting for pod downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4 to disappear +Sep 16 20:43:49.423: INFO: Pod downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 16 20:43:49.423: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3879" for this suite. 09/16/22 20:43:49.425 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]","completed":345,"skipped":6354,"failed":0} +------------------------------ +• [4.063 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:45.366 + Sep 16 20:43:45.366: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:43:45.367 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:45.381 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:45.384 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 + STEP: Creating a pod to test downward API volume plugin 09/16/22 20:43:45.39 + Sep 16 20:43:45.395: INFO: Waiting up to 5m0s for pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4" in namespace "projected-3879" to be "Succeeded or Failed" + Sep 16 20:43:45.402: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.315975ms + Sep 16 20:43:47.405: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009909299s + Sep 16 20:43:49.405: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009389144s + STEP: Saw pod success 09/16/22 20:43:49.405 + Sep 16 20:43:49.405: INFO: Pod "downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4" satisfied condition "Succeeded or Failed" + Sep 16 20:43:49.407: INFO: Trying to get logs from node ip-172-31-14-177 pod downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4 container client-container: + STEP: delete the pod 09/16/22 20:43:49.412 + Sep 16 20:43:49.420: INFO: Waiting for pod downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4 to disappear + Sep 16 20:43:49.423: INFO: Pod downwardapi-volume-15c7a48b-8904-4403-b27c-d7f5e9bd9ec4 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 16 20:43:49.423: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3879" for this suite. 09/16/22 20:43:49.425 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] DNS + should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:49.429 +Sep 16 20:43:49.430: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename dns 09/16/22 20:43:49.43 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:49.441 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:49.444 +[It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +STEP: Creating a test headless service 09/16/22 20:43:49.447 +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-6399 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6399;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6399;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +notcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_udp@PTR;check="$$(dig +tcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_tcp@PTR;sleep 1; done + 09/16/22 20:43:49.462 +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-6399 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6399;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6399;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +notcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_udp@PTR;check="$$(dig +tcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_tcp@PTR;sleep 1; done + 09/16/22 20:43:49.462 +STEP: creating a pod to probe DNS 09/16/22 20:43:49.462 +STEP: submitting the pod to kubernetes 09/16/22 20:43:49.462 +Sep 16 20:43:49.479: INFO: Waiting up to 15m0s for pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0" in namespace "dns-6399" to be "running" +Sep 16 20:43:49.485: INFO: Pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.845136ms +Sep 16 20:43:51.497: INFO: Pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0": Phase="Running", Reason="", readiness=true. Elapsed: 2.017836239s +Sep 16 20:43:51.497: INFO: Pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0" satisfied condition "running" +STEP: retrieving the pod 09/16/22 20:43:51.497 +STEP: looking for the results for each expected name from probers 09/16/22 20:43:51.499 +Sep 16 20:43:51.505: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.508: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.511: INFO: Unable to read wheezy_udp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.514: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.517: INFO: Unable to read wheezy_udp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.519: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.522: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.525: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.861: INFO: Unable to read 10.43.229.0_udp@PTR from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: Get "https://10.43.0.1:443/api/v1/namespaces/dns-6399/pods/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0/proxy/results/10.43.229.0_udp@PTR": stream error: stream ID 657; INTERNAL_ERROR; received from peer +Sep 16 20:43:51.870: INFO: Unable to read jessie_udp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.873: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.876: INFO: Unable to read jessie_udp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.878: INFO: Unable to read jessie_tcp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.881: INFO: Unable to read jessie_udp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.883: INFO: Unable to read jessie_tcp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.886: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.889: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) +Sep 16 20:43:51.899: INFO: Lookups using dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-6399 wheezy_tcp@dns-test-service.dns-6399 wheezy_udp@dns-test-service.dns-6399.svc wheezy_tcp@dns-test-service.dns-6399.svc wheezy_udp@_http._tcp.dns-test-service.dns-6399.svc wheezy_tcp@_http._tcp.dns-test-service.dns-6399.svc 10.43.229.0_udp@PTR jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-6399 jessie_tcp@dns-test-service.dns-6399 jessie_udp@dns-test-service.dns-6399.svc jessie_tcp@dns-test-service.dns-6399.svc jessie_udp@_http._tcp.dns-test-service.dns-6399.svc jessie_tcp@_http._tcp.dns-test-service.dns-6399.svc] + +Sep 16 20:43:56.979: INFO: DNS probes using dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0 succeeded + +STEP: deleting the pod 09/16/22 20:43:56.979 +STEP: deleting the test service 09/16/22 20:43:56.992 +STEP: deleting the test headless service 09/16/22 20:43:57.064 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 16 20:43:57.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-6399" for this suite. 09/16/22 20:43:57.089 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]","completed":346,"skipped":6367,"failed":0} +------------------------------ +• [SLOW TEST] [7.665 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:49.429 + Sep 16 20:43:49.430: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename dns 09/16/22 20:43:49.43 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:49.441 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:49.444 + [It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 + STEP: Creating a test headless service 09/16/22 20:43:49.447 + 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-6399 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6399;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6399;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +notcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_udp@PTR;check="$$(dig +tcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_tcp@PTR;sleep 1; done + 09/16/22 20:43:49.462 + 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-6399 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6399;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6399;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6399.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-6399.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6399.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-6399.svc;check="$$(dig +notcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_udp@PTR;check="$$(dig +tcp +noall +answer +search 0.229.43.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.43.229.0_tcp@PTR;sleep 1; done + 09/16/22 20:43:49.462 + STEP: creating a pod to probe DNS 09/16/22 20:43:49.462 + STEP: submitting the pod to kubernetes 09/16/22 20:43:49.462 + Sep 16 20:43:49.479: INFO: Waiting up to 15m0s for pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0" in namespace "dns-6399" to be "running" + Sep 16 20:43:49.485: INFO: Pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.845136ms + Sep 16 20:43:51.497: INFO: Pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0": Phase="Running", Reason="", readiness=true. Elapsed: 2.017836239s + Sep 16 20:43:51.497: INFO: Pod "dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0" satisfied condition "running" + STEP: retrieving the pod 09/16/22 20:43:51.497 + STEP: looking for the results for each expected name from probers 09/16/22 20:43:51.499 + Sep 16 20:43:51.505: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.508: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.511: INFO: Unable to read wheezy_udp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.514: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.517: INFO: Unable to read wheezy_udp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.519: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.522: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.525: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.861: INFO: Unable to read 10.43.229.0_udp@PTR from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: Get "https://10.43.0.1:443/api/v1/namespaces/dns-6399/pods/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0/proxy/results/10.43.229.0_udp@PTR": stream error: stream ID 657; INTERNAL_ERROR; received from peer + Sep 16 20:43:51.870: INFO: Unable to read jessie_udp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.873: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.876: INFO: Unable to read jessie_udp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.878: INFO: Unable to read jessie_tcp@dns-test-service.dns-6399 from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.881: INFO: Unable to read jessie_udp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.883: INFO: Unable to read jessie_tcp@dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.886: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.889: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-6399.svc from pod dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0: the server could not find the requested resource (get pods dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0) + Sep 16 20:43:51.899: INFO: Lookups using dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-6399 wheezy_tcp@dns-test-service.dns-6399 wheezy_udp@dns-test-service.dns-6399.svc wheezy_tcp@dns-test-service.dns-6399.svc wheezy_udp@_http._tcp.dns-test-service.dns-6399.svc wheezy_tcp@_http._tcp.dns-test-service.dns-6399.svc 10.43.229.0_udp@PTR jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-6399 jessie_tcp@dns-test-service.dns-6399 jessie_udp@dns-test-service.dns-6399.svc jessie_tcp@dns-test-service.dns-6399.svc jessie_udp@_http._tcp.dns-test-service.dns-6399.svc jessie_tcp@_http._tcp.dns-test-service.dns-6399.svc] + + Sep 16 20:43:56.979: INFO: DNS probes using dns-6399/dns-test-1f4a254e-9004-438c-a5ff-2d9b6539a4f0 succeeded + + STEP: deleting the pod 09/16/22 20:43:56.979 + STEP: deleting the test service 09/16/22 20:43:56.992 + STEP: deleting the test headless service 09/16/22 20:43:57.064 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 16 20:43:57.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-6399" for this suite. 09/16/22 20:43:57.089 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Probing container + should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:43:57.096 +Sep 16 20:43:57.097: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 20:43:57.098 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:57.115 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:57.119 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 +STEP: Creating pod liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 in namespace container-probe-7157 09/16/22 20:43:57.125 +Sep 16 20:43:57.133: INFO: Waiting up to 5m0s for pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4" in namespace "container-probe-7157" to be "not pending" +Sep 16 20:43:57.140: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.845143ms +Sep 16 20:43:59.143: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009914423s +Sep 16 20:44:01.142: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4": Phase="Running", Reason="", readiness=true. Elapsed: 4.00967075s +Sep 16 20:44:01.142: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4" satisfied condition "not pending" +Sep 16 20:44:01.143: INFO: Started pod liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 in namespace container-probe-7157 +STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:44:01.143 +Sep 16 20:44:01.148: INFO: Initial restart count of pod liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 is 0 +Sep 16 20:44:19.192: INFO: Restart count of pod container-probe-7157/liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 is now 1 (18.044446069s elapsed) +STEP: deleting the pod 09/16/22 20:44:19.192 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 20:44:19.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-7157" for this suite. 09/16/22 20:44:19.205 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","completed":347,"skipped":6367,"failed":0} +------------------------------ +• [SLOW TEST] [22.116 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:43:57.096 + Sep 16 20:43:57.097: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 20:43:57.098 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:43:57.115 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:43:57.119 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 + STEP: Creating pod liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 in namespace container-probe-7157 09/16/22 20:43:57.125 + Sep 16 20:43:57.133: INFO: Waiting up to 5m0s for pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4" in namespace "container-probe-7157" to be "not pending" + Sep 16 20:43:57.140: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.845143ms + Sep 16 20:43:59.143: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009914423s + Sep 16 20:44:01.142: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4": Phase="Running", Reason="", readiness=true. Elapsed: 4.00967075s + Sep 16 20:44:01.142: INFO: Pod "liveness-7daa4b1f-e185-455a-a809-981bbfee5de4" satisfied condition "not pending" + Sep 16 20:44:01.143: INFO: Started pod liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 in namespace container-probe-7157 + STEP: checking the pod's current state and verifying that restartCount is present 09/16/22 20:44:01.143 + Sep 16 20:44:01.148: INFO: Initial restart count of pod liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 is 0 + Sep 16 20:44:19.192: INFO: Restart count of pod container-probe-7157/liveness-7daa4b1f-e185-455a-a809-981bbfee5de4 is now 1 (18.044446069s elapsed) + STEP: deleting the pod 09/16/22 20:44:19.192 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 20:44:19.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-7157" for this suite. 09/16/22 20:44:19.205 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Pods + should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:19.216 +Sep 16 20:44:19.216: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pods 09/16/22 20:44:19.218 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:19.234 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:19.238 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 +STEP: creating the pod 09/16/22 20:44:19.242 +STEP: submitting the pod to kubernetes 09/16/22 20:44:19.243 +Sep 16 20:44:19.251: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" in namespace "pods-7956" to be "running and ready" +Sep 16 20:44:19.258: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Pending", Reason="", readiness=false. Elapsed: 6.648819ms +Sep 16 20:44:19.258: INFO: The phase of Pod pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:44:21.262: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Running", Reason="", readiness=true. Elapsed: 2.010325419s +Sep 16 20:44:21.262: INFO: The phase of Pod pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9 is Running (Ready = true) +Sep 16 20:44:21.262: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 09/16/22 20:44:21.264 +STEP: updating the pod 09/16/22 20:44:21.266 +Sep 16 20:44:21.776: INFO: Successfully updated pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" +Sep 16 20:44:21.776: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" in namespace "pods-7956" to be "terminated with reason DeadlineExceeded" +Sep 16 20:44:21.779: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Running", Reason="", readiness=true. Elapsed: 3.288694ms +Sep 16 20:44:23.783: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Running", Reason="", readiness=true. Elapsed: 2.006944316s +Sep 16 20:44:25.784: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 4.008237598s +Sep 16 20:44:25.784: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" satisfied condition "terminated with reason DeadlineExceeded" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 16 20:44:25.784: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-7956" for this suite. 09/16/22 20:44:25.787 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]","completed":348,"skipped":6387,"failed":0} +------------------------------ +• [SLOW TEST] [6.576 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:19.216 + Sep 16 20:44:19.216: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pods 09/16/22 20:44:19.218 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:19.234 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:19.238 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 + STEP: creating the pod 09/16/22 20:44:19.242 + STEP: submitting the pod to kubernetes 09/16/22 20:44:19.243 + Sep 16 20:44:19.251: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" in namespace "pods-7956" to be "running and ready" + Sep 16 20:44:19.258: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Pending", Reason="", readiness=false. Elapsed: 6.648819ms + Sep 16 20:44:19.258: INFO: The phase of Pod pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:44:21.262: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Running", Reason="", readiness=true. Elapsed: 2.010325419s + Sep 16 20:44:21.262: INFO: The phase of Pod pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9 is Running (Ready = true) + Sep 16 20:44:21.262: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 09/16/22 20:44:21.264 + STEP: updating the pod 09/16/22 20:44:21.266 + Sep 16 20:44:21.776: INFO: Successfully updated pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" + Sep 16 20:44:21.776: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" in namespace "pods-7956" to be "terminated with reason DeadlineExceeded" + Sep 16 20:44:21.779: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Running", Reason="", readiness=true. Elapsed: 3.288694ms + Sep 16 20:44:23.783: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Running", Reason="", readiness=true. Elapsed: 2.006944316s + Sep 16 20:44:25.784: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 4.008237598s + Sep 16 20:44:25.784: INFO: Pod "pod-update-activedeadlineseconds-73a27883-076e-43a9-94f4-003385c6ceb9" satisfied condition "terminated with reason DeadlineExceeded" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 16 20:44:25.784: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-7956" for this suite. 09/16/22 20:44:25.787 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 +[BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:25.801 +Sep 16 20:44:25.801: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:44:25.802 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:25.817 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:25.827 +[It] should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 +STEP: Performing setup for networking test in namespace pod-network-test-4684 09/16/22 20:44:25.831 +STEP: creating a selector 09/16/22 20:44:25.831 +STEP: Creating the service pods in kubernetes 09/16/22 20:44:25.831 +Sep 16 20:44:25.831: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 16 20:44:25.858: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-4684" to be "running and ready" +Sep 16 20:44:25.869: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 10.561874ms +Sep 16 20:44:25.869: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:44:27.872: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013638617s +Sep 16 20:44:27.872: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:44:29.873: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.014678244s +Sep 16 20:44:29.873: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:44:31.871: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.01327562s +Sep 16 20:44:31.871: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:44:33.873: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.014811987s +Sep 16 20:44:33.873: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:44:35.972: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.113723063s +Sep 16 20:44:35.972: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 16 20:44:37.872: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.014343717s +Sep 16 20:44:37.873: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 16 20:44:37.873: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 16 20:44:37.875: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-4684" to be "running and ready" +Sep 16 20:44:37.877: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.4348ms +Sep 16 20:44:37.877: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 16 20:44:37.877: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 09/16/22 20:44:37.879 +W0916 20:44:37.888458 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) +Sep 16 20:44:37.888: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-4684" to be "running" +Sep 16 20:44:37.895: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 7.413411ms +Sep 16 20:44:39.900: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011500457s +Sep 16 20:44:39.900: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 16 20:44:39.901: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-4684" to be "running" +Sep 16 20:44:39.903: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.425043ms +Sep 16 20:44:39.903: INFO: Pod "host-test-container-pod" satisfied condition "running" +Sep 16 20:44:39.906: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Sep 16 20:44:39.906: INFO: Going to poll 10.42.1.213 on port 8083 at least 0 times, with a maximum of 34 tries before failing +Sep 16 20:44:39.908: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.42.1.213:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-4684 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:44:39.908: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:44:39.908: INFO: ExecWithOptions: Clientset creation +Sep 16 20:44:39.908: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-4684/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F10.42.1.213%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 16 20:44:39.961: INFO: Found all 1 expected endpoints: [netserver-0] +Sep 16 20:44:39.961: INFO: Going to poll 10.42.0.57 on port 8083 at least 0 times, with a maximum of 34 tries before failing +Sep 16 20:44:39.964: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.42.0.57:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-4684 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 16 20:44:39.964: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +Sep 16 20:44:39.964: INFO: ExecWithOptions: Clientset creation +Sep 16 20:44:39.964: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-4684/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F10.42.0.57%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 16 20:44:40.036: INFO: Found all 1 expected endpoints: [netserver-1] +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 16 20:44:40.036: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-4684" for this suite. 09/16/22 20:44:40.038 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]","completed":349,"skipped":6442,"failed":0} +------------------------------ +• [SLOW TEST] [14.242 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:25.801 + Sep 16 20:44:25.801: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename pod-network-test 09/16/22 20:44:25.802 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:25.817 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:25.827 + [It] should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 + STEP: Performing setup for networking test in namespace pod-network-test-4684 09/16/22 20:44:25.831 + STEP: creating a selector 09/16/22 20:44:25.831 + STEP: Creating the service pods in kubernetes 09/16/22 20:44:25.831 + Sep 16 20:44:25.831: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 16 20:44:25.858: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-4684" to be "running and ready" + Sep 16 20:44:25.869: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 10.561874ms + Sep 16 20:44:25.869: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:44:27.872: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013638617s + Sep 16 20:44:27.872: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:44:29.873: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.014678244s + Sep 16 20:44:29.873: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:44:31.871: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.01327562s + Sep 16 20:44:31.871: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:44:33.873: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.014811987s + Sep 16 20:44:33.873: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:44:35.972: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.113723063s + Sep 16 20:44:35.972: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 16 20:44:37.872: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.014343717s + Sep 16 20:44:37.873: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 16 20:44:37.873: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 16 20:44:37.875: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-4684" to be "running and ready" + Sep 16 20:44:37.877: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 2.4348ms + Sep 16 20:44:37.877: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 16 20:44:37.877: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 09/16/22 20:44:37.879 + W0916 20:44:37.888458 19 warnings.go:70] would violate PodSecurity "baseline:latest": host namespaces (hostNetwork=true) + Sep 16 20:44:37.888: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-4684" to be "running" + Sep 16 20:44:37.895: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 7.413411ms + Sep 16 20:44:39.900: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011500457s + Sep 16 20:44:39.900: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 16 20:44:39.901: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-4684" to be "running" + Sep 16 20:44:39.903: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.425043ms + Sep 16 20:44:39.903: INFO: Pod "host-test-container-pod" satisfied condition "running" + Sep 16 20:44:39.906: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Sep 16 20:44:39.906: INFO: Going to poll 10.42.1.213 on port 8083 at least 0 times, with a maximum of 34 tries before failing + Sep 16 20:44:39.908: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.42.1.213:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-4684 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:44:39.908: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:44:39.908: INFO: ExecWithOptions: Clientset creation + Sep 16 20:44:39.908: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-4684/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F10.42.1.213%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 16 20:44:39.961: INFO: Found all 1 expected endpoints: [netserver-0] + Sep 16 20:44:39.961: INFO: Going to poll 10.42.0.57 on port 8083 at least 0 times, with a maximum of 34 tries before failing + Sep 16 20:44:39.964: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.42.0.57:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-4684 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 16 20:44:39.964: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + Sep 16 20:44:39.964: INFO: ExecWithOptions: Clientset creation + Sep 16 20:44:39.964: INFO: ExecWithOptions: execute(POST https://10.43.0.1:443/api/v1/namespaces/pod-network-test-4684/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F10.42.0.57%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 16 20:44:40.036: INFO: Found all 1 expected endpoints: [netserver-1] + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 16 20:44:40.036: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-4684" for this suite. 09/16/22 20:44:40.038 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Downward API + should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:40.043 +Sep 16 20:44:40.044: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename downward-api 09/16/22 20:44:40.045 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:40.062 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:40.065 +[It] should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 +STEP: Creating a pod to test downward api env vars 09/16/22 20:44:40.068 +Sep 16 20:44:40.074: INFO: Waiting up to 5m0s for pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56" in namespace "downward-api-3361" to be "Succeeded or Failed" +Sep 16 20:44:40.077: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56": Phase="Pending", Reason="", readiness=false. Elapsed: 3.154542ms +Sep 16 20:44:42.081: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006485155s +Sep 16 20:44:44.080: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006193869s +STEP: Saw pod success 09/16/22 20:44:44.08 +Sep 16 20:44:44.080: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56" satisfied condition "Succeeded or Failed" +Sep 16 20:44:44.083: INFO: Trying to get logs from node ip-172-31-15-7 pod downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56 container dapi-container: +STEP: delete the pod 09/16/22 20:44:44.093 +Sep 16 20:44:44.104: INFO: Waiting for pod downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56 to disappear +Sep 16 20:44:44.107: INFO: Pod downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 16 20:44:44.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3361" for this suite. 09/16/22 20:44:44.11 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]","completed":350,"skipped":6442,"failed":0} +------------------------------ +• [4.071 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:40.043 + Sep 16 20:44:40.044: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename downward-api 09/16/22 20:44:40.045 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:40.062 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:40.065 + [It] should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 + STEP: Creating a pod to test downward api env vars 09/16/22 20:44:40.068 + Sep 16 20:44:40.074: INFO: Waiting up to 5m0s for pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56" in namespace "downward-api-3361" to be "Succeeded or Failed" + Sep 16 20:44:40.077: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56": Phase="Pending", Reason="", readiness=false. Elapsed: 3.154542ms + Sep 16 20:44:42.081: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006485155s + Sep 16 20:44:44.080: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006193869s + STEP: Saw pod success 09/16/22 20:44:44.08 + Sep 16 20:44:44.080: INFO: Pod "downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56" satisfied condition "Succeeded or Failed" + Sep 16 20:44:44.083: INFO: Trying to get logs from node ip-172-31-15-7 pod downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56 container dapi-container: + STEP: delete the pod 09/16/22 20:44:44.093 + Sep 16 20:44:44.104: INFO: Waiting for pod downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56 to disappear + Sep 16 20:44:44.107: INFO: Pod downward-api-6b5b9b13-a095-4ce2-90d3-1ee27f6bbe56 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 16 20:44:44.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3361" for this suite. 09/16/22 20:44:44.11 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] PodTemplates + should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:44.116 +Sep 16 20:44:44.116: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename podtemplate 09/16/22 20:44:44.117 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:44.131 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:44.135 +[It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +STEP: Create set of pod templates 09/16/22 20:44:44.138 +Sep 16 20:44:44.143: INFO: created test-podtemplate-1 +Sep 16 20:44:44.148: INFO: created test-podtemplate-2 +Sep 16 20:44:44.151: INFO: created test-podtemplate-3 +STEP: get a list of pod templates with a label in the current namespace 09/16/22 20:44:44.152 +STEP: delete collection of pod templates 09/16/22 20:44:44.154 +Sep 16 20:44:44.154: INFO: requesting DeleteCollection of pod templates +STEP: check that the list of pod templates matches the requested quantity 09/16/22 20:44:44.165 +Sep 16 20:44:44.165: INFO: requesting list of pod templates to confirm quantity +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Sep 16 20:44:44.167: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-3379" for this suite. 09/16/22 20:44:44.17 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] PodTemplates should delete a collection of pod templates [Conformance]","completed":351,"skipped":6445,"failed":0} +------------------------------ +• [0.059 seconds] +[sig-node] PodTemplates +test/e2e/common/node/framework.go:23 + should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:44.116 + Sep 16 20:44:44.116: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename podtemplate 09/16/22 20:44:44.117 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:44.131 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:44.135 + [It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 + STEP: Create set of pod templates 09/16/22 20:44:44.138 + Sep 16 20:44:44.143: INFO: created test-podtemplate-1 + Sep 16 20:44:44.148: INFO: created test-podtemplate-2 + Sep 16 20:44:44.151: INFO: created test-podtemplate-3 + STEP: get a list of pod templates with a label in the current namespace 09/16/22 20:44:44.152 + STEP: delete collection of pod templates 09/16/22 20:44:44.154 + Sep 16 20:44:44.154: INFO: requesting DeleteCollection of pod templates + STEP: check that the list of pod templates matches the requested quantity 09/16/22 20:44:44.165 + Sep 16 20:44:44.165: INFO: requesting list of pod templates to confirm quantity + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Sep 16 20:44:44.167: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-3379" for this suite. 09/16/22 20:44:44.17 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] ConfigMap + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:44.176 +Sep 16 20:44:44.176: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 20:44:44.177 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:44.187 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:44.19 +[It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 20:44:44.219: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-7409" for this suite. 09/16/22 20:44:44.221 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]","completed":352,"skipped":6463,"failed":0} +------------------------------ +• [0.049 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:44.176 + Sep 16 20:44:44.176: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 20:44:44.177 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:44.187 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:44.19 + [It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 20:44:44.219: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-7409" for this suite. 09/16/22 20:44:44.221 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:44.228 +Sep 16 20:44:44.228: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:44:44.23 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:44.241 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:44.244 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 +STEP: Creating projection with secret that has name projected-secret-test-map-d099d3a2-6987-4d03-bf1a-c8d41e5a5206 09/16/22 20:44:44.247 +STEP: Creating a pod to test consume secrets 09/16/22 20:44:44.251 +Sep 16 20:44:44.257: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365" in namespace "projected-4904" to be "Succeeded or Failed" +Sep 16 20:44:44.268: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365": Phase="Pending", Reason="", readiness=false. Elapsed: 11.053391ms +Sep 16 20:44:46.275: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018577334s +Sep 16 20:44:48.271: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014322947s +STEP: Saw pod success 09/16/22 20:44:48.271 +Sep 16 20:44:48.271: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365" satisfied condition "Succeeded or Failed" +Sep 16 20:44:48.274: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365 container projected-secret-volume-test: +STEP: delete the pod 09/16/22 20:44:48.278 +Sep 16 20:44:48.290: INFO: Waiting for pod pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365 to disappear +Sep 16 20:44:48.293: INFO: Pod pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 20:44:48.293: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4904" for this suite. 09/16/22 20:44:48.296 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":353,"skipped":6476,"failed":0} +------------------------------ +• [4.071 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:44.228 + Sep 16 20:44:44.228: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:44:44.23 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:44.241 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:44.244 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 + STEP: Creating projection with secret that has name projected-secret-test-map-d099d3a2-6987-4d03-bf1a-c8d41e5a5206 09/16/22 20:44:44.247 + STEP: Creating a pod to test consume secrets 09/16/22 20:44:44.251 + Sep 16 20:44:44.257: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365" in namespace "projected-4904" to be "Succeeded or Failed" + Sep 16 20:44:44.268: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365": Phase="Pending", Reason="", readiness=false. Elapsed: 11.053391ms + Sep 16 20:44:46.275: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018577334s + Sep 16 20:44:48.271: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014322947s + STEP: Saw pod success 09/16/22 20:44:48.271 + Sep 16 20:44:48.271: INFO: Pod "pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365" satisfied condition "Succeeded or Failed" + Sep 16 20:44:48.274: INFO: Trying to get logs from node ip-172-31-15-7 pod pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365 container projected-secret-volume-test: + STEP: delete the pod 09/16/22 20:44:48.278 + Sep 16 20:44:48.290: INFO: Waiting for pod pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365 to disappear + Sep 16 20:44:48.293: INFO: Pod pod-projected-secrets-3a6a5bb8-f011-4f50-8ae2-9c4703523365 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 20:44:48.293: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4904" for this suite. 09/16/22 20:44:48.296 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-apps] Daemon set [Serial] + should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:48.306 +Sep 16 20:44:48.306: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename daemonsets 09/16/22 20:44:48.307 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:48.317 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:48.323 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 +STEP: Creating simple DaemonSet "daemon-set" 09/16/22 20:44:48.346 +STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 20:44:48.349 +Sep 16 20:44:48.358: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:44:48.358: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:44:49.370: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 20:44:49.370: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 +Sep 16 20:44:50.364: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 20:44:50.364: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Stop a daemon pod, check that the daemon pod is revived. 09/16/22 20:44:50.366 +Sep 16 20:44:50.380: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 20:44:50.380: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 20:44:51.388: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 20:44:51.388: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 20:44:52.386: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 16 20:44:52.386: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 +Sep 16 20:44:53.389: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 16 20:44:53.389: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/16/22 20:44:53.391 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-8611, will wait for the garbage collector to delete the pods 09/16/22 20:44:53.391 +Sep 16 20:44:53.462: INFO: Deleting DaemonSet.extensions daemon-set took: 17.436687ms +Sep 16 20:44:53.563: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.193338ms +Sep 16 20:44:56.266: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 16 20:44:56.266: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 16 20:44:56.269: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"40573"},"items":null} + +Sep 16 20:44:56.271: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"40573"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 16 20:44:56.281: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-8611" for this suite. 09/16/22 20:44:56.286 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]","completed":354,"skipped":6516,"failed":0} +------------------------------ +• [SLOW TEST] [7.985 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:48.306 + Sep 16 20:44:48.306: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename daemonsets 09/16/22 20:44:48.307 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:48.317 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:48.323 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 + STEP: Creating simple DaemonSet "daemon-set" 09/16/22 20:44:48.346 + STEP: Check that daemon pods launch on every node of the cluster. 09/16/22 20:44:48.349 + Sep 16 20:44:48.358: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:44:48.358: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:44:49.370: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 20:44:49.370: INFO: Node ip-172-31-14-177 is running 0 daemon pod, expected 1 + Sep 16 20:44:50.364: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 20:44:50.364: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Stop a daemon pod, check that the daemon pod is revived. 09/16/22 20:44:50.366 + Sep 16 20:44:50.380: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 20:44:50.380: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 20:44:51.388: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 20:44:51.388: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 20:44:52.386: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 16 20:44:52.386: INFO: Node ip-172-31-15-7 is running 0 daemon pod, expected 1 + Sep 16 20:44:53.389: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 16 20:44:53.389: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/16/22 20:44:53.391 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-8611, will wait for the garbage collector to delete the pods 09/16/22 20:44:53.391 + Sep 16 20:44:53.462: INFO: Deleting DaemonSet.extensions daemon-set took: 17.436687ms + Sep 16 20:44:53.563: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.193338ms + Sep 16 20:44:56.266: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 16 20:44:56.266: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 16 20:44:56.269: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"40573"},"items":null} + + Sep 16 20:44:56.271: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"40573"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 16 20:44:56.281: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-8611" for this suite. 09/16/22 20:44:56.286 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] Probing container + with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:68 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:44:56.294 +Sep 16 20:44:56.294: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename container-probe 09/16/22 20:44:56.295 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:56.312 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:56.314 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:68 +Sep 16 20:44:56.324: INFO: Waiting up to 5m0s for pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19" in namespace "container-probe-5255" to be "running and ready" +Sep 16 20:44:56.329: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Pending", Reason="", readiness=false. Elapsed: 5.064254ms +Sep 16 20:44:56.329: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:44:58.333: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 2.008801606s +Sep 16 20:44:58.333: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:00.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 4.008471586s +Sep 16 20:45:00.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:02.352: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 6.027951745s +Sep 16 20:45:02.352: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:04.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 8.00804384s +Sep 16 20:45:04.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:06.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 10.007849377s +Sep 16 20:45:06.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:08.333: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 12.009123556s +Sep 16 20:45:08.333: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:10.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 14.007829758s +Sep 16 20:45:10.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:12.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 16.008286846s +Sep 16 20:45:12.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:14.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 18.008151541s +Sep 16 20:45:14.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:16.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 20.008248164s +Sep 16 20:45:16.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) +Sep 16 20:45:18.334: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=true. Elapsed: 22.009601467s +Sep 16 20:45:18.334: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = true) +Sep 16 20:45:18.334: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19" satisfied condition "running and ready" +Sep 16 20:45:18.335: INFO: Container started at 2022-09-16 20:44:56 +0000 UTC, pod became ready at 2022-09-16 20:45:16 +0000 UTC +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 16 20:45:18.335: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-5255" for this suite. 09/16/22 20:45:18.338 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]","completed":355,"skipped":6534,"failed":0} +------------------------------ +• [SLOW TEST] [22.047 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:44:56.294 + Sep 16 20:44:56.294: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename container-probe 09/16/22 20:44:56.295 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:44:56.312 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:44:56.314 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:68 + Sep 16 20:44:56.324: INFO: Waiting up to 5m0s for pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19" in namespace "container-probe-5255" to be "running and ready" + Sep 16 20:44:56.329: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Pending", Reason="", readiness=false. Elapsed: 5.064254ms + Sep 16 20:44:56.329: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:44:58.333: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 2.008801606s + Sep 16 20:44:58.333: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:00.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 4.008471586s + Sep 16 20:45:00.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:02.352: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 6.027951745s + Sep 16 20:45:02.352: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:04.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 8.00804384s + Sep 16 20:45:04.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:06.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 10.007849377s + Sep 16 20:45:06.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:08.333: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 12.009123556s + Sep 16 20:45:08.333: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:10.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 14.007829758s + Sep 16 20:45:10.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:12.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 16.008286846s + Sep 16 20:45:12.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:14.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 18.008151541s + Sep 16 20:45:14.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:16.332: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=false. Elapsed: 20.008248164s + Sep 16 20:45:16.332: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = false) + Sep 16 20:45:18.334: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19": Phase="Running", Reason="", readiness=true. Elapsed: 22.009601467s + Sep 16 20:45:18.334: INFO: The phase of Pod test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19 is Running (Ready = true) + Sep 16 20:45:18.334: INFO: Pod "test-webserver-7821a183-0f7c-4b00-b797-7cc7e49cce19" satisfied condition "running and ready" + Sep 16 20:45:18.335: INFO: Container started at 2022-09-16 20:44:56 +0000 UTC, pod became ready at 2022-09-16 20:45:16 +0000 UTC + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 16 20:45:18.335: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-5255" for this suite. 09/16/22 20:45:18.338 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] Watchers + should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:18.345 +Sep 16 20:45:18.345: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename watch 09/16/22 20:45:18.346 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:18.363 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:18.367 +[It] should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 +STEP: creating a watch on configmaps with label A 09/16/22 20:45:18.369 +STEP: creating a watch on configmaps with label B 09/16/22 20:45:18.371 +STEP: creating a watch on configmaps with label A or B 09/16/22 20:45:18.372 +STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 09/16/22 20:45:18.374 +Sep 16 20:45:18.378: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40673 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 16 20:45:18.379: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40673 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.379 +Sep 16 20:45:18.387: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40674 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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,} +Sep 16 20:45:18.388: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40674 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.388 +Sep 16 20:45:18.397: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40675 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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,} +Sep 16 20:45:18.397: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40675 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.398 +Sep 16 20:45:18.408: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40676 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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,} +Sep 16 20:45:18.408: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40676 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.408 +Sep 16 20:45:18.415: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40677 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 16 20:45:18.415: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40677 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:28.416 +Sep 16 20:45:28.421: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40718 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 16 20:45:28.421: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40718 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 + test/e2e/framework/framework.go:187 +Sep 16 20:45:38.422: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-6806" for this suite. 09/16/22 20:45:38.425 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]","completed":356,"skipped":6559,"failed":0} +------------------------------ +• [SLOW TEST] [20.088 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:18.345 + Sep 16 20:45:18.345: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename watch 09/16/22 20:45:18.346 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:18.363 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:18.367 + [It] should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 + STEP: creating a watch on configmaps with label A 09/16/22 20:45:18.369 + STEP: creating a watch on configmaps with label B 09/16/22 20:45:18.371 + STEP: creating a watch on configmaps with label A or B 09/16/22 20:45:18.372 + STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 09/16/22 20:45:18.374 + Sep 16 20:45:18.378: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40673 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 16 20:45:18.379: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40673 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.379 + Sep 16 20:45:18.387: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40674 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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,} + Sep 16 20:45:18.388: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40674 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.388 + Sep 16 20:45:18.397: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40675 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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,} + Sep 16 20:45:18.397: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40675 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.398 + Sep 16 20:45:18.408: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40676 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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,} + Sep 16 20:45:18.408: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-6806 03454e59-fd3e-47f0-9924-09ea620a5de9 40676 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:18.408 + Sep 16 20:45:18.415: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40677 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 16 20:45:18.415: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40677 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 09/16/22 20:45:28.416 + Sep 16 20:45:28.421: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40718 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 16 20:45:28.421: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-6806 89a8e44c-941c-4aab-9a82-86a026096dcb 40718 0 2022-09-16 20:45:18 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-16 20:45:18 +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 + test/e2e/framework/framework.go:187 + Sep 16 20:45:38.422: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-6806" for this suite. 09/16/22 20:45:38.425 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] ConfigMap + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:38.433 +Sep 16 20:45:38.433: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename configmap 09/16/22 20:45:38.434 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:38.446 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:38.45 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 +STEP: Creating configMap with name cm-test-opt-del-a9930399-c797-44e6-95f2-c5c411c04738 09/16/22 20:45:38.457 +STEP: Creating configMap with name cm-test-opt-upd-df138299-d883-4a3d-94cf-f7d717cb99e7 09/16/22 20:45:38.461 +STEP: Creating the pod 09/16/22 20:45:38.465 +Sep 16 20:45:38.483: INFO: Waiting up to 5m0s for pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016" in namespace "configmap-768" to be "running and ready" +Sep 16 20:45:38.489: INFO: Pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016": Phase="Pending", Reason="", readiness=false. Elapsed: 6.377314ms +Sep 16 20:45:38.489: INFO: The phase of Pod pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016 is Pending, waiting for it to be Running (with Ready = true) +Sep 16 20:45:40.492: INFO: Pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016": Phase="Running", Reason="", readiness=true. Elapsed: 2.009266663s +Sep 16 20:45:40.492: INFO: The phase of Pod pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016 is Running (Ready = true) +Sep 16 20:45:40.492: INFO: Pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-a9930399-c797-44e6-95f2-c5c411c04738 09/16/22 20:45:40.513 +STEP: Updating configmap cm-test-opt-upd-df138299-d883-4a3d-94cf-f7d717cb99e7 09/16/22 20:45:40.517 +STEP: Creating configMap with name cm-test-opt-create-93f282ff-5d5d-49ef-8a38-fa58168b060e 09/16/22 20:45:40.521 +STEP: waiting to observe update in volume 09/16/22 20:45:40.524 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 16 20:45:42.548: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-768" for this suite. 09/16/22 20:45:42.551 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":357,"skipped":6559,"failed":0} +------------------------------ +• [4.122 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:38.433 + Sep 16 20:45:38.433: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename configmap 09/16/22 20:45:38.434 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:38.446 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:38.45 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 + STEP: Creating configMap with name cm-test-opt-del-a9930399-c797-44e6-95f2-c5c411c04738 09/16/22 20:45:38.457 + STEP: Creating configMap with name cm-test-opt-upd-df138299-d883-4a3d-94cf-f7d717cb99e7 09/16/22 20:45:38.461 + STEP: Creating the pod 09/16/22 20:45:38.465 + Sep 16 20:45:38.483: INFO: Waiting up to 5m0s for pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016" in namespace "configmap-768" to be "running and ready" + Sep 16 20:45:38.489: INFO: Pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016": Phase="Pending", Reason="", readiness=false. Elapsed: 6.377314ms + Sep 16 20:45:38.489: INFO: The phase of Pod pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016 is Pending, waiting for it to be Running (with Ready = true) + Sep 16 20:45:40.492: INFO: Pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016": Phase="Running", Reason="", readiness=true. Elapsed: 2.009266663s + Sep 16 20:45:40.492: INFO: The phase of Pod pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016 is Running (Ready = true) + Sep 16 20:45:40.492: INFO: Pod "pod-configmaps-c7196857-8f94-41e4-b790-d8fa3f12e016" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-a9930399-c797-44e6-95f2-c5c411c04738 09/16/22 20:45:40.513 + STEP: Updating configmap cm-test-opt-upd-df138299-d883-4a3d-94cf-f7d717cb99e7 09/16/22 20:45:40.517 + STEP: Creating configMap with name cm-test-opt-create-93f282ff-5d5d-49ef-8a38-fa58168b060e 09/16/22 20:45:40.521 + STEP: waiting to observe update in volume 09/16/22 20:45:40.524 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 16 20:45:42.548: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-768" for this suite. 09/16/22 20:45:42.551 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] RuntimeClass + should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:42.556 +Sep 16 20:45:42.557: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename runtimeclass 09/16/22 20:45:42.558 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:42.571 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:42.575 +[It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 +Sep 16 20:45:42.587: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-9226 to be scheduled +Sep 16 20:45:42.592: INFO: 1 pods are not scheduled: [runtimeclass-9226/test-runtimeclass-runtimeclass-9226-preconfigured-handler-4lkn6(badb87b2-649b-4cae-a376-93492ddf46ec)] +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 16 20:45:44.599: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-9226" for this suite. 09/16/22 20:45:44.602 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance]","completed":358,"skipped":6559,"failed":0} +------------------------------ +• [2.049 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:42.556 + Sep 16 20:45:42.557: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename runtimeclass 09/16/22 20:45:42.558 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:42.571 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:42.575 + [It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 + Sep 16 20:45:42.587: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-9226 to be scheduled + Sep 16 20:45:42.592: INFO: 1 pods are not scheduled: [runtimeclass-9226/test-runtimeclass-runtimeclass-9226-preconfigured-handler-4lkn6(badb87b2-649b-4cae-a376-93492ddf46ec)] + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 16 20:45:44.599: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-9226" for this suite. 09/16/22 20:45:44.602 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-instrumentation] Events + should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +[BeforeEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:44.611 +Sep 16 20:45:44.611: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename events 09/16/22 20:45:44.612 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:44.626 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:44.63 +[It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +STEP: Create set of events 09/16/22 20:45:44.634 +Sep 16 20:45:44.637: INFO: created test-event-1 +Sep 16 20:45:44.640: INFO: created test-event-2 +Sep 16 20:45:44.643: INFO: created test-event-3 +STEP: get a list of Events with a label in the current namespace 09/16/22 20:45:44.643 +STEP: delete collection of events 09/16/22 20:45:44.646 +Sep 16 20:45:44.646: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 09/16/22 20:45:44.658 +Sep 16 20:45:44.658: INFO: requesting list of events to confirm quantity +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 +Sep 16 20:45:44.661: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-6403" for this suite. 09/16/22 20:45:44.664 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-instrumentation] Events should delete a collection of events [Conformance]","completed":359,"skipped":6599,"failed":0} +------------------------------ +• [0.058 seconds] +[sig-instrumentation] Events +test/e2e/instrumentation/common/framework.go:23 + should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:44.611 + Sep 16 20:45:44.611: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename events 09/16/22 20:45:44.612 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:44.626 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:44.63 + [It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 + STEP: Create set of events 09/16/22 20:45:44.634 + Sep 16 20:45:44.637: INFO: created test-event-1 + Sep 16 20:45:44.640: INFO: created test-event-2 + Sep 16 20:45:44.643: INFO: created test-event-3 + STEP: get a list of Events with a label in the current namespace 09/16/22 20:45:44.643 + STEP: delete collection of events 09/16/22 20:45:44.646 + Sep 16 20:45:44.646: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 09/16/22 20:45:44.658 + Sep 16 20:45:44.658: INFO: requesting list of events to confirm quantity + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 + Sep 16 20:45:44.661: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-6403" for this suite. 09/16/22 20:45:44.664 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-node] InitContainer [NodeConformance] + should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:44.67 +Sep 16 20:45:44.670: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename init-container 09/16/22 20:45:44.671 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:44.692 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:44.696 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 +STEP: creating the pod 09/16/22 20:45:44.699 +Sep 16 20:45:44.699: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 16 20:45:48.359: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-358" for this suite. 09/16/22 20:45:48.362 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]","completed":360,"skipped":6617,"failed":0} +------------------------------ +• [3.698 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:44.67 + Sep 16 20:45:44.670: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename init-container 09/16/22 20:45:44.671 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:44.692 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:44.696 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 + STEP: creating the pod 09/16/22 20:45:44.699 + Sep 16 20:45:44.699: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 16 20:45:48.359: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-358" for this suite. 09/16/22 20:45:48.362 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:48.372 +Sep 16 20:45:48.372: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename projected 09/16/22 20:45:48.374 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:48.391 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:48.394 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 +STEP: Creating projection with secret that has name projected-secret-test-9590bdc4-a8b4-49d4-be09-8e7a8cf444ec 09/16/22 20:45:48.398 +STEP: Creating a pod to test consume secrets 09/16/22 20:45:48.406 +Sep 16 20:45:48.414: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15" in namespace "projected-4641" to be "Succeeded or Failed" +Sep 16 20:45:48.422: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15": Phase="Pending", Reason="", readiness=false. Elapsed: 8.130574ms +Sep 16 20:45:50.425: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011299247s +Sep 16 20:45:52.426: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012200553s +STEP: Saw pod success 09/16/22 20:45:52.426 +Sep 16 20:45:52.426: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15" satisfied condition "Succeeded or Failed" +Sep 16 20:45:52.428: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15 container projected-secret-volume-test: +STEP: delete the pod 09/16/22 20:45:52.432 +Sep 16 20:45:52.439: INFO: Waiting for pod pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15 to disappear +Sep 16 20:45:52.443: INFO: Pod pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 16 20:45:52.443: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4641" for this suite. 09/16/22 20:45:52.448 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":361,"skipped":6678,"failed":0} +------------------------------ +• [4.080 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:48.372 + Sep 16 20:45:48.372: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename projected 09/16/22 20:45:48.374 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:48.391 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:48.394 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 + STEP: Creating projection with secret that has name projected-secret-test-9590bdc4-a8b4-49d4-be09-8e7a8cf444ec 09/16/22 20:45:48.398 + STEP: Creating a pod to test consume secrets 09/16/22 20:45:48.406 + Sep 16 20:45:48.414: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15" in namespace "projected-4641" to be "Succeeded or Failed" + Sep 16 20:45:48.422: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15": Phase="Pending", Reason="", readiness=false. Elapsed: 8.130574ms + Sep 16 20:45:50.425: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011299247s + Sep 16 20:45:52.426: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012200553s + STEP: Saw pod success 09/16/22 20:45:52.426 + Sep 16 20:45:52.426: INFO: Pod "pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15" satisfied condition "Succeeded or Failed" + Sep 16 20:45:52.428: INFO: Trying to get logs from node ip-172-31-14-177 pod pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15 container projected-secret-volume-test: + STEP: delete the pod 09/16/22 20:45:52.432 + Sep 16 20:45:52.439: INFO: Waiting for pod pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15 to disappear + Sep 16 20:45:52.443: INFO: Pod pod-projected-secrets-0cab8cca-a674-439e-9a77-3be21c669b15 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 16 20:45:52.443: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4641" for this suite. 09/16/22 20:45:52.448 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition + creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/16/22 20:45:52.456 +Sep 16 20:45:52.456: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 20:45:52.457 +STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:52.519 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:52.522 +[It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 +Sep 16 20:45:52.526: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 16 20:45:53.561: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-5087" for this suite. 09/16/22 20:45:53.567 +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works [Conformance]","completed":362,"skipped":6692,"failed":0} +------------------------------ +• [1.125 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + Simple CustomResourceDefinition + test/e2e/apimachinery/custom_resource_definition.go:50 + creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/16/22 20:45:52.456 + Sep 16 20:45:52.456: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + STEP: Building a namespace api object, basename custom-resource-definition 09/16/22 20:45:52.457 + STEP: Waiting for a default service account to be provisioned in namespace 09/16/22 20:45:52.519 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/16/22 20:45:52.522 + [It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 + Sep 16 20:45:52.526: INFO: >>> kubeConfig: /tmp/kubeconfig-1451538915 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 16 20:45:53.561: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-5087" for this suite. 09/16/22 20:45:53.567 + [ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S[ReportAfterEach] TOP-LEVEL + test/e2e/e2e_test.go:142 +S +------------------------------ +[SynchronizedAfterSuite] +test/e2e/e2e.go:87 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 +{"msg":"Test Suite completed","completed":362,"skipped":6705,"failed":0} +Sep 16 20:45:53.583: INFO: Running AfterSuite actions on all nodes +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func20.2 +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func10.2 +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func9.2 +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func17.3 +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func9.2 +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func4.2 +Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.3 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 +Sep 16 20:45:53.583: INFO: Running AfterSuite actions on node 1 +Sep 16 20:45:53.583: INFO: Skipping dumping logs from cluster +------------------------------ +[SynchronizedAfterSuite] PASSED [0.000 seconds] +[SynchronizedAfterSuite] +test/e2e/e2e.go:87 + + Begin Captured GinkgoWriter Output >> + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 + Sep 16 20:45:53.583: INFO: Running AfterSuite actions on all nodes + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func20.2 + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func10.2 + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func9.2 + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func17.3 + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func9.2 + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func4.2 + Sep 16 20:45:53.583: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.3 + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 + Sep 16 20:45:53.583: INFO: Running AfterSuite actions on node 1 + Sep 16 20:45:53.583: INFO: Skipping dumping logs from cluster + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterSuite] Kubernetes e2e suite report +test/e2e/e2e_test.go:146 +[ReportAfterSuite] TOP-LEVEL + test/e2e/e2e_test.go:146 +------------------------------ +[ReportAfterSuite] PASSED [0.000 seconds] +[ReportAfterSuite] Kubernetes e2e suite report +test/e2e/e2e_test.go:146 + + Begin Captured GinkgoWriter Output >> + [ReportAfterSuite] TOP-LEVEL + test/e2e/e2e_test.go:146 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterSuite] Kubernetes e2e JUnit report +test/e2e/framework/test_context.go:559 +[ReportAfterSuite] TOP-LEVEL + test/e2e/framework/test_context.go:559 +------------------------------ +[ReportAfterSuite] PASSED [0.087 seconds] +[ReportAfterSuite] Kubernetes e2e JUnit report +test/e2e/framework/test_context.go:559 + + Begin Captured GinkgoWriter Output >> + [ReportAfterSuite] TOP-LEVEL + test/e2e/framework/test_context.go:559 + << End Captured GinkgoWriter Output +------------------------------ + +Ran 362 of 7067 Specs in 5734.608 seconds +SUCCESS! -- 362 Passed | 0 Failed | 0 Pending | 6705 Skipped +PASS + +Ginkgo ran 1 suite in 1h35m34.930225391s +Test Suite Passed +You're using deprecated Ginkgo functionality: +============================================= + --noColor is deprecated, use --no-color instead + Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#changed-command-line-flags + +To silence deprecations that can be silenced set the following environment variable: + ACK_GINKGO_DEPRECATIONS=2.1.4 + diff --git a/v1.25/k3s/junit_01.xml b/v1.25/k3s/junit_01.xml new file mode 100644 index 0000000000..1dae1344d6 --- /dev/null +++ b/v1.25/k3s/junit_01.xml @@ -0,0 +1,20505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file